Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | Adds Form Page Metadataform-metadata | 2021-06-11 | -0/+6 | |
* | Moves Description Metadata | 2021-06-11 | -0/+5 | |
* | 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 | |
| * | | | Adds Error Handling To Auth Helpers | 2021-02-16 | -18/+57 | |
| * | | | Dynamically Show Discord OAuth Button | 2021-02-13 | -37/+74 | |
| * | | | Makes Authorize Helper Async | 2021-02-13 | -3/+5 | |
| * | | | Cleans Up OAuth Button | 2021-02-13 | -81/+23 | |
| * | | | Adds Basic Auth Functionality | 2021-02-13 | -10/+218 | |
* | | | | Makes Code Inputs TextAreas | 2021-03-07 | -6/+1 | |
| |_|/ |/| | | ||||
* | | | Fixes Radio Button Rounding | 2021-03-07 | -1/+1 | |
| |/ |/| | ||||
* | | Adds Missing Fields To Test Models | 2021-02-19 | -3/+6 | |
* | | Merge pull request #91 from python-discord/forms-submitting | 2021-02-19 | -38/+311 | |
|\ \ | |/ |/| | ||||
| * | Remove TODO | 2021-02-18 | -1/+1 | |
| * | Don't overwrite user selection | 2021-02-18 | -3/+5 | |
| * | Add focus handler for select (thanks Scaleios) | 2021-02-18 | -1/+7 | |
| * | Remove unnecessary parameters from blur handler type annotations | 2021-02-18 | -5/+5 | |
| * | Mark range and radio valid after change | 2021-02-18 | -0/+5 | |
| * | Revert change of gathering checkbox values | 2021-02-18 | -9/+12 | |
| * | Add blur handler to Radio and Range | 2021-02-17 | -6/+8 | |
| * | Move CSS back under navigation class to avoid messy diff | 2021-02-17 | -52/+52 | |
| * | Unfocus currently focused element before scrolling to invalid question | 2021-02-17 | -0/+5 | |
| * | Make all blur handler names matching | 2021-02-08 | -5/+5 | |
| * | Change blur handler name in Select | 2021-02-08 | -2/+2 | |
| * | Change ShortText blur handler name | 2021-02-08 | -2/+2 | |
| * | Set z-index and position for error message CSS | 2021-02-08 | -0/+2 | |
| * | Fix CSS visibilty attribute | 2021-02-08 | -1/+1 | |
| * | Remove trailing whitespaces | 2021-02-08 | -4/+4 | |
| * | Create refMap to avoid errors on direct ref access | 2021-02-08 | -3/+9 | |
| * | Implement focusing text fields if empty on submit | 2021-02-08 | -11/+22 | |
| * | Rename invalid field IDs variable | 2021-02-08 | -4/+4 | |
| * | Improve submit data gathering | 2021-02-08 | -10/+6 | |
| * | Add nullability check for ref | 2021-02-08 | -1/+1 | |
| * | Simplify if check | 2021-02-08 | -1/+1 |