summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* Move query outside the loop and reduce chunk size to 1000Sijmen Schoon2021-11-012-12/+14
* Limit parameter count per query in Cache.removeChildrenSijmen Schoon2021-11-011-8/+14
* Merge pull request #29475 from nextcloud/backport/29115/stable22Carl Schwan2021-10-302-1/+9
|\
| * Fix permissions when copying from ObjectStorageCarl Schwan2021-10-302-1/+9
* | Merge pull request #29415 from nextcloud/backport/27440/stable22MichaIng2021-10-301-4/+4
|\ \ | |/ |/|
| * Handle files with is_file instead of file_existsacsfer2021-10-231-4/+4
* | more reliable return value for Watcher::checkUpdateRobin Appelman2021-10-221-1/+8
* | s3 external storage listing reworkRobin Appelman2021-10-221-1/+1
|/
* Fix security issues when copying groupfolder with advanced ACLCarl Schwan2021-10-211-1/+4
* Simplify :)acsfer2021-10-181-1/+1
* Replace `file_exists()` method by `is_file()`acsfer2021-10-181-1/+1
* Get `filesize()` if `file_exists()`acsfer2021-10-181-1/+1
* Merge pull request #29160 from nextcloud/backport/24185/stable22Julius Härtl2021-10-121-0/+1
|\
| * Make sure that a empty directory can still be deleted when copied from anothe...Julius Härtl2021-10-111-0/+1
* | Merge pull request #29133 from nextcloud/backport/28907/stable22Julius Härtl2021-10-112-3/+7
|\ \ | |/ |/|
| * explicitly close source stream on encryption storageDaniel Kesselberg2021-10-081-2/+3
| * explicitly close source stream on local storageDaniel Kesselberg2021-10-081-1/+4
* | generate a better optimized query for path prefix search filtersRobin Appelman2021-10-077-9/+175
|/
* Merge pull request #28683 from nextcloud/backport/26463/stable22blizzz2021-09-232-2/+15
|\
| * fix(proxy): use accessorMaxime Besson2021-09-011-2/+2
| * fix(proxy): reaching s3 storage behind some http proxyMaxime Besson2021-09-011-4/+4
| * fix(proxy): reaching s3 storage behind some http proxySamuel2021-09-012-2/+15
* | Support seeking also from the end of file on S3 storagePauli Järvinen2021-09-201-1/+10
|/
* Unregister enc stream wrapper for any exceptionVincent Petry2021-08-261-1/+1
* Merge pull request #28583 from nextcloud/backport/28566/stable22Lukas Reschke2021-08-251-1/+1
|\
| * use getGetUnjailedRoot to determine if jailed search needs the path filterRobin Appelman2021-08-241-1/+1
* | use case insensitive like when limiting search to jailRobin Appelman2021-08-242-3/+5
|/
* fix Folder->getById() when a single storage is mounted multiple timesRobin Appelman2021-08-091-15/+29
* dont apply jail search filter is on the rootRobin Appelman2021-07-291-11/+15
* Merge pull request #27752 from nextcloud/backport/27586/stable22John Molakvoæ2021-07-051-0/+1
|\
| * Reset checksum when writing files to object storeJulius Härtl2021-07-011-0/+1
* | dont include folder being search in in the resultsRobin Appelman2021-07-021-1/+7
|/
* 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
|\ \ \ | |/ / |/| |