| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: create a common method for state initialization | Vika | 2024-08-01 | 1 | -9/+5 |
* | database: use Url to represent user authorities | Vika | 2024-07-09 | 1 | -15/+17 |
* | Support ?q=category queries | Vika | 2024-03-04 | 1 | -0/+14 |
* | Moved the entire Kittybox tree into the root | Vika | 2023-07-29 | 1 | -0/+733 |
* | flake.nix: reorganize | Vika | 2022-05-24 | 1 | -619/+0 |
* | FileStorage: only compile tests when needed | Vika | 2022-05-10 | 1 | -0/+1 |
* | FileStorage: fixes and regression tests for read_feed_with_limit | Vika | 2022-05-10 | 1 | -2/+6 |
* | FileStorage: fix the item in `after` being emitted as the first | Vika | 2022-05-10 | 1 | -8/+11 |
* | FileStorage: code cleanup | Vika | 2022-05-10 | 1 | -14/+11 |
* | FileStorage: fix the hang when "after" isn't listed in the feed | Vika | 2022-05-10 | 1 | -9/+8 |
* | 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 |