about summary refs log tree commit diff
path: root/src/webmentions
Commit message (Collapse)AuthorAgeFilesLines
* Migrate from axum::Extension to axum::extract::StateVika2024-08-011-22/+17
| | | | | This somehow allowed me to shrink the construction phase of Kittybox by a huge amount of code.
* treewide: create a common method for state initializationVika2024-08-011-4/+4
| | | | | Now the database objects can be uniformly created from a URI. They can also optionally do sanity checks and one-time initialization.
* webmention: HTTP 202 shouldn't include Location URLVika2024-07-081-3/+1
|
* lint: no extra whitespace on line endingsVika2024-01-291-2/+2
|
* Moved the entire Kittybox tree into the rootVika2023-07-293-0/+611