blahrs/blahd
oxalica 0911d56e22 refactor(blahd,webapi)!: overhaul error type
Error types are now collected into a single place. Similar errors are
merged.

Request invariant violations are now all under 400 with type
"invalid_request" if it's a client mistake; and if it's caused by a
server restrction, under 403 with type "disabled".
2024-09-24 19:12:56 -04:00
..
src refactor(blahd,webapi)!: overhaul error type 2024-09-24 19:12:56 -04:00
tests refactor(blahd,webapi)!: overhaul error type 2024-09-24 19:12:56 -04:00
Cargo.toml refactor(blahd,webapi)!: overhaul error type 2024-09-24 19:12:56 -04:00
config.example.toml refactor(blahd),test: move feed generation into submod and add test 2024-09-23 20:32:24 -04:00
schema.sql refactor(database)!: decouple SQLs from backend logic and cache stmts 2024-09-21 07:37:06 -04:00