Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2018-06-03 | [Jams] Fix signup message | -2/+2 | ||
2018-06-03 | Make the site still work without RMQ | -19/+22 | ||
2018-06-03 | [Wiki] Fix actions not showing in some desirable cases | -6/+6 | ||
2018-06-02 | [Wiki] Prefer horizontal whitespace over vertical (#85) | -5/+7 | ||
* [Wiki] Prefer horizontal whitespace over vertical This should fix the issue with the long vertical bar of whitespace under the menu toggle button on mobile, whilst also not breaking centering of content. * [Wiki] Prefer horizontal whitespace over vertical This removes the vertical bar of whitespace under the menu toggle button in favor of a horizontal line on mobile. * Fix indentation error | ||||
2018-06-02 | [Wiki] Fix a CSS dumb | -4/+4 | ||
2018-06-02 | [Jams] Send signup messages to jam log channel | -1/+15 | ||
2018-06-02 | [Wiki] Codeblocks should no longer be way too wide on mobile | -1/+11 | ||
2018-06-02 | Allow nav dropdown vertical scrolling | -1/+1 | ||
2018-06-02 | Attempt to fix dropdown positioning | -1/+1 | ||
2018-06-02 | [Wiki] Attempt to fix width issues on mobile | -1/+5 | ||
2018-06-02 | [Wiki] Hide scrollbar on code blocks when not needed | -2/+2 | ||
2018-06-02 | [Wiki] Attempt to fix page views on mobile | -1/+40 | ||
2018-06-02 | [Wiki] Fix UX bug relating to current article headers | -1/+1 | ||
2018-06-02 | [Wiki] UX improvements for sidebar | -2/+7 | ||
2018-05-31 | Add building of Dockerfile.base if changed [ci skip] | -0/+15 | ||
2018-05-31 | [Gunicorn] It's "description", not "message" | -1/+1 | ||
2018-05-31 | Add new packages to base: cmake, autoconf, automake & libtool | -0/+3 | ||
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 | ||