aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/api/admin.py (follow)
Commit message (Collapse)AuthorAgeLines
* Switch to ruff for lintingGravatar Johannes Christ2023-05-10-14/+15
|
* Filters: Add new models to Django AdminGravatar Matteo Bertucci2021-12-18-0/+12
|
* Move base_url field to the endGravatar Numerlor2021-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 interfaceGravatar ks1292021-02-22-13/+67
|
* Logs Cleanup: Remove logs adminGravatar ks1292020-10-03-28/+0
|
* Remove delete permission for bot settings admin.Gravatar scragly2020-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.Gravatar scragly2020-09-20-9/+5
|
* Change UserTopRoleFilter to UserRoleFilter.Gravatar scragly2020-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 unsyncingGravatar scragly2020-09-18-0/+1
|
* Declutter Infraction admin list, add actor list filter.Gravatar scragly2020-09-18-5/+25
|
* Add DocumentationLink and BotSetting Admin models.Gravatar scragly2020-09-18-4/+28
|
* Update DeletedMessage and LogEntry Admin models, add verbose names for MessageGravatar scragly2020-09-18-76/+91
|
* Update Nomination Admin model, add actor filter.Gravatar scragly2020-09-18-10/+37
|
* Add Used filter for OffTopicChannelName Admin model.Gravatar scragly2020-09-18-0/+1
|
* Add OffensiveMessage Admin model.Gravatar scragly2020-09-18-1/+24
|
* Update Role ModelAdmin to past changes, cleanup formatting.Gravatar scragly2020-09-18-16/+29
|
* Fix format-style not supporting X hex casting like f-strings.Gravatar scragly2020-09-18-2/+2
|
* Add return types and docstrings for new user admin changes.Gravatar scragly2020-09-18-11/+18
|
* Update UserAdmin to use new role values, pretty colours.Gravatar scragly2020-09-18-32/+46
|
* Use admin.register decorators.Gravatar scragly2020-09-18-8/+8
|
* Remove TagAdmin model as Tags were removed from site.Gravatar scragly2020-09-18-23/+0
|
* Merge branch 'master' into admin-api-pages-improvementsGravatar scragly2020-09-18-2/+2
|\ | | | | | | | | # Conflicts: # pydis_site/apps/api/admin.py
| * (Tag Cleanup): Removed Tags from AdministrationGravatar ks1232020-08-27-2/+0
| |
| * Add the offensive message model to the admin panelGravatar Akarys422019-10-26-0/+2
| |
* | Add tag search and rendered preview.Gravatar scragly2019-10-20-2/+26
| |
* | Show role colour style and add hex value, link perms to calc page, add role ↵Gravatar scragly2019-10-20-1/+33
| | | | | | | | search.
* | Add search field to off topic admin page.Gravatar scragly2019-10-20-1/+7
| |
* | Improve nominations admin list and page, add search and filter by active.Gravatar scragly2019-10-20-1/+38
| |
* | Improve infractions admin list and page, add search and filters.Gravatar scragly2019-10-20-1/+45
| |
* | Order roles by positioning, add filters and search to api user admin page.Gravatar scragly2019-10-20-2/+43
| |
* | Add message log links, improved formatting to message deletion admin pages.Gravatar scragly2019-10-20-7/+75
|/
* Deny manual `LogEntry` creation.Gravatar Johannes Christ2019-10-11-0/+4
|
* Improve formatting for `has_delete_permission`, typespec.Gravatar Johannes Christ2019-10-11-1/+8
|
* Deny `LogEntry` deletion.Gravatar Johannes Christ2019-10-11-0/+5
|
* Allow filtering through metadata, and searching by message.Gravatar Johannes Christ2019-10-11-0/+2
|
* Group fieldsets.Gravatar Johannes Christ2019-10-11-0/+5
|
* Use multi-column output from Django.Gravatar Johannes Christ2019-10-11-0/+1
|
* Allow viewing log entries in the Django Admin.Gravatar Johannes Christ2019-10-11-5/+26
|
* Merge branch 'django' into low-hanging-merge-fruitGravatar sco12019-07-19-2/+4
|\
| * Changing import symbol structure to be consistentGravatar SebastiaanZ2019-05-03-5/+4
| |
| * Adding migration solutionGravatar SebastiaanZ2019-04-24-1/+3
| |
* | Removing all the snake-related stuff. The snakes cog is now handled by ↵Gravatar Leon Sandøy2019-07-10-8/+1
|/ | | | SeasonalBot, and no longer relies on any API endpoints.
* pysite -> pydis_siteGravatar Gareth Coles2019-04-05-0/+26