summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #26291 from nextcloud/backport/21484/stable21Roeland Jago Douma2021-03-261-8/+4
|\
| * show better error messages when a file with a forbidden path is encounteredRobin Appelman2021-03-251-8/+4
* | Log when a storage is marked as unavailableMorris Jobke2021-03-251-0/+4
|/
* Merge pull request #26257 from nextcloud/backport/26198/stable21Morris Jobke2021-03-244-66/+158
|\
| * handle ordering in folder searchRobin Appelman2021-03-232-35/+52
| * folder filtering in sqlRobin Appelman2021-03-231-16/+20
| * cleanup fileinfo creationRobin Appelman2021-03-231-9/+16
| * formatRobin Appelman2021-03-231-1/+0
| * handle limit and offset in folder file searchRobin Appelman2021-03-231-6/+51
| * only require user to be set in a query that handles tagsRobin Appelman2021-03-232-8/+12
| * unify handling of Folder::search methods into "new" query objectsRobin Appelman2021-03-231-45/+61
* | Catch invalid cache source storage pathJohn Molakvoæ (skjnldsv)2021-03-241-0/+4
|/
* Merge pull request #26119 from nextcloud/backport/26003/stable21Vincent Petry2021-03-191-0/+4
|\
| * Add getID function to the simplefile implementationRoeland Jago Douma2021-03-151-0/+4
* | Merge pull request #26090 from nextcloud/backport/25722/stable21Morris Jobke2021-03-172-1/+15
|\ \
| * | apply object store copy optimization when 'cross storage' copy is within the ...Robin Appelman2021-03-122-1/+15
| |/
* | Merge pull request #26146 from nextcloud/backport/26013/stable21Morris Jobke2021-03-174-41/+57
|\ \
| * | verify that cache entry is validRobin Appelman2021-03-161-0/+3
| * | also implement for FailedCache and NullCacheRobin Appelman2021-03-161-0/+5
| * | use returned file id for object store copyRobin Appelman2021-03-161-6/+6
| * | add ICopyFromCache trait to expose existing implementationRobin Appelman2021-03-162-35/+43
* | | Merge pull request #25943 from nextcloud/backport/25659/stable21Morris Jobke2021-03-176-20/+4
|\ \ \
| * | | catch notfound and forbidden exception in smb::getmetadataRobin Appelman2021-03-056-20/+4
| | |/ | |/|
* | | remove explicit fclose from S3->writeStreamRobin Appelman2021-03-171-2/+0
| |/ |/|
* | adjust testsRobin Appelman2021-03-151-1/+1
* | fix search in nested jailsRobin Appelman2021-03-151-19/+35
* | fix cachjail searching for rootRobin Appelman2021-03-152-3/+17
* | do cachejail search filtering in sqlRobin Appelman2021-03-153-4/+60
|/
* Fix failing testsJames Letendre2021-02-021-1/+1
* Add web identity provider to S3 connection chainJames Letendre2021-02-021-13/+4
* Replace defaultProvider with explicit calls to exclude user home directory lo...James Letendre2021-02-021-1/+15
* Resolves #24699, Support ES2 and ECS instance providers for S3 bucketsJames Letendre2021-02-021-2/+1
* Avoid template creators being registered multiple timesJulius Härtl2021-02-021-0/+3
* Use proper path for scannerJulius Härtl2021-01-291-2/+2
* Obtain the user language from the passed in user idJulius Härtl2021-01-291-1/+5
* Normalize compared path to avoid renaming to the same directoryJulius Härtl2021-01-291-1/+2
* Move TemplateProvider registration to boot context and make template type reg...Julius Härtl2021-01-281-17/+29
* Only create template directory if it is present in the default skeletonJulius Härtl2021-01-281-1/+4
* Skip template picker if none availableJohn Molakvoæ (skjnldsv)2021-01-281-28/+67
* Add templatedirectory config value to let admins have their custom templates ...Julius Härtl2021-01-281-9/+64
* Add template pickerJohn Molakvoæ (skjnldsv)2021-01-281-1/+1
* files: Create files from template APIJulius Härtl2021-01-281-0/+237
* explicitly set permissions on newly created foldersRobin Appelman2021-01-201-1/+4
* Add 'allow Symlinks' as an option to config.phpJohannes Leuker2021-01-121-3/+2
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-112-2/+2
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-082-10/+13
* ignore files that have no read permissions during scanningRobin Appelman2021-01-061-0/+4