aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #52544 from nextcloud/chore/drop-deprecated-account-scopesJohn Molakvoæ2025-05-143-51/+5
|\
| * chore(IAccountManager): remove deprecated visibility constantschore/drop-deprecated-account-scopesFerdinand Thiessen2025-05-143-51/+5
* | Merge pull request #52812 from nextcloud/chore/oc-helper-rmdirrJohn Molakvoæ2025-05-146-38/+50
|\ \
| * | chore: move implementation from OC legacy to OCP\Fileschore/oc-helper-rmdirrFerdinand Thiessen2025-05-146-38/+50
* | | Merge pull request #52684 from nextcloud/bugfix/noid/last-insert-id-when-reco...Benjamin Gaussorgues2025-05-144-10/+43
|\ \ \
| * | | fix(db): Store last insert id before reconnectJoas Schilling2025-05-144-10/+43
| |/ /
* | | Merge pull request #48560 from nextcloud/fix/migrate-encryption-away-from-hooksCôme Chilliet2025-05-149-200/+158
|\ \ \ | |_|/ |/| |
| * | fix(encryption): Only prevent cache deletion if target is not object store in...Côme Chilliet2025-05-131-2/+3
| * | fix(encryption): Improve Update class and event listeneningCôme Chilliet2025-05-134-99/+42
| * | fix: Preserve file id when moving from object store even if encryption wrappe...Côme Chilliet2025-05-131-4/+15
| * | fix(encryption): Fix a PHP error in Encryption Util in specific situationsCôme Chilliet2025-05-131-1/+1
| * | fix: Fix mtime preservation when moving a directory across storages with encr...Côme Chilliet2025-05-131-1/+1
| * | fix(encryption): Fix filesize for part files in Encryption wrapperCôme Chilliet2025-05-131-2/+3
| * | feat(encryption): Migrate from hooks to eventsCôme Chilliet2025-05-137-115/+117
* | | Merge pull request #52775 from nextcloud/nested-jail-rootAndy Scherzinger2025-05-141-5/+8
|\ \ \
| * | | fix: fix unjailedroot of nested jails if there are other wrappers in betweennested-jail-rootRobin Appelman2025-05-131-4/+7
| * | | test: add test for nested cache jail unjailedrootRobin Appelman2025-05-131-1/+1
* | | | Merge pull request #52800 from nextcloud/debt/noid/simple-file-generic-exceptionKate2025-05-142-4/+16
|\ \ \ \
| * | | | fix: annotate possible exceptionsdebt/noid/simple-file-generic-exceptionDaniel Kesselberg2025-05-132-4/+16
* | | | | Merge pull request #52798 from nextcloud/bug/noid/log-requests-exceeding-rate...Daniel2025-05-141-0/+7
|\ \ \ \ \
| * | | | | fix: log requests exceeding the rate limitingbug/noid/log-requests-exceeding-rate-limitDaniel Kesselberg2025-05-141-0/+7
| | |_|_|/ | |/| | |
* | | | | Merge pull request #52801 from nextcloud/chore/oc-helper-filesizeFerdinand Thiessen2025-05-145-62/+63
|\ \ \ \ \
| * | | | | chore: replace leagcy OC_Helper calls with OCP\Utilchore/oc-helper-filesizeFerdinand Thiessen2025-05-145-62/+63
| |/ / / /
* | | | | Merge pull request #52802 from nextcloud/chore/oc-helper-can-execFerdinand Thiessen2025-05-142-2/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | chore: deprecate \OC_Helper::canExecutechore/oc-helper-can-execFerdinand Thiessen2025-05-142-2/+6
* | | | | Merge pull request #52782 from nextcloud/feat/log-client-side-req-idKate2025-05-141-0/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix(log): Only log client request id if present, and at the endfeat/log-client-side-req-idCôme Chilliet2025-05-141-2/+4
| * | | | feat(log): Log the request id sent with the requestCôme Chilliet2025-05-141-0/+2
| | |_|/ | |/| |
* / | | fix(l10n): Update translations from TransifexNextcloud bot2025-05-1430-6/+66
|/ / /
* | | Merge pull request #52688 from nextcloud/feat/ocp-sanitize-filenamesCôme Chilliet2025-05-132-0/+50
|\ \ \ | |/ / |/| |
| * | feat(FilenameValidator): allow to sanitize filenamesfeat/ocp-sanitize-filenamesFerdinand Thiessen2025-05-132-0/+50
| |/
* | Merge pull request #52778 from nextcloud/fix/noid-check-for-properties-before...Christoph Wurst2025-05-131-42/+95
|\ \ | |/ |/|
| * fix: check if properties exist before using themfix/noid-check-for-properties-before-processingSebastianKrupinski2025-05-121-42/+95
* | Merge pull request #51920 from nextcloud/newfolder-race-improvementsCôme Chilliet2025-05-131-2/+15
|\ \ | |/ |/|
| * fix: improve handling of newFolder race condition handlingnewfolder-race-improvementsRobin Appelman2025-05-081-2/+15
* | Merge pull request #52706 from nextcloud/info-file-more-encryption-checksRobin Appelman2025-05-121-0/+12
|\ \
| * | feat: add more encryption checks to info:fileinfo-file-more-encryption-checksRobin Appelman2025-05-091-0/+12
* | | Merge pull request #52665 from nextcloud/mountpoint-mkdir-quotaRobin Appelman2025-05-122-0/+19
|\ \ \
| * | | fix: create mountpoint folder even if the user has a quota of 0mountpoint-mkdir-quotaRobin Appelman2025-05-082-0/+19
| | |/ | |/|
* | | fix(l10n): Update translations from TransifexNextcloud bot2025-05-124-2/+4
* | | fix(l10n): Update translations from TransifexNextcloud bot2025-05-116-2/+30
* | | Merge pull request #52707 from nextcloud/encryption-no-header-size-errorKate2025-05-104-0/+30
|\ \ \
| * | | fix: throw a better error if we can't get the encrypted header sizeencryption-no-header-size-errorRobin Appelman2025-05-094-0/+30
| | |/ | |/|
* | | fix(l10n): Update translations from TransifexNextcloud bot2025-05-102-0/+2
* | | fix: add calendar enablefix/noid/calendar-enabledSebastianKrupinski2025-05-093-0/+26
|/ /
* | fix(l10n): Update translations from TransifexNextcloud bot2025-05-094-0/+18
* | Merge pull request #52634 from nextcloud/perf/share20/get-all-shares-in-folderKate2025-05-085-19/+62
|\ \ | |/ |/|
| * perf(Share20): Add interface to query all shares in a folder without filterin...perf/share20/get-all-shares-in-folderprovokateurin2025-05-085-19/+62
* | fix(l10n): Update translations from TransifexNextcloud bot2025-05-084-12/+32
* | Merge pull request #52375 from nextcloud/fix/noid/metadata-on-fresh-setupKate2025-05-071-0/+2
|\ \