summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10591 from nextcloud/smb-stat-retry-13Morris Jobke2018-08-231-1/+8
|\
| * retry stat on timeoutRobin Appelman2018-08-081-1/+8
* | log entries that are hidden during file listingRobin Appelman2018-08-161-0/+5
|/
* Use ILogger for constsRoeland Jago Douma2018-07-111-0/+1
* also retry rename operation on InvalidArgumentExceptionRobin Appelman2018-07-111-3/+17
* Improved logging of smb connection errorsRobin Appelman2018-07-031-0/+8
* Merge pull request #9788 from nextcloud/notify-credentials-env-13Morris Jobke2018-06-071-0/+8
|\
| * allow setting notify credentials in environmentRobin Appelman2018-06-071-0/+8
* | Merge pull request #9650 from nextcloud/backport/8842/stable13Morris Jobke2018-05-291-8/+10
|\ \
| * | fix(AmazonS3): fix loop $result['Contents'] errorenoch2018-05-291-8/+10
| |/
* / Make SMB module more fault-tolerantRoland Tapken2018-05-251-3/+13
|/
* Use a more widely available method to test s3 settingsRobin Appelman2018-03-051-7/+4
* fix invalidating folder cache for s3Robin Appelman2018-02-121-1/+1
* adjust s3 bulk delete to new sdk syntaxRobin Appelman2018-02-121-6/+11
* 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
* update aws sdk and move it to 3rdpartyRobin Appelman2017-09-181-17/+21
* show storage as unavailable in the file listRobin Appelman2017-09-041-1/+2
* set the exception for failedstorageRobin Appelman2017-09-041-2/+9
* Use the FailedStorage insteadMorris Jobke2017-09-042-31/+1
* Handle invalid ext storage backend to keep mount point visibleVincent Petry2017-09-044-2/+139
* Move GDrive external storage to a separate repoVincent Petry2017-08-213-791/+0
* Bye bye Dropbox v1Vincent Petry2017-08-163-410/+0
* Merge pull request #6101 from cbartz/patch-1Lukas Reschke2017-08-151-6/+1
|\
| * Remove tmpFiles Array in Swift.phpChristopher Bartz2017-08-141-6/+1
* | Merge pull request #5872 from nextcloud/swift-filter-dotRobin Appelman2017-08-141-1/+1
|\ \ | |/ |/|
| * Filter magic dot object when swift directoryRobin Appelman2017-08-011-1/+1
* | Fix comparisons in the files external appJoas Schilling2017-08-017-20/+20
|/
* Fix L10N::tRoeland Jago Douma2017-08-011-3/+3
* [files_external] Fix phpdocRoeland Jago Douma2017-08-013-3/+3
* [files_external] fix commandsRoeland Jago Douma2017-08-016-13/+13
* [files_external] Fix phpdocRoeland Jago Douma2017-08-012-2/+2
* Replace wrong PHPDocsLukas Reschke2017-08-011-1/+1
* Allow to enable the external storage app via the web uiJoas Schilling2017-07-261-15/+1
* Add Phan plugin to check for SQL injectionsLukas Reschke2017-07-201-0/+4
* Run phan over code baseLukas Reschke2017-07-191-4/+4
* Merge pull request #5556 from nextcloud/files_external_sftp_2048_4096Morris Jobke2017-07-042-8/+13
|\