| Commit message (Expand) | Author | Age | Files | Lines |
* | cargo update, bump msrv to match microformats crate | Vika | 2025-01-01 | 1 | -2/+2 |
* | Get rid of base64 and hex in favor of data_encoding crate | Vika | 2025-01-01 | 1 | -2/+0 |
* | microformats: 0.12.0 -> 0.14.0 | Vika | 2024-12-31 | 1 | -4/+129 |
* | Upgrade SemVer-breaking packages | Vika | 2024-12-30 | 1 | -468/+117 |
* | cargo upgrade | Vika | 2024-12-30 | 1 | -393/+719 |
* | microformats: 0.9.1 -> 0.12.0 | Vika | 2024-12-30 | 1 | -16/+3 |
* | kittybox-util: bump to 0.3.0 | Vika | 2024-12-03 | 1 | -1/+1 |
* | tower-watchdog: init at 1.0.0 | Vika | 2024-11-13 | 1 | -4/+64 |
* | Set MSRV to 1.75, remove #[async_trait] declarations whenever possible | Vika | 2024-08-26 | 1 | -1/+0 |
* | Add HTTP fetcher cache | Vika | 2024-08-26 | 1 | -0/+174 |
* | kittybox-util: 0.1.0 -> 0.2.0 | Vika | 2024-08-20 | 1 | -1/+2 |
* | Better match html content-type | Vika | 2024-08-18 | 1 | -0/+1 |
* | Upgrade dependencies and fix deprecated functionality | Vika | 2024-08-02 | 1 | -606/+751 |
* | cargo update | Vika | 2024-08-01 | 1 | -900/+871 |
* | Get cookie key from the environment | Vika | 2024-08-01 | 1 | -0/+1 |
* | Start working on login functionality | Vika | 2024-07-09 | 1 | -0/+5 |
* | kittybox-indieauth: 0.1.0 -> 0.2.0 | Vika | 2024-07-09 | 1 | -1/+1 |
* | Prototype sanitizer for SQL | Vika | 2024-06-14 | 1 | -0/+12 |
* | templates-neo: fix hacks around the `html` crate | Vika | 2023-08-08 | 1 | -4/+4 |
* | templates-neo: init | Vika | 2023-07-31 | 1 | -0/+37 |
* | Moved the entire Kittybox tree into the root | Vika | 2023-07-29 | 1 | -0/+4589 |
* | flake.nix: reorganize | Vika | 2022-05-24 | 1 | -4247/+0 |
* | templates: introduce unit tests | Vika | 2022-05-23 | 1 | -0/+4 |
* | Cargo.toml: fix Nix builds in restricted mode | Vika | 2022-05-12 | 1 | -98/+79 |
* | treewide: prepare for mf2 parsing and cleanup unused code | Vika | 2022-05-12 | 1 | -93/+359 |
* | FileStorage: fixes and regression tests for read_feed_with_limit | Vika | 2022-05-10 | 1 | -7/+18 |
* | Split into different crates | Vika | 2022-05-07 | 1 | -1/+22 |
* | Cargo.lock: update | Vika | 2022-05-03 | 1 | -413/+535 |
* | chore: code cleanup | Vika | 2022-05-01 | 1 | -55/+0 |
* | added tokio-console instrumentation support | Vika | 2022-04-17 | 1 | -12/+346 |
* | added mediatype to replace http_types::Mime | Vika | 2022-04-17 | 1 | -0/+7 |
* | Cargo.toml: add reqwest | Vika | 2022-04-15 | 1 | -3/+68 |
* | Make the settings in the database a strong type | Vika | 2022-03-23 | 1 | -0/+10 |
* | Restored most of the functionality (except onboarding and some queries) | Vika | 2022-03-06 | 1 | -0/+1 |
* | metrics: new metrics collection using warp-prometheus | Vika | 2022-03-02 | 1 | -5/+82 |
* | add compat between http_types and http | Vika | 2022-02-21 | 1 | -0/+1 |
* | Add a module for IndieAuth bearer token auth | Vika | 2022-02-21 | 1 | -0/+535 |
* | WIP: convert to Tokio and Warp | Vika | 2022-02-15 | 1 | -489/+432 |
* | Added support for IndieAuth client sign in | Vika | 2021-12-06 | 1 | -150/+153 |
* | Deprecated Redis backend and added a database migration tool (untested, beware) | Vika | 2021-10-27 | 1 | -37/+3 |
* | Code cleanup and Cargo.lock updates | Vika | 2021-09-27 | 1 | -165/+203 |
* | Implemented FileStorage::get_setting and FileStorage::set_setting | Vika | 2021-09-27 | 1 | -0/+6 |
* | Added a WIP file backend | Vika | 2021-08-15 | 1 | -53/+185 |
* | Revert "Moved mobc to a custom repo" | Vika | 2021-08-10 | 1 | -1/+2 |
* | Added Prometheus instrumentation | Vika | 2021-08-06 | 1 | -0/+136 |
* | Moved mobc to a custom repo | Vika | 2021-08-06 | 1 | -2/+1 |
* | Renamed main executable to kittybox, added tools | Vika Shleina | 2021-07-19 | 1 | -3/+4 |
* | Updated flake.lock and Cargo.lock | Vika Shleina | 2021-07-07 | 1 | -155/+162 |
* | Removed openssl dependency - now the code is pure Rust | Vika | 2021-05-10 | 1 | -225/+135 |
* | Added a frontend to the application. TODO: Login, alternative themes, built-i... | Vika | 2021-05-09 | 1 | -0/+38 |