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

Commits on Jan 6, 2025

  1. fix(caldav): rename default calendar to keep it in the trashbin inste…

    …ad of purging it
    
    When doing a PROPFIND on default-calendar-url, if the current default calendar (fallbacking on personal uri)
    is in the trashbin, it's being purged so that it's recreated.
    
    This leads to loss of data.
    
    We can simply rename the calendar URI and add a unique suffix so that it doesn't conflict with the new calendar
    being created.
    Shares are fine because they reference the resourceid and not the calendar URI.
    
    Signed-off-by: Thomas Citharel <tcit@tcit.fr>
    tcitworld committed Jan 6, 2025
    Configuration menu
    Copy the full SHA
    ef0e221 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2025

  1. Fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Jan 11, 2025
    Configuration menu
    Copy the full SHA
    ab313de View commit details
    Browse the repository at this point in the history
  2. build(deps): bump @nextcloud/password-confirmation from 5.3.0 to 5.3.1

    Bumps [@nextcloud/password-confirmation](https://github.com/nextcloud-libraries/nextcloud-password-confirmation) from 5.3.0 to 5.3.1.
    - [Release notes](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/releases)
    - [Changelog](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/blob/main/CHANGELOG.md)
    - [Commits](nextcloud-libraries/nextcloud-password-confirmation@v5.3.0...v.5.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@nextcloud/password-confirmation"
      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 Jan 11, 2025
    Configuration menu
    Copy the full SHA
    2260ffb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #50131 from nextcloud/dependabot/npm_and_yarn/next…

    …cloud/password-confirmation-5.3.1
    dependabot[bot] authored Jan 11, 2025
    Configuration menu
    Copy the full SHA
    967bb1a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #50034 from nextcloud/rename-deleted-default-calen…

    …dar-in-trashbin
    
    fix(caldav): rename default calendar to keep it in the trashbin instead of purging it
    st3iny authored Jan 11, 2025
    Configuration menu
    Copy the full SHA
    f0702ad View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2025

  1. Fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Jan 12, 2025
    Configuration menu
    Copy the full SHA
    f5d7a68 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @vitest/coverage-v8 from 2.1.5 to 2.1.8

    Bumps [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) from 2.1.5 to 2.1.8.
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.8/packages/coverage-v8)
    
    ---
    updated-dependencies:
    - dependency-name: "@vitest/coverage-v8"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and solracsf committed Jan 12, 2025
    Configuration menu
    Copy the full SHA
    05f52b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1549ae0 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2025

  1. Fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <bot@nextcloud.com>
    nextcloud-bot committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    42c021f View commit details
    Browse the repository at this point in the history
  2. feat: Adapt providers disabled property to match user applied filters

    Some filters are only available for certain providers, the UI should give the user
    a hint to what providers such filters are available in.
    
    Currently, if a filter (date or person) is not support by an a provider, the provider is
    blurred out in the places dropdown.
    
    Signed-off-by: nfebe <fenn25.fn@gmail.com>
    nfebe committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    1247c59 View commit details
    Browse the repository at this point in the history
Loading