Commit Graph

83359 Commits (2f960a295fcfe5ff80909bfb2f26de2eec5c75b6)
 

Author SHA1 Message Date
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
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
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
Maksim Sukharev d65c1e402d
Merge pull request #55974 from nextcloud/backport/55963/stable32 2025-10-24 13:46:20 +07:00
Joas Schilling eeb41bef6d
Merge pull request #55902 from nextcloud/backport/55827/stable32
[stable32] fix(ocm-sharing): The owner needs to be set for sharing to work
2025-10-24 11:56:25 +07:00
Joas Schilling 167fa3fd3c fix(federation): Allow outgoing federation with oCIS federated cloud ids
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-10-24 09:56:23 +07:00
nextcloud-command b2f40bafaa chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-10-24 09:36:18 +07:00
Maksim Sukharev 74046d903c fix(NewUserDialog): allow to deselect a group from the list
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2025-10-24 09:25:41 +07:00
John Molakvoæ 1b88f6784e
Merge pull request #55956 from nextcloud/backport/55952/stable32 2025-10-24 08:10:46 +07:00
Nextcloud bot 8e6d98bff3
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-24 00:13:42 +07:00
Louis 0e64d82cf9
Merge pull request #55890 from nextcloud/backport/49578/stable32
[stable32] fix(updater): Stop expiring secret prematurely
2025-10-23 21:52:25 +07:00
Louis b849b6b9c1
Merge pull request #55898 from nextcloud/backport/55796/stable32
[stable32] fix(FilesPicker): Prevent selection of nodes without create permission
2025-10-23 21:52:15 +07:00
Benjamin Gaussorgues b8bda08fe4
Merge pull request #55958 from nextcloud/release/32.0.1 2025-10-23 20:33:51 +07:00