about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Get cookie key from the environmentVika2024-08-011-1/+8
* Move Kittybox router composition into the libraryVika2024-08-012-53/+51
* Simplify jobset creation a littleVika2024-08-011-1/+2
* Migrate from axum::Extension to axum::extract::StateVika2024-08-019-372/+378
* treewide: create a common method for state initializationVika2024-08-0110-65/+53
* indieauth: remove unnecessary cloning of MF2 itemsVika2024-08-011-5/+11
* Start working on login functionalityVika2024-07-093-1/+50
* database: use Url to represent user authoritiesVika2024-07-098-91/+93
* kittybox-indieauth: 0.1.0 -> 0.2.0Vika2024-07-091-2/+4
* micropub: fix channels in ?q=configVika2024-07-091-1/+2
* WIP: admin (not wired up yet, and DEFINITELY NOT SECURE, DO NOT WIRE UP)Vika2024-07-081-0/+114
* webmention: HTTP 202 shouldn't include Location URLVika2024-07-081-3/+1
* Mask sensitive headersVika2024-06-141-1/+7
* Expose ?q=category queries in Micropub APIVika2024-03-041-1/+15
* Support ?q=category queriesVika2024-03-044-1/+37
* lint: no extra whitespace on line endingsVika2024-01-299-24/+24
* Switch reply contexts from a Vec to HashMapVika2023-11-131-16/+15
* Fix bug with likes/bookmarks on h-entries lacking URLs in markupVika2023-10-151-7/+21
* Moved the entire Kittybox tree into the rootVika2023-07-2931-0/+9450
* flake.nix: reorganizeVika2022-05-2422-6078/+0
* templates: add a banner for Kittybox in the footerVika2022-05-231-0/+3
* chore: code cleanup in main.rsVika2022-05-141-8/+6
* feat: webmention sending and reply context enrichmentVika2022-05-142-45/+161
* treewide: prepare for mf2 parsing and cleanup unused codeVika2022-05-124-94/+122
* database, frontend: code cleanup so clippy doesn't complainVika2022-05-103-22/+20
* FileStorage: only compile tests when neededVika2022-05-101-0/+1
* FileStorage: fixes and regression tests for read_feed_with_limitVika2022-05-102-41/+141
* FileStorage: fix the item in `after` being emitted as the firstVika2022-05-101-8/+11
* FileStorage: code cleanupVika2022-05-101-14/+11
* FileStorage: fix the hang when "after" isn't listed in the feedVika2022-05-101-9/+8
* media: move to separate subtreeVika2022-05-104-51/+48
* Don't enable tokio-console support in productionVika2022-05-071-0/+1
* main.rs: clean up some dumb stuffVika2022-05-071-8/+6
* Split into different cratesVika2022-05-076-716/+8
* chore: code cleanupVika2022-05-011-10/+6
* FileStorage: fix writing settings on empty fileVika2022-05-011-8/+12
* FileStorage: lockless reads and atomic writesVika2022-05-012-221/+161
* added tokio-console instrumentation supportVika2022-04-171-0/+1
* Cargo.toml: add reqwestVika2022-04-151-0/+17
* frontend: Made endpoints optional in templatesVika2022-04-152-12/+27
* feat: graceful shutdownVika2022-04-151-4/+20
* Make the settings in the database a strong typeVika2022-03-234-13/+31
* Get rid of todo!() invocationsVika2022-03-231-4/+32
* Get rid of legacy code, fix mistakes in fluff text and commentsVika2022-03-234-417/+6
* Port onboardingVika2022-03-074-9/+88
* FileStorage: add lints to catch panicking inside locked code sectionsVika2022-03-071-149/+168
* Restored most of the functionality (except onboarding and some queries)Vika2022-03-067-230/+687
* micropub: parse mp-channel as channelVika2022-03-031-2/+72
* frontend: convert to warpVika2022-03-023-292/+208
* metrics: new metrics collection using warp-prometheusVika2022-03-021-70/+6