Christoph Wurst
73079a6cf3
fix(db): Create the systag_by_objectid index for new installations
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2024-12-05 17:50:54 +07:00
Arthur Schiwon
c9073f7ab7
Merge pull request #49404 from Thatoo/Thatoo-patch-1
...
fix(user_ldap): retrieve from LDAP first "email shaped" value instead…
2024-12-05 14:23:19 +07:00
F. E Noel Nfebe
7bc21d8a34
Merge pull request #49644 from nextcloud/artonge/fix/sharetype
...
fix(files_sharing): List of share type during recipient lookup
2024-12-05 09:31:39 +07:00
Nextcloud bot
e4fe1f68fa
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-12-05 00:43:37 +07:00
John Molakvoæ
6669c495d4
Merge pull request #48793 from nextcloud/dav-open-log-path
2024-12-04 20:18:17 +07:00
Robin Appelman
c2f474ff49
Merge pull request #48769 from nextcloud/copy-share-unmasked
...
Fix incorrect permissions when copying shared files
2024-12-04 20:11:41 +07:00
John Molakvoæ
b4c43bb811
Merge pull request #49551 from nextcloud/dont-propagate-future-time
2024-12-04 20:11:23 +07:00
Robin Appelman
e59ebafc87
test: add test for permissions of copied share
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-12-04 19:19:08 +07:00
Robin Appelman
6419de7acc
fix: use scan_permissions when copying cache items
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-12-04 19:19:08 +07:00
Robin Appelman
88c685f27c
fix: store unmaked source permissions as scan_permissions when loading share cache items
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-12-04 19:19:08 +07:00
Robin Appelman
ca241baac0
fix: log which file cannot be opened
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-12-04 18:50:47 +07:00
Robin Appelman
0e10bb59a1
Merge pull request #49288 from nextcloud/smb-acl-fail-soft
...
fix: smb: don't fail hard if we can't load acls for a file
2024-12-04 18:22:09 +07:00
Louis
1ef3e3e753
Merge pull request #49293 from nextcloud/artonge/fix/handle_folders_copy_live_photos
...
fix: Handle copy of folders containing live photos
2024-12-04 17:02:56 +07:00
Louis
27331d48e3
Merge pull request #48651 from nextcloud/artonge/fix/copy_cache_during_copy_operations
...
fix(files): Correctly copy the cache information during copy operations
2024-12-04 16:58:01 +07:00
Louis Chemineau
8be6a7c7dd
fix: Throw exception when copy failed
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-12-04 16:23:39 +07:00
Louis Chemineau
8be7b9ea40
fix: Copying a live photo to a folder with a conflicting mov file
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-12-04 16:23:39 +07:00
Louis Chemineau
10c6f70778
test: Copying a folder containing live photos
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-12-04 15:38:35 +07:00
Louis Chemineau
e37664bd08
fix: Handle copy of folders containing live photos
...
We need to recursively look for live photos in the folder,
and then handle them as usual.
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-12-04 15:38:35 +07:00
Louis Chemineau
f6c48a45ae
fix: Correctly create NonExistingFolder during copy
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-12-04 15:38:35 +07:00
Benjamin Gaussorgues
c77243d568
Merge pull request #49643 from nextcloud/feat/files_external/enable-ownerless-shares
2024-12-04 14:58:44 +07:00
Benjamin Gaussorgues
811f10eac1
Merge pull request #44555 from nextcloud/fix/handle-errors-in-migrate-key-format
2024-12-04 14:58:01 +07:00
Côme Chilliet
1d80351d4a
fix: Show errors in encryption:migrate-key-storage-format and continue to other files
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-12-04 14:24:12 +07:00
Côme Chilliet
6dfa09f36d
chore: Improve typing in core/Command/Encryption/MigrateKeyStorage.php
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-12-04 14:24:12 +07:00
Pytal
416c8ead40
Merge pull request #49637 from nextcloud/fix/app-remove-wording
...
fix: Correct wording when attempting to remove a disabled app
2024-12-04 05:15:55 +07:00
nextcloud-command
d21640baad
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-12-04 12:50:02 +07:00
Louis Chemineau
d11f3c4c23
fix(files_sharing): List of share type during recipient lookup
...
ShareType lists both names and ids so Object.entries return too much.
This was also making useless the following condition adding ShareType.Email
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-12-04 13:37:48 +07:00
Maxence Lange
c54784c705
Merge pull request #45979 from nextcloud/enh/noid/signed-request
...
Signed requests
2024-12-04 09:48:49 +07:00
Maxence Lange
15b72281df
fix(signatory): details on interfaces
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2024-12-04 09:30:55 +07:00
Maxence Lange
4df3155523
fix(signed-request): removing unstable from public
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2024-12-04 09:30:55 +07:00
Maxence Lange
948547bd5d
fix(ocm): signatory mapper
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2024-12-04 09:30:55 +07:00
Maxence Lange
4b06620055
feat(signatory): switch to qbmapper
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2024-12-04 09:30:55 +07:00
Maxence Lange
862a411118
fix(ocm): simpler code
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2024-12-04 09:30:55 +07:00
Maxence Lange
f08d053290
fix(ocm): switching to IdentityProof
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2024-12-04 09:30:55 +07:00
Maxence Lange
4591430c9c
feat(ocm): signing ocm requests
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2024-12-04 09:30:55 +07:00
Kate
3705bc1815
Merge pull request #49636 from nextcloud/fix/noid/remove-since-from-unstable
...
fix(NCU): removing all @since
2024-12-04 11:22:37 +07:00
provokateurin
86eec60ebb
feat(files_external): Enable ownerless shares
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-12-04 09:38:05 +07:00
Joas Schilling
3027bb51af
Merge pull request #49633 from nextcloud/bugfix/noid/fix-max-request-values
...
fix(setupcheck): Disable PhpMaxFileSize setupcheck for now
2024-12-04 09:01:36 +07:00
Joas Schilling
1cbfe55271
fix(setupcheck): Disable PhpMaxFileSize setupcheck for now
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-12-04 08:35:20 +07:00
Pytal
d97d1bd9d0
Merge pull request #49167 from nextcloud/feat/caption-cant-upload
...
feat(files): Update caption for screen readers when uploading is not possible
2024-12-03 16:42:17 +07:00
nextcloud-command
2251c65ac8
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-12-04 00:32:28 +07:00
Pytal
03bbe062cc
Merge pull request #49265 from nextcloud/feat/dav-trashbin-backend
...
feat(trashbin): Add backend dav property
2024-12-03 16:27:35 +07:00
Christopher Ng
228d8c9de6
test(files): Update tests
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-12-03 16:25:34 +07:00
Christopher Ng
f149bd0657
chore: Remove unused icon
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-12-03 16:25:34 +07:00
Christopher Ng
5f3bd3e30d
feat(files): Update caption for screen readers when uploading is not possible
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-12-03 16:25:34 +07:00
Nextcloud bot
967e1a894a
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-12-04 00:21:27 +07:00
Christopher Ng
119e7d1bd7
feat(trashbin): Add backend dav property
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-12-03 16:09:13 +07:00
Christopher Ng
e0b3ab5165
fix: Correct wording when attempting to remove a disabled app
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-12-03 14:38:21 +07:00
Côme Chilliet
0729e264f5
Merge pull request #49291 from nextcloud/encoding-wrapper-metadata
...
fix: don't set 'name' on null metadata
2024-12-03 21:47:46 +07:00
Maxence Lange
b791cc987e
fix(NCU): removing all @since
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2024-12-03 18:49:46 +07:00
Robin Appelman
ae30269eac
fix: don't set 'name' on null metadata
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-12-03 19:12:45 +07:00