aboutsummaryrefslogtreecommitdiffstats
path: root/manage.py (unfollow)
Commit message (Collapse)AuthorLines
2020-09-18Don't allow expiry to be editable, due to pending bot tasks unsyncingGravatar scragly-0/+1
2020-09-18Declutter Infraction admin list, add actor list filter.Gravatar scragly-5/+25
2020-09-18Add DocumentationLink and BotSetting Admin models.Gravatar scragly-4/+28
2020-09-18Update DeletedMessage and LogEntry Admin models, add verbose names for MessageGravatar scragly-78/+95
2020-09-18Update Nomination Admin model, add actor filter.Gravatar scragly-10/+37
2020-09-18Add Used filter for OffTopicChannelName Admin model.Gravatar scragly-0/+1
2020-09-18Add OffensiveMessage Admin model.Gravatar scragly-4/+30
2020-09-18Update Role ModelAdmin to past changes, cleanup formatting.Gravatar scragly-17/+31
2020-09-18Fix format-style not supporting X hex casting like f-strings.Gravatar scragly-2/+2
2020-09-18Add return types and docstrings for new user admin changes.Gravatar scragly-14/+26
2020-09-18Add verbose names for user fields that need capitalisation fixes.Gravatar scragly-2/+4
2020-09-18Update UserAdmin to use new role values, pretty colours.Gravatar scragly-32/+50
2020-09-18Use admin.register decorators.Gravatar scragly-8/+8
2020-09-18Remove TagAdmin model as Tags were removed from site.Gravatar scragly-23/+0
2020-09-12Fix a broken test for nomination reason.Gravatar Eivind Teig-5/+2
We no longer return 400 if a reason is missing.
2020-09-11Allow blank/null input to the nomination reason.Gravatar Eivind Teig-1/+21
We are lowering the threshold for nomination. By allowing the users to make a nomination without a reason might make this feature more attractive amongst members of staff.
2020-09-03Update landing page.Gravatar Leon Sandøy-2/+2
Replace flake8-annotations with metricity.