aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix(activity): Fix activity object type warningsJoas Schilling2024-11-272-4/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #49513 from ↵Joas Schilling2024-11-272-2/+32
|\ | | | | | | | | nextcloud/automated/noid/master-update-ca-cert-bundle [master] fix(security): Update CA certificate bundle
| * fix(security): Update CA certificate bundlenextcloud-command2024-11-272-2/+32
|/ | | | Signed-off-by: GitHub <noreply@github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-2710-0/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #49494 from nextcloud/s3-bucket-create-exceptionRobin Appelman2024-11-263-6/+13
|\ | | | | fix: throw correct exception type when we can't verify if an s3 bucket exists
| * test: attempt to fix smb sso tests3-bucket-create-exceptionRobin Appelman2024-11-261-0/+6
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * fix: fix availability wrapper not applyingRobin Appelman2024-11-261-2/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * fix: throw correct exception type when we can't verify if an s3 bucket existsRobin Appelman2024-11-261-4/+5
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #49489 from ↵Marcel Klehr2024-11-261-0/+3
|\ | | | | | | | | nextcloud/fix/taskprocessing-api-get-file-contents fix(TaskProcessing): Set up fs in getFileContentsInternal
| * fix(TaskProcessing): Set up fs in getFileContentsInternalfix/taskprocessing-api-get-file-contentsMarcel Klehr2024-11-261-0/+3
|/ | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Merge pull request #49403 from nextcloud/artonge/chore/update_nc_cypress_beta.11Louis2024-11-2614-83/+42
|\ | | | | chore: Update @nextcloud/cypress to v1.0.0-beta.11
| * chore: Update @nextcloud/cypress to v1.0.0-beta.11artonge/chore/update_nc_cypress_beta.11Louis Chemineau2024-11-2514-83/+42
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-2656-78/+78
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #43025 from ↵Côme Chilliet2024-11-256-0/+208
|\ \ | | | | | | | | | | | | nextcloud/bugfix/error-on-reshare-after-transfer-ownership fix: update re-share if shared-by user has been revoked
| * | fix(sharing): add command to fix broken shares after ownership transferringbugfix/error-on-reshare-after-transfer-ownershipLuka Trovic2024-11-186-0/+208
| | | | | | | | | | | | Signed-off-by: Luka Trovic <luka@nextcloud.com>
* | | Merge pull request #49454 from nextcloud/fix/invitations-named-parameterChristoph Wurst2024-11-251-4/+4
|\ \ \ | | | | | | | | fix: invalid usage of IQueryBuilder::createNamedParameter()
| * | | fix: improve oci compatibility when purging calendar invitationsfix/invitations-named-parameterRichard Steinmetz2024-11-231-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
| * | | fix: invalid usage of IQueryBuilder::createNamedParameter()Richard Steinmetz2024-11-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | And fix a typo: chunck -> chunk Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | Merge pull request #49355 from nextcloud/moveStrictTypingGit'Fellow2024-11-251-15/+18
|\ \ \ \ | | | | | | | | | | refactor(filecache): Move to more strict operators
| * | | | refactor(filecache): Move to more strict typingmoveStrictTypingGit'Fellow2024-11-251-15/+18
| | |/ / | |/| | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | Merge pull request #49073 from nextcloud/feat/files_sharing/co-ownerKate2024-11-2522-57/+427
|\ \ \ \
| * | | | chore(assets): Recompile assetsfeat/files_sharing/co-ownernextcloud-command2024-11-259-7/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | fix(SharingEntry): Display owner name if the owner is someone elseprovokateurin2024-11-251-0/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | fix(files_sharing,files): Do not validate shares before adjusting the ownerprovokateurin2024-11-254-22/+33
| | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | fix(Share20\Manager): Ensure node is still accessible when checking shareprovokateurin2024-11-252-4/+38
| | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | feat(files_sharing): Allow users with share permission to manage shares on ↵provokateurin2024-11-252-0/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IShareOwnerlessMount Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | fix(files_sharing): Remove duplicate link/email edit share logicprovokateurin2024-11-251-12/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | feat(Share20\Manager): Return all shares on IShareOwnerlessMountprovokateurin2024-11-252-11/+99
| | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | fix(Share20\DefaultShareProvider): Return link shares in getSharesByPath()provokateurin2024-11-252-1/+87
| | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | fix(Share20\DefaultShareProvider): Sort getSharesByPath() resultsprovokateurin2024-11-251-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | feat(Files\Mount): Add IShareOwnerlessMountprovokateurin2024-11-253-0/+20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | Merge pull request #49311 from nextcloud/fix/ocmdiscoveryservice/cache-errorsKate2024-11-251-1/+9
|\ \ \ \ \
| * | | | | fix(OCMDiscoveryService): Also cache error results during discoveryfix/ocmdiscoveryservice/cache-errorsprovokateurin2024-11-251-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | Merge pull request #49004 from nextcloud/bug/48678/restore-dav-error-responseAnna2024-11-2510-69/+148
|\ \ \ \ \ \ | | | | | | | | | | | | | | Bug/48678/restore dav error response
| * | | | | | fix: Re-throwing the TypeError to prevent exposing the installation pathbug/48678/restore-dav-error-responseDaniel Kesselberg2024-11-221-0/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | | | | Revert "fix(dav): Always respond custom error page on exceptions"Daniel Kesselberg2024-11-229-66/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 9992e7d4395a773fec7148cf5b4111f894cb40b7. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | | | | Revert "fix: Drop unnecessary exit"Daniel Kesselberg2024-11-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d2bf3613f6c9210a720bebdcf82284bbfc604319. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | | | | Revert "fix: Override start method of \Sabre\DAV\Server to remove exception ↵Daniel Kesselberg2024-11-221-23/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | output" This reverts commit e202896a7476f6c3ad74793e6524293fd8a93224. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | Merge pull request #49433 from ↵Louis2024-11-252-14/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/artonge/feat/maintenance_warn_encrypt_all feat: Warn about maintenance in EncryptAll command
| * | | | | | | feat: Warn about maintenance in EncryptAll commandartonge/feat/maintenance_warn_encrypt_allLouis Chemineau2024-11-252-14/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | | | Merge pull request #49464 from nextcloud/fix/external-storage-controller-cast-idMarcel Klehr2024-11-251-2/+2
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | fix(external_storage): Cast id to int
| * | | | | | | fix(external_storage): Cast id to intfix/external-storage-controller-cast-idMarcel Klehr2024-11-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | follow up to #49218 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-252-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-2518-4/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-2440-10/+280
| |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-2322-10/+124
| |_|/ / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #49406 from nextcloud/avoidStatusSessionsJoas Schilling2024-11-221-0/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix(status): Avoid session creation for status requests
| * | | | | | fix(status): Avoid session creation for status requestsavoidStatusSessionsGit'Fellow2024-11-211-0/+7
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-2224-8/+90
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #49434 from nextcloud/artonge/fix/getting_cache_entryLouis2024-11-212-5/+6
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | fix: Wrap partial cache entry in CacheEntry