aboutsummaryrefslogtreecommitdiffstats
path: root/pysite (follow)
Commit message (Collapse)AuthorAgeLines
* Use proper key for formatter setting.Gravatar Johannes Christ2018-09-10-1/+1
|
* Use proper path to `StreamHandler`.Gravatar Johannes Christ2018-09-10-1/+1
|
* Add `gunicorn` logs to `stdout`.Gravatar Johannes Christ2018-09-10-0/+26
|
* Revert "Use Argon2 for password hashing."Gravatar Johannes Christ2018-09-08-6/+0
| | | | | | Needs compiled dependencies, not needed for API yet. This reverts commit 17bff58a3c8f1a28052f4da88feb13cb2de56922.
* Use Argon2 for password hashing.Gravatar Johannes Christ2018-09-08-0/+6
|
* Add the `admin` subdomain with the Django Admin.Gravatar Johannes Christ2018-09-08-5/+5
|
* Allow configuring allowed hosts with env var.Gravatar Johannes Christ2018-09-07-7/+10
|
* Add the `STATIC_ROOT` setting.Gravatar Johannes Christ2018-09-05-0/+1
|
* Properly configure Django project.Gravatar Johannes Christ2018-08-30-3/+5
|
* Proeprly set up lint and test stages.Gravatar Johannes Christ2018-08-30-5/+5
|
* Require authentication to use the API.Gravatar Johannes Christ2018-08-15-3/+6
|
* Use `TokenAuthentication` instead of API keys.Gravatar Johannes Christ2018-08-15-11/+7
|
* Add `api` to `INSTALLED_APPS`.Gravatar Johannes Christ2018-08-15-27/+28
|
* Add bot API key permission check.Gravatar Johannes Christ2018-08-14-0/+19
|
* Add `api.` subdomain to host configuration.Gravatar Johannes Christ2018-08-14-1/+1
|
* Add subdomains to `ALLOWED_HOSTS`.Gravatar Johannes Christ2018-08-13-2/+14
|
* Namespace `home:index` URL.Gravatar Johannes Christ2018-08-13-1/+1
|
* Add base & navbar templates.Gravatar Johannes Christ2018-08-13-0/+35
|
* Add static files.Gravatar Johannes Christ2018-08-13-0/+9732
|
* Add regular URLconf.Gravatar Johannes Christ2018-08-13-4/+13
|
* Add the `home` app.Gravatar Johannes Christ2018-08-11-21/+21
|
* Remove nested URLconfs.Gravatar Johannes Christ2018-08-11-60/+7
|
* Use `django-environ` and PostgreSQL.Gravatar Johannes Christ2018-08-11-15/+22
|
* Rename `pydis_django` to `pysite`.Gravatar Johannes Christ2018-08-11-0/+221
|
* Initial project layout for djangoGravatar Gareth Coles2018-08-07-16310/+0
|
* Merge branch 'bugfix/fix-expired-record-unhiphopification-message' into 'master'Gravatar Leon Sandøy2018-07-31-3/+2
|\ | | | | | | | | | | | | Fix expiry checking when unhophipifying. Closes bot#29 See merge request python-discord/projects/site!29
| * Fix expiry checking when unhophipifying.Gravatar Johannes Christ2018-07-28-3/+2
| |
* | Merge branch 'enhancement/delete-otname-route' into 'master'Gravatar Leon Sandøy2018-07-29-11/+36
|\ \ | | | | | | | | | | | | Add `DELETE` route to `off-topic-names` endpoint. See merge request python-discord/projects/site!28
| * | Add `DELETE` route to `off-topic-names` endpoint.Gravatar Johannes Christ2018-07-28-11/+36
| |/
* | Addressing gdude commentsGravatar Leon Sandøy2018-07-29-28/+38
| |
* | Support for embeds and attachments.Gravatar Leon Sandøy2018-07-29-1/+4
| |
* | Merge branch 'master' into clean_commandGravatar Leon Sandøy2018-07-28-7/+621
|\ \
| * | Fix typo in infractions table definitionGravatar Gareth Coles2018-07-28-1/+1
| |/
| * Fix unit testGravatar Gareth Coles2018-07-27-1/+1
| |
| * Fix a couple dumb mistakesGravatar Gareth Coles2018-07-27-1/+3
| |
| * Don't remove basic user objects, add API for querying themGravatar Gareth Coles2018-07-27-5/+30
| | | | | | | | Also update privacy policy in accordance with this
| * Tweaks to the Infractions API for the botGravatar Momo2018-07-26-18/+45
| |
| * Infraction system API to replace RowboatGravatar Momo2018-07-21-2/+562
| |
* | Now doing role colorization instead of random colors for the cleanlog template.Gravatar Leon Sandøy2018-07-22-33/+24
| |
* | Completed the clean API and the clean frontend.Gravatar Leon Sandøy2018-07-21-0/+117
|/
* Merge branch 'update-dev-env' into 'master'Gravatar Leon Sandøy2018-07-18-3/+7
|\ | | | | | | | | update dev env See merge request python-discord/projects/site!18
| * updates docker-compose, changes default rdb port and handles a socket error ↵Gravatar Christopher Baklid2018-07-08-3/+7
| | | | | | | | in service discovery
* | Prevent Google from indexing login-redirecting pagesGravatar Gareth Coles2018-07-15-1/+4
| |
* | Add the big-brother API.Gravatar Johannes Christ2018-07-12-0/+126
| |
* | Check that the page is not NoneType before checking that the page has no ↵Gravatar Joseph2018-07-11-10/+11
| | | | | | | | content to prevent trying to NoneType.get()
* | Fix robots.txt for main blueprintGravatar Gareth Coles2018-07-11-1/+1
| |
* | Do not add lock to page if there is no content on itGravatar Joseph2018-07-10-1/+4
| |
* | All domains: sitemap.xml and robots.txtGravatar Gareth Coles2018-07-10-0/+173
| |
* | Allow numbers in channel names.Gravatar Johannes Christ2018-07-09-1/+1
|/
* Remove space from end of `JAMMERS_ROLE` id in constants.pyGravatar Joseph Banks2018-07-06-1/+1
|