aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-0676-8/+418
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #49646 from nextcloud/fix/noid/trigger-field-insertMaxence Lange2024-12-058-40/+109
|\ | | | | fix(signed-request): trigger metadata insert with default value manually
| * Merge branch 'fix/noid/trigger-field-insert' of ↵Maxence Lange2024-12-050-0/+0
| |\ | | | | | | | | | | | | | | | https://github.com/nextcloud/server into fix/noid/trigger-field-insert Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| | * fix(typo): Fix message of exceptionJoas Schilling2024-12-051-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | fix(signed-request): use share owner on reshareMaxence Lange2024-12-052-3/+9
| |/ | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * fix(ocm): get details from sharedSecret from providerMaxence Lange2024-12-056-37/+99
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * fix(signed-request): trigger metadata insert with default value manuallyMaxence Lange2024-12-052-3/+4
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | Merge pull request #49677 from ↵Christoph Wurst2024-12-051-0/+2
|\ \ | | | | | | | | | | | | nextcloud/fix/db/systag-by-objectid-index-new-installation fix(db): Create the systag_by_objectid index for new installations
| * | fix(db): Create the systag_by_objectid index for new installationsChristoph Wurst2024-12-051-0/+2
| |/ | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #49262 from nextcloud/move-from-encryption-no-optRobin Appelman2024-12-051-1/+5
|\ \ | |/ |/| fix: don't do same-storage move optimization with encryption wrappers
| * fix: don't do same-storage move optimization with encryption wrappersmove-from-encryption-no-optRobin Appelman2024-11-131-1/+5
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #49404 from Thatoo/Thatoo-patch-1Arthur Schiwon2024-12-051-1/+8
|\ \ | | | | | | fix(user_ldap): retrieve from LDAP first "email shaped" value instead…
| * | fix(user_ldap): retrieve from LDAP first "email shaped" value instead of ↵Thatoo2024-11-201-1/+8
| | | | | | | | | | | | | | | first value Signed-off-by: Thatoo <Thatoo@users.noreply.github.com>
* | | Merge pull request #49644 from nextcloud/artonge/fix/sharetypeF. E Noel Nfebe2024-12-0510-8/+18
|\ \ \ | | | | | | | | fix(files_sharing): List of share type during recipient lookup
| * | | chore(assets): Recompile assetsnextcloud-command2024-12-049-7/+7
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(files_sharing): List of share type during recipient lookupLouis Chemineau2024-12-041-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-05206-212/+414
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #48793 from nextcloud/dav-open-log-pathJohn Molakvoæ2024-12-041-2/+7
|\ \ \ \
| * | | | fix: log which file cannot be openedRobin Appelman2024-12-041-2/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #48769 from nextcloud/copy-share-unmaskedRobin Appelman2024-12-042-1/+34
|\ \ \ \ \ | | | | | | | | | | | | Fix incorrect permissions when copying shared files
| * | | | | test: add test for permissions of copied shareRobin Appelman2024-12-041-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | fix: use scan_permissions when copying cache itemsRobin Appelman2024-12-041-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | fix: store unmaked source permissions as scan_permissions when loading share ↵Robin Appelman2024-12-041-0/+3
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | cache items Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #49551 from nextcloud/dont-propagate-future-timeJohn Molakvoæ2024-12-041-2/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix: don't propagate future mtimesRobin Appelman2024-11-281-2/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #49288 from nextcloud/smb-acl-fail-softRobin Appelman2024-12-041-1/+6
|\ \ \ \ \ | | | | | | | | | | | | fix: smb: don't fail hard if we can't load acls for a file
| * | | | | fix: smb: don't fail hard if we can't load acls for a filesmb-acl-fail-softRobin Appelman2024-11-141-1/+6
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #49293 from ↵Louis2024-12-047-141/+289
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/artonge/fix/handle_folders_copy_live_photos fix: Handle copy of folders containing live photos
| * | | | | fix: Throw exception when copy failedLouis Chemineau2024-12-041-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | fix: Copying a live photo to a folder with a conflicting mov fileLouis Chemineau2024-12-043-20/+40
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | test: Copying a folder containing live photosLouis Chemineau2024-12-042-68/+147
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | fix: Handle copy of folders containing live photosLouis Chemineau2024-12-041-56/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | | | fix: Correctly create NonExistingFolder during copyLouis Chemineau2024-12-042-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | Merge pull request #48651 from ↵Louis2024-12-045-11/+57
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | nextcloud/artonge/fix/copy_cache_during_copy_operations fix(files): Correctly copy the cache information during copy operations
| * | | | | test(View): Copy preserves contentLouis Chemineau2024-12-031-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | fix(files): Correctly copy the cache information on copy operationsLouis Chemineau2024-12-035-11/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed to copy the `encrypted` flag of encrypted files when those files are two level down in a moved folder. Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | Merge pull request #49643 from ↵Benjamin Gaussorgues2024-12-041-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/feat/files_external/enable-ownerless-shares
| * | | | | | feat(files_external): Enable ownerless sharesprovokateurin2024-12-041-1/+2
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | Merge pull request #44555 from nextcloud/fix/handle-errors-in-migrate-key-formatBenjamin Gaussorgues2024-12-041-24/+24
|\ \ \ \ \ \
| * | | | | | fix: Show errors in encryption:migrate-key-storage-format and continue to ↵Côme Chilliet2024-12-041-10/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | other files Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | chore: Improve typing in core/Command/Encryption/MigrateKeyStorage.phpCôme Chilliet2024-12-041-17/+7
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | Merge pull request #49637 from nextcloud/fix/app-remove-wordingPytal2024-12-041-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix: Correct wording when attempting to remove a disabled app
| * | | | | | fix: Correct wording when attempting to remove a disabled appChristopher Ng2024-12-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | | Merge pull request #45979 from nextcloud/enh/noid/signed-requestMaxence Lange2024-12-0445-131/+3015
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Signed requests
| * | | | | | | fix(signatory): details on interfacesMaxence Lange2024-12-047-50/+49
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | | | | | fix(signed-request): removing unstable from publicMaxence Lange2024-12-047-75/+58
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | | | | | fix(ocm): signatory mapperMaxence Lange2024-12-0428-162/+262
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | | | | | feat(signatory): switch to qbmapperMaxence Lange2024-12-0423-665/+579
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | | | | | fix(ocm): simpler codeMaxence Lange2024-12-0418-538/+525
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | | | | | fix(ocm): switching to IdentityProofMaxence Lange2024-12-0424-647/+171
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>