Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove files related to django-allauth. | 2020-10-04 | -34/+0 | |
| | ||||
* | Add user settings modal, with connections management and account deletion | 2019-10-23 | -1/+1 | |
| | ||||
* | Add is_staff to role mappings, and the logic to go with it | 2019-10-20 | -0/+5 | |
| | ||||
* | Signals: Handle (and test) mapping updates/deletions | 2019-10-11 | -2/+4 | |
| | | | | This also enforces unique values for both attributes on the RoleMapping model. Supporting configurations where this isn't the case would introduce quite a lot of added complexity. | |||
* | Remove app_label from role mapping model | 2019-10-03 | -3/+0 | |
| | | | | Turns out, setting this *does* move the model to a different category under the admin - but it also reparents it to the referenced app, so the migrations are created under that app instead. Nasty. | |||
* | Add model to map Discord roles to Django permissions groups | 2019-10-03 | -0/+30 | |
| | ||||
* | Adding initial staff app to Django | 2019-08-23 | -0/+0 | |