| Commit message (Expand) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Don't include user mention for anonymous form submissions | 2022-01-21 | -1/+5 | |
| * | Model: makes Form.id case insensitive | 2021-12-26 | -9/+6 | |
| * | Hash Cf-Connecting-IP if given, else remote host | 2021-12-25 | -1/+5 | |
| * | Uses Backend URL In Embed | 2021-07-06 | -1/+1 | |
| * | Merge pull request #92 from python-discord/unittest_failures | 2021-06-20 | -15/+73 | |
| |\ | ||||
| | * | Updates Unittest Filter To Match New Model | 2021-06-19 | -1/+1 | |
| | * | Verifies Unittest Error Responses | 2021-06-03 | -1/+14 | |
| | * | Handles Code Questions With No Tests | 2021-06-03 | -1/+13 | |
| | * | Documents Return Code | 2021-06-02 | -0/+1 | |
| | * | Uses 422 For Failed Tests | 2021-06-02 | -1/+1 | |
| | * | Reports All Unittest Failure Reasons | 2021-06-02 | -2/+9 | |
| | * | Records Failed Unittests | 2021-06-02 | -8/+33 | |
| | * | Adds Code Question Model | 2021-06-02 | -4/+4 | |
| * | | Merge pull request #90 from python-discord/auth-form | 2021-06-20 | -5/+37 | |
| |\ \ | ||||
| | * | | Adds An Empty Form For Authorization | 2021-05-17 | -5/+37 | |
| * | | | Handles Null Webhooks | 2021-06-04 | -5/+7 | |
| * | | | Reverts "Validates Form Patch Request" | 2021-06-03 | -2/+6 | |
| | |/ |/| | ||||
| * | | Set Form Viewing URL | 2021-05-30 | -1/+1 | |
| * | | Validates Form Patch Request | 2021-05-30 | -1/+3 | |
| |/ | ||||
| * | Simplify role assigning rate limit handling | 2021-03-09 | -12/+6 | |
| * | Merge branch 'main' into ks123/role-assigning | 2021-03-09 | -6/+185 | |
| |\ | ||||
| | * | Switches Forwarded Protocol Header | 2021-03-07 | -4/+1 | |
| | * | Fixes Domain URL On Token Cookie | 2021-03-07 | -1/+3 | |
| | * | Makes Helper To Handle Token SameSite Logic | 2021-03-07 | -5/+4 | |
| | * | Revert "Sets Token Cookie To Same Site To Lax" | 2021-03-06 | -1/+1 | |
| | * | Sets Token Cookie To Same Site To Lax | 2021-03-06 | -1/+1 | |
| | * | Renames Token To `token` | 2021-03-06 | -1/+1 | |
| | * | Merge branch 'main' into token-expiry | 2021-02-28 | -1/+153 | |
| | |\ | ||||
| | | * | Obliterate the _unit_cache variable | 2021-02-27 | -3/+0 | |
| | | * | Use base64 encoded code snippets | 2021-02-26 | -4/+4 | |
| | | * | Properly hadnle hidden tests starting with test_ | 2021-02-25 | -1/+1 | |
| | | * | Remove unused import | 2021-02-25 | -2/+4 | |
| | | * | Make _make_unit_code more readable | 2021-02-25 | -1/+4 | |
| | | * | Remove unneeded temp variable | 2021-02-25 | -4/+2 | |
| | | * | Only filter units if we aren't using an admin token | 2021-02-25 | -1/+2 | |
| | | * | Make use of list.copy() instead of [:] | 2021-02-25 | -2/+2 | |
| | | * | Don't try to parse the composed code | 2021-02-25 | -40/+32 | |
| | | * | Make use of .raise_for_status() | 2021-02-25 | -8/+6 | |
| | | * | Add return code 7 for processes killed by NsJail | 2021-02-25 | -22/+25 | |
| | | * | Add return code 6 for exceptions when loading module | 2021-02-25 | -1/+1 | |
| | | * | Properly handle return codes 5 and 99 | 2021-02-24 | -14/+18 | |
| | | * | Document unittest code | 2021-02-24 | -6/+16 | |
| | | * | Censor unittests on GET /forms/$id | 2021-02-24 | -0/+16 | |
| | | * | Add support for hidden tests | 2021-02-24 | -2/+17 | |
| | | * | Return 403 on failed tests | 2021-02-24 | -1/+1 | |
| | | * | Switch to 100 chars line length and get rid of the noqas | 2021-02-24 | -6/+14 | |
| | | * | Hook up unittesting in the submit protocol | 2021-02-24 | -0/+14 | |
| | | * | Support code unit testing through snekbox | 2021-02-24 | -0/+91 | |
| | * | | Centralizes Admin Authentication | 2021-02-20 | -1/+2 | |
| | * | | Remove AuthorizationHeaders Class | 2021-02-19 | -2/+1 | |