Commit graph

81087 commits

Author SHA1 Message Date
Andy Scherzinger
4948a742de
Merge pull request #54776 from nextcloud/backport/54713/stable31
[stable31] fix(status.php): Fix samesite cookies
2025-09-02 13:57:22 +02:00
Côme Chilliet
dc49dbc4bb
chore: Add comment to make it clear the bail out for status.php should
not be moved above ini_set calls.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-09-02 12:07:38 +02:00
Côme Chilliet
317044a68b
fix(status.php): Fix samesite cookies
This skips less calls for status.php so that ini vars are correctly set
 and the code to set samesite cookies has the correct information when
 Nextcloud is installed in a subpath.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-09-02 12:07:38 +02:00
Nextcloud bot
bb0f8e9e47
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-02 00:12:22 +00:00
Kate
6194fb5eff
Merge pull request #54787 from nextcloud/backport/54785/stable31 2025-09-01 20:00:28 +02:00
Robin Appelman
ffc9a8a3ce chore(flake): update haze to 2.1.1
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-09-01 17:21:39 +00:00
Kate
338887215b
Merge pull request #54780 from nextcloud/backport/54738/stable31 2025-09-01 16:41:55 +02:00
nextcloud-command
6d0db1b6e3 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-09-01 14:03:46 +00:00
Luka Trovic
fd3ca18df0 fix: resolving conflict when uploading multiple files via drag&drop
Signed-off-by: Luka Trovic <luka@nextcloud.com>
2025-09-01 13:14:05 +00:00
Andy Scherzinger
07a849f2e9
Merge pull request #54744 from nextcloud/getMountsForFileId-cast-fileid
[stable31] fix: cast fileid to string in getMountsForFileId
2025-09-01 09:13:47 +02:00
Kate
66df8eabf6
Merge pull request #54714 from nextcloud/fix/deps/nextcloud-vue-8.29.2-stable31 2025-09-01 09:08:33 +02:00
Nextcloud bot
d57baa9f1c
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-01 00:12:21 +00:00
nextcloud-command
515d4a03f9 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-08-31 14:39:04 +00:00
Ferdinand Thiessen
3aa6d5f085
chore: adjust webpack plugin to also extract inline asset licenses
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-08-31 16:32:16 +02:00
provokateurin
85936ffd76
fix(deps): Update @nextcloud/vue to v8.29.2
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-08-31 16:29:41 +02:00
Nextcloud bot
5d0c3c170a
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-31 00:12:21 +00:00
Git'Fellow
d0de33fa8e
Merge pull request #54767 from nextcloud/ensureStringsFilesVersions
[stable31] fix(files_versions): ensure IDs, Author and Label are strings
2025-08-30 19:13:06 +02:00
nextcloud-command
66adabc3e6 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-08-30 16:27:30 +00:00
Git'Fellow
24cd42940b
fix(files_versions): ensure author and label are string
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2025-08-30 18:18:19 +02:00
dependabot[bot]
96ee9b3f22
Merge pull request #54746 from nextcloud/dependabot/composer/build/integration/stable31/symfony/event-dispatcher-6.4.25 2025-08-30 08:37:01 +00:00
dependabot[bot]
f68cde67a8
build(deps-dev): bump symfony/event-dispatcher in /build/integration
Bumps [symfony/event-dispatcher](https://github.com/symfony/event-dispatcher) from 6.4.24 to 6.4.25.
- [Release notes](https://github.com/symfony/event-dispatcher/releases)
- [Changelog](https://github.com/symfony/event-dispatcher/blob/7.3/CHANGELOG.md)
- [Commits](https://github.com/symfony/event-dispatcher/compare/v6.4.24...v6.4.25)

---
updated-dependencies:
- dependency-name: symfony/event-dispatcher
  dependency-version: 6.4.25
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-30 01:06:40 +00:00
Nextcloud bot
2be23570de
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-30 00:12:18 +00:00
Robin Appelman
f38be0a169
fix: cast fileid to string in getMountsForFileId
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-08-29 17:59:16 +02:00
Salvatore Martire
3ece90ae19
Merge pull request #54740 from nextcloud/backport/54630/stable31
[stable31] fix(theming): avoid error when changing theming colors from occ when initially set via the Web UI
2025-08-29 17:28:56 +02:00
Salvatore Martire
fc09daee17 fix(theming): use IAppConfig instead of IConfig to set theming config
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
2025-08-29 14:09:54 +00:00
John Molakvoæ
d0758cdc48
Merge pull request #54724 from nextcloud/backport/54313/stable31 2025-08-29 11:27:54 +02:00
Marcel Klehr
7d87717d5c
Merge pull request #54702 from nextcloud/backport/54690/stable31
[stable31] fix(TaskProcessingApiController): Don't allow anonymous access anymore
2025-08-29 10:37:00 +02:00
Git'Fellow
777c295195
Merge pull request #54726 from nextcloud/backport/54684/stable31
[stable31] fix(files_versions): Use helper function to get versions folder
2025-08-29 10:10:19 +02:00
Marcel Klehr
a9610db902 fix: Run cs:fix
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2025-08-29 09:48:12 +02:00
Marcel Klehr
ec529e7fc4 fix: Update openapi specs
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2025-08-29 09:40:03 +02:00
nextcloud-command
317e8d8ef4 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-08-29 07:27:56 +00:00
nextcloud-command
537f7d1f1a chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-08-29 07:26:05 +00:00
John Molakvoæ (skjnldsv)
1dcee8a8ae fix(files): verify files are still accessible before downloading
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2025-08-29 07:26:05 +00:00
Git'Fellow
b11e011ed3 fix(files_versions): Use helper function
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2025-08-29 06:11:21 +00:00
Nextcloud bot
1215a0b045
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-29 00:12:46 +00:00
Andy Scherzinger
6b1d58ac05
Merge pull request #54704 from nextcloud/backport/54632/stable31
[stable31] fix(trashbin): Fix errors in the log on MOVE operations
2025-08-28 19:59:58 +02:00
Andy Scherzinger
14cbb48a34
Merge pull request #54710 from nextcloud/backport/54490/stable31
[stable31] feat: allow filtering sharing:delete-orphan-shares by share owner or target
2025-08-28 19:22:41 +02:00
Andy Scherzinger
ddc9baf18f
Merge pull request #54720 from nextcloud/backport/51727/stable31
[stable31] fix(files_versions): retrieve all display names with one request
2025-08-28 19:16:14 +02:00
nextcloud-command
e7e191ced2 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-08-28 16:20:37 +00:00
SebastianKrupinski
9cc2641905 fix: retrieve all display names with one request
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2025-08-28 12:11:55 -04:00
Robin Appelman
251424aaa8 feat: allow filtering sharing:delete-orphan-shares by share owner or target
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-08-28 13:29:30 +00:00
Côme Chilliet
7e401c80f1 fix(trashbin): Fix errors in the log on MOVE operations
dirname will return '.' for files at the root, which will cause an
 Exception that gets logged.
Instead use \Sabre\Uri\split like other sabre plugins, to get an empty
 string for root directory.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-08-28 12:23:05 +00:00
Marcel Klehr
566c564a6a fix(TaskProcessingApiController): Don't allow anonymous access anymore
Signed-off-by: Marcel Klehr <mklehr@gmx.net>

[skip ci]
2025-08-28 11:15:53 +00:00
Daniel
ed69213e75
Merge pull request #54381 from nextcloud/backport/54371/stable31
[stable31] fix: Fix getting trusted server other than the first
2025-08-28 09:40:28 +02:00
Marcel Klehr
561f0133fe
Merge pull request #54686 from nextcloud/backport/54620/stable31
[stable31] fix(AppConfig#setTypedValue): Catch AppConfigUnknownKeyException
2025-08-28 09:17:27 +02:00
Daniel Calviño Sánchez
9b691c2884 fix: Fix getting trusted server other than the first
"array_filter" preserves the keys, so after the trusted servers were
filtered "$server[0]" existed only if the server to get was the first
one in the original array.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-08-28 08:31:18 +02:00
Nextcloud bot
dd5e343f52
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-28 00:12:29 +00:00
Marcel Klehr
4621a1cf4c fix(AppConfig#setTypedValue): Catch AppConfigUnknownKeyException
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2025-08-27 21:31:35 +00:00
Andy Scherzinger
e244633a34
Merge pull request #54201 from nextcloud/backport/52285/stable31
[stable31] fix(CardDAV): do not ignore move command object target uri
2025-08-27 22:58:47 +02:00
SebastianKrupinski
4aba03f319 fix: do not ignore move command object target uri
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2025-08-27 19:14:17 +02:00