about summary refs log tree commit diff
path: root/src/webmentions
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade dependencies and fix deprecated functionalityVika2024-08-022-11/+527
| | | | | | | I think I managed to not lose any functionality from my dependencies. sqlparser remains unupgraded, but that's mostly because it is only used in one example and it's not worth it to upgrade right now.
* 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