Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump django-filer from 2.2.6 to 3.1.0 #1000

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2023

Bumps django-filer from 2.2.6 to 3.1.0.

Release notes

Sourced from django-filer's releases.

3.1.0

What's Changed

New Contributors

Full Changelog: django-cms/django-filer@3.0.6...3.1.0

3.0.6

What's Changed

New Contributors

Full Changelog: django-cms/django-filer@3.0.5...3.0.6

3.0.5

  • 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

  • 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

3.0.2

  • Fix another bug (in comparison to 3.0.1) when 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.

... (truncated)

Changelog

Sourced from django-filer's changelog.

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 (#1335)
  • 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)

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)

3.0.2 (2023-07-17)

  • Fix another bug when the the thumbnailer in admin tags crashes because of

... (truncated)

Commits
  • c9872d8 feat: French translations, prevention of opening SVG directly in browser thro...
  • 68c3a5c fix: initialize dropzoneSelector inside inline formsets in a Django 4.1 compa...
  • 421c86b fix: View expanded svg images from \<img> tags to avoid js attacks (#1429)
  • 964f48d fix: decompression bomb attack in the Filer (#1426)
  • 8293ba1 fix: JavaScript int literal overflow (#1422)
  • 72e2d41 fix: URL action in data table list template (#1428)
  • 69893eb feat: Add django 5.0 support (#1424)
  • c3ab24b fix: Unique url names for file icon (#1423)
  • dbeda3a ci: Prepare release 3.0.6 (#1419)
  • 68f6aaa fix: django-storage 1.14 complains about files being opened twice when copyin...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [django-filer](https://github.com/django-cms/django-filer) from 2.2.6 to 3.1.0.
- [Release notes](https://github.com/django-cms/django-filer/releases)
- [Changelog](https://github.com/django-cms/django-filer/blob/master/CHANGELOG.rst)
- [Commits](django-cms/django-filer@2.2.6...3.1.0)

---
updated-dependencies:
- dependency-name: django-filer
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 30, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 27, 2023

Superseded by #1012.

@dependabot dependabot bot closed this Nov 27, 2023
@dependabot dependabot bot deleted the dependabot/pip/django-filer-3.1.0 branch November 27, 2023 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants