about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* .envrc: add env vars for Kittybox launches directlyVika2023-07-303-14/+7
* Moved the entire Kittybox tree into the rootVika2023-07-2972-1/+1
* kittybox.nix: properly set the features and don't rely on defaultsVika2023-07-291-5/+11
* .envrc: move to rootVika2023-07-291-2/+2
* postgres: Fix pretty permalinks not being shownVika2023-07-282-2/+22
* templates: Add a link for the webmention endpointVika2023-07-221-0/+1
* media: fix Axum behavior change with slashes in passed pathsVika2023-07-221-6/+7
* configuration.nix: use NixOS option for ListenStreamVika2023-07-221-5/+4
* media: fix improper path joiningVika2023-07-221-3/+3
* Fix a few bugsVika2023-07-226-9/+25
* Add a NixOS test for receiving webmentionsVika2023-07-229-0/+236
* Move NixOS tests to a separate folder to prevent clutterVika2023-07-225-3/+3
* dev.sh: small modificationsVika2023-07-221-1/+10
* Log with tracing-tree AND json in debug buildsVika2023-07-222-7/+38
* configuration.nix: bind on IPv6 localhost by defaultVika2023-07-221-1/+1
* Mount webmention handling routes and tasksVika2023-07-225-35/+76
* database: more documentationVika2023-07-221-6/+23
* webmentions: check webmentions and save them to the databaseVika2023-07-222-6/+183
* database: add "add_or_update_webmention" operationVika2023-07-224-0/+168
* postgres: optimize fetching of non-feeds by forgoing a second queryVika2023-07-221-0/+9
* Allow socket-activation for KittyboxVika2023-07-212-6/+23
* Allow loading TLS root certificates from fileVika2023-07-211-7/+33
* Split Postgres schemas into twoVika2023-07-213-15/+21
* Move MentionType into util and fix bugs in -check-webmention appVika2023-07-212-12/+28
* Put Micropub background processing tasks in a JoinSetVika2023-07-173-28/+71
* database/file: tokio::fs::create_dir_all is idempotentVika2023-07-171-6/+3
* FileStorage: properly fsync() files and directoriesVika2023-07-171-9/+21
* WIP: bind to UNIX socketsVika2023-07-171-13/+36
* Allow listening on several TCP socketsVika2023-07-171-46/+117
* shell.nix: add opensslVika2023-07-171-4/+5
* cargo update, part 2: AxumVika2023-07-1710-111/+158
* cargo update, part 1Vika2023-07-177-500/+799
* webmentions/queue: move JobQueue trait into kittybox-utilVika2023-07-095-47/+200
* webmentions/supervisor: ability to cancel a background taskVika2023-07-091-13/+54
* webmentions/queue: give up on an item after 5 attemptsVika2023-07-093-20/+69
* New debug utilities to test checking webmentions and parsing mf2Vika2023-07-093-0/+211
* WIP: incoming webmention supportVika2023-07-091-0/+75
* Create a job queue based on PostgresVika2023-07-094-0/+191
* micropub: a little bit more loggingVika2023-07-091-0/+2
* password-hasher: print prompts to stderrVika2023-07-091-3/+3
* kittybox-indieauth-helper: move client_id to a real pageVika2023-07-091-1/+1
* Implement Postgres backendVika2023-07-099-4/+577
* Passthru NixOS VM testsVika2023-07-092-2/+9
* main: use tracing_tree in debug buildsVika2023-07-093-1/+11
* indieauth/backend/fs: debug tracingVika2023-07-091-1/+6
* templates: fix cursor usage in feed templateVika2023-07-091-8/+6
* database/memory: cleaner update_post implementationVika2023-07-091-1/+70
* frontend: filter out privacy-sensitive information from postsVika2023-07-091-2/+124
* database{,/file}: clean up code, add documentation and loggingVika2023-07-092-206/+215
* fixup! database: add add_to_feed and remove_from_feedVika2023-07-081-2/+2