Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set MSRV to 1.75, remove #[async_trait] declarations whenever possible | Vika | 2024-08-26 | 1 | -2/+0 |
| | | | | | | | Axum still uses `async_trait`, let them do whatever they want. I will no longer be subject to the humiliation of trying to dig through lifetime errors and unreadable declarations. Also I don't fucking care about MSRV, I'm not a library. If you don't have modern Rust, get one. | ||||
* | file auth backend: properly handle non-standard relative file:// urls | Vika | 2024-08-18 | 1 | -4/+15 |
| | | | | I use these in development. | ||||
* | treewide: create a common method for state initialization | Vika | 2024-08-01 | 1 | -6/+6 |
| | | | | | Now the database objects can be uniformly created from a URI. They can also optionally do sanity checks and one-time initialization. | ||||
* | lint: no extra whitespace on line endings | Vika | 2024-01-29 | 1 | -3/+3 |
| | |||||
* | Moved the entire Kittybox tree into the root | Vika | 2023-07-29 | 1 | -0/+420 |