index
:
kittybox
this commit
main
nix-cross
An IndieWeb-centric blogging engine designed for self-hosting
Vika
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
database
/
memory.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce `Storage::update_with`
Vika
2024-08-28
1
-0
/
+7
*
Set MSRV to 1.75, remove #[async_trait] declarations whenever possible
Vika
2024-08-26
1
-4
/
+2
*
treewide: create a common method for state initialization
Vika
2024-08-01
1
-16
/
+5
*
database: use Url to represent user authorities
Vika
2024-07-09
1
-14
/
+9
*
Support ?q=category queries
Vika
2024-03-04
1
-0
/
+4
*
Moved the entire Kittybox tree into the root
Vika
2023-07-29
1
-0
/
+249
*
flake.nix: reorganize
Vika
2022-05-24
1
-200
/
+0
*
database, frontend: code cleanup so clippy doesn't complain
Vika
2022-05-10
1
-14
/
+11
*
Make the settings in the database a strong type
Vika
2022-03-23
1
-3
/
+3
*
Restored most of the functionality (except onboarding and some queries)
Vika
2022-03-06
1
-11
/
+18
*
database/memory: restore, it is useful in test scenarios
Vika
2022-02-21
1
-0
/
+196
*
Removed the in-memory database, it's dragging me down
Vika
2021-05-05
1
-188
/
+0
*
Implemented MemoryStorage::update_post()
Vika
2021-05-04
1
-1
/
+82
*
Refactored the database module and its tests
Vika
2021-05-04
1
-0
/
+107