aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* fix(FileAccess): Use one param for rewriting home dirs and excluding non-user...feat/getByAncestorInStorageMarcel Klehr38 hours1-3/+14
* fix(FileAccess*): Change the way home dir root is found, remove the excludeTr...Julien Veyssier38 hours1-6/+2
* fix(FileAccess*): Adress review commentsJulien Veyssier38 hours1-8/+7
* fix(FileAccess): exclude trashbin nodes on the oc_filecache query, there is n...Julien Veyssier38 hours1-8/+8
* fix(FileAccess*): Adress review commentsJulien Veyssier38 hours1-31/+8
* fix(FileAccessTest): Adress review commentsMarcel Klehr38 hours1-15/+19
* fix(FileAccessTest): Do not use LIMIT in subqueryMarcel Klehr38 hours1-1/+0
* fix(FileAccess#getDistinctMounts): Order results deterministicallyMarcel Klehr38 hours1-1/+2
* fix(FileAccess#getByAncestorInStorage): Use a subquery to fix testsMarcel Klehr38 hours1-4/+12
* fix(FileAccess): Add testsMarcel Klehr38 hours1-9/+9
* fix(FileAccess): Run cs:fixMarcel Klehr38 hours1-3/+3
* fix(FileAccess): Address review commentsMarcel Klehr38 hours1-7/+9
* fix: Fix psalm issuesMarcel Klehr38 hours1-2/+2
* feat(IFileAccess#getMounts): Add new method to retrieve all distinct mountsMarcel Klehr38 hours1-1/+62
* feat(IFileAccess#getByAncestorInStorage): Add new method to retrieve all file...Marcel Klehr38 hours1-0/+67
* fix: Replace OC_App::loadApp calls by IAppManagerCôme Chilliet6 days2-2/+6
* fix(encryption): Correctly handle file opening and copying failuresfix/catch-exception-in-encrypt-allCôme Chilliet13 days1-3/+17
* chore: apply new CSFixer rulesFerdinand Thiessen2025-07-0131-47/+65
* fix: handle ambiguous IResponse.getBody return typesdebt/noid/wrong-return-type-iresponseDaniel Kesselberg2025-06-301-1/+9
* fix: remove double cache write in ObjectStoreStorage::touchRobin Appelman2025-06-181-10/+0
* Merge pull request #53419 from nextcloud/leftybournes/fix/object_storage_larg...Kent Delante2025-06-181-17/+43
|\
| * fix(s3): retry failed multipart uploads with decreased concurrencyleftybournes/fix/object_storage_large_uploadsKent Delante2025-06-101-17/+43
* | fix(FilenameValidator): use `_` as default replacement for invalid charsfix/validation-defaultsFerdinand Thiessen2025-06-181-1/+1
* | fix(ObjectStore): Make S3 "connect_timeout" option configurablefix/noid/make-s3-connect-timeout-option-configurableDaniel Calviño Sánchez2025-06-162-2/+6
|/
* fix: Run cleanByMoundId query on all shardsJoas Schilling2025-06-061-0/+1
* fix(dav): file drop nicknameskjnldsv2025-06-052-0/+12
* Merge pull request #52242 from nextcloud/artonge/fix/copy_subfolders_s3Louis2025-06-021-3/+3
|\
| * perf: set the folder size in the same query as we create itRobin Appelman2025-05-281-7/+3
| * fix(S3): Use original folder size during copyLouis Chemineau2025-05-281-0/+4
* | feat: move primary object store configuration to a single placeprimary-object-store-settingsRobin Appelman2025-05-283-144/+168
|/
* fix(node): emit hooks on `Node::copy()`Jonas2025-05-271-2/+2
* feat(IUser): add `getQuotaBytes` method to get machine readable quotafeat/user-get-quota-bytesFerdinand Thiessen2025-05-221-2/+1
* fix(SetupManager): Include home and root providers when registering mountsfix/setupmanager/home-root-providers-register-mountsprovokateurin2025-05-202-57/+68
* feat: only load template fields when requestedElizabeth Danzberger2025-05-191-2/+63
* feat(UserMountCache): Emit events for added, removed and updated mountsfeat/mountmanager/emit-eventsprovokateurin2025-05-191-7/+24
* chore: move streamCopy implementation from `OC_Helper` to `OCP\Files`Ferdinand Thiessen2025-05-166-8/+15
* fix: improve error message when cache rename source can't be foundcache-rename-source-errorRobin Appelman2025-05-151-1/+1
* Merge pull request #52822 from nextcloud/feat/mime-namesJohn Molakvoæ2025-05-151-0/+22
|\
| * feat(core): add human readable mimesJohn Molakvoæ (skjnldsv)2025-05-141-0/+22
* | Merge pull request #52812 from nextcloud/chore/oc-helper-rmdirrJohn Molakvoæ2025-05-141-2/+6
|\ \
| * | chore: move implementation from OC legacy to OCP\Fileschore/oc-helper-rmdirrFerdinand Thiessen2025-05-141-2/+6
| |/
* | Merge pull request #48560 from nextcloud/fix/migrate-encryption-away-from-hooksCôme Chilliet2025-05-141-9/+20
|\ \
| * | 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-131-2/+0
| * | fix: Preserve file id when moving from object store even if encryption wrappe...Côme Chilliet2025-05-131-4/+15
| * | 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
| |/
* | 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