aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #26963 from nextcloud/bugfix/noid/empty-template-errorRoeland Jago Douma2021-05-191-0/+1
|\ \
| * | Fix log error when creating files from an empty templateJulius Härtl2021-05-181-0/+1
* | | Merge pull request #26322 from nextcloud/recent-searchJulius Härtl2021-05-181-161/+36
|\ \ \ | |/ / |/| |
| * | adjust testsRobin Appelman2021-04-211-1/+0
| * | use search query for Folder::getRecentRobin Appelman2021-04-211-160/+36
* | | Filter mounts for file id before trying to get user informationJulius Härtl2021-04-301-4/+16
| |/ |/|
* | set mimetype for objects uploaded to object storagesRobin Appelman2021-04-215-23/+18
|/
* Fail when creating new files with an empty pathJulius Härtl2021-04-201-0/+3
* Merge pull request #24966 from nextcloud/jknockaert-patch-1Lukas Reschke2021-04-061-13/+12
|\
| * fix even more bracketsJasper Knockaert2021-01-161-1/+1
| * fix brakcetsJasper Knockaert2021-01-161-1/+0
| * consolidation of boolean expressionJasper Knockaert2021-01-161-5/+2
| * avoid fread on directories and unencrypted filesJasper Knockaert2021-01-051-13/+16
* | 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
* | Merge pull request #25280 from nextcloud/explicit-file-permissionsRoeland Jago Douma2021-03-301-4/+16
|\ \
| * | Set umask before operations that create local filesRobin Appelman2021-03-231-4/+16
* | | Merge pull request #26219 from nextcloud/relative-path-nullRoeland Jago Douma2021-03-303-5/+5
|\ \ \
| * | | getStorage can also return nullRobin Appelman2021-03-243-4/+4
| * | | getRelativePath can return nullRobin Appelman2021-03-241-1/+1
* | | | fix return value of Root::getRobin Appelman2021-03-261-1/+1
* | | | Log when a storage is marked as unavailableMorris Jobke2021-03-251-0/+4
* | | | show better error messages when a file with a forbidden path is encounteredRobin Appelman2021-03-241-8/+4
|/ / /
* / / Catch invalid cache source storage pathJohn Molakvoæ (skjnldsv)2021-03-241-0/+4
|/ /
* | handle ordering in folder searchRobin Appelman2021-03-192-35/+52
* | folder filtering in sqlRobin Appelman2021-03-191-16/+20
* | cleanup fileinfo creationRobin Appelman2021-03-191-9/+16