aboutsummaryrefslogtreecommitdiffstats
path: root/README.md (unfollow)
Commit message (Expand)AuthorLines
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
2018-05-19Catch index addition failure in oauth_data migrationGravatar Gareth Coles-2/+8
2018-05-19Don't escape form preambleGravatar Gareth Coles-1/+1
2018-05-19Actually insert preambleGravatar Gareth Coles-0/+2
2018-05-19Fix template date formatter, so it won't break on non-DTsGravatar Gareth Coles-1/+2
2018-05-19LintingGravatar Gareth Coles-3/+1
2018-05-19Form preamble, jam creation fixesGravatar Gareth Coles-1/+215
2018-05-19Linting, and remove seconds from date formatterGravatar Gareth Coles-2/+2
2018-05-19[Jams] Fix ordering on view pageGravatar Gareth Coles-3/+6
2018-05-19[Jams] Basics may now be edited at any pointGravatar Gareth Coles-19/+9
2018-05-19Fix various page titlesGravatar Gareth Coles-16/+15
2018-05-19GDPR compliance for jammer profilesGravatar Gareth Coles-0/+13
2018-05-19Update nav/privacy policyGravatar Gareth Coles-2/+18
2018-05-19Jammer profilesGravatar Gareth Coles-5/+178
2018-05-19Fix infractions setupGravatar Gareth Coles-16/+17
2018-05-19[Jams] Signups code is more or less done, just a few things leftGravatar Gareth Coles-35/+651
2018-05-19Snake cog (#71)Gravatar Leon Sandøy-5216/+8354
2018-05-19[Jams] Some amount of public display, but links not ready yetGravatar Gareth Coles-57/+87
2018-05-19Logical block organisationGravatar Gareth Coles-4/+4
2018-05-19Add "preparing" stateGravatar Gareth Coles-2/+15
2018-05-19Messed up my lint earlierGravatar Gareth Coles-2/+2
2018-05-19[Jams] Linting and infractionsGravatar Gareth Coles-10/+426
2018-05-19Fix some small question-editing bugsGravatar Gareth Coles-3/+5
2018-05-19[Jams] Complete question listing/editing/etcGravatar Gareth Coles-0/+1895
2018-05-19[Jams] Add non-task info text to be displayed at jam announcementGravatar Gareth Coles-36/+169
2018-05-18[Jams] A bunch more work. That's all for tonight, though.Gravatar Gareth Coles-11/+234
2018-05-18Added SVG file and edited navbar accordingly (#72)Gravatar Jeremiah Boby-1/+56
2018-05-18[Jams] Huge amount of work on code jam admin areaGravatar Gareth Coles-62/+1370
2018-05-17Update wiki footer in line with main siteGravatar Gareth Coles-4/+4
2018-05-17Remove WIP header and highlight wiki in nav when selectedGravatar Gareth Coles-19/+24
2018-05-17[Jams] More restructuringGravatar Gareth Coles-88/+98
2018-05-17Restructure code jams page layoutGravatar Gareth Coles-28/+100
2018-05-15Commas are hardGravatar Gareth Coles-2/+2
2018-05-15Second draft of privacy pageGravatar Gareth Coles-13/+86
2018-05-15First draft of privacy pageGravatar Gareth Coles-0/+65
2018-05-15Add snowflake index on oauth_data and use it for deletionsGravatar Gareth Coles-7/+16
2018-05-15Main site redirects should be 302sGravatar Gareth Coles-0/+3
2018-05-15Coveralls doesn't work, remove it from the travis build for nowGravatar Gareth Coles-1/+1
2018-05-15LintingGravatar Gareth Coles-2/+2
2018-05-15Add RedirectView class for views that only redirect elsewhereGravatar Gareth Coles-31/+63
2018-05-15Fix editing wiki in debug modeGravatar Gareth Coles-9/+10
2018-05-15Add TemplateView class for views that only render a templateGravatar Gareth Coles-37/+60