extensions-website/files
Anna Sirota aeaeee7ff9 Files: add extension field to the model
This makes it easier to identify which files belong to which extensions
(because they can be linked via 4 different ways: as icons, featured
images, version files and preview files), and makes this relation
obvious at the database level.
2024-05-09 17:55:46 +02:00
..
migrations Files: add extension field to the model 2024-05-09 17:55:46 +02:00
static/files/admin Thumbnails for images and videos (#87) 2024-04-25 17:50:56 +02:00
templates/files ApprovalQueue: fix N+1 query checking user.is_moderator 2024-05-06 19:16:50 +02:00
tests Thumbnails: update path when re-generating 2024-05-09 01:39:12 +02:00
__init__.py Initial models, tests and other boilerplate 2022-08-25 17:37:48 +02:00
admin.py Files: add extension field to the model 2024-05-09 17:55:46 +02:00
apps.py Files: add WebP MIME-type 2024-04-26 13:34:30 +02:00
forms.py Files: add extension field to the model 2024-05-09 17:55:46 +02:00
models.py Files: add extension field to the model 2024-05-09 17:55:46 +02:00
signals.py Thumbnails: flag toggling validation requirement 2024-04-26 11:50:55 +02:00
tasks.py Thumbnails: update path when re-generating 2024-05-09 01:39:12 +02:00
theme.xsd Upload files, create extensions of different types + tests 2022-08-31 17:31:22 +02:00
utils.py Thumbnails: let storage handle unique paths 2024-05-09 01:12:04 +02:00
validators.py Don't treat permission name as a machine readable field, use slug instead (#115) 2024-05-06 17:40:06 +02:00