aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/migrations/tables/oauth_data/v1.py (follow)
Commit message (Collapse)AuthorAgeLines
* Initial project layout for djangoGravatar Gareth Coles2018-08-07-13/+0
|
* Privacy/Usability updates (#75)Gravatar Gareth Coles2018-05-20-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Catch index addition failure in oauth_data migrationGravatar Gareth Coles2018-05-19-2/+8
|
* Add snowflake index on oauth_data and use it for deletionsGravatar Gareth Coles2018-05-15-0/+3
We were using id previously, but that was no longer the correct key