| Commit message (Collapse) | Author | Age | Lines |
| |
|
|\
| |
| |
| |
| | |
Add `DELETE` route to `off-topic-names` endpoint.
See merge request python-discord/projects/site!28
|
| | |
|
| | |
|
| | |
|
|\| |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add documentation metadata "schema".
* Add seed data for `pydoc_links` table.
* Add tests for the `doc` API.
* Allow specifying multiple parameters.
* Move up line in generator.
* make each docs test a function for greater test report visibility
* fix a typo
* Use fixtures instead of `pytest-ordering`.
* Move `doc` API to `/bot/doc`.
* Use new migration system.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Use less intrusive oauth scopes, add login redirect method
* Remove debugging prints, add missing __init__
* Work towards new privacy policy
* Fix judging state icons on code jam management page
* Jammer profile retraction and punishments based on jam status
* Linting
* [Jams] Deny profile saving for users < 13 years, and finish removal page
* Fix tests
* Clean up and address Volcyy's review
* Add proper login redirection to require_roles decorator
* Fix template is_staff() and add staff link to navigation
* Address lemon's review
* Linting
* Privacy page formatting
* Privacy page formatting
|
|
moves all tests into a testing directory and splits the tests into separate files
|