add POST /v1/guild/@<name>, fix csrf token gen

This commit is contained in:
Yusur 2025-11-30 23:32:48 +01:00
parent 896a87a9bf
commit f4918d4815
3 changed files with 54 additions and 6 deletions

View file

@ -5,12 +5,12 @@
- Switched to Quart framework. This implies everything is `async def` now.
- **BREAKING**: `SERVER_NAME` env variable now contains the domain name. `DOMAIN_NAME` has been removed.
- libsuou bumped to 0.6.0
- Added several REST routes. Change needed due to pending frontend separation.
- Added several REST routes. Change needed due to pending [frontend separation](https://nekode.yusur.moe/yusur/vigil).
- Deprecated the old web routes except for `/report` and `/admin`
## 0.4.0
- Added dependency to [SUOU](https://github.com/sakuragasaki46/suou) library
- Added dependency to [SUOU](https://github.com/yusurko/suou) library
- Users can now block each other
+ Blocking a user prevents them from seeing your comments, posts (standalone or in feed) and profile
- Added user strikes: a strike logs the content of a removed message for future use