about summary refs log tree commit diff
path: root/Cargo.lock
Commit message (Expand)AuthorAgeFilesLines
* 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