| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | [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 | |
| | | ||||
| * | [Jams] Fix ordering on view page | 2018-05-19 | -3/+6 | |
| | | ||||
| * | [Jams] Basics may now be edited at any point | 2018-05-19 | -3/+0 | |
| | | ||||
| * | Merge remote-tracking branch 'origin/master' | 2018-05-19 | -6/+166 | |
| |\ | ||||
| | * | Snake cog (#71) | 2018-05-19 | -6/+166 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Tables that are initialized with JSON files in the table_init folder will now sync properly if the JSON file is changed after initialization. Any lines that are either added or removed will be updated whenever site is rebooted. * Initial API endpoint for snake_quiz * reverting database.py * I WILL KILL YOU * Added the snake_fact API endpoint * Moving snake tables to the new migrations system * Set up initial data for all new tables, added table objects, wrote endpoints, and wrote tests for the new endpoints. * Removing the snake_movies endpoint. That idea didn't pan out. * Added an endpoint for getting special snake cases * broken json * Fixing the initial data slightly, better picture of bob. * Changing JSON indentation to be 4 spaces consistently in all initial_data, to address Aperture's review. Also changing all the endpoints to have correct namespacing, addressing gdude's review. * Fixing tests to point to new API endpoints | |||
| * | | GDPR compliance for jammer profiles | 2018-05-19 | -0/+13 | |
| | | | ||||
| * | | Jammer profiles | 2018-05-19 | -2/+71 | |
| | | | ||||
| * | | Fix infractions setup | 2018-05-19 | -9/+8 | |
| | | | ||||
| * | | [Jams] Signups code is more or less done, just a few things left | 2018-05-19 | -9/+180 | |
| |/ | ||||
| * | [Jams] Some amount of public display, but links not ready yet | 2018-05-19 | -3/+15 | |
| | | ||||
| * | Messed up my lint earlier | 2018-05-19 | -2/+2 | |
| | | ||||
