Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | | Updated team lists, jam team list, added buttons to team view | 2018-06-22 | -4/+55 | ||
| | | | |||||
* | | | Basic team information in team page + failed attempt at scss | 2018-06-20 | -1/+5 | ||
| | | | |||||
* | | | Fix view name | 2018-06-20 | -1/+1 | ||
| | | | |||||
* | | | Start work on individual team view | 2018-06-20 | -1/+48 | ||
| | | | |||||
* | | | Fix teams not being restricted to their jam, and allow users to be in two ↵ | 2018-06-20 | -15/+5 | ||
| | | | | | | | | | | | | teams for two different jams | ||||
* | | | Cleanup team list querying, add tooltip to Gitlab user button | 2018-06-19 | -16/+9 | ||
| | | | |||||
* | | | Add GitLab button next to username | 2018-06-19 | -1/+5 | ||
| | | | |||||
* | | | Fix linting | 2018-06-19 | -2/+2 | ||
| | | | |||||
* | | | Start work on team list page | 2018-06-19 | -0/+42 | ||
|/ / | |||||
* / | Fix creating questions for code jams | 2018-06-19 | -1/+5 | ||
|/ | |||||
* | [Jams] Additional logging on teams page | 2018-06-19 | -0/+4 | ||
| | |||||
* | [Jams] Additional logging on teams page | 2018-06-19 | -0/+4 | ||
| | |||||
* | s/color/colour/g | 2018-06-17 | -3/+3 | ||
| | |||||
* | Change which key is being fetched, should be last commit to fix this | 2018-06-17 | -1/+1 | ||
| | |||||
* | Add param to audit_log function so that old data can be None and still work | 2018-06-17 | -5/+5 | ||
| | |||||
* | Switch key argument to sorted to be a keyword argument | 2018-06-17 | -1/+1 | ||
| | |||||
* | Wiki audit logs | 2018-06-17 | -109/+55 | ||
| | |||||
* | Backend for team assignment | 2018-06-17 | -7/+352 | ||
| | |||||
* | Allow schemas to not use a list when applicable | 2018-06-14 | -53/+41 | ||
| | |||||
* | Remove debug print from production | 2018-06-13 | -2/+0 | ||
| | |||||
* | Compile as much JS with Gulp as possible | 2018-06-13 | -16/+16 | ||
| | | | | | | | | | | This will concatenate ALL of our JS, and minify it - thus leaving us with a single file to be loaded. There's a few libraries we can't do this with, unfortunately - these are now added in fouc.js: * Ace Editor * Flatpickr * Font-Awesome | ||||
* | Update GitLab URL | 2018-06-12 | -5/+5 | ||
| | |||||
* | [Jams] User ID and avatar on approvals page | 2018-06-12 | -0/+2 | ||
| | |||||
* | It's always the smallest changes that don't lint | 2018-06-12 | -1/+1 | ||
| | |||||
* | [Jams] Mention user in #code-jam-logs on approval | 2018-06-12 | -1/+10 | ||
| | |||||
* | Linting | 2018-06-12 | -1/+1 | ||
| | |||||
* | [Jams] Role assignment on approval/unapproval | 2018-06-12 | -3/+21 | ||
| | |||||
* | [Jams] Approvals interface | 2018-06-12 | -1/+120 | ||
| | |||||
* | Grab user avatars in bot API call | 2018-06-07 | -5/+8 | ||
| | |||||
* | Replace GitHub with GitLab across the project | 2018-06-07 | -8/+17 | ||
| | |||||
* | [RST] Add directive for UIKit buttons | 2018-06-07 | -1/+1 | ||
| | |||||
* | documentation metadata API (#57) | 2018-06-05 | -0/+98 | ||
| | | | | | | | | | | | | | | | | | | | | | | * Add documentation metadata "schema". * Add seed data for `pydoc_links` table. * Add tests for the `doc` API. * Allow specifying multiple parameters. * Move up line in generator. * make each docs test a function for greater test report visibility * fix a typo * Use fixtures instead of `pytest-ordering`. * Move `doc` API to `/bot/doc`. * Use new migration system. | ||||
* | [Jams] Fix signup message | 2018-06-03 | -2/+2 | ||
| | |||||
* | [Wiki] Fix actions not showing in some desirable cases | 2018-06-03 | -5/+5 | ||
| | |||||
* | [Jams] Send signup messages to jam log channel | 2018-06-02 | -1/+14 | ||
| | |||||
* | [Jams] Add mod-log logging of code jam application status | 2018-05-31 | -2/+48 | ||
| | |||||
* | Update privacy policy and related migrations | 2018-05-31 | -15/+1 | ||
| | | | | | * Don't collect DOB anymore, and remove it from database * Make doubly-sure all emails are gone because I'm paranoid and "update" doesn't do what it sounds like | ||||
* | WS objects now keep track of their connections | 2018-05-29 | -3/+0 | ||
| | |||||
* | Merge remote-tracking branch 'origin/master' | 2018-05-29 | -0/+12 | ||
|\ | |||||
| * | Revisions improvements (#77) | 2018-05-29 | -0/+12 | ||
| | | | | | | | | | | | | * Support moving of revisions * Support removal of revisions upon page delete | ||||
* | | Address input given in contrib channel, and add FAQ | 2018-05-29 | -0/+7 | ||
|/ | |||||
* | Revision of the rules, and a channels page | 2018-05-22 | -0/+7 | ||
| | |||||
* | Privacy/Usability updates (#75) | 2018-05-20 | -25/+204 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use less intrusive oauth scopes, add login redirect method * Remove debugging prints, add missing __init__ * Work towards new privacy policy * Fix judging state icons on code jam management page * Jammer profile retraction and punishments based on jam status * Linting * [Jams] Deny profile saving for users < 13 years, and finish removal page * Fix tests * Clean up and address Volcyy's review * Add proper login redirection to require_roles decorator * Fix template is_staff() and add staff link to navigation * Address lemon's review * Linting * Privacy page formatting * Privacy page formatting | ||||
* | [Jams] Redirect user back to form from profile page | 2018-05-20 | -2/+20 | ||
| | |||||
* | [Jams] Fix bad redirect | 2018-05-19 | -2/+2 | ||
| | |||||
* | [Jams] Update edit state availability | 2018-05-19 | -3/+4 | ||
| | |||||
* | Actually insert preamble | 2018-05-19 | -0/+2 | ||
| | |||||
* | Linting | 2018-05-19 | -3/+1 | ||
| | |||||
* | Form preamble, jam creation fixes | 2018-05-19 | -1/+60 | ||
| | |||||
* | Linting, and remove seconds from date formatter | 2018-05-19 | -1/+1 | ||
| |