Rework admin commands #977

Open
tezlm wants to merge 11 commits from better-admin-commands into next

11 commits

Author SHA1 Message Date
tezlm
046acc37bf
split out room info into its own function 2023-10-14 07:12:15 -07:00
tezlm
816bba25cf
Make commands plural 2023-10-14 06:33:29 -07:00
tezlm
f77e26c525
Ran cargo fmt 2023-10-04 23:33:09 -07:00
tezlm
8d7982900a
Fix table headers and pagination 2023-10-04 23:24:33 -07:00
tezlm
84f259d45e
List pagination and html tables 2023-10-04 21:33:37 -07:00
tezlm
755261e63f
Room directory admin commands 2023-10-04 20:46:12 -07:00
tezlm
4c03aa80ab
reply to messages 2023-10-04 20:13:04 -07:00
tezlm
910d166b5d
Admin room alias commands
- room alias set
- room alias remove
- room alias which
- room alias list
2023-10-03 20:42:31 -07:00
tezlm
99fb0a2953
Add appservice show command to show config 2023-10-03 17:39:40 -07:00
tezlm
b20f4d6305
Allow using languages in code blocks.
```yaml
This works now
```
2023-10-03 17:09:17 -07:00
tezlm
032602de58
Rework admin commands to use subcommands.
This commit doesn't add, remove, or change any
commands, it only organizes them
2023-10-03 16:52:52 -07:00