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: nextcloud/server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 762f9a9
Choose a base ref
...
head repository: nextcloud/server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a913a21
Choose a head ref
  • 5 commits
  • 8 files changed
  • 4 contributors

Commits on Mar 26, 2025

  1. fix(GenerateBlurhashMetadata): Suppress imagescale errors

    Suppress errors in imagescale during file-scans:
    Most of these errors are caused by out of range x/y-dims.
    
    Triggering un unhandled exception, metadata-generation aborts at this point  (e.g. occ files:scan --generate-metadata), effectively preventing these images from being added to photos or maps.
    
    This problem might be the root cause for an issue described here:
    nextcloud/photos#2768
    
    Signed-off-by: umgfoin <umgfoin@users.noreply.github.com>
    umgfoin authored and backportbot[bot] committed Mar 26, 2025
    Configuration menu
    Copy the full SHA
    64587d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2025

  1. Merge pull request #51716 from nextcloud/backport/51433/stable29

    [stable29] fix(GenerateBlurhashMetadata): Suppress imagescale errors
    provokateurin authored Mar 27, 2025
    Configuration menu
    Copy the full SHA
    efe6d97 View commit details
    Browse the repository at this point in the history
  2. fix(files_versions): Cache previews

    Signed-off-by: provokateurin <kate@provokateurin.de>
    provokateurin authored and AndyScherzinger committed Mar 27, 2025
    Configuration menu
    Copy the full SHA
    ad8cb9b View commit details
    Browse the repository at this point in the history
  3. fix(files_versions): Rely on server mime fallback icons

    Signed-off-by: provokateurin <kate@provokateurin.de>
    provokateurin authored and AndyScherzinger committed Mar 27, 2025
    Configuration menu
    Copy the full SHA
    4d88c40 View commit details
    Browse the repository at this point in the history
  4. chore(assets): Recompile assets

    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    nextcloud-command authored and AndyScherzinger committed Mar 27, 2025
    Configuration menu
    Copy the full SHA
    a913a21 View commit details
    Browse the repository at this point in the history
Loading