Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | Add 404 Page | 2022-07-19 | -8/+61 | |
* | Simplify Navigation Component | 2022-07-19 | -120/+101 | |
* | Clear Authorization On Error | 2022-07-14 | -2/+14 | |
* | Fix Failing jest.spyOn | 2022-07-14 | -1/+5 | |
* | Wrap Tests In Act | 2022-07-14 | -31/+32 | |
* | Base refresh timeout on diff from current time | 2022-07-02 | -1/+1 | |
* | Codify Question State Type | 2022-07-01 | -171/+164 | |
* | Remove Unused Prop From ErrorPage | 2022-07-01 | -3/+1 | |
* | Improve ErrorMessage Interface | 2022-07-01 | -7/+8 | |
* | Style Changes | 2022-07-01 | -3/+3 | |
* | Restructure FormPage | 2022-07-01 | -362/+545 | |
* | Display Test Names For Unittest Failures | 2022-07-01 | -5/+33 | |
* | Add Unittest Failure Interface | 2022-07-01 | -0/+13 | |
* | Allow More Customization In Error Message | 2022-07-01 | -2/+13 | |
* | Add Selectable Styles To Code Field (#469) | 2022-06-30 | -1/+3 | |
* | Expand Code Field To Fill Space | 2022-06-29 | -0/+4 | |
* | Fix Dropdown Overlap Issue | 2022-06-29 | -9/+20 | |
* | Bump React To 18.2.0 | 2022-06-18 | -64/+66 | |
* | Bump CodeMirror to 6.0.0 | 2022-06-18 | -1/+1 | |
* | Remove Jest SVG Transformer | 2022-06-18 | -0/+4 | |
* | Merge branch 'main' into snekbox-results-feedback | 2022-06-18 | -1/+1 | |
|\ | ||||
| * | Prompt for OAuth2 consent on every auth flow | 2022-06-17 | -1/+1 | |
* | | Fix rendering error message for failed unit tests. | 2022-06-18 | -16/+22 | |
* | | Add processing for POST request response | 2022-03-14 | -4/+22 | |
* | | Add new unittestsFailed public_state field | 2022-03-14 | -1/+12 | |
|/ | ||||
* | Skip one of the FormPage tests that throws errors | 2021-12-24 | -1/+2 | |
* | Block submission when missing OAuth2 scopes | 2021-12-24 | -15/+24 | |
* | Support Line Breaks In Submitted Text | 2021-06-19 | -1/+10 | |
* | Merge pull request #224 from python-discord/codemirror | 2021-06-19 | -8/+62 | |
|\ | ||||
| * | Update HTML Element handler comment | 2021-06-07 | -1/+1 | |
| * | Update code field styling after pulling upstream | 2021-05-30 | -5/+11 | |
| * | Implement code field | 2021-05-07 | -6/+54 | |
* | | Adds Support For Linebreaks In Content | 2021-06-10 | -7/+16 | |
|/ | ||||
* | Updates Home Page Form Entry Expansion | 2021-04-24 | -1/+1 | |
* | Opens OAuth In New Tab | 2021-03-08 | -2/+1 | |
* | Renables OAuth Button On Failure | 2021-03-07 | -2/+3 | |
* | Revert "Removes Unused OAuth Cleaning" | 2021-03-07 | -0/+9 | |
* | Merge pull request #141 from python-discord/discord-oauth | 2021-03-07 | -120/+376 | |
|\ | ||||
| * | Removes Unused OAuth Cleaning | 2021-03-07 | -9/+0 | |
| * | Remove Unused OAuth Scopes | 2021-03-07 | -18/+1 | |
| * | Merge branch 'main' into discord-oauth | 2021-03-07 | -1/+1 | |
| |\ | ||||
| * | | Fixes Return Home Button Centering | 2021-03-07 | -6/+8 | |
| * | | Set Username Expiry To Permanent | 2021-03-06 | -2/+2 | |
| * | | Saves Username & Scopes On `/` Path | 2021-02-21 | -2/+2 | |
| * | | Adds Token Refresh | 2021-02-20 | -32/+55 | |
| * | | Merge branch 'main' into discord-oauth | 2021-02-20 | -44/+319 | |
| |\ \ | ||||
| * | | | Removes Path From Auth | 2021-02-17 | -19/+15 | |
| * | | | Cleans Up OAuth Error Logging | 2021-02-17 | -14/+2 | |
| * | | | Cleans Up Error Display | 2021-02-16 | -2/+6 | |
| * | | | Adds Error Handler For OAuth Button | 2021-02-16 | -11/+53 |