Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Simplify the logic for fetching from member cache | 2024-07-16 | -12/+6 | |
| | ||||
* | Use redis for the discord member cache over mongo | 2024-07-16 | -18/+6 | |
| | ||||
* | Apply fixable lint settings with Ruff | 2024-07-08 | -22/+38 | |
| | ||||
* | Fix NoneType Access Error For Form Editors | 2022-06-13 | -1/+1 | |
| | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Explicitly Use `_id` Over `id` | 2022-03-14 | -2/+2 | |
| | | | Co-authored-by: Kieran Siek <[email protected]> | |||
* | Add Default Attribute For Form Access Helper | 2022-03-14 | -1/+1 | |
| | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Ensure Form Existence Is Always Checked | 2022-02-11 | -4/+4 | |
| | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Use HTTPException To Propagate Access Failures | 2022-02-05 | -10/+15 | |
| | | | | | Co-authored-by: Bluenix <[email protected]> Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Switch To List Comp | 2022-02-05 | -3/+1 | |
| | | | | | Co-authored-by: Bluenix <[email protected]> Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Add Role Based Editors To Forms | 2022-02-05 | -0/+5 | |
| | | | | | | Adds the ability to specify who can edit forms using discord roles. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Add Role Based Authorized Readers | 2022-02-05 | -0/+38 | |
| | | | | | | | Adds a new property on forms to declare which roles are authorized to access form responses. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Overhaul Scope System | 2022-02-05 | -9/+96 | |
| | | | | | | | Adds discord role support to the pre-existing scopes system to power more complex access permissions. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Add Helper Functions For Managing Roles | 2022-01-22 | -7/+31 | |
| | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Merge branch 'main' into ks123/role-assigning | 2021-03-09 | -5/+10 | |
|\ | ||||
| * | Dynamically Selects OAuth Redirect URI | 2021-02-21 | -3/+3 | |
| | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | Adds Token Refresh Route | 2021-02-19 | -3/+8 | |
| | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | | Use Discord API base URL from constants | 2020-12-29 | -5/+3 | |
|/ | ||||
* | Add Discord API wrapper | 2020-10-25 | -0/+38 | |