Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2018-05-31 | Add cmake to base image | -0/+1 | ||
2018-05-31 | Attempt to fix deployment | -0/+1 | ||
2018-05-31 | This isn't what I signed up for! | -2/+3 | ||
2018-05-31 | Linting (of course) | -3/+3 | ||
2018-05-31 | [Gunicorn] Announce site deployment | -1/+18 | ||
2018-05-31 | [Jams] Add mod-log logging of code jam application status | -2/+48 | ||
2018-05-31 | [RMQ] Finish events implementation; add jammer role to constants | -2/+19 | ||
2018-05-31 | Update privacy policy and related migrations | -64/+40 | ||
* 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 | ||||
2018-05-30 | Switch constants around | -1/+1 | ||
2018-05-30 | Attempt to fix travis build | -1/+2 | ||
2018-05-30 | Travis should probably run rabbitmq | -0/+1 | ||
2018-05-30 | RabbitMQ mixin, powered by Kombu (#84) | -1/+178 | ||
* [RMQ] Add Kombi an an RMQMixin, as well as some constants * [RMQ] Fix example in mixin docstring * Update Pipfile.lock - for some reason, pipenv didn't lock kombu | ||||
2018-05-30 | Add FAQ about LPTHW | -0/+23 | ||
2018-05-29 | [FAQ] Address Nix's input | -3/+4 | ||
2018-05-29 | [WS] "send all" methods should be classmethods | -4/+6 | ||
2018-05-29 | WS objects now keep track of their connections | -11/+31 | ||
2018-05-29 | Address input given in contrib channel, and add FAQ | -3/+243 | ||
2018-05-29 | Revisions improvements (#77) | -0/+12 | ||
* Support moving of revisions * Support removal of revisions upon page delete | ||||
2018-05-26 | Bump pytest from 3.5.1 to 3.6.0 (#78) | -18/+17 | ||
Bumps pytest from 3.5.1 to 3.6.0. | ||||
2018-05-26 | Improving URLs (#81) | -4/+9 | ||
Thanks! | ||||
2018-05-23 | remove vagrant | -92/+0 | ||
2018-05-23 | Removed "Hacking-Coding" from the partners list. | -6/+1 | ||
2018-05-22 | Added our new partner - Functional Programming - to the partners page! | -5/+10 | ||
2018-05-22 | Revision of the rules, and a channels page | -8/+15 | ||
2018-05-22 | Revision of the rules, and a channels page | -44/+301 | ||
2018-05-21 | update vagrant script [ci skip] | -70/+51 | ||
2018-05-21 | UIKit is pushy. | -4/+4 | ||
2018-05-21 | [Jams] Fix up textarea formatting | -2/+19 | ||
2018-05-21 | fix deploy script | -1/+1 | ||
2018-05-20 | Privacy/Usability updates (#75) | -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 | ||||
2018-05-20 | Tests directory (#73) | -523/+568 | ||
moves all tests into a testing directory and splits the tests into separate files | ||||
2018-05-20 | remove set -e | -1/+0 | ||
2018-05-20 | removes the python deploy script in favour of a curl command (#74) | -21/+2 | ||
2018-05-20 | [Jams] Redirect user back to form from profile page | -3/+25 | ||
2018-05-19 | [Jams] Fix infraction table display when user is not on server | -1/+1 | ||
2018-05-19 | Lock gevent==1.2.2 | -31/+46 | ||
2018-05-19 | [Jams] Fix bad redirect | -2/+2 | ||
2018-05-20 | updates docker-compose file [ci skip] | -52/+40 | ||
2018-05-19 | [Jams] Form inputs should be a flex column | -1/+1 | ||
2018-05-19 | [Jams] Update edit state availability | -9/+10 | ||
2018-05-19 | Catch index addition failure in oauth_data migration | -2/+8 | ||
2018-05-19 | Don't escape form preamble | -1/+1 | ||
2018-05-19 | Actually insert preamble | -0/+2 | ||
2018-05-19 | Fix template date formatter, so it won't break on non-DTs | -1/+2 | ||
2018-05-19 | Linting | -3/+1 | ||
2018-05-19 | Form preamble, jam creation fixes | -1/+215 | ||
2018-05-19 | Linting, and remove seconds from date formatter | -2/+2 | ||
2018-05-19 | [Jams] Fix ordering on view page | -3/+6 | ||
2018-05-19 | [Jams] Basics may now be edited at any point | -19/+9 | ||
2018-05-19 | Fix various page titles | -16/+15 | ||