Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | Implement a simple nominations API. | 2019-01-27 | -20/+111 | |
* | Add an API endpoint for reminders. | 2019-01-22 | -22/+164 | |
* | Chonk down horrible JOIN performance. | 2019-01-20 | -1/+1 | |
* | Add the `watch` infraction type. | 2019-01-20 | -0/+19 | |
* | Account for broken import sorting on Azure. | 2019-01-20 | -1/+1 | |
* | Add a test case for the message deletion endpoint. | 2019-01-20 | -0/+43 | |
* | Do not rely on hardcoded ID. | 2019-01-20 | -1/+1 | |
* | Make the flakes happy. | 2019-01-20 | -6/+7 | |
* | Finish the logs API. | 2019-01-20 | -7/+34 | |
* | Allow message content to be blank. | 2019-01-20 | -1/+20 | |
* | Merge branch 'django' into django+add-logs-api | 2019-01-20 | -89/+1048 | |
|\ | ||||
| * | Remove duplicated newline. | 2019-01-12 | -1/+0 | |
| * | Document format query parameter. | 2019-01-09 | -1/+3 | |
| * | Use proper test case name. | 2019-01-09 | -1/+1 | |
| * | Add a view returning the server rules. | 2019-01-09 | -3/+172 | |
| * | Use proper default for infraction insertion date. | 2019-01-09 | -2/+21 | |
| * | Allow custom `inserted_at` infraction field for now. | 2019-01-07 | -1/+21 | |
| * | Use proper field name in `tag_embed_validator`. | 2019-01-07 | -1/+1 | |
| * | Add the `note` infraction type. | 2019-01-05 | -1/+20 | |
| * | Merge branch 'django' into django+add-role-viewset | 2019-01-01 | -135/+922 | |
| |\ | ||||
| | * | Fixed merge conflicts | 2018-12-08 | -19/+731 | |
| | |\ | ||||
| | | * | Django - Add Infractions API (#149) | 2018-11-29 | -18/+710 | |
| | | * | Added regex validator to special snake name. (#153) | 2018-11-29 | -1/+21 | |
| | * | | Renamed class in test_users | 2018-12-01 | -1/+1 | |
| | * | | Ordered models alphabetically | 2018-12-01 | -55/+55 | |
| | * | | Fixed member route typos | 2018-11-30 | -3/+3 | |
| | |/ | ||||
| * | | apply stash | 2019-01-01 | -13/+108 | |
* | | | Merge branch 'django' into django+add-logs-api. | 2018-11-25 | -88/+176 | |
|\ \ \ | | |/ | |/| | ||||
| * | | Use more descriptive migration name. | 2018-11-25 | -0/+0 | |
| * | | Add a regex validator to snakename fields. (#151) | 2018-11-25 | -2/+28 | |
| * | | Django - Add Support for Storing Users Not in Guild (#150) | 2018-11-19 | -63/+111 | |
| |/ | ||||
* | | Use proper attribute name. | 2018-11-18 | -1/+1 | |
* | | Add a role API viewset and mount it in the router. | 2018-11-18 | -9/+104 | |
* | | Hook up the new viewset to the router. | 2018-11-18 | -2/+6 | |
* | | Add viewsets and serializers. | 2018-11-18 | -8/+56 | |
* | | Add `MessageDeletionContext` and `DeletedMessage` to the admin. | 2018-11-18 | -1/+4 | |
* | | Add the `DeletedMessage` model. | 2018-11-18 | -6/+66 | |
* | | Use proper field class name. | 2018-11-18 | -1/+1 | |
* | | Add the `channel_id` field to messages. | 2018-11-18 | -0/+13 | |
* | | Add the `MessageDeletionContext` model. | 2018-11-18 | -5/+57 | |
* | | Add the abstract `Message` model. | 2018-11-18 | -1/+42 | |
|/ | ||||
* | Added help text | 2018-10-29 | -1/+21 | |
* | Changed image urlfield to ArrayField | 2018-10-27 | -2/+41 | |
* | Merge branch 'special_snakes' of https://gitlab.com/python-discord/projects/s... | 2018-10-27 | -1/+1 | |
|\ | ||||
| * | Use proper `noqa` comment. | 2018-10-26 | -1/+1 | |
* | | trailing comma extermination | 2018-10-27 | -5/+5 | |
|/ | ||||
* | Fixed linting | 2018-10-25 | -2/+3 | |
* | code presentasion and help text on models | 2018-10-25 | -10/+39 | |
* | Fixed linting | 2018-10-25 | -6/+8 | |
* | Added special snake documentation, fixed linting errors | 2018-10-24 | -9/+32 |