Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: django-cms/django-filer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: django-cms/django-filer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release/2.2.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 31 files changed
  • 4 contributors

Commits on Jun 11, 2023

  1. Bump to version 2.2.5 (#1354)

    * Bump to version 2.2.5
    
    * Update pre-commit: isort version
    fsbraun authored Jun 11, 2023
    Configuration menu
    Copy the full SHA
    c5c3bf2 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. feat: Version 2.2.6 - Support for Pillow 10 (#1374)

    * Bump to version 2.2.5
    
    * Update pre-commit: isort version
    
    * Add Pillow 10 support
    
    * Add Pillow 10 support, bump to 2.2.6
    fsbraun authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    256fa14 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Feat: add Django 42 Support (#1459)

    * feat:  Add Django 4.2 support
    
    * update
    
    * update tox.ini
    
    * update test requirements
    
    * fix: flake8 and isort errors
    
    * update setup.py
    
    * doc: update readme.rst file
    
    ---------
    
    Co-authored-by: Josh Yu <[email protected]>
    joshyu and Josh Yu authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    4dc26f4 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Release 2.2.7 (#1460)

    * Bump version to 2.2.7
    
    * format
    
    * format
    
    * revert format
    
    * Update .pre-commit-config.yaml
    
    * update release date
    
    ---------
    
    Co-authored-by: Josh Yu <[email protected]>
    Co-authored-by: Fabian Braun <[email protected]>
    3 people authored May 16, 2024
    Configuration menu
    Copy the full SHA
    5440e47 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

  1. fix(2.2.x backport): respect upload and directory listing permissions (

    …#1527)
    
    * fix: respect upload and directory listing permissions (#1352)
    
    * fix: respect `can_use_directory_listing`, `change_folder`, `add_folder`, `add_file` permissions
    
    * Update tests
    
    * fix flake8 error
    
    * Close files in tests
    
    * Add test for has_... permissions of File and Folder class
    
    * Remove unused variables from tests
    
    * Remove unnecessary noqa
    
    * Run isort
    
    * ci: use ubuntu-latest runner in gha actions
    
    * update dependencies and tox matrix to something workable
    
    ---------
    
    Co-authored-by: Fabian Braun <[email protected]>
    fdintino and fsbraun authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    330d1da View commit details
    Browse the repository at this point in the history
  2. chore: Prepare 2.2.8 release (#1530)

    * Update __init__.py
    
    * Update CHANGELOG.rst
    fsbraun authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    aad7f4e View commit details
    Browse the repository at this point in the history
Loading