Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: fix unjailedroot of nested jails if there are other wrappers in betweennested-jail-root | Robin Appelman | 2025-05-13 | 1 | -4/+7 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | test: add test for nested cache jail unjailedroot | Robin Appelman | 2025-05-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #51920 from nextcloud/newfolder-race-improvements | Côme Chilliet | 2025-05-13 | 1 | -2/+15 |
|\ | | | | | fix: improve handling of newFolder race condition handling | ||||
| * | fix: improve handling of newFolder race condition handlingnewfolder-race-improvements | Robin Appelman | 2025-05-08 | 1 | -2/+15 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #52706 from nextcloud/info-file-more-encryption-checks | Robin Appelman | 2025-05-12 | 1 | -0/+12 |
|\ \ | | | | | | | feat: add more encryption checks to info:file | ||||
| * | | feat: add more encryption checks to info:fileinfo-file-more-encryption-checks | Robin Appelman | 2025-05-09 | 1 | -0/+12 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #52665 from nextcloud/mountpoint-mkdir-quota | Robin Appelman | 2025-05-12 | 2 | -0/+19 |
|\ \ \ | | | | | | | | | fix: create mountpoint folder even if the user has a quota of 0 | ||||
| * | | | fix: create mountpoint folder even if the user has a quota of 0mountpoint-mkdir-quota | Robin Appelman | 2025-05-08 | 2 | -0/+19 |
| | |/ | |/| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | fix: throw a better error if we can't get the encrypted header sizeencryption-no-header-size-error | Robin Appelman | 2025-05-09 | 1 | -0/+11 |
| |/ |/| | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #52634 from nextcloud/perf/share20/get-all-shares-in-folder | Kate | 2025-05-08 | 2 | -19/+36 |
|\ \ | |/ |/| | |||||
| * | perf(Share20): Add interface to query all shares in a folder without ↵perf/share20/get-all-shares-in-folder | provokateurin | 2025-05-08 | 2 | -19/+36 |
| | | | | | | | | | | | | filtering by user Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | 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> | ||||
* | | | Merge pull request #52586 from nextcloud/bugfix/noid/remove-sleep-from-throttler | Daniel | 2025-05-06 | 2 | -10/+21 |
|\ \ \ | | | | | | | | | 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 | 2 | -10/+21 |
| |/ / | | | | | | | | | | | | | | | | | | | 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 #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 #52441 from nextcloud/scan-locked-error | Kate | 2025-05-06 | 2 | -6/+15 |
|\ \ \ \ | |||||
| * | | | | fix: better error message when trying to scan a folder that is already being ↵scan-locked-error | Robin Appelman | 2025-04-25 | 2 | -6/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scanned Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | | Merge pull request #51779 from nextcloud/object-store-filename | Kate | 2025-05-06 | 3 | -19/+56 |
|\ \ \ \ \ | |||||
| * | | | | | feat: store original storage id and path in object store metadataobject-store-filename | Robin Appelman | 2025-03-31 | 3 | -3/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -20/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new objects Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | | | Merge pull request #52360 from ↵ | Louis | 2025-05-06 | 3 | -82/+51 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -37/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -46/+40 |
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> | ||||
* / | | | | | fix(TaskProcessing): increase task cleanup delayfix/task-cleanup-delay | Edward Ly | 2025-05-05 | 1 | -1/+1 |
|/ / / / / | | | | | | | | | | | | | | | | Signed-off-by: Edward Ly <contact@edward.ly> | ||||
* | | | | | fix: Forward 'extra' argument when optimizing queryartonge/fix/forward_extra | Louis Chemineau | 2025-04-29 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows DAV SEARCH queries containing optimizable comparisons on files metadata like: ```xml <d:or> <d:eq> <d:prop> <nc:metadata-photos-place /> </d:prop> <d:literal>La Valette-du-Var</d:literal> </d:eq> <d:eq> <d:prop> <nc:metadata-photos-place /> </d:prop> <d:literal>Évenos</d:literal> </d:eq> </d:or> ``` Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | | | | Merge pull request #52051 from Lukasdotcom/feat/text-to-speech | Joas Schilling | 2025-04-29 | 1 | -0/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | feat(TaskProcessing): Add TextToSpeech provider | ||||
| * | | | | | feat(TaskProcessing): Add TextToSpeech provider | Lukas Schaefer | 2025-04-26 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz> | ||||
* | | | | | | Merge pull request #52479 from ↵ | Stephan Orbaugh | 2025-04-29 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RobertZenz/bugfix/fix-jsresourcelocator-incorrect-parameter fix(JSResourceLocator) fix incorrect parameter being used. | ||||
| * | | | | | | fix(JSResourceLocator) fix incorrect parameter being used. | Robert Zenz | 2025-04-26 | 1 | -1/+1 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge pull request #52402 from nextcloud/fix/32bit-pack | Kate | 2025-04-28 | 1 | -1/+8 |
|\ \ \ \ \ \ | |||||
| * | | | | | | fix(32bit): use `PHP_INT_MAX` where neededfix/32bit-pack | Ferdinand Thiessen | 2025-04-28 | 1 | -1/+8 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Typo from https://github.com/nextcloud/server/pull/52392 `0xFFFF` is only 2 bytes, but we need either `0xFFFFFFFF` or maybe a bit easier to read `PHP_INT_MAX`. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | | | | Merge pull request #52434 from nextcloud/bugfix/52420/closure-as-default-app | Joas Schilling | 2025-04-28 | 2 | -11/+13 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | fix(navigation): Fix default app entry registered as closure | ||||
| * | | | | | fix(navigation): Fix absolute URLs from default appsbugfix/52420/closure-as-default-app | Joas Schilling | 2025-04-25 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | | | fix(navigation): Fix default app entry registered as closure | Joas Schilling | 2025-04-25 | 1 | -11/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | | | Merge pull request #52424 from nextcloud/bugfix/noid/censor-more-app-configs | Andy Scherzinger | 2025-04-25 | 1 | -3/+9 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | fix(config): Censor more app configs in system report | ||||
| * | | | | | | fix(config): Censor more app configs in system reportbugfix/noid/censor-more-app-configs | Joas Schilling | 2025-04-25 | 1 | -3/+9 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | | | Merge pull request #51355 from AIlkiv/refactor/rollback-hook-usage | Stephan Orbaugh | 2025-04-25 | 3 | -23/+15 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | refactor: cleanup rollback hook usage | ||||
| * | | | | | refactor: cleanup rollback hook usage | ailkiv | 2025-04-25 | 3 | -23/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: ailkiv <a.ilkiv.ye@gmail.com> | ||||
* | | | | | | Merge pull request #52079 from ↵ | Andy Scherzinger | 2025-04-24 | 1 | -4/+9 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IONOS-Productivity/fix/s3_traffic_on_video_thumbnails fix(previews): avoid large file downloads for remote movie storage | ||||
| * | | | | | | fix(previews): avoid large file downloads for remote movie storage | Misha M.-Kupriyanov | 2025-04-23 | 1 | -4/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent downloading entire movie files from remote storage (e.g., S3) when the 'moov atom' is located at the end of the file. Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de> | ||||
* | | | | | | | Merge pull request #52276 from nextcloud/feat/noid/log-query-parameters | Kate | 2025-04-24 | 1 | -3/+8 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | |||||
| * | | | | | | feat: Add option to also log parameters to query log | Marcel Müller | 2025-04-19 | 1 | -3/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de> | ||||
* | | | | | | | Merge pull request #52392 from nextcloud/fix/32bit-support | Côme Chilliet | 2025-04-24 | 1 | -2/+6 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | fix(32bit): make `pack` compatible with 32bit PHP | ||||
| * | | | | | | | fix(32bit): make `pack` compatible with 32bit PHPfix/32bit-support | Ferdinand Thiessen | 2025-04-23 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `P` formatter is 64bit only - we need to manually pack the 64bit. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | | | | | | Merge pull request #52299 from nextcloud/refactor/preview-tests | Ferdinand Thiessen | 2025-04-24 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | refactor: Thumbnail Generator logging and tests | ||||
| * | | | | | | | | refactor: Thumbnail Generator logging and testsrefactor/preview-tests | nfebe | 2025-04-23 | 1 | -1/+1 |
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> |