aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8842 from lanxenet/patch-1Morris Jobke2018-05-071-8/+10
|\
| * fix(AmazonS3): fix loop $result['Contents'] errorenoch2018-03-161-8/+10
* | Merge pull request #9346 from nextcloud/techdep/noid/needsPartFile_to_storageMorris Jobke2018-05-021-0/+4
|\ \
| * | Use an actual function of the storage to determine needsPartFileRoeland Jago Douma2018-05-011-0/+4
* | | Make it possible to make external storages read onlyRoeland Jago Douma2018-05-011-1/+2
|/ /
* | move log constants to ILoggerArthur Schiwon2018-04-264-14/+18
* | Less deprecated calls to OCP\Util::writeLogMorris Jobke2018-04-221-5/+1
* | Remove \OCP\Files::tmpFileRoeland Jago Douma2018-03-194-5/+5
* | Merge pull request #8857 from nextcloud/swift-verify-cached-tokenMorris Jobke2018-03-191-1/+5
|\ \ | |/ |/|
| * verify cached swift tokenRobin Appelman2018-03-161-1/+5
* | Use proper method to log exceptionsMorris Jobke2018-03-122-13/+13
|/
* Merge pull request #8285 from nextcloud/apps_files-smb-catch-exceptions-on-li...Roeland Jago Douma2018-02-271-3/+13
|\
| * Make SMB module more fault-tolerantRoland Tapken2018-02-091-3/+13
* | Merge pull request #8359 from nextcloud/swift-v3Morris Jobke2018-02-265-8/+71
|\ \
| * | adjust external storage config format to the one used in primary storageRobin Appelman2018-02-262-5/+9
| * | add support for v3 swift authRobin Appelman2018-02-265-8/+67
* | | Properly set the mount type for external storagesRoeland Jago Douma2018-02-202-3/+3
|/ /
* | adjust swift external storage to new openstack sdkRobin Appelman2018-02-191-158/+89
* | Merge pull request #8158 from nextcloud/s3-minioRoeland Jago Douma2018-02-191-7/+4
|\ \
| * | Use a more widely available method to test s3 settingsRobin Appelman2018-02-081-7/+4
* | | Remove unused import statementsMorris Jobke2018-02-1424-45/+0
| |/ |/|
* | Merge pull request #8100 from nextcloud/s3-folder-deleteMorris Jobke2018-02-081-7/+12
|\ \ | |/ |/|
| * fix invalidating folder cache for s3Robin Appelman2018-01-291-1/+1
| * adjust s3 bulk delete to new sdk syntaxRobin Appelman2018-01-291-6/+11
* | Use ::class statement instead of stringMorris Jobke2018-01-292-32/+62
|/
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-2620-24/+24
* Merge pull request #8054 from nextcloud/substr-use-indexMorris Jobke2018-01-263-18/+6
|\
| * Use index based string access for substr with length of 1Morris Jobke2018-01-263-18/+6
* | Simplify ternary operator statementsMorris Jobke2018-01-261-3/+1
* | Merge pull request #8063 from nextcloud/inline-valueJoas Schilling2018-01-261-2/+1
|\ \
| * | Return value immediately instead of assigning to a one-time variableMorris Jobke2018-01-261-2/+1
| |/
* / Use proper code flow instead of not needed else branchMorris Jobke2018-01-251-1/+0
|/
* Properly log the full exception instead of only the messageMorris Jobke2018-01-233-29/+55
* [files_external] OCS endpoint to proper OCSControllerRoeland Jago Douma2018-01-181-13/+31
* Remove deprecated functions for OCP\UtilRoeland Jago Douma2018-01-131-1/+1
* add option to use legacy v2 auth with s3Robin Appelman2017-12-191-0/+2
* Merge pull request #7556 from nextcloud/smb-stat-exceptionMorris Jobke2017-12-181-5/+7
|\
| * handle exceptions in SMB::statRobin Appelman2017-12-181-5/+7
* | additional debug logging on smb copy/rename failuresRobin Appelman2017-12-181-0/+2
|/
* add retry wrapper when reading files from swiftRobin Appelman2017-12-041-1/+2
* Update license headersMorris Jobke2017-11-0632-4/+47
* OC_OCS_Response is deprecatedRoeland Jago Douma2017-09-211-2/+2
* Fix undefined offset warning when using '/' as external storage rootRobin Appelman2017-09-191-1/+1
* fix undefined constantsRobin Appelman2017-09-181-1/+1
* disable part files for s3 external storageRobin Appelman2017-09-181-0/+4
* add stat cache for s3 external storageRobin Appelman2017-09-181-7/+56
* more efficient is_dirRobin Appelman2017-09-181-0/+10
* more efficient permissions for s3 external storageRobin Appelman2017-09-181-0/+8
* more efficient write only fopenRobin Appelman2017-09-181-1/+9
* reuse object read/write/delete logic in s3 implementationsRobin Appelman2017-09-181-35/+14