continuwuity/src/admin
ember33 5f901a560b feat(spaces): add admin commands for space role management
Add !admin space roles subcommands: list, add, remove, assign, revoke,
require, unrequire, user, room, enable, disable, status. The remove
command uses cascade_remove_role macro to deduplicate member and room
cleanup loops. Role definitions, assignments, and room requirements
are managed via state events.
2026-03-20 08:52:13 +01:00
..
appservice fix: Remove extraneous dashes from command help 2026-01-12 10:47:19 -05:00
check feat: Exclude undocumented commands 2026-01-12 10:51:17 -05:00
debug refactor(treewide): get rid of compile time build environment introspection 2026-01-19 19:44:28 +00:00
federation fix: Limit body read size of remote requests (CWE-409) 2026-03-03 19:54:34 +00:00
media docs: Update delete-past-remote-media example with correct flag syntax 2026-03-04 15:37:06 +00:00
query refactor: Make stream utils generic over the error type 2026-02-23 16:36:46 +00:00
room fix: Remove non-compliant and non-functional non-authoritative directory queries 2026-02-19 01:37:42 +00:00
server fix(admin-cli): concatenation/formatting error, i.e., 2026-02-16 00:52:02 -05:00
space feat(spaces): add admin commands for space role management 2026-03-20 08:52:13 +01:00
token fix: Remove extraneous dashes from command help 2026-01-12 10:47:19 -05:00
user chore: Clippy fixes 2026-02-15 18:05:42 +00:00
admin.rs feat(spaces): add admin commands for space role management 2026-03-20 08:52:13 +01:00
Cargo.toml refactor(treewide): get rid of compile time build environment introspection 2026-01-19 19:44:28 +00:00
context.rs chore: Clippy fixes 2025-12-31 19:56:35 +00:00
mod.rs feat(spaces): add admin commands for space role management 2026-03-20 08:52:13 +01:00
processor.rs refactor: Clean up logging issues 2026-01-05 18:28:57 +00:00
tests.rs split admin command enum from handler 2024-07-27 08:26:42 +00:00
utils.rs replace admin command branches returning RoomMessageEventContent 2025-04-19 23:33:52 +01:00