aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Include `CREATEDB` permission necessary for tests.Gravatar Johannes Christ2018-08-13-1/+1
|
* Add stub applications `api` and `wiki`.Gravatar Johannes Christ2018-08-13-0/+34
|
* Add a basic index page template.Gravatar Johannes Christ2018-08-13-0/+42
|
* Add base & navbar templates.Gravatar Johannes Christ2018-08-13-0/+35
|
* Add static files.Gravatar Johannes Christ2018-08-13-0/+9762
|
* Add regular URLconf.Gravatar Johannes Christ2018-08-13-5/+18
|
* Add the `home` app.Gravatar Johannes Christ2018-08-11-21/+43
|
* Remove nested URLconfs.Gravatar Johannes Christ2018-08-11-60/+7
|
* Add setup instructions.Gravatar Johannes Christ2018-08-11-0/+11
|
* Use `django-environ` and PostgreSQL.Gravatar Johannes Christ2018-08-11-22/+69
|
* Rename `pydis_django` to `pysite`.Gravatar Johannes Christ2018-08-11-12/+11
|
* Initial project layout for djangoGravatar Gareth Coles2018-08-07-27350/+348
|
* A wizard is never late, nor is he early.Gravatar Gareth Coles2018-07-31-1/+1
| | | | He arrives precisely when he means to.
* Resources: The New BostonGravatar Gareth Coles2018-07-31-0/+12
|
* 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/+68
|\ \ | | | | | | | | | | | | 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/+68
| |/
* | Merge branch 'clean_command' into 'master'Gravatar Leon Sandøy2018-07-29-575/+911
|\ \ | | | | | | | | | | | | Clean command API and frontend See merge request python-discord/projects/site!26
| * | Addressing gdude commentsGravatar Leon Sandøy2018-07-29-30/+40
| | |
| * | Fixed broken testGravatar Leon Sandøy2018-07-29-1/+4
| | |
| * | Support for embeds and attachments.Gravatar Leon Sandøy2018-07-29-5/+107
| | |
| * | Merge branch 'master' into clean_commandGravatar Leon Sandøy2018-07-28-35/+810
| |\ \ | |/ / |/| |
* | | Fix typo in infractions table definitionGravatar Gareth Coles2018-07-28-1/+1
| |/ |/|
* | Fix unit testGravatar Gareth Coles2018-07-27-4/+4
| |
* | 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-30/+82
| | | | | | | | Also update privacy policy in accordance with this
* | Merge branch 'momo/infractions-api-dangling' into 'master'Gravatar Johannes Christ2018-07-26-18/+45
|\ \ | | | | | | | | | | | | Tweaks to the Infractions API for the bot See merge request python-discord/projects/site!27
| * | Tweaks to the Infractions API for the botGravatar Momo2018-07-26-18/+45
|/ /
* | Merge branch 'momo/infractions-api' into 'master'Gravatar Gareth Coles2018-07-21-2/+696
|\ \ | | | | | | | | | | | | Infraction system API to replace Rowboat See merge request python-discord/projects/site!23
| * | Infraction system API to replace RowboatGravatar Momo2018-07-21-2/+696
|/ /
| * Now doing role colorization instead of random colors for the cleanlog template.Gravatar Leon Sandøy2018-07-22-35/+27
| |
| * fixed tests that were breaking. hooo-ey.Gravatar Leon Sandøy2018-07-22-29/+9
| |
| * Testing is hard and I hate it.Gravatar Leon Sandøy2018-07-22-21/+132
| |
| * scss linting errors resolved.Gravatar Leon Sandøy2018-07-21-10/+14
| |
| * Another git hook testGravatar Leon Sandøy2018-07-21-3/+3
| |
| * Another git hook testGravatar Leon Sandøy2018-07-21-3/+3
| |
| * Another git hook testGravatar Leon Sandøy2018-07-21-3/+3
| |
| * Testing new git hook againGravatar Leon Sandøy2018-07-21-2/+2
| |
| * Testing new git hookGravatar Leon Sandøy2018-07-21-543/+524
| |
| * Fixing some linting problems with the SCSSGravatar Leon Sandøy2018-07-21-12/+12
| |
| * Completed the clean API and the clean frontend.Gravatar Leon Sandøy2018-07-21-2/+155
|/
* Merge branch 'update-dev-env' into 'master'Gravatar Leon Sandøy2018-07-18-40/+24
|\ | | | | | | | | 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-40/+24
| | | | | | | | in service discovery
* | Merge remote-tracking branch 'origin/master'Gravatar Gareth Coles2018-07-15-0/+17
|\ \
| * \ Merge branch 'Hemlock_Work' into 'master'Gravatar Johannes Christ2018-07-13-0/+17
| |\ \ | | | | | | | | | | | | | | | | Updating resources.json See merge request python-discord/projects/site!25
| | * | Updating resources.jsonGravatar LordHemlock2018-07-13-0/+17
| |/ / | | | | | | | | | Added Mu-Editor to the editor list.
* / / Prevent Google from indexing login-redirecting pagesGravatar Gareth Coles2018-07-15-1/+4
|/ /
* | Minecraft? Never heard of 'emGravatar Gareth Coles2018-07-13-12/+0
| |
* | Merge branch 'feature/add-big-brother-api' into 'master'Gravatar Johannes Christ2018-07-12-0/+278
|\ \ | | | | | | | | | | | | Add the big-brother API. See merge request python-discord/projects/site!20