| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | media: fix Axum behavior change with slashes in passed paths | Vika | 2023-07-22 | 1 | -6/+7 |
* | configuration.nix: use NixOS option for ListenStream | Vika | 2023-07-22 | 1 | -5/+4 |
* | media: fix improper path joining | Vika | 2023-07-22 | 1 | -3/+3 |
* | Fix a few bugs | Vika | 2023-07-22 | 6 | -9/+25 |
* | Add a NixOS test for receiving webmentions | Vika | 2023-07-22 | 9 | -0/+236 |
* | Move NixOS tests to a separate folder to prevent clutter | Vika | 2023-07-22 | 5 | -3/+3 |
* | dev.sh: small modifications | Vika | 2023-07-22 | 1 | -1/+10 |
* | Log with tracing-tree AND json in debug builds | Vika | 2023-07-22 | 2 | -7/+38 |
* | configuration.nix: bind on IPv6 localhost by default | Vika | 2023-07-22 | 1 | -1/+1 |
* | Mount webmention handling routes and tasks | Vika | 2023-07-22 | 5 | -35/+76 |
* | database: more documentation | Vika | 2023-07-22 | 1 | -6/+23 |
* | webmentions: check webmentions and save them to the database | Vika | 2023-07-22 | 2 | -6/+183 |
* | database: add "add_or_update_webmention" operation | Vika | 2023-07-22 | 4 | -0/+168 |
* | postgres: optimize fetching of non-feeds by forgoing a second query | Vika | 2023-07-22 | 1 | -0/+9 |
* | Allow socket-activation for Kittybox | Vika | 2023-07-21 | 2 | -6/+23 |
* | Allow loading TLS root certificates from file | Vika | 2023-07-21 | 1 | -7/+33 |
* | Split Postgres schemas into two | Vika | 2023-07-21 | 3 | -15/+21 |
* | Move MentionType into util and fix bugs in -check-webmention app | Vika | 2023-07-21 | 2 | -12/+28 |
* | Put Micropub background processing tasks in a JoinSet | Vika | 2023-07-17 | 3 | -28/+71 |
* | database/file: tokio::fs::create_dir_all is idempotent | Vika | 2023-07-17 | 1 | -6/+3 |
* | FileStorage: properly fsync() files and directories | Vika | 2023-07-17 | 1 | -9/+21 |
* | WIP: bind to UNIX sockets | Vika | 2023-07-17 | 1 | -13/+36 |
* | Allow listening on several TCP sockets | Vika | 2023-07-17 | 1 | -46/+117 |
* | shell.nix: add openssl | Vika | 2023-07-17 | 1 | -4/+5 |
* | cargo update, part 2: Axum | Vika | 2023-07-17 | 10 | -111/+158 |
* | cargo update, part 1 | Vika | 2023-07-17 | 7 | -500/+799 |
* | webmentions/queue: move JobQueue trait into kittybox-util | Vika | 2023-07-09 | 5 | -47/+200 |
* | webmentions/supervisor: ability to cancel a background task | Vika | 2023-07-09 | 1 | -13/+54 |
* | webmentions/queue: give up on an item after 5 attempts | Vika | 2023-07-09 | 3 | -20/+69 |
* | New debug utilities to test checking webmentions and parsing mf2 | Vika | 2023-07-09 | 3 | -0/+211 |
* | WIP: incoming webmention support | Vika | 2023-07-09 | 1 | -0/+75 |
* | Create a job queue based on Postgres | Vika | 2023-07-09 | 4 | -0/+191 |
* | micropub: a little bit more logging | Vika | 2023-07-09 | 1 | -0/+2 |
* | password-hasher: print prompts to stderr | Vika | 2023-07-09 | 1 | -3/+3 |
* | kittybox-indieauth-helper: move client_id to a real page | Vika | 2023-07-09 | 1 | -1/+1 |
* | Implement Postgres backend | Vika | 2023-07-09 | 9 | -4/+577 |
* | Passthru NixOS VM tests | Vika | 2023-07-09 | 2 | -2/+9 |
* | main: use tracing_tree in debug builds | Vika | 2023-07-09 | 3 | -1/+11 |
* | indieauth/backend/fs: debug tracing | Vika | 2023-07-09 | 1 | -1/+6 |
* | templates: fix cursor usage in feed template | Vika | 2023-07-09 | 1 | -8/+6 |
* | database/memory: cleaner update_post implementation | Vika | 2023-07-09 | 1 | -1/+70 |
* | frontend: filter out privacy-sensitive information from posts | Vika | 2023-07-09 | 1 | -2/+124 |
* | database{,/file}: clean up code, add documentation and logging | Vika | 2023-07-09 | 2 | -206/+215 |
* | fixup! database: add add_to_feed and remove_from_feed | Vika | 2023-07-08 | 1 | -2/+2 |
* | onboarding: fix improper usage of the put_post API | Vika | 2023-07-08 | 1 | -1/+5 |
* | flake.lock: Update | Vika | 2023-07-08 | 1 | -9/+9 |
* | micropub: use the new, better typed updates internally | Vika | 2023-07-01 | 4 | -172/+53 |
* | microformats: 0.2.5 -> 0.3.0 | Vika | 2023-07-01 | 3 | -4/+4 |
* | Better Micropub update object typing | Vika | 2023-06-22 | 1 | -4/+13 |
* | database: more realistic pagination test | Vika | 2023-06-22 | 1 | -1/+7 |