Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | Add webhook thread ID to form model | 2025-05-31 | -0/+10 | |
* | Move unittest filtering to the Form.dict() function | 2024-07-09 | -7/+9 | |
* | Apply fixable lint settings with Ruff | 2024-07-08 | -99/+99 | |
* | Fix ANN401 Linting Failures | 2022-07-20 | -2/+2 | |
* | Allow Setup For Unittests | 2022-06-24 | -2/+4 | |
* | Fix Linting Errors | 2022-02-05 | -2/+2 | |
* | Add Role Based Editors To Forms | 2022-02-05 | -1/+2 | |
* | Add Role Based Authorized Readers | 2022-02-05 | -2/+10 | |
* | Overhaul Scope System | 2022-02-05 | -1/+13 | |
* | Add Helper Functions For Managing Roles | 2022-01-22 | -2/+63 | |
* | Model: makes Form.id case insensitive | 2021-12-26 | -2/+2 | |
* | Clarify Validator Semantics | 2021-06-03 | -1/+1 | |
* | Adds Missing Docstrings | 2021-06-02 | -0/+3 | |
* | Adds Code Question Model | 2021-06-02 | -1/+25 | |
* | Add back removed parenthesis | 2021-03-16 | -1/+1 | |
* | Split if statement to multiple lines to avoid noqa | 2021-03-16 | -1/+4 | |
* | Split public fields constant to multiple lines | 2021-03-16 | -1/+9 | |
* | Use value of enum member instead of member itself | 2021-03-16 | -3/+3 | |
* | Add discord_role to public fields | 2021-03-16 | -1/+1 | |
* | Add missing "is" to error message | 2021-03-09 | -1/+1 | |
* | Merge branch 'main' into ks123/role-assigning | 2021-01-23 | -1/+2 | |
|\ | ||||
| * | Add an optional submitted_text field to forms to customize the response upon ... | 2021-01-20 | -2/+2 | |
| * | Add an optional response field to forms to customize the response upon submit... | 2021-01-20 | -1/+2 | |
* | | Fix too long line | 2020-12-29 | -1/+3 | |
* | | Add check for REQUIRES_LOGIN when ASSIGN_ROLE provided | 2020-12-29 | -2/+6 | |
* | | Add validator for Discord role field for form | 2020-12-29 | -1/+11 | |
* | | Add discord_role field to form and it's schema | 2020-12-29 | -0/+1 | |
|/ | ||||
* | Add required field to question model | 2020-12-28 | -0/+1 | |
* | Dedents Webhook Object | 2020-12-22 | -8/+2 | |
* | Merge branch 'main' into big-int-fix | 2020-12-21 | -1/+75 | |
|\ | ||||
| * | Merge branch 'main' into discord-webhook | 2020-12-21 | -1/+0 | |
| |\ | ||||
| * | | Adds Missing Annotation | 2020-12-18 | -1/+1 | |
| * | | Runs Initial Validation Asynchronously | 2020-12-18 | -32/+55 | |
| * | | Sends Embed Asynchronously | 2020-12-18 | -1/+1 | |
| * | | Merge branch 'main' into discord-webhook | 2020-12-17 | -3/+19 | |
| |\ \ | ||||
| * | | | Makes Webhooks Optional | 2020-12-17 | -2/+2 | |
| * | | | Merge branch 'main' into discord-webhook | 2020-12-17 | -1/+14 | |
| |\ \ \ | ||||
| * | | | | Adds Webhook Option | 2020-12-17 | -0/+51 | |
* | | | | | Remove validator import | 2020-12-21 | -1/+1 | |
* | | | | | Remove unnecessary validator | 2020-12-21 | -8/+0 | |
* | | | | | Remove unnecessary comment about ID | 2020-12-21 | -2/+0 | |
* | | | | | Convert user IDs to string to avoid JS bad behaviours | 2020-12-21 | -3/+13 | |
| |_|_|/ |/| | | | ||||
* | | | | Remove DNS blacklist field from antispam model | 2020-12-18 | -1/+0 | |
| |_|/ |/| | | ||||
* | | | Merge branch 'main' into docs/api-spec | 2020-12-17 | -1/+14 | |
|\ \ \ | | |/ | |/| | ||||
| * | | Update backend/models/form_response.py | 2020-12-17 | -1/+1 | |
| * | | Fixes DB Timestamp on Return | 2020-12-17 | -4/+11 | |
| * | | Adds Timestamp Field | 2020-12-17 | -1/+7 | |
| |/ | ||||
* / | Make model changes | 2020-12-16 | -3/+19 | |
|/ | ||||
* | minor refactorings | 2020-12-15 | -2/+2 | |
* | fix various type annotation issues | 2020-12-15 | -9/+9 |