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: 53b0d3b
Choose a base ref
...
head repository: nextcloud/server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 404bce1
Choose a head ref
  • 13 commits
  • 18 files changed
  • 7 contributors

Commits on Aug 4, 2025

  1. fix(encryption): Ignore shared files in encrypt-all command

    Copying and renaming a share will not encrypt it anyway. It will get
     encrypted when the owner’s files get encrypted.
    
    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    d711d68 View commit details
    Browse the repository at this point in the history
  2. chore(encryption): Adapt tests to code changes

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    f95fef9 View commit details
    Browse the repository at this point in the history
  3. refactor(AppFramework): drop unused spreed/Talk fallback

    No longer needed from what I can tell since #20114 & nextcloud/spreed#3134
    
    Signed-off-by: Josh <josh.t.richards@gmail.com>
    joshtrichards authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    9195987 View commit details
    Browse the repository at this point in the history
  4. refactor(IMimeTypeDetector): streamline finfo usage + misc tidying

    Signed-off-by: Josh <josh.t.richards@gmail.com>
    joshtrichards committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    3535149 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

  1. Merge pull request #54239 from nextcloud/cleanup-appframework-spreed

    refactor(AppFramework): drop unused spreed/Talk fallback
    joshtrichards authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    2aa6894 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4795a2 View commit details
    Browse the repository at this point in the history
  3. feat: Cache user keys

    Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
    SystemKeeper committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    520d8be View commit details
    Browse the repository at this point in the history
  4. Merge pull request #54077 from nextcloud/jtr-files-detection-refactor…

    …-finfo
    
    refactor(IMimeTypeDetector): streamline + minor tidying
    susnux authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    ad85d65 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #54207 from nextcloud/feat/noid/cache-user-keys

    Cache IdentityProof keys
    nickvergessen authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    db8dd9f View commit details
    Browse the repository at this point in the history
  6. feat: allow configuring multiple objectstore configurations

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    bdcda66 View commit details
    Browse the repository at this point in the history
  7. feat: add command to get user objectstore config mappings

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    561cd77 View commit details
    Browse the repository at this point in the history
  8. feat: allow object store configuration aliases for easier migrations

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    4c0e00f View commit details
    Browse the repository at this point in the history
  9. feat: multi object store rename command

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    404bce1 View commit details
    Browse the repository at this point in the history
Loading