about summary refs log tree commit diff
path: root/src/database/file/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* database: use Url to represent user authoritiesVika2024-07-091-15/+17
* Support ?q=category queriesVika2024-03-041-0/+14
* Moved the entire Kittybox tree into the rootVika2023-07-291-0/+733
* flake.nix: reorganizeVika2022-05-241-619/+0
* FileStorage: only compile tests when neededVika2022-05-101-0/+1
* FileStorage: fixes and regression tests for read_feed_with_limitVika2022-05-101-2/+6
* FileStorage: fix the item in `after` being emitted as the firstVika2022-05-101-8/+11
* FileStorage: code cleanupVika2022-05-101-14/+11
* FileStorage: fix the hang when "after" isn't listed in the feedVika2022-05-101-9/+8
* chore: code cleanupVika2022-05-011-10/+6
* FileStorage: fix writing settings on empty fileVika2022-05-011-8/+12
* FileStorage: lockless reads and atomic writesVika2022-05-011-220/+157
* Make the settings in the database a strong typeVika2022-03-231-3/+7
* FileStorage: add lints to catch panicking inside locked code sectionsVika2022-03-071-149/+168
* Restored most of the functionality (except onboarding and some queries)Vika2022-03-061-2/+2
* database: code cleanupVika2022-03-021-25/+52
* database: code cleanupVika2022-02-211-13/+15
* database/file: use Authority instead of origin for directoriesVika2022-02-211-4/+4
* WIP: convert to Tokio and WarpVika2022-02-151-26/+25
* FileBackend: introduce timeouts on operationsVika2021-12-311-34/+51
* FileBackend: don't transfer locks over async boundariesVika2021-12-311-169/+188
* Make rustfmt and clippy happyVika2021-12-061-11/+13
* Added support for IndieAuth client sign inVika2021-12-061-1/+1
* Code cleanup and small bugfixing in templatesVika2021-12-051-49/+102
* Added author mini-cards on h-entriesVika2021-12-051-37/+69
* frontend: Added listing feeds to the header barVika2021-12-051-3/+3
* Deprecated Redis backend and added a database migration tool (untested, beware)Vika2021-10-271-1/+1
* Modified the module to use BACKEND_URIVika2021-09-281-0/+2
* Code cleanup and Cargo.lock updatesVika2021-09-271-2/+3
* Fix a bug in the error middlewareVika2021-09-271-0/+1
* Implemented support for channelsVika2021-09-271-3/+114
* Implemented FileStorage::delete_postVika2021-09-271-1/+4
* Finally figured out how to read without a BufReaderVika2021-09-271-14/+6
* Improved symlink creationVika2021-09-271-5/+78
* Implemented FileStorage::get_setting and FileStorage::set_settingVika2021-09-271-2/+53
* Added file updates and fixed a bug with truncated JSON filesVika2021-09-261-3/+100
* Added a WIP file backendVika2021-08-151-0/+173