blahrs/blahd
oxalica 1a0347337c feat(webapi): differentiate no-room-permission from not-a-member error
- If a user is not a room member, HTTP 404 code=not_found will be
  returned. This also happen for posting into not-joined public rooms,
  and it can be interpreted as "room member is not found".

- If a user is a member but lacks the member permission to perform an
  action, HTTP 403 code=permission_denied will be returned.
2024-09-10 08:19:44 -04:00
..
src feat(webapi): differentiate no-room-permission from not-a-member error 2024-09-10 08:19:44 -04:00
tests refactor(tests): simplify and rename 2024-09-10 08:19:44 -04:00
Cargo.toml refactor: move types crate into blahd-types subpackage 2024-09-10 03:47:41 -04:00
config.example.toml Split out socket config and switch back to toml crate 2024-09-10 01:29:21 -04:00
schema.sql Add tests for room create/read and fix incorrect foreign keys 2024-09-10 01:29:21 -04:00