aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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