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: 219b6d1
Choose a base ref
...
head repository: nextcloud/server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 30579a1
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jul 11, 2022

  1. Fix big file download for 32-bit servers

    When a folder larger than ~2GB is downloaded, zip32 doesn't cut it.
    Since zip64 doesn't work on 32-bit clients, fall back to generating a
    tarball.
    
    Fixes #12422 and #15117
    
    Signed-off-by: fwsmit <fw.smit01@gmail.com>
    fwsmit committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    30579a1 View commit details
    Browse the repository at this point in the history
Loading