No description
Find a file
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
.github/workflows ci: skip documenting dependencies 2024-09-10 06:57:24 -04:00
blah-types refactor: move types crate into blahd-types subpackage 2024-09-10 03:47:41 -04:00
blahctl refactor: move types crate into blahd-types subpackage 2024-09-10 03:47:41 -04:00
blahd feat(webapi): differentiate no-room-permission from not-a-member error 2024-09-10 08:19:44 -04:00
contrib refactor: reorganize docs and aux files 2024-09-10 03:59:31 -04:00
docs feat(webapi): differentiate no-room-permission from not-a-member error 2024-09-10 08:19:44 -04:00
test-frontend refactor: reorganize docs and aux files 2024-09-10 03:59:31 -04:00
.gitignore refactor: reorganize docs and aux files 2024-09-10 03:59:31 -04:00
Cargo.lock refactor: move types crate into blahd-types subpackage 2024-09-10 03:47:41 -04:00
Cargo.toml build(toolchain),ci: switch to rust 1.82-beta for now 2024-09-10 06:56:08 -04:00
clippy.toml Avoid unnecessary unwrap 2024-09-06 02:05:32 -04:00
flake.lock build(toolchain),ci: switch to rust 1.82-beta for now 2024-09-10 06:56:08 -04:00
flake.nix build(toolchain),ci: switch to rust 1.82-beta for now 2024-09-10 06:56:08 -04:00
rust-toolchain.toml build(toolchain),ci: switch to rust 1.82-beta for now 2024-09-10 06:56:08 -04:00