Subject: CVS commit: pkgsrc/www/py-django-filer
From: Adam Ciarcinski
Date: 2023-10-10 18:41:14
Message id: 20231010164114.2071DFADC@cvs.NetBSD.org

Log Message:
py-django-filer: updated to 3.1.0

3.1.0 (2023-10-01)

feat: limit uploaded image area (width x height) to prevent decompression bombs
feat: Canonical URL action button now copies canonical URL to the user's clipboard
fix: Run validators on updated files in file change view
fix: Update mime type if uploading file in file change view
fix: Do not allow to remove the file field from an uplaoded file in the admin \ 
interface
fix: refactor upload checks into running validators in the admin and adding \ 
clean methods for file and (abstract) image models.
Fixed two more instances of javascript int overflow issue
fix: ensure uniqueness of icon admin url names
fix: Crash with django-storage if filer file does not have a storage file attached

3.0.6 (2023-09-08)

Re-add alphabetical sorting as default
fix: django-storage 1.14 complains about files being opened twice when copying

3.0.5 (2023-08-22)

Fix bug that ignored thumbnail storage custom settings in directory view
remove Django 2.2, 3.0, and 3.1 classifiers in setup.py
remove tests for Django < 3.2 since those versions are not supported anymore

3.0.4 (2023-08-04)

Fix bug when submitting permission admin form
Fix folder select field css of permission admin form
Fix requirements (Django>=3.2) in setup.py and docs
Update Dutch, Spanish and French locale

3.0.3 (2023-07-21)

Fix copy folder being broken after django-mptt removal
fix: crash in the file detail view
Fix: actions.js error thrown in js console

3.0.2 (2023-07-17)

Fix another bug when the the thumbnailer in admin tags crashes because of \ 
invalid or missing file
Ensure action buttons in directory listing do not get disabled after using \ 
cancel or back button if files or folders are selected.

3.0.1 (2023-07-13)

Fix a bug that creates a server error when requesting a thumbnail from an \ 
invalid or missing file
Fix a bug that on some systems webp images were not recognized
Add missing css map files

3.0.0 (2023-07-05)

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)
Drop Django 2.2, 3.0, and 3.1 support

Files:
RevisionActionfile
1.12modifypkgsrc/www/py-django-filer/Makefile
1.6modifypkgsrc/www/py-django-filer/PLIST
1.10modifypkgsrc/www/py-django-filer/distinfo