summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* also use case sensitive like when searching in a folderRobin Appelman2021-12-142-3/+5
* Check resource before closing in encryption wrapperVincent Petry2021-12-101-2/+6
* Merge pull request #30056 from nextcloud/backport/29735/stable21Louis2021-12-082-16/+25
|\
| * background scan the source storage when a background scan on a storage jail i...Robin Appelman2021-12-022-16/+25
* | Merge pull request #29834 from nextcloud/carl/bugfix/file-search-21John Molakvoæ2021-12-063-17/+34
|\ \ | |/ |/|
| * Fix search results filteringCarl Schwan2021-11-263-17/+34
* | Merge pull request #29907 from nextcloud/backport/29902/stable21MichaIng2021-11-261-1/+1
|\ \
| * | Check for invalid characters before trimmingJoas Schilling2021-11-251-1/+1
* | | Use pre-v22 query commandsMichaIng2021-11-241-4/+4
* | | better cleanup of filecache when deleting an external storageRobin Appelman2021-11-241-0/+40
|/ /
* | Normalize directory entries in Encoding wrapperVincent Petry2021-11-193-4/+70
* | Move storage encoding compatibility warning logicVincent Petry2021-11-192-2/+11
* | Normalize file name before existence check in scannerVincent Petry2021-11-191-0/+1
|/
* 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