about summary refs log tree commit diff
path: root/src/database/postgres/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix the current-thread runtime tests w/ sqlx HEAD mainVika35 hours1-0/+3
* Introduce `Storage::update_with`Vika2024-08-281-6/+15
* Make Micropub update logic self-containedVika2024-08-281-33/+1
* Set MSRV to 1.75, remove #[async_trait] declarations whenever possibleVika2024-08-261-4/+4
* Appease most clippy warningsVika2024-08-261-64/+3
* Fix private posts with no defined audience not being shown in feedsVika2024-08-231-4/+7
* kittybox-util: 0.1.0 -> 0.2.0Vika2024-08-201-1/+1
* Upgrade dependencies and fix deprecated functionalityVika2024-08-021-2/+2
* treewide: create a common method for state initializationVika2024-08-011-15/+15
* database: use Url to represent user authoritiesVika2024-07-091-13/+14
* Support ?q=category queriesVika2024-03-041-0/+15
* lint: no extra whitespace on line endingsVika2024-01-291-3/+3
* Moved the entire Kittybox tree into the rootVika2023-07-291-0/+416