summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* adjust swift external storage to new openstack sdkRobin Appelman2018-02-192-34/+51
* adjust swift object storage to new openstack sdkRobin Appelman2018-02-192-212/+184
* Merge pull request #8259 from nextcloud/guzzle6Morris Jobke2018-02-141-2/+2
|\
| * Adjust dav client to new guzzleRobin Appelman2018-02-091-2/+2
* | Merge pull request #8335 from nextcloud/remove-unused-importMorris Jobke2018-02-142-4/+0
|\ \
| * | Remove unused import statementsMorris Jobke2018-02-142-4/+0
* | | Simplify return statementMorris Jobke2018-02-131-3/+1
|/ /
* | Try to silence phanRoeland Jago Douma2018-02-081-0/+3
* | don't swallow exception from touchRobin Appelman2018-02-082-2/+10
* | better error message on catalog errorRobin Appelman2018-02-082-1/+6
|/
* Merge pull request #8033 from nextcloud/s3-uploaderMorris Jobke2018-02-081-43/+2
|\
| * Use S3Client::upload instead of splitting single/multipart upload ourselvesRobin Appelman2018-01-241-43/+2
* | Merge pull request #8023 from nextcloud/webdavsearch_limit_order_fixingMorris Jobke2018-02-081-2/+9
|\ \
| * | CacheJail should apply limit and offset after searchingRoeland Jago Douma2018-02-071-2/+9
* | | actually return stream from swiftRobin Appelman2018-02-071-1/+1
|/ /
* | Do not try to get the jailed path if we can't find the idRoeland Jago Douma2018-02-031-0/+4
* | Use ::class statement instead of stringMorris Jobke2018-01-293-4/+5
* | Remove unneeded semicolon and parenthesesMorris Jobke2018-01-266-8/+8
* | Merge pull request #8071 from nextcloud/remove-silly-codeMorris Jobke2018-01-261-2/+1
|\ \
| * | Cleanup unused codeMorris Jobke2018-01-261-2/+1
* | | Merge pull request #8054 from nextcloud/substr-use-indexMorris Jobke2018-01-263-12/+8
|\ \ \ | |/ / |/| |
| * | Use index based string access for substr with length of 1Morris Jobke2018-01-263-12/+8
| |/
* | Simplify ternary operator statementsMorris Jobke2018-01-261-2/+2
* | Merge pull request #8063 from nextcloud/inline-valueJoas Schilling2018-01-261-6/+3
|\ \
| * | Return value immediately instead of assigning to a one-time variableMorris Jobke2018-01-261-6/+3
| |/
* | Merge pull request #8058 from nextcloud/useless-returnRoeland Jago Douma2018-01-262-9/+0
|\ \
| * | Remove useless return statementsMorris Jobke2018-01-252-9/+0
| |/
* / Use proper code flow instead of not needed else branchMorris Jobke2018-01-251-2/+1
|/
* Merge pull request #7918 from nextcloud/properly-log-exceptionsRoeland Jago Douma2018-01-235-12/+21
|\
| * Properly log the full exception instead of only the messageMorris Jobke2018-01-235-12/+21
* | Merge pull request #7858 from nextcloud/fix-local-storageMorris Jobke2018-01-233-7/+15
|\ \ | |/ |/|
| * Use fallback path if data dir is not available for Storage/Local.phpMorris Jobke2018-01-183-7/+15
* | Support arbitrary number of arguments for d:or and d:and in search queriesRobin Appelman2018-01-161-2/+12
|/
* Remove deprecated \OCP\ConfigRoeland Jago Douma2018-01-131-1/+0
* Fix call to clearstatcache to actually use the file pathMorris Jobke2018-01-121-1/+1
* add option to use legacy v2 auth with s3Robin Appelman2017-12-192-1/+220
* Also replace all other occurencesMorris Jobke2017-12-181-1/+1
* additional debug logging on smb copy/rename failuresRobin Appelman2017-12-181-0/+3
* handle not found mounts when cleaning avatarsRobin Appelman2017-12-111-0/+6
* Merge pull request #6682 from nextcloud/dav-mimetype-fallbackRoeland Jago Douma2017-12-111-9/+17
|\
| * Fallback to filename based detection if the remote dav server doesn't know th...Robin Appelman2017-09-281-9/+17
* | Merge pull request #7385 from nextcloud/shared-delay-rootMorris Jobke2017-12-061-9/+14
|\ \
| * | delay calculating the shared cache root until it's usedRobin Appelman2017-12-041-9/+14
* | | add retry wrapper when reading files from swiftRobin Appelman2017-12-041-1/+2
|/ /
* | Use basename() instead of self implementationMorris Jobke2017-11-231-2/+2
* | Merge pull request #7137 from nextcloud/shared-jailed-source-rootMorris Jobke2017-11-231-0/+11
|\ \
| * | Use the correct root for shared jail when the source storage is also a jailRobin Appelman2017-11-101-0/+11
* | | only create the file cache entry after the empty file was created successfull...Bjoern Schiessle2017-11-171-14/+13
* | | Merge pull request #7113 from nextcloud/s3-download-stream-fixBjörn Schießle2017-11-142-3/+9
|\ \ \ | |/ / |/| |
| * | Use non empty files for object store touchRobin Appelman2017-11-081-2/+2