aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/mixins.py (unfollow)
Commit message (Expand)AuthorLines
2018-04-03Explicitly exclude the API subdomain from CSRF checksGravatar Gareth Coles-3/+3
2018-04-03Basic wiki routesGravatar Gareth Coles-0/+47
2018-04-03Fix staff route nameGravatar Gareth Coles-1/+1
2018-04-03Committing wiki subdomain so I can fix my X serverGravatar Gareth Coles-4/+4
2018-04-01Fix testsGravatar Gareth Coles-1/+7
2018-04-01LintingGravatar Gareth Coles-1/+1
2018-04-01Add CSRF protection and optimise importsGravatar Gareth Coles-5/+50
2018-04-01Fix test for nowGravatar Gareth Coles-2/+3
2018-04-01Role requirement decorator should return json on an API errorGravatar Gareth Coles-0/+3
2018-04-01Fix logging, restrict staff index routeGravatar Gareth Coles-2/+7
2018-03-31Adding atom (#49)Gravatar Henrik Böving-3/+9
2018-03-30I guess we can let that data be inserted.Gravatar Gareth Coles-1/+3
2018-03-30WhoopsieGravatar Gareth Coles-1/+4
2018-03-30Accept username/discriminator from the bot and remove it from oauthGravatar Gareth Coles-15/+7
2018-03-30I'm assuming this is the last linting commit for now...Gravatar Gareth Coles-2/+2
2018-03-30Fix testsGravatar Gareth Coles-2/+2
2018-03-30Flake8Gravatar Gareth Coles-4/+4
2018-03-30Decorator for routes that require a login with one of a set of rolesGravatar Gareth Coles-4/+25
2018-03-30Collect all roles from users instead of just a single oneGravatar Gareth Coles-3/+5
2018-03-30Change to PyCharm importsGravatar Gareth Coles-6/+5
2018-03-29Staff page typoGravatar Gareth Coles-1/+1
2018-03-29Rewrite URLs in templates to use `url_for()`Gravatar Gareth Coles-44/+43
2018-03-29Fix broken countdown static file urlGravatar Gareth Coles-1/+1
2018-03-29More convenient static_file() function for templatesGravatar Gareth Coles-31/+12
2018-03-29Fix error routing and more work on static filesGravatar Gareth Coles-16/+15
2018-03-29fixes path to static files in subdomains (#46)Gravatar Christopher Baklid-2/+3
2018-03-29Fix error handler managementGravatar Gareth Coles-19/+15