aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/oauth.py (unfollow)
Commit message (Collapse)AuthorLines
2018-06-02Allow nav dropdown vertical scrollingGravatar Gareth Coles-1/+1
2018-06-02Attempt to fix dropdown positioningGravatar Gareth Coles-1/+1
2018-06-02[Wiki] Attempt to fix width issues on mobileGravatar Gareth Coles-1/+5
2018-06-02[Wiki] Hide scrollbar on code blocks when not neededGravatar Gareth Coles-2/+2
2018-06-02[Wiki] Attempt to fix page views on mobileGravatar Gareth Coles-1/+40
2018-06-02[Wiki] Fix UX bug relating to current article headersGravatar Gareth Coles-1/+1
2018-06-02[Wiki] UX improvements for sidebarGravatar Gareth Coles-2/+7
2018-05-31Add building of Dockerfile.base if changed [ci skip]Gravatar Joseph-0/+15
2018-05-31[Gunicorn] It's "description", not "message"Gravatar Gareth Coles-1/+1
2018-05-31Add new packages to base: cmake, autoconf, automake & libtoolGravatar Joseph-0/+3
2018-05-31Add cmake to base imageGravatar Joseph-0/+1
2018-05-31Attempt to fix deploymentGravatar Gareth Coles-0/+1
2018-05-31This isn't what I signed up for!Gravatar Gareth Coles-2/+3
2018-05-31Linting (of course)Gravatar Gareth Coles-3/+3
2018-05-31[Gunicorn] Announce site deploymentGravatar Gareth Coles-1/+18
2018-05-31[Jams] Add mod-log logging of code jam application statusGravatar Gareth Coles-2/+48
2018-05-31[RMQ] Finish events implementation; add jammer role to constantsGravatar Gareth Coles-2/+19
2018-05-31Update privacy policy and related migrationsGravatar Gareth Coles-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-30Switch constants aroundGravatar Gareth Coles-1/+1
2018-05-30Attempt to fix travis buildGravatar Gareth Coles-1/+2
2018-05-30Travis should probably run rabbitmqGravatar Gareth Coles-0/+1
2018-05-30RabbitMQ mixin, powered by Kombu (#84)Gravatar Gareth Coles-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-30Add FAQ about LPTHWGravatar Gareth Coles-0/+23
2018-05-29[FAQ] Address Nix's inputGravatar Gareth Coles-3/+4
2018-05-29[WS] "send all" methods should be classmethodsGravatar Gareth Coles-4/+6
2018-05-29WS objects now keep track of their connectionsGravatar Gareth Coles-11/+31
2018-05-29Address input given in contrib channel, and add FAQGravatar Gareth Coles-3/+243
2018-05-29Revisions improvements (#77)Gravatar Joseph-0/+12
* Support moving of revisions * Support removal of revisions upon page delete
2018-05-26Bump pytest from 3.5.1 to 3.6.0 (#78)Gravatar dependabot[bot]-18/+17
Bumps pytest from 3.5.1 to 3.6.0.
2018-05-26Improving URLs (#81)Gravatar Hannele Ruiz-4/+9
Thanks!
2018-05-23remove vagrantGravatar Christopher Baklid-92/+0
2018-05-23Removed "Hacking-Coding" from the partners list.Gravatar Jeremiah Boby-6/+1
2018-05-22Added our new partner - Functional Programming - to the partners page!Gravatar Jeremiah Boby-5/+10
2018-05-22Revision of the rules, and a channels pageGravatar Gareth Coles-8/+15
2018-05-22Revision of the rules, and a channels pageGravatar Gareth Coles-44/+301
2018-05-21update vagrant script [ci skip]Gravatar Christopher Baklid-70/+51
2018-05-21UIKit is pushy.Gravatar Gareth Coles-4/+4
2018-05-21[Jams] Fix up textarea formattingGravatar Gareth Coles-2/+19
2018-05-21fix deploy scriptGravatar Christopher Baklid-1/+1
2018-05-20Privacy/Usability updates (#75)Gravatar Gareth Coles-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-20Tests directory (#73)Gravatar Christopher Baklid-523/+568
moves all tests into a testing directory and splits the tests into separate files
2018-05-20remove set -eGravatar Christopher Baklid-1/+0
2018-05-20removes the python deploy script in favour of a curl command (#74)Gravatar Christopher Baklid-21/+2
2018-05-20[Jams] Redirect user back to form from profile pageGravatar Gareth Coles-3/+25
2018-05-19[Jams] Fix infraction table display when user is not on serverGravatar Gareth Coles-1/+1
2018-05-19Lock gevent==1.2.2Gravatar Gareth Coles-31/+46
2018-05-19[Jams] Fix bad redirectGravatar Gareth Coles-2/+2
2018-05-20updates docker-compose file [ci skip]Gravatar Christopher Baklid-52/+40
2018-05-19[Jams] Form inputs should be a flex columnGravatar Gareth Coles-1/+1
2018-05-19[Jams] Update edit state availabilityGravatar Gareth Coles-9/+10