Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Address input given in contrib channel, and add FAQ | 2018-05-29 | -3/+243 | |
| | ||||
* | Bump pytest from 3.5.1 to 3.6.0 (#78) | 2018-05-26 | -18/+17 | |
| | | | Bumps pytest from 3.5.1 to 3.6.0. | |||
* | Improving URLs (#81) | 2018-05-26 | -4/+9 | |
| | | | Thanks! | |||
* | remove vagrant | 2018-05-23 | -92/+0 | |
| | ||||
* | Merge branch 'master' of github.com:discord-python/site | 2018-05-23 | -54/+318 | |
|\ | ||||
| * | Removed "Hacking-Coding" from the partners list. | 2018-05-23 | -6/+1 | |
| | | ||||
| * | Merge branch 'master' of https://github.com/discord-python/site | 2018-05-22 | -44/+308 | |
| |\ | | | | | | | | | | Merge master | |||
| | * | Revision of the rules, and a channels page | 2018-05-22 | -8/+15 | |
| | | | ||||
| | * | Revision of the rules, and a channels page | 2018-05-22 | -44/+301 | |
| | | | ||||
| * | | Added our new partner - Functional Programming - to the partners page! | 2018-05-22 | -5/+10 | |
| |/ | ||||
* / | update vagrant script [ci skip] | 2018-05-21 | -70/+51 | |
|/ | ||||
* | UIKit is pushy. | 2018-05-21 | -4/+4 | |
| | ||||
* | [Jams] Fix up textarea formatting | 2018-05-21 | -2/+19 | |
| | ||||
* | fix deploy script | 2018-05-21 | -1/+1 | |
| | ||||
* | Privacy/Usability updates (#75) | 2018-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) | 2018-05-20 | -523/+568 | |
| | | | moves all tests into a testing directory and splits the tests into separate files | |||
* | remove set -e | 2018-05-20 | -1/+0 | |
| | ||||
* | removes the python deploy script in favour of a curl command (#74) | 2018-05-20 | -21/+2 | |
| | ||||
* | [Jams] Redirect user back to form from profile page | 2018-05-20 | -3/+25 | |
| | ||||
* | [Jams] Fix infraction table display when user is not on server | 2018-05-19 | -1/+1 | |
| | ||||
* | Lock gevent==1.2.2 | 2018-05-19 | -31/+46 | |
| | ||||
* | Merge remote-tracking branch 'origin/master' | 2018-05-19 | -52/+40 | |
|\ | ||||
| * | Merge branch 'master' of github.com:discord-python/site | 2018-05-20 | -10/+11 | |
| |\ | ||||
| * | | updates docker-compose file [ci skip] | 2018-05-20 | -52/+40 | |
| | | | ||||
* | | | [Jams] Fix bad redirect | 2018-05-19 | -2/+2 | |
| |/ |/| | ||||
* | | [Jams] Form inputs should be a flex column | 2018-05-19 | -1/+1 | |
| | | ||||
* | | [Jams] Update edit state availability | 2018-05-19 | -9/+10 | |
|/ | ||||
* | Catch index addition failure in oauth_data migration | 2018-05-19 | -2/+8 | |
| | ||||
* | Don't escape form preamble | 2018-05-19 | -1/+1 | |
| | ||||
* | Actually insert preamble | 2018-05-19 | -0/+2 | |
| | ||||
* | Fix template date formatter, so it won't break on non-DTs | 2018-05-19 | -1/+2 | |
| | ||||
* | Linting | 2018-05-19 | -3/+1 | |
| | ||||
* | Form preamble, jam creation fixes | 2018-05-19 | -1/+215 | |
| | ||||
* | Linting, and remove seconds from date formatter | 2018-05-19 | -2/+2 | |
| | ||||
* | [Jams] Fix ordering on view page | 2018-05-19 | -3/+6 | |
| | ||||
* | [Jams] Basics may now be edited at any point | 2018-05-19 | -19/+9 | |
| | ||||
* | Fix various page titles | 2018-05-19 | -16/+15 | |
| | ||||
* | Merge remote-tracking branch 'origin/master' | 2018-05-19 | -5216/+8354 | |
|\ | ||||
| * | Snake cog (#71) | 2018-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 profiles | 2018-05-19 | -0/+13 | |
| | | ||||
* | | Update nav/privacy policy | 2018-05-19 | -2/+18 | |
| | | ||||
* | | Jammer profiles | 2018-05-19 | -5/+178 | |
| | | ||||
* | | Fix infractions setup | 2018-05-19 | -16/+17 | |
| | | ||||
* | | [Jams] Signups code is more or less done, just a few things left | 2018-05-19 | -35/+651 | |
|/ | ||||
* | [Jams] Some amount of public display, but links not ready yet | 2018-05-19 | -57/+87 | |
| | ||||
* | Logical block organisation | 2018-05-19 | -4/+4 | |
| | ||||
* | Add "preparing" state | 2018-05-19 | -2/+15 | |
| | ||||
* | Messed up my lint earlier | 2018-05-19 | -2/+2 | |
| | ||||
* | [Jams] Linting and infractions | 2018-05-19 | -10/+426 | |
| | ||||
* | Fix some small question-editing bugs | 2018-05-19 | -3/+5 | |
| |