Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: add more encryption checks to info:fileinfo-file-more-encryption-checks | Robin Appelman | 2025-05-09 | 2 | -0/+22 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #52699 from nextcloud/fix/noid/AppAPI-invalid-userId | Alexander Piskun | 2025-05-09 | 2 | -1/+3 |
|\ | | | | | fix(webhooks_listener): correctly set userId from event | ||||
| * | fix(webhooks_listener): correctly set userId from event | Oleksander Piskun | 2025-05-09 | 2 | -1/+3 |
|/ | | | | Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-09 | 22 | -4/+56 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #52634 from nextcloud/perf/share20/get-all-shares-in-folder | Kate | 2025-05-08 | 8 | -59/+121 |
|\ | |||||
| * | perf(Share20): Add interface to query all shares in a folder without ↵perf/share20/get-all-shares-in-folder | provokateurin | 2025-05-08 | 8 | -59/+121 |
| | | | | | | | | | | | | filtering by user Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Merge pull request #52133 from nextcloud/no-shared-direct-download | Robin Appelman | 2025-05-08 | 1 | -0/+5 |
|\ \ | | | | | | | fix: disable direct download for shares | ||||
| * | | fix: disable direct download for sharesno-shared-direct-download | Robin Appelman | 2025-04-11 | 1 | -0/+5 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #52543 from ↵ | Kate | 2025-05-08 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | | | | | nextcloud/fix/52060/manage-download-on-federated-reshare | ||||
| * | | | fix(share): assume download enabled on federated sharefix/52060/manage-download-on-federated-reshare | Maxence Lange | 2025-05-06 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-08 | 36 | -36/+354 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | Merge pull request #52636 from nextcloud/test/files-download | John Molakvoæ | 2025-05-07 | 1 | -0/+206 |
|\ \ \ \ | |||||
| * | | | | test: add e2e tests for multiple-files downloadtest/files-download | Ferdinand Thiessen | 2025-05-05 | 1 | -0/+206 |
| | |_|/ | |/| | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | | Merge pull request #52438 from nextcloud/fix/middle-click | John Molakvoæ | 2025-05-07 | 3 | -5/+7 |
|\ \ \ \ | |||||
| * | | | | chore(assets): Recompile assets | nextcloud-command | 2025-05-07 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
| * | | | | fix(files): middle click & ctrl new tab | skjnldsv | 2025-05-07 | 1 | -2/+4 |
|/ / / / | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | | Merge pull request #52375 from nextcloud/fix/noid/metadata-on-fresh-setup | Kate | 2025-05-07 | 1 | -0/+2 |
|\ \ \ \ | |||||
| * | | | | fix(metadata): set background job on fresh setupfix/noid/metadata-on-fresh-setup | Maxence Lange | 2025-04-23 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | | | Merge pull request #52623 from nextcloud/feat/noid/get-value-type-from-lexicon | Maxence Lange | 2025-05-07 | 1 | -0/+8 |
|\ \ \ \ \ | | | | | | | | | | | | | iAppConfig: getValueType() get data from lexicon if available | ||||
| * | | | | | feat(appconfig): getValueType() get data from lexicon if availablefeat/noid/get-value-type-from-lexicon | Maxence Lange | 2025-05-05 | 1 | -0/+8 |
| | |/ / / | |/| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-07 | 72 | -110/+172 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | | Merge pull request #52586 from nextcloud/bugfix/noid/remove-sleep-from-throttler | Daniel | 2025-05-06 | 6 | -16/+34 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | fix(throttler): Always use the sleepDelayOrThrowOnMax instead of deprecated sleepDelay | ||||
| * | | | | fix(throttler): Remove the sleep from the throttler that throwsbugfix/noid/remove-sleep-from-throttler | Joas Schilling | 2025-05-02 | 6 | -16/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The sleep is not adding benefit when it's being aborted with 429 in other cases anyway. Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | | Merge pull request #52511 from ↵ | F. E Noel Nfebe | 2025-05-06 | 19 | -18/+100 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/feat/no-issue/show-remote-shares-as-internal-config feat(files_sharing): Add command to control display area for federated shares | ||||
| * | | | | | chore(assets): Recompile assetsfeat/no-issue/show-remote-shares-as-internal-config | nextcloud-command | 2025-05-06 | 11 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
| * | | | | | fix(files_sharing): Move `ConfigLexicon` to Config dir, update sharing input | nfebe | 2025-05-06 | 8 | -11/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix autoloading for new `ConfigLexicon` - Ensure that sharing input in sharing tab respect `show-federated-shares-as-internal`: This is important, because when federated shares are shown as internal the users should add them from the internal shares section Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
| * | | | | | refactor: use config lexicon | Maxence Lange | 2025-05-06 | 2 | -1/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
| * | | | | | feat(files_sharing): Add toggle for federated share display area | nfebe | 2025-05-06 | 4 | -10/+47 |
|/ / / / / | | | | | | | | | | | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
* | | | | | Merge pull request #52047 from nextcloud/sub-mount-filter-no-storage | Kate | 2025-05-06 | 1 | -2/+1 |
|\ \ \ \ \ | |||||
| * | | | | | fix: don't construct storage when checking if a sub-mount is applicablesub-mount-filter-no-storage | Robin Appelman | 2025-04-08 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | | | Merge pull request #52128 from nextcloud/shared-target-verify-cache-fix | Kate | 2025-05-06 | 1 | -3/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | fix: don't return other mounts from share mount providershared-target-verify-cache-fix | Robin Appelman | 2025-04-11 | 1 | -3/+4 |
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | | | Merge pull request #52441 from nextcloud/scan-locked-error | Kate | 2025-05-06 | 5 | -7/+48 |
|\ \ \ \ \ \ | |||||
| * | | | | | | fix: better error message when trying to scan a folder that is already being ↵scan-locked-error | Robin Appelman | 2025-04-25 | 5 | -7/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scanned Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | | | | Merge pull request #51779 from nextcloud/object-store-filename | Kate | 2025-05-06 | 4 | -20/+66 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | feat: store original storage id and path in object store metadataobject-store-filename | Robin Appelman | 2025-03-31 | 4 | -4/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | | | | | feat: more generic way of passing metadata to object storage backends for ↵ | Robin Appelman | 2025-03-31 | 3 | -20/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new objects Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | | | | | Merge pull request #52182 from nextcloud/feat/dav/public-share-chunked-upload | John Molakvoæ | 2025-05-06 | 124 | -177/+328 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | chore(deps): Update @nextcloud/upload to ^1.10.0feat/dav/public-share-chunked-upload | provokateurin | 2025-05-05 | 102 | -119/+119 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | | | | | | | feat(dav): Enable chunked upload for public shares | provokateurin | 2025-05-05 | 6 | -3/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | | | | | | | feat(dav): Allow UploadHome to handle public shares | provokateurin | 2025-05-05 | 3 | -6/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | | | | | | | refactor(dav): Pass UID from UploadHome to UploadFolder and CleanupService | provokateurin | 2025-05-05 | 3 | -15/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | | | | | | | refactor(dav): Replace baseuri manipulation with RootCollection for public ↵ | provokateurin | 2025-05-05 | 12 | -39/+129 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | shares Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | | | | | | | feat(dav): Allow share principals | provokateurin | 2025-05-05 | 1 | -0/+5 |
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | | | | | | Merge pull request #52360 from ↵ | Louis | 2025-05-06 | 6 | -120/+64 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/artonge/fix/use_preview_api_for_blurhash_generation | ||||
| * | | | | | | | | fix(blurhash): Use preview API to generate the previewsartonge/fix/use_preview_api_for_blurhash_generation | Louis Chemineau | 2025-05-05 | 4 | -74/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows to benefit from all the checks done by the preview API. This also use the newly introduced `cacheResult` argument to limit disk usage. Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
| * | | | | | | | | feat(previews): Support in memory preview request | Louis Chemineau | 2025-05-05 | 3 | -47/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows callers to use the API without increasing the disk usage. Example: blurhash generation, where we request a preview for all uploaded pictures, but don't want to necessarily store that preview. Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | | | | | | | | Merge pull request #51924 from nextcloud/feat/issue-563-calendar-export | Daniel | 2025-05-06 | 15 | -15/+522 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | feat: Calendar Export | ||||
| * | | | | | | | | | feat: Calendar Exportfeat/issue-563-calendar-export | SebastianKrupinski | 2025-05-06 | 15 | -15/+522 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | | | | | | | | | | Merge pull request #52642 from nextcloud/fix/task-cleanup-delay | Kate | 2025-05-06 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ |