Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [Wiki] Add url_for text role | 2018-04-10 | -1/+39 | |
| | ||||
* | [Wiki] Add code highlighting | 2018-04-10 | -1/+1 | |
| | ||||
* | Abstract rst away and add icon directive | 2018-04-09 | -12/+68 | |
| | ||||
* | Revert unnecessary change | 2018-04-09 | -2/+2 | |
| | ||||
* | Add font-awesome pro, and default to port 80 | 2018-04-09 | -2/+2 | |
| | ||||
* | Easier debugging and optimised imports | 2018-04-08 | -37/+45 | |
| | | | | Simply set FLASK_DEBUG=1 in your env to skip OAuth checks | |||
* | Allow helpers to edit pages also | 2018-04-07 | -7/+8 | |
| | ||||
* | Display improvements | 2018-04-07 | -3/+5 | |
| | ||||
* | Considerable progress on the wiki | 2018-04-07 | -9/+19 | |
| | ||||
* | Fix stupid error | 2018-04-07 | -1/+1 | |
| | ||||
* | Don't create tables on route load by default. | 2018-04-07 | -3/+29 | |
| | | | | | * 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 | |||
* | Flake8 | 2018-04-06 | -7/+7 | |
| | ||||
* | Updated wiki editing system with live-previewing | 2018-04-06 | -2/+40 | |
| | ||||
* | 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 | -4/+48 | |
| | ||||
* | 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 | -2/+6 | |
| | ||||
* | Flake8 | 2018-04-04 | -2/+2 | |
| | ||||
* | Early wiki work including a WS test route for RST parsing | 2018-04-04 | -5/+85 | |
| | ||||
* | 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/+36 | |
| | ||||
* | 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/+5 | |
| | ||||
* | Linting | 2018-04-01 | -1/+1 | |
| | ||||
* | Add CSRF protection and optimise imports | 2018-04-01 | -5/+49 | |
| | ||||
* | 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 | |
| | ||||
* | I guess we can let that data be inserted. | 2018-03-30 | -1/+3 | |
| | ||||
* | Whoopsie | 2018-03-30 | -1/+4 | |
| | ||||
* | Accept username/discriminator from the bot and remove it from oauth | 2018-03-30 | -13/+5 | |
| | ||||
* | I'm assuming this is the last linting commit for now... | 2018-03-30 | -2/+2 | |
| | ||||
* | Flake8 | 2018-03-30 | -4/+4 | |
| | ||||
* | Decorator for routes that require a login with one of a set of roles | 2018-03-30 | -4/+25 | |
| | ||||
* | Collect all roles from users instead of just a single one | 2018-03-30 | -3/+5 | |
| | ||||
* | Change to PyCharm imports | 2018-03-30 | -5/+4 | |
| | ||||
* | Rewrite URLs in templates to use `url_for()` | 2018-03-29 | -3/+2 | |
| | ||||
* | More convenient static_file() function for templates | 2018-03-29 | -2/+5 | |
| | ||||
* | Fix error routing and more work on static files | 2018-03-29 | -12/+11 | |
| | ||||
* | Fix error handler management | 2018-03-29 | -19/+15 | |
| | ||||
* | Fix static files for staff subdomain | 2018-03-29 | -0/+15 | |
| |