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

fix: issues with filer image crash when trying to generate thumbnail #1384

Merged
merged 11 commits into from
Jul 12, 2023

Commits on Jul 9, 2023

  1. fix: issues with filer image crash when trying to generate thumbnail

    Thumbnail generation can fail when the image is not present or moved or
    if we have a reference in database but no image in storage.
    
    - Github Issue: Fixes  #1379
    
    Authored-by: Vinit Kumar <[email protected]>
    Signed-off-by: Vinit Kumar <[email protected]>
    vinitkumar committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    a2283ab View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Update filer/admin/fileadmin.py

    Co-authored-by: Fabian Braun <[email protected]>
    vinitkumar and fsbraun authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    c79046d View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Add tests

    fsbraun committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    29b6b00 View commit details
    Browse the repository at this point in the history
  2. Add tests on mime types

    fsbraun committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    be899ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f4e675 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7400543 View commit details
    Browse the repository at this point in the history
  5. Add comment

    fsbraun committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    806fac5 View commit details
    Browse the repository at this point in the history
  6. Add heif support to tests

    fsbraun committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    9a4b8b9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f32820e View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Update changelog

    fsbraun committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    2fcbc8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6f7995 View commit details
    Browse the repository at this point in the history