summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* Revert "[21] tell mysql to ignore the sort index for search queries"John Molakvoæ2021-11-042-23/+4
* Merge pull request #29322 from nextcloud/mysql-search-ignore-index-21John Molakvoæ2021-11-042-4/+23
|\
| * tell mysql to ignore the sort index for search queriesRobin Appelman2021-10-181-1/+7
| * allow specifying index hints for mysql search queriesRobin Appelman2021-10-181-3/+16
* | 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 #29416 from nextcloud/backport/27440/stable21MichaIng2021-10-301-4/+4
|\ \
| * | Handle files with is_file instead of file_existsacsfer2021-10-231-4/+4
* | | Fix permissions when copying from ObjectStorageCarl Schwan2021-10-282-1/+9
* | | more reliable return value for Watcher::checkUpdateRobin Appelman2021-10-261-1/+8
* | | s3 external storage listing reworkRobin Appelman2021-10-261-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 #29159 from nextcloud/backport/24185/stable21Daniel2021-10-151-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 #29080 from nextcloud/path-prefix-filter-21Vincent Petry2021-10-132-26/+24
|\ \
| * | [21] generate a better optimized query for path prefix search filtersRobin Appelman2021-10-122-26/+24
| |/
* | explicitly close source stream on encryption storageDaniel Kesselberg2021-10-081-2/+3
* | explicitly close source stream on local storageDaniel Kesselberg2021-10-081-1/+4
|/
* Fix psalm issue in Encryption streamVincent Petry2021-10-081-1/+1
* handle case where storage can't be created in getStorageRootIdRobin Appelman2021-09-301-1/+7
* Merge pull request #28905 from nextcloud/backport/26832/stable21MichaIng2021-09-241-0/+3
|\
| * explicitly close source stream on object store upload even if countwrapper is...Daniel Kesselberg2021-09-201-0/+3
* | Support seeking also from the end of file on S3 storagePauli Järvinen2021-09-201-1/+10
|/
* fix even more bracketsJasper Knockaert2021-09-031-1/+1
* fix brakcetsJasper Knockaert2021-09-031-1/+0
* consolidation of boolean expressionJasper Knockaert2021-09-031-5/+2
* avoid fread on directories and unencrypted filesJasper Knockaert2021-09-031-13/+16
* Unregister enc stream wrapper for any exceptionVincent Petry2021-08-261-1/+1
* better cleanup of user files on user deletionRobin Appelman2021-08-121-1/+1
* fix Folder->getById() when a single storage is mounted multiple timesRobin Appelman2021-08-091-16/+30
* dont apply jail search filter is on the rootRobin Appelman2021-07-291-0/+12
* Revert "[stable21] better cleanup of filecache when deleting an external stor...John Molakvoæ2021-07-271-40/+0
* Merge pull request #27205 from nextcloud/backport/26936/stable21John Molakvoæ2021-07-271-0/+40
|\
| * better cleanup of filecache when deleting an external storageRobin Appelman2021-07-131-0/+40
* | Reset checksum when writing files to object storeJulius Härtl2021-07-011-0/+1
|/
* Merge pull request #27415 from nextcloud/backport/26494/stable21Julius Härtl2021-06-142-3/+7
|\
| * Check whether output buffering is active before turning it offRichard de Boer2021-06-071-2/+6
| * Fix functions taking optional parameters before required onesRichard de Boer2021-06-071-1/+1
* | Merge pull request #27303 from nextcloud/backport/27062/stable21Julius Härtl2021-06-091-7/+2
|\ \ | |/ |/|
| * properly use limit and offset for search in Jail wrapperRobin Appelman2021-05-311-7/+2
* | Set umask before operations that create local filesRobin Appelman2021-06-041-4/+16
|/
* Avoid reading ~/.aws/config when using S3 providerFlorent2021-05-251-0/+1
* Fix log error when creating files from an empty templateJulius Härtl2021-05-191-0/+1
* Fail when creating new files with an empty pathJulius Härtl2021-04-281-0/+3
* Properly handle creating the template directory in a subfolder (fixes #25787)Julius Härtl2021-04-011-3/+3
* Get the parent directory before creating a file from a templateJulius Härtl2021-04-011-1/+5
* Properly end iterating over the file once the target has been reachedJulius Härtl2021-03-301-1/+1