aboutsummaryrefslogtreecommitdiffstats
path: root/backend/routes/discord.py (follow)
Commit message (Collapse)AuthorAgeLines
* Use redis to store the role cacheGravatar Chris Lovering2024-07-17-2/+2
|
* Use redis for the discord member cache over mongoGravatar Chris Lovering2024-07-16-2/+2
|
* Apply fixable lint settings with RuffGravatar Joe Banks2024-07-08-9/+9
|
* Fix Linting ErrorsGravatar Hassan Abouelela2022-02-05-5/+5
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Overhaul Scope SystemGravatar Hassan Abouelela2022-02-05-0/+83
Adds discord role support to the pre-existing scopes system to power more complex access permissions. Signed-off-by: Hassan Abouelela <[email protected]>