|
966291dbd9
|
refactor: using word depot in rear instead of admin
|
2024-07-20 09:34:51 +02:00 |
|
|
a26e17a064
|
wip: full editing support and login of user achieved, updated minijinja to v2, htmx, hyperscript
|
2024-07-18 00:45:21 +02:00 |
|
|
402585f968
|
wip: login, auth working, still need refactoring
|
2024-07-16 07:27:26 +02:00 |
|
|
c78e386645
|
wip: work on auth
|
2024-07-14 07:58:39 +02:00 |
|
|
b029b4b975
|
wip: implementing auth further
|
2024-07-10 17:49:45 +02:00 |
|
|
e19d5db7c6
|
refactor: using match
|
2024-07-05 13:38:30 +02:00 |
|
|
e77fc115b6
|
code: creation function now takes all fields
|
2024-07-03 16:53:24 +02:00 |
|
|
bce450f744
|
feat: more models implemented
|
2024-07-02 08:35:29 +02:00 |
|
|
5c02867273
|
feat: implementing slowly user with sea_orm
|
2024-06-18 21:57:17 +02:00 |
|
|
84c127edcd
|
wip: fix auth example
|
2024-06-15 09:10:00 +02:00 |
|
|
6dcbb4c316
|
rear_auth buildup from sqlite example
|
2024-06-11 23:12:08 +02:00 |
|
|
1799cadcbd
|
docs: a bit better
|
2024-06-01 21:07:08 +02:00 |
|
|
6e845238bb
|
docs: using readme as index
|
2024-06-01 21:04:35 +02:00 |
|
|
31f4610430
|
docs: index
|
2024-06-01 21:03:55 +02:00 |
|
|
f57f58818f
|
fix: fixing file_repository for new dyn layout, updating readme, deleting unused From for PrimaryKeyType
|
2024-06-01 20:48:36 +02:00 |
|
|
75de8c4adb
|
Merge pull request 'Implement Associated Type for Keys' (#3) from try-associated-type into main
Reviewed-on: #3
|
2024-06-01 17:47:14 +02:00 |
|
|
1eea8b58c1
|
feat: moving associated type working into the repository
|
2024-06-01 17:37:50 +02:00 |
|
|
d1abc6b6c2
|
refactor: using type erasure so users can define their own primary key types instead of lookupkey
|
2024-05-21 22:53:44 +02:00 |
|
|
6b207872a1
|
Merge branch 'try-associated-type' of git.g4b.org:g4borg/miniweb into try-associated-type
|
2024-05-21 21:46:10 +02:00 |
|
|
ea58928303
|
.
|
2024-05-21 15:33:02 +02:00 |
|
|
9c4c66362c
|
.
|
2024-05-21 09:05:45 +02:00 |
|
Gabor Körber
|
8fa6886e77
|
feat: file repo
|
2024-05-12 13:26:21 +02:00 |
|
|
20fc177280
|
.
|
2024-05-12 09:06:55 +02:00 |
|
|
1f6d8a406b
|
feat: update, replace, delete on user object, first draft
|
2024-05-11 13:31:37 +02:00 |
|
|
3d559f8ae5
|
code: starting with file repository
|
2024-05-11 13:31:15 +02:00 |
|
|
eebf8b01a0
|
refactor: more lean main
|
2024-02-28 16:10:41 +01:00 |
|
|
55ad8a15f6
|
Merge pull request 'Refactoring to Rear' (#2) from refactor_to_rear into main
Reviewed-on: #2
|
2024-02-28 14:43:16 +01:00 |
|
|
74eb3ac4c2
|
refactor: removed unused dependencies
|
2024-02-28 14:40:59 +01:00 |
|
|
ac9488b299
|
feature: extracting admin and services to
|
2024-02-28 14:01:09 +01:00 |
|
|
7fe7047485
|
refactor: starting refactor to extract into rear crate
|
2024-02-26 23:05:12 +01:00 |
|
|
1dc24bf244
|
code: database list, get, create, and fixed migration
|
2024-02-16 21:40:27 +01:00 |
|
|
8d07fafabd
|
.
|
2024-02-15 14:00:16 +01:00 |
|
|
967579009d
|
refactor: update
|
2024-02-14 18:41:06 +01:00 |
|
|
b3278bff62
|
refactor: update
|
2024-02-14 13:23:10 +01:00 |
|
|
1c6317808a
|
code: list+create improvements, expanded notes, added logging
|
2024-02-07 13:37:35 +01:00 |
|
|
fdbc37db06
|
refactor: allow set_widget to take Field as well
|
2024-02-02 21:55:29 +01:00 |
|
|
6e0a71b7de
|
code: widget implementation, almost there
|
2024-02-02 21:48:41 +01:00 |
|
|
e8ddfb25fa
|
refactor: moving example away from admin, preparing more repository examples
|
2024-01-28 21:00:02 +01:00 |
|
|
0e6649de1b
|
code: functioning example for repository registry; using tokio::sync::Mutex for read/write lock; prototype create
|
2024-01-28 18:11:02 +01:00 |
|
|
9feb2f4ae7
|
code: basic create view and HX-Header integration (first htmx)
|
2024-01-28 00:54:17 +01:00 |
|
|
c439220409
|
code: rudimentary implementation of detail and create
|
2024-01-27 17:42:20 +01:00 |
|
|
d1c98516a8
|
code: static init
|
2024-01-26 23:20:29 +01:00 |
|
|
cdfa399060
|
code: strinto
|
2024-01-26 11:27:05 +01:00 |
|
|
9f4067e94c
|
code: upgrade to axum 0.7, working on repo info system
|
2024-01-26 11:26:47 +01:00 |
|
|
0adae154c8
|
refactor: new start page
|
2024-01-17 01:07:50 +01:00 |
|
|
3ec140a9d3
|
docs: show admin in README
|
2024-01-15 23:13:43 +01:00 |
|
|
f83ae7be09
|
refactor: adding a little bit more polish to the admin dashboard, so it can be presented
|
2024-01-15 22:38:07 +01:00 |
|
|
7f3602233c
|
refactor: update README, forgot css file
|
2024-01-15 22:06:49 +01:00 |
|
|
8b42c94aa6
|
refactor: moving to my own template, using fomantic instead of uikit. removing uikit, and some other removed stuff
|
2024-01-15 21:55:28 +01:00 |
|
|
b5f9be7e5a
|
code: correcting code to display item list for a registered model
|
2024-01-05 17:56:54 +01:00 |
|