Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Switch to ruff for linting | 2023-05-10 | -14/+15 | |
| | ||||
* | Filters: Add new models to Django Admin | 2021-12-18 | -0/+12 | |
| | ||||
* | Move base_url field to the end | 2021-08-30 | -2/+2 | |
| | | | | | In most cases this won't need to be specified, so it makes more sense to move it out of the way | |||
* | Change nominations admin interface and add nomination entries interface | 2021-02-22 | -13/+67 | |
| | ||||
* | Logs Cleanup: Remove logs admin | 2020-10-03 | -28/+0 | |
| | ||||
* | Remove delete permission for bot settings admin. | 2020-09-20 | -0/+5 | |
| | | | | | | I'm unable to see any cases where this would be wanted, and instead accidental deletion would result in the system possibly breaking, as we are unable to add the setting again to replace it if it got removed. The name has also set to read only in item view, to prevent renames, effectively doing the same thing as deleting it. | |||
* | Change Infraction admin to use fieldsets for better grouping of info. | 2020-09-20 | -9/+5 | |
| | ||||
* | Change UserTopRoleFilter to UserRoleFilter. | 2020-09-20 | -2/+2 | |
| | | | | Filter checks for general role membership instead of only those who have the selected role as top role. Noticed during development that we'd not be able to filter to show all Helpers otherwise, as some Helpers have different top roles such as Core Dev that wouldn't give immediately obvious behaviour to user expectations. | |||
* | Don't allow expiry to be editable, due to pending bot tasks unsyncing | 2020-09-18 | -0/+1 | |
| | ||||
* | Declutter Infraction admin list, add actor list filter. | 2020-09-18 | -5/+25 | |
| | ||||
* | Add DocumentationLink and BotSetting Admin models. | 2020-09-18 | -4/+28 | |
| | ||||
* | Update DeletedMessage and LogEntry Admin models, add verbose names for Message | 2020-09-18 | -76/+91 | |
| | ||||
* | Update Nomination Admin model, add actor filter. | 2020-09-18 | -10/+37 | |
| | ||||
* | Add Used filter for OffTopicChannelName Admin model. | 2020-09-18 | -0/+1 | |
| | ||||
* | Add OffensiveMessage Admin model. | 2020-09-18 | -1/+24 | |
| | ||||
* | Update Role ModelAdmin to past changes, cleanup formatting. | 2020-09-18 | -16/+29 | |
| | ||||
* | Fix format-style not supporting X hex casting like f-strings. | 2020-09-18 | -2/+2 | |
| | ||||
* | Add return types and docstrings for new user admin changes. | 2020-09-18 | -11/+18 | |
| | ||||
* | Update UserAdmin to use new role values, pretty colours. | 2020-09-18 | -32/+46 | |
| | ||||
* | Use admin.register decorators. | 2020-09-18 | -8/+8 | |
| | ||||
* | Remove TagAdmin model as Tags were removed from site. | 2020-09-18 | -23/+0 | |
| | ||||
* | Merge branch 'master' into admin-api-pages-improvements | 2020-09-18 | -2/+2 | |
|\ | | | | | | | | | # Conflicts: # pydis_site/apps/api/admin.py | |||
| * | (Tag Cleanup): Removed Tags from Administration | 2020-08-27 | -2/+0 | |
| | | ||||
| * | Add the offensive message model to the admin panel | 2019-10-26 | -0/+2 | |
| | | ||||
* | | Add tag search and rendered preview. | 2019-10-20 | -2/+26 | |
| | | ||||
* | | Show role colour style and add hex value, link perms to calc page, add role ↵ | 2019-10-20 | -1/+33 | |
| | | | | | | | | search. | |||
* | | Add search field to off topic admin page. | 2019-10-20 | -1/+7 | |
| | | ||||
* | | Improve nominations admin list and page, add search and filter by active. | 2019-10-20 | -1/+38 | |
| | | ||||
* | | Improve infractions admin list and page, add search and filters. | 2019-10-20 | -1/+45 | |
| | | ||||
* | | Order roles by positioning, add filters and search to api user admin page. | 2019-10-20 | -2/+43 | |
| | | ||||
* | | Add message log links, improved formatting to message deletion admin pages. | 2019-10-20 | -7/+75 | |
|/ | ||||
* | Deny manual `LogEntry` creation. | 2019-10-11 | -0/+4 | |
| | ||||
* | Improve formatting for `has_delete_permission`, typespec. | 2019-10-11 | -1/+8 | |
| | ||||
* | Deny `LogEntry` deletion. | 2019-10-11 | -0/+5 | |
| | ||||
* | Allow filtering through metadata, and searching by message. | 2019-10-11 | -0/+2 | |
| | ||||
* | Group fieldsets. | 2019-10-11 | -0/+5 | |
| | ||||
* | Use multi-column output from Django. | 2019-10-11 | -0/+1 | |
| | ||||
* | Allow viewing log entries in the Django Admin. | 2019-10-11 | -5/+26 | |
| | ||||
* | Merge branch 'django' into low-hanging-merge-fruit | 2019-07-19 | -2/+4 | |
|\ | ||||
| * | Changing import symbol structure to be consistent | 2019-05-03 | -5/+4 | |
| | | ||||
| * | Adding migration solution | 2019-04-24 | -1/+3 | |
| | | ||||
* | | Removing all the snake-related stuff. The snakes cog is now handled by ↵ | 2019-07-10 | -8/+1 | |
|/ | | | | SeasonalBot, and no longer relies on any API endpoints. | |||
* | pysite -> pydis_site | 2019-04-05 | -0/+26 | |