bookwyrm/bookwyrm/views/admin
Hugh Rundle d640e4ac96
disable user exports by default
- new setting to enable user exports defaults to False
- add setting to enable and disable user exports
- do not allow user exports when using s3 storage
- do not serve non-image files from /images/ (requires update to nginx settings)
- increase default file upload limit to 100MB to enable user exports to be imported (can be changed in .env)
2024-01-16 21:32:13 +11:00
..
__init__.py Adds init file to admin views dir 2021-09-27 10:06:46 -07:00
announcements.py Makes deleting announcements only work via POST 2023-09-01 16:59:56 -07:00
automod.py Use BookWyrmModel as parent for admin models 2022-09-19 09:35:38 -07:00
celery_status.py make options consistent in celery 2023-10-29 11:55:06 +11:00
dashboard.py spelling: dashboard 2023-04-04 20:02:54 -04:00
email_blocklist.py Use BookWyrmModel as parent for admin models 2022-09-19 09:35:38 -07:00
email_config.py Email Config Has a Typo 2023-01-16 15:47:24 -08:00
federation.py Small fixes 2022-09-19 12:10:27 -07:00
imports.py disable user exports by default 2024-01-16 21:32:13 +11:00
invite.py Fixes decorator on view method 2022-11-16 18:23:26 -08:00
ip_blocklist.py Use BookWyrmModel as parent for admin models 2022-09-19 09:35:38 -07:00
link_domains.py Converts report "comments" into broader "actions" table 2023-05-16 11:00:33 -07:00
reports.py Fixes tests and incorrect class method reference 2023-05-22 06:39:23 -07:00
site.py Fixes incorrect import from merge 2022-12-11 12:39:33 -08:00
themes.py Give admins option to test if a theme loads correctly 2023-11-20 09:56:51 -08:00
user_admin.py Handles changing user perms from report 2023-07-16 06:36:32 -07:00