Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update CONTRIBUTING.md | 2018-04-09 | -1/+2 | |
| | ||||
* | Create CONTRIBUTING.md | 2018-04-09 | -0/+41 | |
| | ||||
* | Bamboozled again! | 2018-04-09 | -3/+3 | |
| | ||||
* | Remove comment in template that betrays Ava's interests | 2018-04-09 | -1/+0 | |
| | ||||
* | Merge remote-tracking branch 'origin/master' | 2018-04-09 | -119/+279 | |
|\ | ||||
| * | Added Python 3 cheat sheet to resources.json | 2018-04-09 | -0/+6 | |
| | | ||||
| * | Added git guide to resources.json | 2018-04-09 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | ```json "A Simple Guide to Git": { "description": "A simple, no-nonsense guide to the basics of using Git.", "url": "http://rogerdudler.github.io/git-guide/", "payment": "free", "payment_description": null }, ``` | |||
| * | Remove FLASK_DEBUG from travis | 2018-04-08 | -3/+0 | |
| | | ||||
| * | Fix build for real | 2018-04-08 | -4/+3 | |
| | | ||||
| * | Fix build | 2018-04-08 | -4/+14 | |
| | | ||||
| * | Fix debug mode indicator | 2018-04-08 | -1/+1 | |
| | | ||||
| * | Easier debugging and optimised imports | 2018-04-08 | -43/+53 | |
| | | | | | | | | Simply set FLASK_DEBUG=1 in your env to skip OAuth checks | |||
| * | [Wiki] Shorten edit/view links in sidebar | 2018-04-07 | -2/+2 | |
| | | ||||
| * | Allow helpers to edit pages also | 2018-04-07 | -7/+8 | |
| | | ||||
| * | Display improvements | 2018-04-07 | -21/+33 | |
| | | ||||
| * | Considerable progress on the wiki | 2018-04-07 | -56/+132 | |
| | | ||||
| * | Fix stupid error | 2018-04-07 | -1/+1 | |
| | | ||||
| * | Fix logging in gunicorn_config | 2018-04-07 | -3/+3 | |
| | | ||||
| * | Add `FLASK_DEBUG` to travis.yml | 2018-04-07 | -0/+3 | |
| | | ||||
| * | Fix tests | 2018-04-07 | -0/+2 | |
| | | ||||
| * | Don't create tables on route load by default. | 2018-04-07 | -3/+41 | |
| | | | | | | | | | | * If "FLASK_DEBUG" is in your env vars, tables will be created on route load * If you run a query against a table not declared in database.py, a warning is emitted | |||
* | | Contribs too picky, need new payment logos | 2018-04-09 | -3/+4 | |
|/ | ||||
* | Flake8 | 2018-04-06 | -7/+7 | |
| | ||||
* | Updated wiki editing system with live-previewing | 2018-04-06 | -14/+83 | |
| | ||||
* | 5XX error view non-werkzeug exception support | 2018-04-05 | -1/+9 | |
| | ||||
* | Flake8 | 2018-04-05 | -1/+1 | |
| | ||||
* | More work towards the wiki | 2018-04-05 | -3/+3 | |
| | ||||
* | More work towards the wiki | 2018-04-05 | -7/+91 | |
| | ||||
* | That was a little dumb. | 2018-04-05 | -1/+1 | |
| | ||||
* | RST test error catching | 2018-04-05 | -1/+1 | |
| | ||||
* | RST test error catching | 2018-04-05 | -3/+8 | |
| | ||||
* | A few smaller fixes | 2018-04-05 | -1/+10 | |
| | ||||
* | Attempt to fix CSRF; add debug info to staff page | 2018-04-05 | -3/+10 | |
| | ||||
* | Fun fact: docutils is NOT stdlib | 2018-04-04 | -0/+1 | |
| | ||||
* | Flake8 | 2018-04-04 | -2/+2 | |
| | ||||
* | Early wiki work including a WS test route for RST parsing | 2018-04-04 | -5/+157 | |
| | ||||
* | CSRF error route doesn't do shit, sadly | 2018-04-04 | -36/+0 | |
| | ||||
* | CSRF error route for API | 2018-04-04 | -0/+36 | |
| | ||||
* | Attempting CSRF fixes | 2018-04-04 | -6/+4 | |
| | ||||
* | Forget about CSRF, will fix tomorrow | 2018-04-03 | -1/+1 | |
| | ||||
* | Explicitly exclude the API subdomain from CSRF checks | 2018-04-03 | -3/+3 | |
| | | | | TODO: Do this properly! | |||
* | Basic wiki routes | 2018-04-03 | -0/+47 | |
| | ||||
* | Fix staff route name | 2018-04-03 | -1/+1 | |
| | ||||
* | Committing wiki subdomain so I can fix my X server | 2018-04-03 | -4/+4 | |
| | ||||
* | Fix tests | 2018-04-01 | -1/+7 | |
| | ||||
* | Linting | 2018-04-01 | -1/+1 | |
| | ||||
* | Add CSRF protection and optimise imports | 2018-04-01 | -5/+50 | |
| | ||||
* | Fix test for now | 2018-04-01 | -2/+3 | |
| | | | | Needs revisiting, I don't know how to do this correctly | |||
* | Role requirement decorator should return json on an API error | 2018-04-01 | -0/+3 | |
| | ||||
* | Fix logging, restrict staff index route | 2018-04-01 | -2/+7 | |
| |