aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Privacy/Usability updates (#75)Gravatar Gareth Coles2018-05-20-148/+621
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Tests directory (#73)Gravatar Christopher Baklid2018-05-20-523/+568
| | | moves all tests into a testing directory and splits the tests into separate files
* remove set -eGravatar Christopher Baklid2018-05-20-1/+0
|
* removes the python deploy script in favour of a curl command (#74)Gravatar Christopher Baklid2018-05-20-21/+2
|
* [Jams] Redirect user back to form from profile pageGravatar Gareth Coles2018-05-20-3/+25
|
* [Jams] Fix infraction table display when user is not on serverGravatar Gareth Coles2018-05-19-1/+1
|
* Lock gevent==1.2.2Gravatar Gareth Coles2018-05-19-31/+46
|
* Merge remote-tracking branch 'origin/master'Gravatar Gareth Coles2018-05-19-52/+40
|\
| * Merge branch 'master' of github.com:discord-python/siteGravatar Christopher Baklid2018-05-20-10/+11
| |\
| * | updates docker-compose file [ci skip]Gravatar Christopher Baklid2018-05-20-52/+40
| | |
* | | [Jams] Fix bad redirectGravatar Gareth Coles2018-05-19-2/+2
| |/ |/|
* | [Jams] Form inputs should be a flex columnGravatar Gareth Coles2018-05-19-1/+1
| |
* | [Jams] Update edit state availabilityGravatar Gareth Coles2018-05-19-9/+10
|/
* Catch index addition failure in oauth_data migrationGravatar Gareth Coles2018-05-19-2/+8
|
* Don't escape form preambleGravatar Gareth Coles2018-05-19-1/+1
|
* Actually insert preambleGravatar Gareth Coles2018-05-19-0/+2
|
* Fix template date formatter, so it won't break on non-DTsGravatar Gareth Coles2018-05-19-1/+2
|
* LintingGravatar Gareth Coles2018-05-19-3/+1
|
* Form preamble, jam creation fixesGravatar Gareth Coles2018-05-19-1/+215
|
* Linting, and remove seconds from date formatterGravatar Gareth Coles2018-05-19-2/+2
|
* [Jams] Fix ordering on view pageGravatar Gareth Coles2018-05-19-3/+6
|
* [Jams] Basics may now be edited at any pointGravatar Gareth Coles2018-05-19-19/+9
|
* Fix various page titlesGravatar Gareth Coles2018-05-19-16/+15
|
* Merge remote-tracking branch 'origin/master'Gravatar Gareth Coles2018-05-19-5216/+8354
|\
| * Snake cog (#71)Gravatar Leon Sandøy2018-05-19-5216/+8354
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 profilesGravatar Gareth Coles2018-05-19-0/+13
| |
* | Update nav/privacy policyGravatar Gareth Coles2018-05-19-2/+18
| |
* | Jammer profilesGravatar Gareth Coles2018-05-19-5/+178
| |
* | Fix infractions setupGravatar Gareth Coles2018-05-19-16/+17
| |
* | [Jams] Signups code is more or less done, just a few things leftGravatar Gareth Coles2018-05-19-35/+651
|/
* [Jams] Some amount of public display, but links not ready yetGravatar Gareth Coles2018-05-19-57/+87
|
* Logical block organisationGravatar Gareth Coles2018-05-19-4/+4
|
* Add "preparing" stateGravatar Gareth Coles2018-05-19-2/+15
|
* Messed up my lint earlierGravatar Gareth Coles2018-05-19-2/+2
|
* [Jams] Linting and infractionsGravatar Gareth Coles2018-05-19-10/+426
|
* Fix some small question-editing bugsGravatar Gareth Coles2018-05-19-3/+5
|
* [Jams] Complete question listing/editing/etcGravatar Gareth Coles2018-05-19-0/+1895
|
* [Jams] Add non-task info text to be displayed at jam announcementGravatar Gareth Coles2018-05-19-36/+169
|
* [Jams] A bunch more work. That's all for tonight, though.Gravatar Gareth Coles2018-05-18-11/+234
|
* Added SVG file and edited navbar accordingly (#72)Gravatar Jeremiah Boby2018-05-18-1/+56
|
* [Jams] Huge amount of work on code jam admin areaGravatar Gareth Coles2018-05-18-62/+1370
|
* Update wiki footer in line with main siteGravatar Gareth Coles2018-05-17-4/+4
|
* Remove WIP header and highlight wiki in nav when selectedGravatar Gareth Coles2018-05-17-19/+24
| | | | Also fix highlighting in collapsed nav
* [Jams] More restructuringGravatar Gareth Coles2018-05-17-88/+98
|
* Restructure code jams page layoutGravatar Gareth Coles2018-05-17-28/+100
|
* Commas are hardGravatar Gareth Coles2018-05-15-2/+2
|
* Second draft of privacy pageGravatar Gareth Coles2018-05-15-13/+86
|
* First draft of privacy pageGravatar Gareth Coles2018-05-15-0/+65
|
* Add snowflake index on oauth_data and use it for deletionsGravatar Gareth Coles2018-05-15-7/+16
| | | | We were using id previously, but that was no longer the correct key
* Main site redirects should be 302sGravatar Gareth Coles2018-05-15-0/+3
|