Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | fix(encryption): Only prevent cache deletion if target is not object store ↵ | Côme Chilliet | 2025-05-13 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | in moveFromStorage Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | | | fix(encryption): Improve Update class and event listenening | Côme Chilliet | 2025-05-13 | 4 | -99/+42 | |
| | | | | | | | | | | | | | | | | | | | | | | | | to avoid back&forth between path and Node object Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | | | fix: Preserve file id when moving from object store even if encryption ↵ | Côme Chilliet | 2025-05-13 | 1 | -4/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | wrapper is present Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | | | fix(encryption): Fix a PHP error in Encryption Util in specific situations | Côme Chilliet | 2025-05-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | | | fix: Fix mtime preservation when moving a directory across storages with ↵ | Côme Chilliet | 2025-05-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | encryption registered Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | | | fix(encryption): Fix filesize for part files in Encryption wrapper | Côme Chilliet | 2025-05-13 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | | | feat(encryption): Migrate from hooks to events | Côme Chilliet | 2025-05-13 | 7 | -115/+117 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | | | Merge pull request #52775 from nextcloud/nested-jail-root | Andy Scherzinger | 2025-05-14 | 1 | -5/+8 | |
|\ \ \ \ | | | | | | | | | | | fix unjailedroot of nested jails if there are other wrappers in between | |||||
| * | | | | 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 #52800 from nextcloud/debt/noid/simple-file-generic-exception | Kate | 2025-05-14 | 2 | -4/+16 | |
|\ \ \ \ | ||||||
| * | | | | fix: annotate possible exceptionsdebt/noid/simple-file-generic-exception | Daniel Kesselberg | 2025-05-13 | 2 | -4/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | File.getContent can throw a GenericFileException since https://github.com/nextcloud/server/pull/37943. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | | | | | Merge pull request #52798 from ↵ | Daniel | 2025-05-14 | 1 | -0/+7 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bug/noid/log-requests-exceeding-rate-limit fix: log requests exceeding the rate limiting | |||||
| * | | | | | fix: log requests exceeding the rate limitingbug/noid/log-requests-exceeding-rate-limit | Daniel Kesselberg | 2025-05-14 | 1 | -0/+7 | |
| | |_|_|/ | |/| | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | | | | | Merge pull request #52801 from nextcloud/chore/oc-helper-filesize | Ferdinand Thiessen | 2025-05-14 | 5 | -62/+63 | |
|\ \ \ \ \ | | | | | | | | | | | | | chore: replace legacy OC_Helper calls with OCP\Util | |||||
| * | | | | | chore: replace leagcy OC_Helper calls with OCP\Utilchore/oc-helper-filesize | Ferdinand Thiessen | 2025-05-14 | 5 | -62/+63 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Replace legacy calls with OCP\Util - Add missing deprecation notices - Inline implementation in OCP\Util and call it from OC_Helper Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | | | | Merge pull request #52802 from nextcloud/chore/oc-helper-can-exec | Ferdinand Thiessen | 2025-05-14 | 2 | -2/+6 | |
|\ \ \ \ \ | |/ / / / |/| | | | | chore: deprecate \OC_Helper::canExecute | |||||
| * | | | | chore: deprecate \OC_Helper::canExecutechore/oc-helper-can-exec | Ferdinand Thiessen | 2025-05-14 | 2 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | replace this legacy method with just the IBinaryFinder Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | | | | Merge pull request #52782 from nextcloud/feat/log-client-side-req-id | Kate | 2025-05-14 | 1 | -0/+4 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | fix(log): Only log client request id if present, and at the endfeat/log-client-side-req-id | Côme Chilliet | 2025-05-14 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | | | | feat(log): Log the request id sent with the request | Côme Chilliet | 2025-05-14 | 1 | -0/+2 | |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | This should help matching client logs with server logs, hopefully. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* / | | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-14 | 30 | -6/+66 | |
|/ / / | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | Merge pull request #52688 from nextcloud/feat/ocp-sanitize-filenames | Côme Chilliet | 2025-05-13 | 2 | -0/+50 | |
|\ \ \ | |/ / |/| | | feat(FilenameValidator): allow to sanitize filenames | |||||
| * | | feat(FilenameValidator): allow to sanitize filenamesfeat/ocp-sanitize-filenames | Ferdinand Thiessen | 2025-05-13 | 2 | -0/+50 | |
| |/ | | | | | | | | | | | Share the filename sanitizing with the OCP filename validator. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | Merge pull request #52778 from ↵ | Christoph Wurst | 2025-05-13 | 1 | -42/+95 | |
|\ \ | |/ |/| | | | | | nextcloud/fix/noid-check-for-properties-before-processing fix: check if properties exist before using them | |||||
| * | fix: check if properties exist before using themfix/noid-check-for-properties-before-processing | SebastianKrupinski | 2025-05-12 | 1 | -42/+95 | |
| | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | |||||
* | | 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(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-12 | 4 | -2/+4 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-11 | 6 | -2/+30 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | Merge pull request #52707 from nextcloud/encryption-no-header-size-error | Kate | 2025-05-10 | 4 | -0/+30 | |
|\ \ \ | ||||||
| * | | | fix: throw a better error if we can't get the encrypted header sizeencryption-no-header-size-error | Robin Appelman | 2025-05-09 | 4 | -0/+30 | |
| | |/ | |/| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-10 | 2 | -0/+2 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | fix: add calendar enablefix/noid/calendar-enabled | SebastianKrupinski | 2025-05-09 | 3 | -0/+26 | |
|/ / | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | |||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-09 | 4 | -0/+18 | |
| | | | | | | | | 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 | 5 | -19/+62 | |
|\ \ | |/ |/| | ||||||
| * | perf(Share20): Add interface to query all shares in a folder without ↵perf/share20/get-all-shares-in-folder | provokateurin | 2025-05-08 | 5 | -19/+62 | |
| | | | | | | | | | | | | filtering by user Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-08 | 4 | -12/+32 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.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> | |||||
* | | | 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> |