summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* Unregister enc stream wrapper for any exceptionVincent Petry2021-08-261-1/+1
* Merge pull request #28476 from nextcloud/search-jail-insensitiveVincent Petry2021-08-242-3/+5
|\
| * use case insensitive like when limiting search to jailRobin Appelman2021-08-172-3/+5
* | use getGetUnjailedRoot to determine if jailed search needs the path filterRobin Appelman2021-08-231-1/+1
* | Refactor writeObject to only use MultipartUpload when requiredBernd Rederlechner2021-08-202-20/+61
* | Make sure that a empty directory can still be deleted when copied from anothe...Julius Härtl2021-08-131-0/+1
* | Merge pull request #27923 from nextcloud/remove-flysystem-storage-classLukas Reschke2021-08-101-264/+0
|\ \
| * | Remove Flysystem storage classLukas Reschke2021-07-121-264/+0
* | | Merge pull request #28220 from nextcloud/get-by-id-multiple-mounts-single-sto...John Molakvoæ2021-08-091-15/+29
|\ \ \
| * | | fix Folder->getById() when a single storage is mounted multiple timesRobin Appelman2021-07-281-15/+29
* | | | Remove some mentions of ownCloud from our api documentationCarl Schwan2021-07-292-4/+4
| |_|/ |/| |
* | | Merge pull request #28175 from nextcloud/jail-search-rootJulius Härtl2021-07-291-11/+15
|\ \ \ | |/ / |/| |
| * | dont apply jail search filter is on the rootRobin Appelman2021-07-261-11/+15
| |/
* | Merge pull request #26463 from Worteks/fix-s3proxyJulius Härtl2021-07-142-2/+15
|\ \ | |/ |/|
| * fix(proxy): use accessorMaxime Besson2021-06-301-2/+2
| * fix(proxy): reaching s3 storage behind some http proxyMaxime Besson2021-04-091-4/+4
| * fix(proxy): reaching s3 storage behind some http proxySamuel2021-04-092-2/+15
* | dont include folder being search in in the resultsRobin Appelman2021-07-021-1/+7
* | Merge pull request #27533 from Rid/masterblizzz2021-07-011-2/+2
|\ \
| * | Fix scanner mistaking socket files for directoriesRid2021-06-171-2/+2
* | | Merge pull request #27586 from nextcloud/bugfi/noid/objectstore-checksumblizzz2021-07-011-0/+1
|\ \ \
| * | | Reset checksum when writing files to object storeJulius Härtl2021-06-211-0/+1
| |/ /
* | | Merge pull request #27635 from nextcloud/fix/datetime-constantsPytal2021-06-231-1/+1
|\ \ \
| * | | Move DateTime::RFC2822 to DateTimeInterface::2822Christoph Wurst2021-06-231-1/+1
* | | | Merge pull request #26344 from J0WI/fs-early-rootLukas Reschke2021-06-231-8/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Return early if path is rootJ0WI2021-04-051-8/+8
* | | | handle case where storage can't be created in getStorageRootIdRobin Appelman2021-06-171-1/+7
| |/ / |/| |
* | | inject SearchBuilderRobin Appelman2021-06-143-14/+5
* | | split of query building bits from searchhelperRobin Appelman2021-06-142-196/+242
* | | update tests and fix some edge cases around new searchRobin Appelman2021-06-142-6/+27
* | | some cleanup and documentationRobin Appelman2021-06-142-29/+22
* | | perform file search in a single queryRobin Appelman2021-06-144-60/+31
* | | use searchoperation for storage filter instead of db expressionRobin Appelman2021-06-145-29/+40
* | | rework search api to allow searching on multiple caches at onceRobin Appelman2021-06-147-243/+215
* | | [3rdparty] streams-0.7.4Robin Appelman2021-06-101-1/+1
* | | Merge pull request #26494 from rigrig/fix-php8-deprecationsMorris Jobke2021-06-072-3/+7
|\ \ \
| * | | Check whether output buffering is active before turning it offRichard de Boer2021-05-291-2/+6
| * | | Fix functions taking optional parameters before required onesRichard de Boer2021-05-291-1/+1
* | | | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0499-163/+46
* | | | Merge pull request #26792 from nextcloud/user-delete-cleanup-filesJohn Molakvoæ2021-06-021-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | better cleanup of user files on user deletionRobin Appelman2021-04-271-1/+1
* | | | Merge pull request #27062 from nextcloud/search-limit-offset-jailVincent Petry2021-05-251-7/+2
|\ \ \ \
| * | | | properly use limit and offset for search in Jail wrapperRobin Appelman2021-05-211-7/+2
* | | | | Merge pull request #27040 from nextcloud/FlorentCoppint-masterMorris Jobke2021-05-251-0/+1
|\ \ \ \ \
| * | | | | Avoid reading ~/.aws/config when using S3 providerFlorent2021-05-201-0/+1
* | | | | | Merge pull request #25679 from nextcloud/drop/ocp-userMorris Jobke2021-05-211-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Drop \OCP\UserChristoph Wurst2021-05-211-1/+1
| |/ / / /
* | | | | Merge pull request #26832 from nextcloud/object-close-stream-non-countJulius Härtl2021-05-211-0/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | explicitly close source stream on object store upload even if count wrapper i...Robin Appelman2021-04-291-0/+3
| |/ / /
* | | | better cleanup of filecache when deleting an external storageRobin Appelman2021-05-191-0/+40