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
/
mod.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set MSRV to 1.75, remove #[async_trait] declarations whenever possible
Vika
2024-08-26
1
-26
/
+25
*
Appease most clippy warnings
Vika
2024-08-26
1
-6
/
+3
*
FileStorage: appease clippy and use block_in_place for rewinding feeds
Vika
2024-08-26
1
-1
/
+1
*
kittybox-util: 0.1.0 -> 0.2.0
Vika
2024-08-20
1
-1
/
+1
*
feat: logins!!
Vika
2024-08-18
1
-1
/
+1
*
treewide: create a common method for state initialization
Vika
2024-08-01
1
-5
/
+5
*
database: use Url to represent user authorities
Vika
2024-07-09
1
-17
/
+17
*
Support ?q=category queries
Vika
2024-03-04
1
-1
/
+4
*
Moved the entire Kittybox tree into the root
Vika
2023-07-29
1
-0
/
+793
*
flake.nix: reorganize
Vika
2022-05-24
1
-539
/
+0
*
database, frontend: code cleanup so clippy doesn't complain
Vika
2022-05-10
1
-5
/
+6
*
FileStorage: fixes and regression tests for read_feed_with_limit
Vika
2022-05-10
1
-39
/
+135
*
Split into different crates
Vika
2022-05-07
1
-9
/
+1
*
FileStorage: lockless reads and atomic writes
Vika
2022-05-01
1
-1
/
+4
*
Make the settings in the database a strong type
Vika
2022-03-23
1
-4
/
+18
*
database: code cleanup
Vika
2022-03-02
1
-1
/
+6
*
database/memory: restore, it is useful in test scenarios
Vika
2022-02-21
1
-0
/
+2
*
database: code cleanup
Vika
2022-02-21
1
-35
/
+14
*
WIP: convert to Tokio and Warp
Vika
2022-02-15
1
-32
/
+6
*
Add protected locations that are visible only to logged-in users
Vika
2021-12-07
1
-1
/
+3
*
Code cleanup and small bugfixing in templates
Vika
2021-12-05
1
-21
/
+37
*
frontend: Added listing feeds to the header bar
Vika
2021-12-05
1
-7
/
+3
*
Get rid of the unsafe code
Vika
2021-12-02
1
-7
/
+4
*
Deprecated Redis backend and added a database migration tool (untested, beware)
Vika
2021-10-27
1
-13
/
+29
*
Code cleanup and Cargo.lock updates
Vika
2021-09-27
1
-2
/
+3
*
Implemented support for channels
Vika
2021-09-27
1
-0
/
+49
*
Moved integration tests and allowed the binary to use file backend
Vika
2021-09-26
1
-0
/
+6
*
Added file updates and fixed a bug with truncated JSON files
Vika
2021-09-26
1
-0
/
+54
*
Added a WIP file backend
Vika
2021-08-15
1
-30
/
+37
*
Fixed a VERY WRONG way to handle stream errors
Vika
2021-08-04
1
-1
/
+9
*
Appease rustfmt, clippy and cargo check
Vika
2021-07-29
1
-2
/
+8
*
Relaxed anti-takeover URL check to simply not place redirects at foreign URLs
Vika Shleina
2021-07-19
1
-3
/
+3
*
Make rustfmt happy
Vika
2021-05-17
1
-44
/
+106
*
Added setting store per-user
Vika
2021-05-17
1
-0
/
+18
*
Refactored the Redis instance spawning in tests to automatically kill Redis
Vika
2021-05-05
1
-10
/
+6
*
Removed the in-memory database, it's dragging me down
Vika
2021-05-05
1
-15
/
+0
*
Moved the Redis spawner to the Redis module where it belongs, refactored test...
Vika
2021-05-05
1
-42
/
+10
*
Made some StorageError fields private and added getters instead
Vika
2021-05-05
1
-2
/
+5
*
Clippy lints
Vika
2021-05-04
1
-4
/
+4
*
Made StorageErrors directly convertible into Micropub JSON responses
Vika
2021-05-04
1
-0
/
+16
*
Fixed Redis tests
Vika
2021-05-04
1
-3
/
+5
*
Implemented MemoryStorage::update_post()
Vika
2021-05-04
1
-0
/
+2
*
Refactored the database module and its tests
Vika
2021-05-04
1
-0
/
+263