about summary refs log tree commit diff
path: root/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* Get cookie key from the environmentVika2024-08-011-1/+8
* Move Kittybox router composition into the libraryVika2024-08-011-53/+2
* Simplify jobset creation a littleVika2024-08-011-1/+2
* Migrate from axum::Extension to axum::extract::StateVika2024-08-011-257/+166
* Start working on login functionalityVika2024-07-091-1/+4
* Mask sensitive headersVika2024-06-141-1/+7
* Moved the entire Kittybox tree into the rootVika2023-07-291-0/+489
* flake.nix: reorganizeVika2022-05-241-256/+0
* chore: code cleanup in main.rsVika2022-05-141-8/+6
* treewide: prepare for mf2 parsing and cleanup unused codeVika2022-05-121-18/+10
* media: move to separate subtreeVika2022-05-101-1/+1
* Don't enable tokio-console support in productionVika2022-05-071-0/+1
* main.rs: clean up some dumb stuffVika2022-05-071-8/+6
* added tokio-console instrumentation supportVika2022-04-171-0/+1
* Cargo.toml: add reqwestVika2022-04-151-0/+17
* feat: graceful shutdownVika2022-04-151-4/+20
* Port onboardingVika2022-03-071-1/+5
* Restored most of the functionality (except onboarding and some queries)Vika2022-03-061-44/+80
* Use the media endpoint stubsVika2022-02-211-2/+1
* Small tweaks, additions and preparationsVika2022-02-211-16/+23
* WIP: convert to Tokio and WarpVika2022-02-151-17/+101
* Make rustfmt and clippy happyVika2021-12-061-1/+1
* Added support for IndieAuth client sign inVika2021-12-061-0/+19
* Code cleanup and small bugfixing in templatesVika2021-12-051-2/+3
* Deprecated Redis backend and added a database migration tool (untested, beware)Vika2021-10-271-16/+2
* Moved integration tests and allowed the binary to use file backendVika2021-09-261-14/+36
* Appease rustfmt, clippy and cargo checkVika2021-07-291-1/+1
* Added an internal token mechanismVika Shleina2021-07-271-0/+3
* make clippy happyVika Shleina2021-07-191-1/+0
* Renamed main executable to kittybox, added toolsVika Shleina2021-07-191-3/+3
* Make rustfmt happyVika2021-05-171-6/+14
* Refactoring, easter egg, healthcheck endpoint, support for rel= indieweb APIs...Vika2021-05-171-2/+20
* Clippy lintsVika2021-05-041-2/+1
* Initial commitVika2021-05-041-0/+48