| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce `Storage::update_with` | Vika | 2024-08-28 | 4 | -7/+54 |
* | Make Micropub update logic self-contained | Vika | 2024-08-28 | 2 | -34/+4 |
* | Set MSRV to 1.75, remove #[async_trait] declarations whenever possible | Vika | 2024-08-26 | 5 | -40/+33 |
* | Appease most clippy warnings | Vika | 2024-08-26 | 2 | -70/+6 |
* | FileStorage: appease clippy and use block_in_place for rewinding feeds | Vika | 2024-08-26 | 2 | -10/+15 |
* | Fix private posts with no defined audience not being shown in feeds | Vika | 2024-08-23 | 1 | -4/+7 |
* | kittybox-util: 0.1.0 -> 0.2.0 | Vika | 2024-08-20 | 2 | -2/+2 |
* | feat: logins!! | Vika | 2024-08-18 | 1 | -1/+1 |
* | Upgrade dependencies and fix deprecated functionality | Vika | 2024-08-02 | 1 | -2/+2 |
* | treewide: create a common method for state initialization | Vika | 2024-08-01 | 4 | -45/+30 |
* | database: use Url to represent user authorities | Vika | 2024-07-09 | 4 | -59/+57 |
* | Support ?q=category queries | Vika | 2024-03-04 | 4 | -1/+37 |
* | lint: no extra whitespace on line endings | Vika | 2024-01-29 | 1 | -3/+3 |
* | Moved the entire Kittybox tree into the root | Vika | 2023-07-29 | 6 | -0/+2682 |
* | flake.nix: reorganize | Vika | 2022-05-24 | 5 | -1843/+0 |
* | database, frontend: code cleanup so clippy doesn't complain | Vika | 2022-05-10 | 2 | -19/+17 |
* | 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 | 2 | -41/+141 |
* | 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 |
* | Split into different crates | Vika | 2022-05-07 | 1 | -9/+1 |
* | 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 | 2 | -221/+161 |
* | Make the settings in the database a strong type | Vika | 2022-03-23 | 3 | -10/+28 |
* | 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 | 2 | -13/+20 |
* | database: code cleanup | Vika | 2022-03-02 | 2 | -26/+58 |
* | database/memory: restore, it is useful in test scenarios | Vika | 2022-02-21 | 2 | -0/+198 |
* | database: code cleanup | Vika | 2022-02-21 | 2 | -48/+29 |
* | 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 | 2 | -58/+31 |
* | 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 |
* | Add protected locations that are visible only to logged-in users | Vika | 2021-12-07 | 1 | -1/+3 |
* | 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 | 2 | -70/+139 |
* | 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 | 2 | -10/+6 |
* | 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 | 3 | -20/+50 |
* | Modified the module to use BACKEND_URI | Vika | 2021-09-28 | 1 | -0/+2 |
* | Code cleanup and Cargo.lock updates | Vika | 2021-09-27 | 2 | -4/+6 |
* | Fix a bug in the error middleware | Vika | 2021-09-27 | 1 | -0/+1 |
* | Implemented support for channels | Vika | 2021-09-27 | 3 | -65/+172 |
* | 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 |