aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Fix buildGravatar Gareth Coles2018-04-08-4/+14
|
* Fix debug mode indicatorGravatar Gareth Coles2018-04-08-1/+1
|
* Easier debugging and optimised importsGravatar Gareth Coles2018-04-08-43/+53
| | | | Simply set FLASK_DEBUG=1 in your env to skip OAuth checks
* [Wiki] Shorten edit/view links in sidebarGravatar Gareth Coles2018-04-07-2/+2
|
* Allow helpers to edit pages alsoGravatar Gareth Coles2018-04-07-7/+8
|
* Display improvementsGravatar Gareth Coles2018-04-07-21/+33
|
* Considerable progress on the wikiGravatar Gareth Coles2018-04-07-56/+132
|
* Fix stupid errorGravatar Gareth Coles2018-04-07-1/+1
|
* Fix logging in gunicorn_configGravatar Gareth Coles2018-04-07-3/+3
|
* Add `FLASK_DEBUG` to travis.ymlGravatar Gareth Coles2018-04-07-0/+3
|
* Fix testsGravatar Gareth Coles2018-04-07-0/+2
|
* Don't create tables on route load by default.Gravatar Gareth Coles2018-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
* Flake8Gravatar Gareth Coles2018-04-06-7/+7
|
* Updated wiki editing system with live-previewingGravatar Gareth Coles2018-04-06-14/+83
|
* 5XX error view non-werkzeug exception supportGravatar JoeBanks132018-04-05-1/+9
|
* Flake8Gravatar Gareth Coles2018-04-05-1/+1
|
* More work towards the wikiGravatar Gareth Coles2018-04-05-3/+3
|
* More work towards the wikiGravatar Gareth Coles2018-04-05-7/+91
|
* That was a little dumb.Gravatar Gareth Coles2018-04-05-1/+1
|
* RST test error catchingGravatar Gareth Coles2018-04-05-1/+1
|
* RST test error catchingGravatar Gareth Coles2018-04-05-3/+8
|
* A few smaller fixesGravatar Gareth Coles2018-04-05-1/+10
|
* Attempt to fix CSRF; add debug info to staff pageGravatar Gareth Coles2018-04-05-3/+10
|
* Fun fact: docutils is NOT stdlibGravatar Gareth Coles2018-04-04-0/+1
|
* Flake8Gravatar Gareth Coles2018-04-04-2/+2
|
* Early wiki work including a WS test route for RST parsingGravatar Gareth Coles2018-04-04-5/+157
|
* CSRF error route doesn't do shit, sadlyGravatar Gareth Coles2018-04-04-36/+0
|
* CSRF error route for APIGravatar Gareth Coles2018-04-04-0/+36
|
* Attempting CSRF fixesGravatar Gareth Coles2018-04-04-6/+4
|
* Forget about CSRF, will fix tomorrowGravatar Gareth Coles2018-04-03-1/+1
|
* Explicitly exclude the API subdomain from CSRF checksGravatar Gareth Coles2018-04-03-3/+3
| | | | TODO: Do this properly!
* Basic wiki routesGravatar Gareth Coles2018-04-03-0/+47
|
* Fix staff route nameGravatar Gareth Coles2018-04-03-1/+1
|
* Committing wiki subdomain so I can fix my X serverGravatar Gareth Coles2018-04-03-4/+4
|
* Fix testsGravatar Gareth Coles2018-04-01-1/+7
|
* LintingGravatar Gareth Coles2018-04-01-1/+1
|
* Add CSRF protection and optimise importsGravatar Gareth Coles2018-04-01-5/+50
|
* Fix test for nowGravatar Gareth Coles2018-04-01-2/+3
| | | | Needs revisiting, I don't know how to do this correctly
* Role requirement decorator should return json on an API errorGravatar Gareth Coles2018-04-01-0/+3
|
* Fix logging, restrict staff index routeGravatar Gareth Coles2018-04-01-2/+7
|
* Adding atom (#49)Gravatar Henrik Böving2018-03-31-3/+9
| | | | | | | | | * adding atom * alphabetic order improving description * more alphabetic order
* I guess we can let that data be inserted.Gravatar Gareth Coles2018-03-30-1/+3
|
* WhoopsieGravatar Gareth Coles2018-03-30-1/+4
|
* Accept username/discriminator from the bot and remove it from oauthGravatar Gareth Coles2018-03-30-15/+7
|
* I'm assuming this is the last linting commit for now...Gravatar Gareth Coles2018-03-30-2/+2
|
* Fix testsGravatar Gareth Coles2018-03-30-2/+2
|
* Flake8Gravatar Gareth Coles2018-03-30-4/+4
|
* Decorator for routes that require a login with one of a set of rolesGravatar Gareth Coles2018-03-30-4/+25
|
* Collect all roles from users instead of just a single oneGravatar Gareth Coles2018-03-30-3/+5
|
* Change to PyCharm importsGravatar Gareth Coles2018-03-30-6/+5
|