aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_oauth_backend.py (follow)
Commit message (Collapse)AuthorAgeLines
* Initial project layout for djangoGravatar Gareth Coles2018-08-07-39/+0
|
* Privacy/Usability updates (#75)Gravatar Gareth Coles2018-05-20-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-0/+39
moves all tests into a testing directory and splits the tests into separate files