Skip to content

Releases: django-cms/django-filer

3.0.0rc2

27 Jun 13:56
963a875
Compare
Choose a tag to compare
3.0.0rc2 Pre-release
Pre-release

Remove unused request for non-existing css file

3.0.0rc1

26 Jun 13:15
10b3167
Compare
Choose a tag to compare
3.0.0rc1 Pre-release
Pre-release
  • 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

2.2.5

11 Jun 16:16
c5c3bf2
Compare
Choose a tag to compare

Security patch (#1352):
While admin options shown correctly represented the user rights, some admin
end-points were available directly. A staff user without any permissions
could browse the filer folder structure, list files in a folder, add files,
and move files and folders.

2.3rc1

20 Jan 20:28
7c22e16
Compare
Choose a tag to compare
2.3rc1 Pre-release
Pre-release

Additional thumbnail view for folder list admin view with much bigger icons.

2.2.4

13 Jan 15:35
672d00b
Compare
Choose a tag to compare

2.2.4 (2023-01-13)

  • Add Django 4.1 support
  • Add python 3.11 tests
  • Fix thumbnail generation for SVG images when used as a Divio addon.

2.2.3

08 Aug 11:16
85c4438
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin/recompile-sass'

2.2.2

02 Aug 12:48
6a4706d
Compare
Choose a tag to compare

Fixes #1305

Installs django-filer with easy-thumbnail's optional SVG support.

2.2.1

05 Jun 21:32
2748a21
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2...2.2.1

2.2

20 Apr 14:03
ee1a72e
Compare
Choose a tag to compare
2.2
  • Improve the list view of Folder permissions.
  • Fix: Folder permissions were disabled for descendants, if parent folder
    has type set to CHILDREN.
  • The input field for Folder changes from a standard HTML select element to
    a very wide autocomplete field, showing the complete path in Filer.
  • Fix: Upload invalid SVG file.
  • Add support for Python-3.10.
  • Switch theme for readthedocs to Furo.
  • Fix: 404 error when serving thumbnail.
  • Experimental support for Django-4.