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
/
file
/
mod.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
chore: code cleanup
Vika
2022-05-01
1
-10
/
+6
*
FileStorage: fix writing settings on empty file
Vika
2022-05-01
1
-8
/
+12
*
FileStorage: lockless reads and atomic writes
Vika
2022-05-01
1
-220
/
+157
*
Make the settings in the database a strong type
Vika
2022-03-23
1
-3
/
+7
*
FileStorage: add lints to catch panicking inside locked code sections
Vika
2022-03-07
1
-149
/
+168
*
Restored most of the functionality (except onboarding and some queries)
Vika
2022-03-06
1
-2
/
+2
*
database: code cleanup
Vika
2022-03-02
1
-25
/
+52
*
database: code cleanup
Vika
2022-02-21
1
-13
/
+15
*
database/file: use Authority instead of origin for directories
Vika
2022-02-21
1
-4
/
+4
*
WIP: convert to Tokio and Warp
Vika
2022-02-15
1
-26
/
+25
*
FileBackend: introduce timeouts on operations
Vika
2021-12-31
1
-34
/
+51
*
FileBackend: don't transfer locks over async boundaries
Vika
2021-12-31
1
-169
/
+188
*
Make rustfmt and clippy happy
Vika
2021-12-06
1
-11
/
+13
*
Added support for IndieAuth client sign in
Vika
2021-12-06
1
-1
/
+1
*
Code cleanup and small bugfixing in templates
Vika
2021-12-05
1
-49
/
+102
*
Added author mini-cards on h-entries
Vika
2021-12-05
1
-37
/
+69
*
frontend: Added listing feeds to the header bar
Vika
2021-12-05
1
-3
/
+3
*
Deprecated Redis backend and added a database migration tool (untested, beware)
Vika
2021-10-27
1
-1
/
+1
*
Modified the module to use BACKEND_URI
Vika
2021-09-28
1
-0
/
+2
*
Code cleanup and Cargo.lock updates
Vika
2021-09-27
1
-2
/
+3
*
Fix a bug in the error middleware
Vika
2021-09-27
1
-0
/
+1
*
Implemented support for channels
Vika
2021-09-27
1
-3
/
+114
*
Implemented FileStorage::delete_post
Vika
2021-09-27
1
-1
/
+4
*
Finally figured out how to read without a BufReader
Vika
2021-09-27
1
-14
/
+6
*
Improved symlink creation
Vika
2021-09-27
1
-5
/
+78
*
Implemented FileStorage::get_setting and FileStorage::set_setting
Vika
2021-09-27
1
-2
/
+53
*
Added file updates and fixed a bug with truncated JSON files
Vika
2021-09-26
1
-3
/
+100
*
Added a WIP file backend
Vika
2021-08-15
1
-0
/
+173