| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | 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 | |
| | | ||||
| * | Adding atom (#49) | 2018-03-31 | -3/+9 | |
| | | | | | | | | | | * adding atom * alphabetic order improving description * more alphabetic order | |||
| * | 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 | -15/+7 | |
| | | ||||
| * | I'm assuming this is the last linting commit for now... | 2018-03-30 | -2/+2 | |
| | | ||||
| * | Fix tests | 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 | -6/+5 | |
| | | ||||
| * | Staff page typo | 2018-03-29 | -1/+1 | |
| | | ||||
| * | Rewrite URLs in templates to use `url_for()` | 2018-03-29 | -44/+43 | |
| | | ||||
| * | Fix broken countdown static file url | 2018-03-29 | -1/+1 | |
| | | ||||
| * | More convenient static_file() function for templates | 2018-03-29 | -31/+12 | |
| | | ||||
| * | Fix error routing and more work on static files | 2018-03-29 | -16/+15 | |
| | | ||||
| * | fixes path to static files in subdomains (#46) | 2018-03-29 | -2/+3 | |
| | | ||||
| * | Fix error handler management | 2018-03-29 | -19/+15 | |
| | | ||||
| * | Fix static files for staff subdomain | 2018-03-29 | -0/+15 | |
| | | ||||
| * | Fix up route names | 2018-03-29 | -14/+14 | |
| | | ||||
| * | Fix OAuth unit test | 2018-03-29 | -1/+1 | |
| | | ||||
| * | Add icon to login option in nav | 2018-03-29 | -2/+2 | |
| | | ||||
| * | Fix OAuth DB insertions | 2018-03-29 | -10/+22 | |
| | | ||||
| * | Attempt to fix HTTPS and more OAuth issues | 2018-03-29 | -4/+15 | |
| | | ||||
| * | Add PREFERRED_URL_SCHEME env var to fix `url_for()` | 2018-03-29 | -3/+6 | |
| | | ||||
| * | OAuth fixes | 2018-03-29 | -2/+1 | |
| | | ||||
| * | Merge remote-tracking branch 'origin/master' | 2018-03-29 | -24/+305 | |
| |\ | ||||
| | * | Oauth (#45) | 2018-03-29 | -24/+305 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Creating a OAUTH login for the site. We still need to have a way to fill in credentials however. Signed-off-by: Zwork101 <[email protected]> * How ya like me now Travis? Signed-off-by: Zwork101 <[email protected]> * Fix slight error in database insertion * Revert "Fix slight error in database insertion" (wrong branch) This reverts commit 9ac6cbb * Don't have snekchek working, but I'll try again. Signed-off-by: Zwork101 <[email protected]> * Please enter the commit message for your changes. Lines starting * Adding Oauth2 login to site. * Add prefix * Add prefix * This never happened * Flipping Travis I still can't get snekchek to work locally. * Added a whole bunch of stuff, ready to be used. Signed-off-by: Zwork101 <[email protected]> * Making sessions more secure, and future safe. Signed-off-by: Zwork101 <[email protected]> * Adding some quick stuff Signed-off-by: Zwork101 <[email protected]> * Appease the flake8 gods Signed-off-by: Zwork101 <[email protected]> * Appease the flake8 gods Signed-off-by: Zwork101 <[email protected]> * Whoops Signed-off-by: Zwork101 <[email protected]> * Add comments, fix user_data function. Signed-off-by: Zwork101 <[email protected]> * Whooops, forgot to flake :/ Signed-off-by: Zwork101 <[email protected]> * Make it look nicer, thanks Aperture. Signed-off-by: Zwork101 <[email protected]> * Fixing login issues and added button * Add a OauthMixin to allow for easy data access. Clean stuff up. Signed-off-by: Zwork101 <[email protected]> * Fix a test, and use self.assertEqual rather then self.assertEquals! Signed-off-by: Zwork101 <[email protected]> * Please don't ask how that happened. Signed-off-by: Zwork101 <[email protected]> * Added some tests, moved a bunch of stuff around. Mainly cleaned stuff up. Signed-off-by: Zwork101 <[email protected]> * Add a ton of tests, try to please the coverall gods :D, moved some code into a function for testing. Signed-off-by: Zwork101 <[email protected]> * Just some stupid stuff I missed. Signed-off-by: Zwork101 <[email protected]> * Fix an issue with the test, and add docs Signed-off-by: Zwork101 <[email protected]> * Remove pointless function. (join_user) Signed-off-by: Zwork101 <[email protected]> * Fix test consistency | |||
| * | | Make flake8 happier | 2018-03-29 | -1/+1 | |
| |/ | ||||
| * | Reorder resources.json | 2018-03-28 | -6/+6 | |
| | | ||||
| * | Added the Flask Mega-Tutorial to resources | 2018-03-28 | -0/+6 | |
| | | ||||
| * | Docker compose (#40) | 2018-03-25 | -1/+69 | |
| | | | | | | | | | | | * adds docker-compose file * cleanup * adds template auto reload to vagrant box * Update index.html | |||
| * | Made .travis.yml a bit more consistent (#44) | 2018-03-24 | -2/+5 | |
| | | | | Reordered the location of `cache: pip` to be consistent with https://github.com/discord-python/bot/blob/master/.travis.yml on the bot, and disabled email notifications like the bot repo. | |||
| * | Fix countdown text | 2018-03-23 | -1/+1 | |
| | | ||||
| * | Prevent countdown popup from suddenly expanding on load, and add a small ↵ | 2018-03-21 | -1/+2 | |
| | | | | | piece of text about dismissing it | |||
| * | Some front-page restyling | 2018-03-21 | -1/+14 | |
| | | ||||
| * | Reformat message arg for UIkit notification | 2018-03-21 | -7/+7 | |
| | | ||||
| * | Rewrite countdown; Now a notification present on all pages | 2018-03-21 | -51/+79 | |
| | | ||||
| * | Countdown | 2018-03-21 | -76/+49 | |
| | | ||||
| * | Pushing the footer to the bottom of the page | 2018-03-21 | -42/+63 | |
| | | ||||
