summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #48998 from nextcloud/backport/47986/stable29Louis2024-10-311-0/+5
|\
| * perf(ObjectStoreStorage): Improve (slow) move on same object bucketChristoph Fiehe2024-10-301-0/+5
* | Merge pull request #48488 from nextcloud/backport/48235/stable29Benjamin Gaussorgues2024-10-302-24/+85
|\ \ | |/ |/|
| * fix: rework move into object store to better preserve fileidsRobin Appelman2024-10-091-19/+58
| * fix: preserve fileid when moving from objectstore to non-objectstoreRobin Appelman2024-10-092-6/+27
| * fix: ensure source folder is removed from cache when moving to objectstoreRobin Appelman2024-10-091-0/+1
* | fix: Fix copying or moving from shared groupfoldersDaniel Calviño Sánchez2024-10-291-2/+6
* | fix: Allow overriding shouldApplyQuota check from child classesbackport/48623/stable29Julius Knorr2024-10-091-1/+1
|/
* fix(s3): suppress php deprecation warning on php8dependaniel/aws-sdk-for-29Daniel Kesselberg2024-09-261-0/+1
* fix: ensure parent folder exists when writing a file to object storageRobin Appelman2024-09-191-0/+4
* fix: verify that parent exists in cache when insertingRobin Appelman2024-09-191-0/+3
* fix: fix object store id for test object storeRobin Appelman2024-09-191-2/+2
* fix: cleanup objectstore file_put_contentRobin Appelman2024-09-191-7/+4
* fix: create intermediate directories for objectstore moveFromStorageRobin Appelman2024-09-191-0/+1
* fix: get source file before moving the cache item in objectstore moveFromStorageRobin Appelman2024-09-191-1/+5
* chore: improve hash_file php usage in Local Storagebackport/46218/stable29John Molakvoæ2024-09-161-8/+1
* fix(files): Ensure that the hash method does not return nullLouis Chemineau2024-09-162-2/+10
* Merge pull request #47862 from nextcloud/backport/47860/stable29John Molakvoæ2024-09-161-3/+1
|\
| * fix: Only write once to template instead of create/copybackport/47860/stable29Julius Knorr2024-09-101-3/+1
* | Merge pull request #47795 from nextcloud/backport/47756/stable29John Molakvoæ2024-09-151-1/+2
|\ \
| * | fix(files): Check if the target path is a descendant of the shared folder pathbackport/47756/stable29Git'Fellow2024-09-061-1/+2
| |/
* | Merge pull request #47873 from nextcloud/backport/47853/stable29John Molakvoæ2024-09-151-4/+4
|\ \
| * | fix: make swift connect exception message more informativebackport/47853/stable29Robin Appelman2024-09-101-4/+4
| |/
* | Merge pull request #48034 from nextcloud/backport/48016/stable29John Molakvoæ2024-09-151-1/+1
|\ \
| * | fix(S3ConfigTrait): Allow proxy field to take falsebackport/48016/stable29provokateurin2024-09-151-1/+1
* | | fix(Storage\Local): Do not call getSourcePath() on SplFileInfobackport/48015/stable29provokateurin2024-09-151-1/+1
|/ /
* / fix(files): Adjust Cache::searchQuery() parameter name to match interfacebackport/47954/stable29provokateurin2024-09-132-4/+4
|/
* Merge pull request #47486 from nextcloud/backport/46013/stable29Andy Scherzinger2024-09-051-0/+25
|\
| * fix: write object to the correct urn when moving from another storage to obje...Robin Appelman2024-08-261-0/+25
* | fix(files): Create non-existent parents of mountpointsprovokateurin2024-09-041-0/+9
|/
* fix: use mountpoint from storage to find the encryption keysRobin Appelman2024-08-201-3/+3
* feat: store the mountpoint of storages in the mount optionsRobin Appelman2024-08-201-2/+3
* fix(encryption): Fix mountpoint check to accept if several are foundCôme Chilliet2024-08-071-1/+1
* fix: `OCP\Files\Node\Folder::search` was not setting the ownerFerdinand Thiessen2024-07-301-1/+24
* fix: Do not return partial file info if we have a cache entryJulius Härtl2024-07-291-3/+4
* Merge pull request #46679 from nextcloud/backport/44294/stable29Andy Scherzinger2024-07-252-0/+17
|\
| * fix: Pass the mountpoint target user to storages without ownerJulius Härtl2024-07-222-0/+17
* | fix: FileInfo from `View` should have the correct name of a mountpointFerdinand Thiessen2024-07-241-0/+4
|/
* Merge pull request #46035 from nextcloud/backport/46017/stable29Andy Scherzinger2024-07-101-1/+1
|\
| * fix: also use optimized getFirstNodeyIdInPath for Folder::getFirstNodeByIdRobin Appelman2024-06-211-1/+1
* | fix(s3): Don't wait indefinitely for S3 to returnGit'Fellow2024-07-091-29/+37
|/
* feat: add option to disable scanner transactionsRobin Appelman2024-06-131-1/+5
* fix: get child ids for folder in a separate query during moveRobin Appelman2024-06-131-4/+21
* fix(ObjectStore): handle empty S3 hostnameJosh2024-06-131-1/+1
* fix(files): Use isRetryable to catch retryable exceptionsLouis Chemineau2024-06-121-2/+6
* Try create folder first and check if it exists afterGit'Fellow2024-05-301-1/+1
* fix(files): Try to create dir only if it not existsGit'Fellow2024-05-301-1/+1
* Merge pull request #45158 from nextcloud/backport/45140/stable29Ferdinand Thiessen2024-05-291-2/+2
|\
| * fix: fix FileAccess::getByFileId(InStorage)Robin Appelman2024-05-021-2/+2
* | Merge pull request #45529 from nextcloud/backport/45014/stable29Git'Fellow2024-05-291-0/+6
|\ \