|
|
8c37fc1181
|
database: added keys migration, get/insert, insert keys at launch if none are present
|
2023-03-12 18:45:55 +01:00 |
|
|
|
d790d2ff29
|
users: get user by id, email, username
|
2023-03-11 00:33:58 +01:00 |
|
|
|
e04de752ef
|
user: get one by id
|
2023-03-08 00:15:00 +01:00 |
|
|
|
c670201b86
|
settings: add base url, WIP flash system
|
2023-03-07 08:42:23 +01:00 |
|
|
|
a3866b0af2
|
settings: store id of first admin user
|
2023-03-05 23:33:10 +01:00 |
|
|
|
3e168c19bc
|
users: migrations, queries, users crate: create user, get first admin user
|
2023-03-05 23:31:10 +01:00 |
|
|
|
33cc5b03e9
|
idiomatic file paths for modules
https://doc.rust-lang.org/book/ch07-05-separating-modules-into-different-files.html#alternate-file-paths
|
2023-03-05 11:18:15 +01:00 |
|
|
|
9c2b43ec3c
|
added database crate, "settings" with migrations and queries, running migrations on web startup
|
2023-02-27 16:07:18 +01:00 |
|