about summary refs log tree commit diff
path: root/Cargo.lock
Commit message (Expand)AuthorAgeFilesLines
* Moved the entire Kittybox tree into the rootVika2023-07-291-0/+4589
* flake.nix: reorganizeVika2022-05-241-4247/+0
* templates: introduce unit testsVika2022-05-231-0/+4
* Cargo.toml: fix Nix builds in restricted modeVika2022-05-121-98/+79
* treewide: prepare for mf2 parsing and cleanup unused codeVika2022-05-121-93/+359
* FileStorage: fixes and regression tests for read_feed_with_limitVika2022-05-101-7/+18
* Split into different cratesVika2022-05-071-1/+22
* Cargo.lock: updateVika2022-05-031-413/+535
* chore: code cleanupVika2022-05-011-55/+0
* added tokio-console instrumentation supportVika2022-04-171-12/+346
* added mediatype to replace http_types::MimeVika2022-04-171-0/+7
* Cargo.toml: add reqwestVika2022-04-151-3/+68
* Make the settings in the database a strong typeVika2022-03-231-0/+10
* Restored most of the functionality (except onboarding and some queries)Vika2022-03-061-0/+1
* metrics: new metrics collection using warp-prometheusVika2022-03-021-5/+82
* add compat between http_types and httpVika2022-02-211-0/+1
* Add a module for IndieAuth bearer token authVika2022-02-211-0/+535
* WIP: convert to Tokio and WarpVika2022-02-151-489/+432
* Added support for IndieAuth client sign inVika2021-12-061-150/+153
* Deprecated Redis backend and added a database migration tool (untested, beware)Vika2021-10-271-37/+3
* Code cleanup and Cargo.lock updatesVika2021-09-271-165/+203
* Implemented FileStorage::get_setting and FileStorage::set_settingVika2021-09-271-0/+6
* Added a WIP file backendVika2021-08-151-53/+185
* Revert "Moved mobc to a custom repo"Vika2021-08-101-1/+2
* Added Prometheus instrumentationVika2021-08-061-0/+136
* Moved mobc to a custom repoVika2021-08-061-2/+1
* Renamed main executable to kittybox, added toolsVika Shleina2021-07-191-3/+4
* Updated flake.lock and Cargo.lockVika Shleina2021-07-071-155/+162
* Removed openssl dependency - now the code is pure RustVika2021-05-101-225/+135
* Added a frontend to the application. TODO: Login, alternative themes, built-i...Vika2021-05-091-0/+38
* Added rudimentary caching to IndieAuth middlewareVika2021-05-051-0/+24
* Added a connection pool to the RedisDatabaseVika2021-05-051-110/+2
* Refactored the database module and its testsVika2021-05-041-30/+93
* Initial commitVika2021-05-041-0/+2708