| Commit message (Expand) | Author | Age | Files | Lines |
* | cargo update, bump msrv to match microformats crate | Vika | 2025-01-01 | 1 | -3/+3 |
* | Partially appease clippy | Vika | 2025-01-01 | 1 | -0/+3 |
* | Get rid of base64 and hex in favor of data_encoding crate | Vika | 2025-01-01 | 1 | -2/+0 |
* | Use workspace dependencies to simplify dependency management | Vika | 2025-01-01 | 1 | -93/+93 |
* | microformats: 0.12.0 -> 0.14.0 | Vika | 2024-12-31 | 1 | -1/+1 |
* | Upgrade SemVer-breaking packages | Vika | 2024-12-30 | 1 | -10/+9 |
* | cargo upgrade | Vika | 2024-12-30 | 1 | -40/+40 |
* | Fix up CLI feature | Vika | 2024-12-30 | 1 | -5/+3 |
* | fixup! microformats: 0.9.1 -> 0.12.0 | Vika | 2024-12-30 | 1 | -1/+1 |
* | microformats: 0.9.1 -> 0.12.0 | Vika | 2024-12-30 | 1 | -2/+2 |
* | 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 | -1/+1 |
* | Set MSRV to 1.75, remove #[async_trait] declarations whenever possible | Vika | 2024-08-26 | 1 | -0/+1 |
* | Add HTTP fetcher cache | Vika | 2024-08-26 | 1 | -0/+2 |
* | kittybox-util: 0.1.0 -> 0.2.0 | Vika | 2024-08-20 | 1 | -2/+2 |
* | Better match html content-type | Vika | 2024-08-18 | 1 | -0/+1 |
* | feat: logins!! | Vika | 2024-08-18 | 1 | -1/+1 |
* | Upgrade dependencies and fix deprecated functionality | Vika | 2024-08-02 | 1 | -19/+19 |
* | Get cookie key from the environment | Vika | 2024-08-01 | 1 | -0/+1 |
* | Start working on login functionality | Vika | 2024-07-09 | 1 | -1/+1 |
* | kittybox-indieauth: 0.1.0 -> 0.2.0 | Vika | 2024-07-09 | 1 | -1/+1 |
* | Add licensing information to Cargo.toml | Vika | 2024-07-08 | 1 | -0/+1 |
* | examples/sql: make optional | Vika | 2024-06-15 | 1 | -1/+6 |
* | Prototype sanitizer for SQL | Vika | 2024-06-14 | 1 | -0/+4 |
* | Mask sensitive headers | Vika | 2024-06-14 | 1 | -1/+1 |
* | templates-neo: init | Vika | 2023-07-31 | 1 | -1/+1 |
* | Moved the entire Kittybox tree into the root | Vika | 2023-07-29 | 1 | -0/+158 |
* | flake.nix: reorganize | Vika | 2022-05-24 | 1 | -114/+0 |
* | Cargo.toml: fix Nix builds in restricted mode | Vika | 2022-05-12 | 1 | -1/+1 |
* | treewide: prepare for mf2 parsing and cleanup unused code | Vika | 2022-05-12 | 1 | -6/+5 |
* | FileStorage: fixes and regression tests for read_feed_with_limit | Vika | 2022-05-10 | 1 | -1/+2 |
* | Split into different crates | Vika | 2022-05-07 | 1 | -2/+11 |
* | chore: code cleanup | Vika | 2022-05-01 | 1 | -1/+0 |
* | added tokio-console instrumentation support | Vika | 2022-04-17 | 1 | -1/+3 |
* | added mediatype to replace http_types::Mime | Vika | 2022-04-17 | 1 | -0/+1 |
* | Cargo.toml: add reqwest | Vika | 2022-04-15 | 1 | -0/+4 |
* | Make the settings in the database a strong type | Vika | 2022-03-23 | 1 | -0/+1 |
* | 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 | -1/+7 |
* | add compat between http_types and http | Vika | 2022-02-21 | 1 | -2/+4 |
* | Add a module for IndieAuth bearer token auth | Vika | 2022-02-21 | 1 | -1/+7 |
* | WIP: convert to Tokio and Warp | Vika | 2022-02-15 | 1 | -11/+12 |
* | Migrate to Rust 2021 | Vika | 2021-12-07 | 1 | -1/+1 |
* | Disable the deprecated redis feature | Vika | 2021-12-07 | 1 | -1/+1 |
* | Added support for IndieAuth client sign in | Vika | 2021-12-06 | 1 | -0/+3 |
* | Code cleanup and small bugfixing in templates | Vika | 2021-12-05 | 1 | -1/+1 |
* | Deprecated Redis backend and added a database migration tool (untested, beware) | Vika | 2021-10-27 | 1 | -9/+10 |
* | Implemented FileStorage::get_setting and FileStorage::set_setting | Vika | 2021-09-27 | 1 | -0/+1 |
* | Moved integration tests and allowed the binary to use file backend | Vika | 2021-09-26 | 1 | -2/+6 |
* | Added a WIP file backend | Vika | 2021-08-15 | 1 | -1/+4 |