about summary refs log tree commit diff
path: root/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Start working on login functionalityVika2024-07-091-1/+1
* kittybox-indieauth: 0.1.0 -> 0.2.0Vika2024-07-091-1/+1
* Add licensing information to Cargo.tomlVika2024-07-081-0/+1
* examples/sql: make optionalVika2024-06-151-1/+6
* Prototype sanitizer for SQLVika2024-06-141-0/+4
* Mask sensitive headersVika2024-06-141-1/+1
* templates-neo: initVika2023-07-311-1/+1
* Moved the entire Kittybox tree into the rootVika2023-07-291-0/+158
* flake.nix: reorganizeVika2022-05-241-114/+0
* Cargo.toml: fix Nix builds in restricted modeVika2022-05-121-1/+1
* treewide: prepare for mf2 parsing and cleanup unused codeVika2022-05-121-6/+5
* FileStorage: fixes and regression tests for read_feed_with_limitVika2022-05-101-1/+2
* Split into different cratesVika2022-05-071-2/+11
* chore: code cleanupVika2022-05-011-1/+0
* added tokio-console instrumentation supportVika2022-04-171-1/+3
* added mediatype to replace http_types::MimeVika2022-04-171-0/+1
* Cargo.toml: add reqwestVika2022-04-151-0/+4
* Make the settings in the database a strong typeVika2022-03-231-0/+1
* Restored most of the functionality (except onboarding and some queries)Vika2022-03-061-0/+1
* metrics: new metrics collection using warp-prometheusVika2022-03-021-1/+7
* add compat between http_types and httpVika2022-02-211-2/+4
* Add a module for IndieAuth bearer token authVika2022-02-211-1/+7
* WIP: convert to Tokio and WarpVika2022-02-151-11/+12
* Migrate to Rust 2021Vika2021-12-071-1/+1
* Disable the deprecated redis featureVika2021-12-071-1/+1
* Added support for IndieAuth client sign inVika2021-12-061-0/+3
* Code cleanup and small bugfixing in templatesVika2021-12-051-1/+1
* Deprecated Redis backend and added a database migration tool (untested, beware)Vika2021-10-271-9/+10
* Implemented FileStorage::get_setting and FileStorage::set_settingVika2021-09-271-0/+1
* Moved integration tests and allowed the binary to use file backendVika2021-09-261-2/+6
* Added a WIP file backendVika2021-08-151-1/+4
* Revert "Moved mobc to a custom repo"Vika2021-08-101-18/+2
* Added Prometheus instrumentationVika2021-08-061-1/+4
* Moved mobc to a custom repoVika2021-08-061-2/+18
* make clippy happyVika Shleina2021-07-191-6/+9
* Renamed main executable to kittybox, added toolsVika Shleina2021-07-191-1/+14
* Added ^ to the versions - looks like nothing's brokenVika Shleina2021-07-071-26/+26
* Removed openssl dependency - now the code is pure RustVika2021-05-101-1/+4
* Added a frontend to the application. TODO: Login, alternative themes, built-i...Vika2021-05-091-0/+2
* Moved things in Cargo.toml to make it prettierVika2021-05-051-15/+21
* Added rudimentary caching to IndieAuth middlewareVika2021-05-051-8/+7
* Added a connection pool to the RedisDatabaseVika2021-05-051-2/+3
* Refactored the database module and its testsVika2021-05-041-1/+1
* Initial commitVika2021-05-041-0/+40