| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2018-04-01 | Fix tests | -1/+7 | ||
| 2018-04-01 | Linting | -1/+1 | ||
| 2018-04-01 | Add CSRF protection and optimise imports | -5/+50 | ||
| 2018-04-01 | Fix test for now | -2/+3 | ||
| Needs revisiting, I don't know how to do this correctly | ||||
| 2018-04-01 | Role requirement decorator should return json on an API error | -0/+3 | ||
| 2018-04-01 | Fix logging, restrict staff index route | -2/+7 | ||
| 2018-03-31 | Adding atom (#49) | -3/+9 | ||
| * adding atom * alphabetic order improving description * more alphabetic order | ||||
| 2018-03-30 | I guess we can let that data be inserted. | -1/+3 | ||
| 2018-03-30 | Whoopsie | -1/+4 | ||
| 2018-03-30 | Accept username/discriminator from the bot and remove it from oauth | -15/+7 | ||
| 2018-03-30 | I'm assuming this is the last linting commit for now... | -2/+2 | ||
| 2018-03-30 | Fix tests | -2/+2 | ||
| 2018-03-30 | Flake8 | -4/+4 | ||
| 2018-03-30 | Decorator for routes that require a login with one of a set of roles | -4/+25 | ||
| 2018-03-30 | Collect all roles from users instead of just a single one | -3/+5 | ||
| 2018-03-30 | Change to PyCharm imports | -6/+5 | ||
| 2018-03-29 | Staff page typo | -1/+1 | ||
| 2018-03-29 | Rewrite URLs in templates to use `url_for()` | -44/+43 | ||
| 2018-03-29 | Fix broken countdown static file url | -1/+1 | ||
| 2018-03-29 | More convenient static_file() function for templates | -31/+12 | ||
| 2018-03-29 | Fix error routing and more work on static files | -16/+15 | ||
| 2018-03-29 | fixes path to static files in subdomains (#46) | -2/+3 | ||
| 2018-03-29 | Fix error handler management | -19/+15 | ||