Commit Graph

83473 Commits (6cb561d3db23d0b2e07f149d8b64bb40feeb3780)
 

Author SHA1 Message Date
Andy Scherzinger 3d9dac1ede
Merge pull request #55860 from nextcloud/backport/55628/stable32
[stable32] fix(dav): dav:remove-invalid-shares removing federated calendar shares
2025-10-28 22:41:52 +07:00
Andy Scherzinger 56a79b91a4
Merge pull request #56056 from nextcloud/backport/55471/stable32
[stable32] fix(OCM): align parameter naming with spec and extend OCMProvider
2025-10-28 22:34:21 +07:00
Andy Scherzinger 6d47668fda
Merge pull request #55961 from nextcloud/backport/55955/stable32
[stable32] fix(dav): allow multiple link shares token in session
2025-10-28 22:09:12 +07:00
Andy Scherzinger 7c1a16bc15
Merge pull request #55980 from nextcloud/backport/55306/stable32
[stable32] Validate filename when creating file from template
2025-10-28 21:59:40 +07:00
Daniel 2948acb488
Merge pull request #55984 from nextcloud/backport/55529/stable32
[stable32] fix: make share recursion error more informative
2025-10-28 21:16:49 +07:00
Andy Scherzinger 2f960a295f
Merge pull request #56066 from nextcloud/backport/55575/stable32
[stable32] fix(files): make sure drag-and-drop and the upload menu behaves the same
2025-10-28 21:05:49 +07:00
nextcloud-command 65586821d8 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-10-28 19:46:57 +07:00
dependabot[bot] eeeb2f1978
Merge pull request #55919 from nextcloud/dependabot/npm_and_yarn/stable32/cypress-split-1.24.25 2025-10-28 19:26:15 +07:00
dependabot[bot] 71a7106138
Merge pull request #55924 from nextcloud/dependabot/npm_and_yarn/stable32/p-limit-7.2.0 2025-10-28 19:25:23 +07:00
Micke Nordin 5111f01349 fix(cloud-federation-api): align inviteAccepted parameter naming with spec
- Rename method parameter from `userId` to `userID`.
- Update log message and `setRecipientUserId` call to use new variable.
- Without this change, we can not accept invites.

Signed-off-by: Micke Nordin <kano@sunet.se>
2025-10-28 20:22:43 +07:00
Micke Nordin 55b980bcbd fix(ocm): include provider field in OCMProvider serialization
- Add `provider` to `jsonSerialize()` output of OCMProvider.
- Ensures discovery consumers receive provider identifier along with
  endpoint, version, and resources.

Signed-off-by: Micke Nordin <kano@sunet.se>
2025-10-28 20:22:43 +07:00
Micke Nordin 6a0a31b60b fix(ocm): ensure capabilities are set on OCMProvider from discovery data
- Call `setCapabilities()` with `capabilities` field when available.
- Prevents loss of provider capability information during discovery.

Signed-off-by: Micke Nordin <kano@sunet.se>
2025-10-28 20:22:43 +07:00
Andy Scherzinger 92d8ca31cc
Merge pull request #56044 from nextcloud/backport/55676/stable32
[stable32] Add unit tests for AdminDelegation command and AuthorizedGroupService
2025-10-28 20:21:03 +07:00
Ferdinand Thiessen 2aa07b8644
fix(files): make sure drag-and-drop and the upload menu behaves the same
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-10-28 18:53:43 +07:00
Ferdinand Thiessen 72a3754be0
Merge pull request #56061 from nextcloud/backport/56033/stable32
[stable32] fix(Memcache): ensure global prefix depends on enabled apps
2025-10-28 18:49:13 +07:00
nextcloud-command 2c9fdb899c chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-10-28 17:03:43 +07:00
dependabot[bot] 6d01ff7d97
build(deps-dev): bump cypress-split from 1.24.24 to 1.24.25
Bumps [cypress-split](https://github.com/bahmutov/cypress-split) from 1.24.24 to 1.24.25.
- [Release notes](https://github.com/bahmutov/cypress-split/releases)
- [Commits](https://github.com/bahmutov/cypress-split/compare/v1.24.24...v1.24.25)

---
updated-dependencies:
- dependency-name: cypress-split
  dependency-version: 1.24.25
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-28 16:48:19 +07:00
dependabot[bot] 901f38825b build(deps): bump p-limit from 7.1.1 to 7.2.0
Bumps [p-limit](https://github.com/sindresorhus/p-limit) from 7.1.1 to 7.2.0.
- [Release notes](https://github.com/sindresorhus/p-limit/releases)
- [Commits](https://github.com/sindresorhus/p-limit/compare/v7.1.1...v7.2.0)

---
updated-dependencies:
- dependency-name: p-limit
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-28 17:43:27 +07:00
dependabot[bot] 54a60f81f5
Merge pull request #55921 from nextcloud/dependabot/npm_and_yarn/stable32/nextcloud/browserslist-config-3.1.1 2025-10-28 16:39:44 +07:00
Ferdinand Thiessen 866bc8e239 fix(Memcache): ensure global prefix depends on enabled apps
- ensure the prefix is changed when an app is (dis)enabled
- ensure the app ids are included in the hash instead of only the
  version numbers
- ensure hash is deterministic by always use the same order.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-10-28 16:04:25 +07:00
Sebastian Krupinski 8bba3e31a1
Merge pull request #56053 from nextcloud/backport/52882/stable32
[stable32] fix(CalDav): use old event information if new is missing
2025-10-28 11:23:30 +07:00
nextcloud-command 7d48bb1272 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-10-28 13:59:40 +07:00
dependabot[bot] 4444497e3e
Merge pull request #55996 from nextcloud/dependabot/npm_and_yarn/stable32/msw-2.11.6 2025-10-28 13:53:09 +07:00
Andy Scherzinger 037bedb4c4
Merge pull request #56051 from nextcloud/style/56019/outlineShareExpiryIcon
[stable32] style(icons): Replace icon with outline variant
2025-10-28 14:49:19 +07:00
dependabot[bot] f597e0f8d4 build(deps): bump @nextcloud/browserslist-config from 3.1.0 to 3.1.1
Bumps [@nextcloud/browserslist-config](https://github.com/nextcloud/browserslist-config) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/nextcloud/browserslist-config/releases)
- [Commits](https://github.com/nextcloud/browserslist-config/compare/v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: "@nextcloud/browserslist-config"
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-28 14:45:39 +07:00
nextcloud-command 1657ad14f1 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-10-28 12:42:01 +07:00
SebastianKrupinski 8fbe82a29f fix: use old event information if new is missing
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2025-10-28 12:38:51 +07:00
Andy Scherzinger 17599f01ed
style(icons): Replace icon with outline variant
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2025-10-28 13:23:02 +07:00
Misha M.-Kupriyanov 170d9368e0 chore(tests): make "execute" method in Add command public
to simplify test execution

Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
2025-10-28 09:44:04 +07:00
Misha M.-Kupriyanov ad97420496 chore(tests): add unit tests for AdminDelegation command and AuthorizedGroupService
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
2025-10-28 09:44:03 +07:00
Misha M.-Kupriyanov 57b19b4973 fix(admin-delegation-show): show delegations for all priorities
otherwise delegation only from the first priority array ara shown

Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
2025-10-28 09:43:53 +07:00
Misha M.-Kupriyanov bef34f48a2 feat(admin-delegation-show): add priority to json output
in order to be able to better understand priority sorting.

php occ admin-delegation:show --output=json_pretty

Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
2025-10-28 09:43:53 +07:00
Joas Schilling 7fbdcbc773
Merge pull request #55977 from nextcloud/backport/55819/stable32
[stable32] fix(federation): Allow outgoing and incoming federation with oCIS federated cloud ids
2025-10-28 08:42:27 +07:00
Joas Schilling fcc36ab90c
Merge pull request #55832 from nextcloud/backport/55395/stable32
[stable32] fix(Apps): fix install command check on existing apps
2025-10-28 08:26:12 +07:00
Nextcloud bot a96e1016cf
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-28 00:13:50 +07:00
Arthur Schiwon 8afffd8538 fix(Apps): fix install command check on existing apps
- AppManager::isInstalled() is misleading, as it checks only whether it is
  enabled. But an app might not be present in some edge cases.
- AppManager::getAppPath() does however only check whether an app dir is
  present, independent of the enabled-state.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2025-10-27 21:45:13 +07:00
Joas Schilling 06f6a1f177
Merge pull request #56030 from nextcloud/backport/55989/stable32
[stable32] fix(profiler): Harden profiler writes
2025-10-27 17:03:08 +07:00
Joas Schilling a25e1422ef
Merge pull request #56029 from nextcloud/backport/55910/stable32
[stable32] fix(bfp): Trim meta data so it can still be stored
2025-10-27 16:40:55 +07:00
Joas Schilling e880479aab
fix(federation): Increase the size of owner to allow oCIS cloud ids
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-10-27 16:39:44 +07:00
Joas Schilling cf84994687 fix(profiler): Harden profiler writes
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-10-27 14:35:57 +07:00
Joas Schilling 130f90d727 fix(bfp): Trim meta data so it can still be stored
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-10-27 14:12:29 +07:00
dependabot[bot] a244a5d762
Merge pull request #56023 from nextcloud/dependabot/npm_and_yarn/stable32/focus-trap-7.6.6 2025-10-27 12:21:00 +07:00
nextcloud-command a73e0cdbc7 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-10-27 11:28:09 +07:00
dependabot[bot] 732bac29be
build(deps): bump focus-trap from 7.6.5 to 7.6.6
Bumps [focus-trap](https://github.com/focus-trap/focus-trap) from 7.6.5 to 7.6.6.
- [Release notes](https://github.com/focus-trap/focus-trap/releases)
- [Changelog](https://github.com/focus-trap/focus-trap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/focus-trap/focus-trap/compare/v7.6.5...v7.6.6)

---
updated-dependencies:
- dependency-name: focus-trap
  dependency-version: 7.6.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-27 09:19:41 +07:00
dependabot[bot] b9b1fed312
build(deps-dev): bump msw from 2.11.5 to 2.11.6
Bumps [msw](https://github.com/mswjs/msw) from 2.11.5 to 2.11.6.
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mswjs/msw/compare/v2.11.5...v2.11.6)

---
updated-dependencies:
- dependency-name: msw
  dependency-version: 2.11.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-27 07:04:27 +07:00
dependabot[bot] c5092d4486
Merge pull request #55998 from nextcloud/dependabot/npm_and_yarn/stable32/puppeteer-24.26.1 2025-10-27 07:02:05 +07:00
Nextcloud bot 8a4eca176a
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-26 00:13:27 +07:00
dependabot[bot] 9d89a57be8
build(deps-dev): bump puppeteer from 24.24.0 to 24.26.1
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 24.24.0 to 24.26.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v24.24.0...puppeteer-v24.26.1)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-version: 24.26.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-25 01:14:23 +07:00
Nextcloud bot 24dbad4825
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-25 00:13:40 +07:00
Maksim Sukharev bea0505a95
Merge pull request #55897 from nextcloud/backport/55892/stable32 2025-10-24 14:42:16 +07:00