aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt (follow)
Commit message (Collapse)AuthorAgeLines
* pipenv and dockerfile (#62)Gravatar Christopher Baklid2018-04-29-14/+0
| | | pipenv and dockerfile
* [Wiki] Add code highlightingGravatar Gareth Coles2018-04-10-0/+1
|
* Fun fact: docutils is NOT stdlibGravatar Gareth Coles2018-04-04-0/+1
|
* Add CSRF protection and optimise importsGravatar Gareth Coles2018-04-01-0/+1
|
* Oauth (#45)Gravatar Nate the great2018-03-29-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Datadog TCP loggingGravatar Gareth Coles2018-03-13-0/+1
|
* Integrate websockets into the Flask webappGravatar Gareth Coles2018-02-17-0/+1
|
* API schema validation decorator #yzuf (#15)Gravatar Gareth Coles2018-02-16-0/+1
| | | | | | | | | | * API schema validation decorator * Remove stray comma * Remove unnecessary conditional * Only cast to list when needed to
* Websocket echo testGravatar Gareth Coles2018-02-13-0/+2
|
* fix typoGravatar Christopher Baklid2018-02-12-1/+1
|
* adds gevent-websockets as requirement (#9)Gravatar Christopher Baklid2018-02-12-0/+1
|
* Add gevent requirementGravatar Gareth Coles2018-02-12-0/+1
|
* Asana integration (#7)Gravatar Gareth Coles2018-02-11-0/+1
| | | | | | * Event dispatching and webhook sending * snekchek
* Rethinkdb setup method; not actually called yetGravatar Gareth Coles2018-02-06-1/+2
|
* Revert "Finally fix this garbage"Gravatar Gareth Coles2018-02-06-3/+1
| | | | This reverts commit 57abb43
* Finally fix this garbageGravatar martmists2018-02-05-1/+3
| | | | Signed-off-by: martmists <[email protected]>
* Revert "Major update"Gravatar Gareth Coles2018-02-05-1/+1
| | | | This reverts commit 80a1ab5
* Major updateGravatar martmists2018-02-05-1/+1
| | | | | | | | | | | | | | - Switch to Japronto - More linters - Rewrite route handling - Rewrite error handling - Rewrite static handling - Error when no `Index` propery is found - Probably some more stuff? idk Code needs testing; Maybe we could use pytest? Signed-off-by: martmists <[email protected]>
* Create requirements.txt & add flaskGravatar JoeBanks132018-02-03-0/+1