Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(activity): Fix activity object type warnings | Joas Schilling | 2024-11-27 | 2 | -4/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #49513 from ↵ | Joas Schilling | 2024-11-27 | 2 | -2/+32 |
|\ | | | | | | | | | nextcloud/automated/noid/master-update-ca-cert-bundle [master] fix(security): Update CA certificate bundle | ||||
| * | fix(security): Update CA certificate bundle | nextcloud-command | 2024-11-27 | 2 | -2/+32 |
|/ | | | | Signed-off-by: GitHub <noreply@github.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-27 | 10 | -0/+10 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #49494 from nextcloud/s3-bucket-create-exception | Robin Appelman | 2024-11-26 | 3 | -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-exception | Robin Appelman | 2024-11-26 | 1 | -0/+6 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | fix: fix availability wrapper not applying | Robin Appelman | 2024-11-26 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | fix: throw correct exception type when we can't verify if an s3 bucket exists | Robin Appelman | 2024-11-26 | 1 | -4/+5 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #49489 from ↵ | Marcel Klehr | 2024-11-26 | 1 | -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-contents | Marcel Klehr | 2024-11-26 | 1 | -0/+3 |
|/ | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Merge pull request #49403 from nextcloud/artonge/chore/update_nc_cypress_beta.11 | Louis | 2024-11-26 | 14 | -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.11 | Louis Chemineau | 2024-11-25 | 14 | -83/+42 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-26 | 56 | -78/+78 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #43025 from ↵ | Côme Chilliet | 2024-11-25 | 6 | -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-ownership | Luka Trovic | 2024-11-18 | 6 | -0/+208 |
| | | | | | | | | | | | | Signed-off-by: Luka Trovic <luka@nextcloud.com> | ||||
* | | | Merge pull request #49454 from nextcloud/fix/invitations-named-parameter | Christoph Wurst | 2024-11-25 | 1 | -4/+4 |
|\ \ \ | | | | | | | | | fix: invalid usage of IQueryBuilder::createNamedParameter() | ||||
| * | | | fix: improve oci compatibility when purging calendar invitationsfix/invitations-named-parameter | Richard Steinmetz | 2024-11-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
| * | | | fix: invalid usage of IQueryBuilder::createNamedParameter() | Richard Steinmetz | 2024-11-23 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | And fix a typo: chunck -> chunk Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | | | | Merge pull request #49355 from nextcloud/moveStrictTyping | Git'Fellow | 2024-11-25 | 1 | -15/+18 |
|\ \ \ \ | | | | | | | | | | | refactor(filecache): Move to more strict operators | ||||
| * | | | | refactor(filecache): Move to more strict typingmoveStrictTyping | Git'Fellow | 2024-11-25 | 1 | -15/+18 |
| | |/ / | |/| | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | | | Merge pull request #49073 from nextcloud/feat/files_sharing/co-owner | Kate | 2024-11-25 | 22 | -57/+427 |
|\ \ \ \ | |||||
| * | | | | chore(assets): Recompile assetsfeat/files_sharing/co-owner | nextcloud-command | 2024-11-25 | 9 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
| * | | | | fix(SharingEntry): Display owner name if the owner is someone else | provokateurin | 2024-11-25 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | | | fix(files_sharing,files): Do not validate shares before adjusting the owner | provokateurin | 2024-11-25 | 4 | -22/+33 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | | | fix(Share20\Manager): Ensure node is still accessible when checking share | provokateurin | 2024-11-25 | 2 | -4/+38 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | | | feat(files_sharing): Allow users with share permission to manage shares on ↵ | provokateurin | 2024-11-25 | 2 | -0/+137 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IShareOwnerlessMount Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | | | fix(files_sharing): Remove duplicate link/email edit share logic | provokateurin | 2024-11-25 | 1 | -12/+0 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | | | feat(Share20\Manager): Return all shares on IShareOwnerlessMount | provokateurin | 2024-11-25 | 2 | -11/+99 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | | | fix(Share20\DefaultShareProvider): Return link shares in getSharesByPath() | provokateurin | 2024-11-25 | 2 | -1/+87 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | | | fix(Share20\DefaultShareProvider): Sort getSharesByPath() results | provokateurin | 2024-11-25 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | | | feat(Files\Mount): Add IShareOwnerlessMount | provokateurin | 2024-11-25 | 3 | -0/+20 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | | | Merge pull request #49311 from nextcloud/fix/ocmdiscoveryservice/cache-errors | Kate | 2024-11-25 | 1 | -1/+9 |
|\ \ \ \ \ | |||||
| * | | | | | fix(OCMDiscoveryService): Also cache error results during discoveryfix/ocmdiscoveryservice/cache-errors | provokateurin | 2024-11-25 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | | | | Merge pull request #49004 from nextcloud/bug/48678/restore-dav-error-response | Anna | 2024-11-25 | 10 | -69/+148 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Bug/48678/restore dav error response | ||||
| * | | | | | | fix: Re-throwing the TypeError to prevent exposing the installation pathbug/48678/restore-dav-error-response | Daniel Kesselberg | 2024-11-22 | 1 | -0/+92 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
| * | | | | | | Revert "fix(dav): Always respond custom error page on exceptions" | Daniel Kesselberg | 2024-11-22 | 9 | -66/+75 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 9992e7d4395a773fec7148cf5b4111f894cb40b7. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
| * | | | | | | Revert "fix: Drop unnecessary exit" | Daniel Kesselberg | 2024-11-22 | 1 | -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 Kesselberg | 2024-11-22 | 1 | -23/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | output" This reverts commit e202896a7476f6c3ad74793e6524293fd8a93224. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | | | | | | Merge pull request #49433 from ↵ | Louis | 2024-11-25 | 2 | -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_all | Louis Chemineau | 2024-11-25 | 2 | -14/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | | | | | | | Merge pull request #49464 from nextcloud/fix/external-storage-controller-cast-id | Marcel Klehr | 2024-11-25 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | fix(external_storage): Cast id to int | ||||
| * | | | | | | | fix(external_storage): Cast id to intfix/external-storage-controller-cast-id | Marcel Klehr | 2024-11-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | follow up to #49218 Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | | | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-25 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-25 | 18 | -4/+92 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-24 | 40 | -10/+280 |
| |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-23 | 22 | -10/+124 |
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | | | Merge pull request #49406 from nextcloud/avoidStatusSessions | Joas Schilling | 2024-11-22 | 1 | -0/+7 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | fix(status): Avoid session creation for status requests | ||||
| * | | | | | | fix(status): Avoid session creation for status requestsavoidStatusSessions | Git'Fellow | 2024-11-21 | 1 | -0/+7 |
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-22 | 24 | -8/+90 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | | | Merge pull request #49434 from nextcloud/artonge/fix/getting_cache_entry | Louis | 2024-11-21 | 2 | -5/+6 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | fix: Wrap partial cache entry in CacheEntry |