aboutsummaryrefslogtreecommitdiffstats
path: root/pysite (follow)
Commit message (Collapse)AuthorAgeLines
* Committing wiki subdomain so I can fix my X serverGravatar Gareth Coles2018-04-03-4/+4
|
* Fix testsGravatar Gareth Coles2018-04-01-1/+5
|
* LintingGravatar Gareth Coles2018-04-01-1/+1
|
* Add CSRF protection and optimise importsGravatar Gareth Coles2018-04-01-5/+49
|
* 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
|
* 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-13/+5
|
* I'm assuming this is the last linting commit for now...Gravatar 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-5/+4
|
* Rewrite URLs in templates to use `url_for()`Gravatar Gareth Coles2018-03-29-3/+2
|
* More convenient static_file() function for templatesGravatar Gareth Coles2018-03-29-2/+5
|
* Fix error routing and more work on static filesGravatar Gareth Coles2018-03-29-12/+11
|
* Fix error handler managementGravatar Gareth Coles2018-03-29-19/+15
|
* Fix static files for staff subdomainGravatar Gareth Coles2018-03-29-0/+15
|
* Fix up route namesGravatar Gareth Coles2018-03-29-14/+14
|
* Fix OAuth DB insertionsGravatar Gareth Coles2018-03-29-10/+22
|
* Attempt to fix HTTPS and more OAuth issuesGravatar Gareth Coles2018-03-29-4/+15
|
* Add PREFERRED_URL_SCHEME env var to fix `url_for()`Gravatar Gareth Coles2018-03-29-3/+6
|
* OAuth fixesGravatar Gareth Coles2018-03-29-2/+1
|
* Merge remote-tracking branch 'origin/master'Gravatar Gareth Coles2018-03-29-11/+186
|\
| * Oauth (#45)Gravatar Nate the great2018-03-29-11/+186
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 happierGravatar Gareth Coles2018-03-29-1/+1
|/
* CountdownGravatar JoeBanks132018-03-21-10/+0
|
* Added a Code Jam Countdown (#1eevq) (#43)Gravatar Sam Wedgwood2018-03-21-0/+10
| | | | | | | | | | | | * added countdown * updated jam dates * added test * flake8 * flake8 (i did it on wrong file)
* Copy code from API error view over to normal error views because that's the ↵Gravatar JoeBanks132018-03-21-21/+24
| | | | way it should be.
* Early bersion of the code jams pageGravatar Gareth Coles2018-03-14-0/+10
|
* Datadog TCP loggingGravatar Gareth Coles2018-03-13-2/+27
|
* Remove unused importGravatar Gareth Coles2018-03-13-2/+0
|
* Update info section with an indexGravatar Gareth Coles2018-03-13-1/+1
|
* Merge branch 'master' of github.com:discord-python/siteGravatar Leon Sandøy2018-03-13-2/+22
|\
| * Logging fixesGravatar Gareth Coles2018-03-10-3/+3
| |
| * Logging with PapertrailGravatar Gareth Coles2018-03-10-2/+22
| |
* | Minor bugfix to allow tag.delete to return success as False if the tag ↵Gravatar Leon Sandøy2018-03-13-5/+8
|/ | | | doesn't exist
* API for tags (#34)Gravatar Leon Sandøy2018-03-06-60/+189
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Help page and misc improvements Committing so I can go home >:| * [WIP] - API improvements for the tag features. Not completed. * renaming tag.py to tags.py and refactoring the nomenclature of docs to tags * fixed error message in tags, cleaning up app_test.py * tests for the tags feature * ignoring jsonify returns cause coverall can't handle them * Catch-all error view for the API blueprint * cleaning up APIErrorView a little * bringing coverage for tags.py to 100% * how did this get in here? * how did this get in here? ROUND 2 * Removing the 503 database error handling. It's not in use and we should probably rethink that whole custom error handling system anyway. * Converting the tags file to use the @api_params decorator instead of validating manually. Tested with bot staging.
* Fixes for the API validation decoratorGravatar Gareth Coles2018-03-04-6/+10
|
* Info pages #13xan #13xak (#36)Gravatar Gareth Coles2018-03-04-36/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Info pages and templates * Info pages and templates * Info pages and templates * Update navigation and fix up HTML * Navigation HTML spacing for readability * Fix error views not using `self.render()` * `render()` method should accept Any for context values * Change header linking CSS to a dedicated class * Rules page * Basic resources page setup * Fix headers for new CSS class * Resource categories and initial resource data * Add link to JSON file on GH - won't work until the branch is merged * Remove info overview page and redirect info root url to resources * Flake8 * Add some tests * Line lengths
* Switch type from NotFound to HTTPException & add post support to 5XX and 4XXGravatar JoeBanks132018-03-01-2/+26
|
* Change 418 error descriptionGravatar JoeBanks132018-03-01-1/+1
|
* Fix spacing issuesGravatar JoeBanks132018-03-01-2/+2
|
* Instead of making flask error when rendering unsupported status codes just ↵Gravatar JoeBanks132018-03-01-1/+4
| | | | send 500
* Change link to enclose more textGravatar JoeBanks132018-03-01-7/+6
|
* Finish up #31 by adding linksGravatar JoeBanks132018-03-01-7/+6
|
* Add error messages (#30)Gravatar Joseph2018-02-28-25/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add error messages Signed-off-by: JoeBanks13 <[email protected]> * Remove un-used keyword arg from 404 * Assert for status code instead of full content * PEP8 * test lint * please coverage * oh * Exclude websockets.py from coverage * Move code output into terminal * Switch typewriter href protocol * Add tests for websockets.py * Abort previous commit, coveralls did not let coverage go down * Add more pauses and request => response * move css and js out, add typewriter JS to our own repo & add method for appending text in bulk. * Enable REPL on 4XX and change error descriptions * commas * /error path
* Move `/help` to `/info/help`Gravatar Gareth Coles2018-02-27-3/+4
|
* Help page #z62n (#25)Gravatar Gareth Coles2018-02-26-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | * Help page and misc improvements Committing so I can go home >:| * Changes for @lmn * Rephrase first paragraph * Rephrase questions so they aren't all about discord.py * Remove _every single header_ on the help page from the nav * Unit test the help route * Small styling fixes * Add page-specific classes to body element * Clean up section padding * IndexView -> HelpView * Remove unnecessary path in test