Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Include method in thumbnail media name #7124

Merged
merged 9 commits into from
Sep 8, 2020

Commits on Jun 8, 2020

  1. Include method in thumbnail media name

    This fixes an issue where different methods (crop/scale) overwrite each other.
    
    Signed-off-by: Nicolas Werner <nicolas.werner@hotmail.de>
    deepbluev7 committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    f8f71ea View commit details
    Browse the repository at this point in the history
  2. changelog

    Signed-off-by: Nicolas Werner <nicolas.werner@hotmail.de>
    deepbluev7 committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    dc2fa5d View commit details
    Browse the repository at this point in the history
  3. Add method to unique contraint on thumbnail tables

    Signed-off-by: Nicolas Werner <nicolas.werner@hotmail.de>
    deepbluev7 committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    3d72e60 View commit details
    Browse the repository at this point in the history
  4. Do method for thumbnails migration in the background

    Signed-off-by: Nicolas Werner <nicolas.werner@hotmail.de>
    deepbluev7 committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    cfcd82d View commit details
    Browse the repository at this point in the history
  5. Add fallback to old media path

    This first tries the new path. If that fails and we are looking for a
    remote thumbnail, it tries the old path. If that still isn't found, it
    continues as normal.
    
    This should probably be removed in the future, after some of the newer
    thumbnails were generated with the new path on most deployments. Then
    the overhead should be minimal if the other thumbnails need to be
    regenerated.
    
    Signed-off-by: Nicolas Werner <nicolas.werner@hotmail.de>
    deepbluev7 committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    5a682ba View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. Address review comments

    deepbluev7 committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    f8870f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c96579 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32b7fb5 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Configuration menu
    Copy the full SHA
    b494542 View commit details
    Browse the repository at this point in the history