Releases: django-cms/django-filer
Releases · django-cms/django-filer
3.0.3
- Fix copy folder being broken after django-mptt removal by @protoroto in #1393
- fix: crash in the file detail view by @vinitkumar in #1395
- Fix: actions.js error thrown in js console by @fsbraun in #1397
3.0.2
3.0.1
3.0.0
- Add validation framework to prevent XSS attacks using HTML or SVG files (see docs)
- Only show uncategorized files to the owner or superuser if permissions are active
- Add an edit button to the file widget which opens edit file pop-up
- Refactored directory list view for significant performance increases
- Remove thumbnail generation from the directory list view request response cycle
- Support for upload of webp images
- Optional support for upload of heif images
- Add Django 4.2 support
- Add thumbnail view for faster visual management of image libraries
- Fix File.objects.only() query required for deleting user who own files.
- Fix several CSS quirks
- Fix folder widget
- Remove unused css from delete confirmation view and move file view
- Add Pillow 10 compatibility
- Update translations (de/fr/nl)
2.2.6
3.0.0rc3
3.0.0rc2
3.0.0rc1
- Add validation framework to prevent XSS attacks using HTML or SVG files (see docs)
- Only show uncategorized files to the owner or superuser if permissions are active
- Add an edit button to the file widget which opens edit file pop-up
- Refactored directory list view for significant performance increases
- Remove thumbnail generation from the directory list view request response cycle
- Add Django 4.2 support
- Add thumbnail view for faster visual management of image libraries
- Fix File.objects.only() query required for deleting user who own files.
- Fix several CSS quirks