summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* Add more logging for the object storage during creation of the bucketsMorris Jobke2018-04-051-3/+5
* Fix testsRoeland Jago Douma2018-04-041-2/+2
* Add pathcacheRoeland Jago Douma2018-04-041-4/+19
* Make normalized cache path largerRoeland Jago Douma2018-04-041-1/+1
* Comparing stringlength is cheaper than strposRoeland Jago Douma2018-04-041-1/+1
* Cache the $foundMountPointLengthRoeland Jago Douma2018-04-041-1/+3
* InspectionsRoeland Jago Douma2018-04-041-8/+9
* Make the MountManager strictRoeland Jago Douma2018-04-041-13/+14
* Merge pull request #9018 from nextcloud/fix-copy-encrypted-filesBjörn Schießle2018-04-031-7/+8
|\
| * reset encryptionVersion to '1' if a file was stream copied, because this mean...Bjoern Schiessle2018-04-031-7/+8
* | Throw an exception if file_put_contents failsRoeland Jago Douma2018-03-271-1/+5
* | Fix proper permissions for multiple file accessRoeland Jago Douma2018-03-221-11/+10
* | Remove \OCP\Files::tmpFileRoeland Jago Douma2018-03-191-1/+1
* | Merge pull request #8857 from nextcloud/swift-verify-cached-tokenMorris Jobke2018-03-192-12/+24
|\ \
| * | verify cached swift tokenRobin Appelman2018-03-162-12/+24
* | | Merge pull request #8830 from nextcloud/node_emit_readRoeland Jago Douma2018-03-151-0/+7
|\ \ \
| * | | Emit read for nodesRoeland Jago Douma2018-03-151-0/+7
* | | | Fix bucket and container usageRoeland Jago Douma2018-03-142-2/+6
|/ / /
* / / Properly cache swift v3 tokenRoeland Jago Douma2018-03-121-1/+6
|/ /
* | Merge pull request #8715 from nextcloud/objectstore-no-part-filesRoeland Jago Douma2018-03-081-0/+4
|\ \
| * | disable part files for object storesRobin Appelman2018-03-071-0/+4
| |/
* / don't read existing file when overwriting using object storeRobin Appelman2018-03-071-7/+13
|/
* Merge pull request #8289 from nextcloud/appdata_hardeningJoas Schilling2018-03-021-1/+35
|\
| * Hardening of SimpleFile getContentRoeland Jago Douma2018-02-271-1/+35
* | Merge pull request #8284 from nextcloud/lib_log-storage-test-failedRoeland Jago Douma2018-03-011-0/+3
|\ \ | |/ |/|
| * External storage test: log exceptionsRoland Tapken2018-02-111-0/+3
* | User proper username + passRoeland Jago Douma2018-02-261-2/+2
* | add support for v3 swift authRobin Appelman2018-02-261-7/+27
* | 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
| |/