| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2018-11-25 | Use more descriptive migration name. | -0/+0 | ||
| 2018-11-25 | Add a regex validator to snakename fields. (#151) | -2/+28 | ||
| 2018-11-22 | Use `ERROR` log level in tests if no log level is explicitly set. | -2/+17 | ||
| 2018-11-19 | Django - Add Support for Storing Users Not in Guild (#150) | -63/+111 | ||
| * rename Member to User * add boolean field to distinguish users in our server * mark roles as not required * fix import order lint errors * fix order of model registration | ||||
| 2018-11-18 | Use proper attribute name. | -1/+1 | ||
| 2018-11-18 | Add a role API viewset and mount it in the router. | -9/+104 | ||
| Closes #147. | ||||
| 2018-11-18 | Hook up the new viewset to the router. | -2/+6 | ||
| 2018-11-18 | Add viewsets and serializers. | -8/+56 | ||
| 2018-11-18 | Add `MessageDeletionContext` and `DeletedMessage` to the admin. | -1/+4 | ||
| 2018-11-18 | Add the `DeletedMessage` model. | -6/+66 | ||
| 2018-11-18 | Use proper field class name. | -1/+1 | ||
| 2018-11-18 | Add the `channel_id` field to messages. | -0/+13 | ||
| 2018-11-18 | Add the `MessageDeletionContext` model. | -5/+57 | ||
| 2018-11-18 | Add the abstract `Message` model. | -1/+42 | ||
| 2018-11-18 | Set up markdown & Dockerfile lints. | -2/+26 | ||
| 2018-11-18 | Remove obsolete GitLab CI configuration. | -133/+0 | ||