summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* 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
* | formatRobin Appelman2021-03-181-1/+0
* | handle limit and offset in folder file searchRobin Appelman2021-03-181-6/+51
* | only require user to be set in a query that handles tagsRobin Appelman2021-03-182-8/+12
* | unify handling of Folder::search methods into "new" query objectsRobin Appelman2021-03-181-45/+61
* | Merge pull request #26013 from nextcloud/object-store-copy-cache-idRobin Appelman2021-03-164-41/+57
|\ \
| * | verify that cache entry is validRobin Appelman2021-03-121-0/+3
| * | also implement for FailedCache and NullCacheRobin Appelman2021-03-121-0/+5
| * | use returned file id for object store copyRobin Appelman2021-03-121-6/+6
| * | add ICopyFromCache trait to expose existing implementationRobin Appelman2021-03-122-35/+43
* | | Merge pull request #25136 from nextcloud/cachejail-search-filterVincent Petry2021-03-153-17/+103
|\ \ \
| * | | adjust testsRobin Appelman2021-01-261-1/+1
| * | | fix search in nested jailsRobin Appelman2021-01-261-19/+35
| * | | fix cachjail searching for rootRobin Appelman2021-01-262-3/+17
| * | | do cachejail search filtering in sqlRobin Appelman2021-01-263-4/+60
* | | | Merge pull request #26003 from nextcloud/enh/simplefile/getidMorris Jobke2021-03-151-0/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Add getID function to the simplefile implementationRoeland Jago Douma2021-03-081-0/+4
* | | | Merge pull request #25722 from nextcloud/objectstore-copy-crossRobin Appelman2021-03-122-1/+15
|\ \ \ \
| * | | | apply object store copy optimization when 'cross storage' copy is within the ...Robin Appelman2021-03-092-1/+15
* | | | | remove explicit fclose from S3->writeStreamRobin Appelman2021-03-111-2/+0
* | | | | reuse usermanager instance when processing search resultsRobin Appelman2021-03-101-2/+3
|/ / / /
* / / / Fix RedundantPropertyInitializationCheckRoeland Jago Douma2021-03-091-2/+2
|/ / /
* | | Merge pull request #25659 from nextcloud/smb-getmetadata-catchRoeland Jago Douma2021-03-056-20/+4
|\ \ \