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: 91b6853db7e3f3b732ffd1f658122c123a710b0c
Choose a base ref
...
head repository: nextcloud/server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 160f837282ff859f70e75571900ff71dae7e7de7
Choose a head ref
  • 20 commits
  • 51 files changed
  • 4 contributors

Commits on Sep 28, 2024

  1. chore(deps-dev): Bump puppeteer from 23.3.0 to 23.4.1

    Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 23.3.0 to 23.4.1.
    - [Release notes](https://github.com/puppeteer/puppeteer/releases)
    - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
    - [Commits](puppeteer/puppeteer@puppeteer-v23.3.0...puppeteer-v23.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: puppeteer
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    45954c2 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): Bump typescript from 5.5.4 to 5.6.2

    Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.2.
    - [Release notes](https://github.com/microsoft/TypeScript/releases)
    - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
    - [Commits](microsoft/TypeScript@v5.5.4...v5.6.2)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    1def78b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85e745f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e202b6c View commit details
    Browse the repository at this point in the history
  5. feat(share): make sharelink token length configurable

    - ensure unique share token with dynamic length adjustment
    
    Signed-off-by: ernolf <raphael.gradenwitz@googlemail.com>
    ernolf authored and nickvergessen committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    b4ea146 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #47265 from nextcloud/ernolf/configurable_sharetok…

    …en_length
    
    feat(share): make sharelink token length configurable
    nickvergessen authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    c470ef0 View commit details
    Browse the repository at this point in the history
  7. feat(dav): New ZipFolderPlugin which allows to download folders usi…

    …ng GET requests
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    d66e16b View commit details
    Browse the repository at this point in the history
  8. fix: Allow Streamer to specify type in constructor instead of magin…

    … UA handling
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    2f66bd5 View commit details
    Browse the repository at this point in the history
  9. feat(files): Make the files download action use WebDAV zip download

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    0f6760c View commit details
    Browse the repository at this point in the history
  10. feat(files_sharing): Make ShareController download route use the DA…

    …V `ZipFolderPlugin`
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    e9d5906 View commit details
    Browse the repository at this point in the history
  11. chore: Drop unused legacy OC_Files

    It is replaced with the Sabre `ZipFolderPlugin` and apps should use the `OCP\AppFramework\Http\StreamResponse`.
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    eb69e89 View commit details
    Browse the repository at this point in the history
  12. chore: compile assets

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    ca8d576 View commit details
    Browse the repository at this point in the history
  13. fix(settings): Sort all settings - incl declarative settings - by pri…

    …ority
    
    Previously declarative settings were sorted by priority but behind the "native" settings,
    this is now fixed, meaning a declarative setting with higher priority than an `ISetting` will
    be correctly rendered before that `ISetting` in the settings list.
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    b525618 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #48098 from nextcloud/feat/zip-folder-plugin

    feat: Move to ZipFolderPlugin for downloading multiple-nodes
    susnux authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    31ad1c5 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #48424 from nextcloud/fix/declarative-settings-pri…

    …ority
    
    fix(settings): Sort all settings - incl declarative settings - by priority
    susnux authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    a0b2297 View commit details
    Browse the repository at this point in the history
  16. chore(deps-dev): Bump cypress from 13.14.2 to 13.15.0

    Bumps [cypress](https://github.com/cypress-io/cypress) from 13.14.2 to 13.15.0.
    - [Release notes](https://github.com/cypress-io/cypress/releases)
    - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
    - [Commits](cypress-io/cypress@v13.14.2...v13.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: cypress
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    dependabot[bot] authored and nextcloud-command committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    f71bfac View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8337568 View commit details
    Browse the repository at this point in the history
  18. chore(deps): Bump libphonenumber-js from 1.11.5 to 1.11.9

    Bumps [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js) from 1.11.5 to 1.11.9.
    - [Changelog](https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/CHANGELOG.md)
    - [Commits](https://gitlab.com/catamphetamine/libphonenumber-js/compare/v1.11.5...v1.11.9)
    
    ---
    updated-dependencies:
    - dependency-name: libphonenumber-js
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    dependabot[bot] authored and nextcloud-command committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    da6ecd2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    85a52f0 View commit details
    Browse the repository at this point in the history
  20. chore(deps): Bump @vueuse/integrations from 11.0.3 to 11.1.0

    Bumps [@vueuse/integrations](https://github.com/vueuse/vueuse/tree/HEAD/packages/integrations) from 11.0.3 to 11.1.0.
    - [Release notes](https://github.com/vueuse/vueuse/releases)
    - [Commits](https://github.com/vueuse/vueuse/commits/v11.1.0/packages/integrations)
    
    ---
    updated-dependencies:
    - dependency-name: "@vueuse/integrations"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and susnux committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    160f837 View commit details
    Browse the repository at this point in the history
Loading