summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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-0618-4/+28
* 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-043-0/+131
* Move GDrive external storage to a separate repoVincent Petry2017-08-212-790/+0
* Bye bye Dropbox v1Vincent Petry2017-08-162-409/+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-016-18/+18
|/
* [files_external] Fix phpdocRoeland Jago Douma2017-08-013-3/+3
* [files_external] Fix phpdocRoeland Jago Douma2017-08-012-2/+2
* Replace wrong PHPDocsLukas Reschke2017-08-011-1/+1
* Run phan over code baseLukas Reschke2017-07-191-4/+4
* Remove unused memberRoeland Jago Douma2017-06-301-2/+0
* Allow 2048 and 4096 bit SFTP keysRoeland Jago Douma2017-06-291-2/+7
* remove duplicate methodRobin Appelman2017-04-261-26/+8
* remove excessive loggingRobin Appelman2017-04-261-25/+8
* Adjust SMB permissions on the rootJuan Pablo Villafáñez2017-04-261-3/+60
* Merge pull request #4416 from gvmura/avoid-duplicate-files-googleMorris Jobke2017-04-261-0/+13
|\
| * avoid duplicate files in google with the same namegvmura2017-04-211-0/+13
* | Remove unused use statementsMorris Jobke2017-04-223-7/+0
|/
* Update comments to NextcloudMorris Jobke2017-04-112-4/+4
* fix fseek against string not resource by removing append supportArthur Schiwon2017-04-041-7/+4
* allow configuring authType for DAV backendJörn Friedrich Dreyer2017-03-221-0/+2
* Merge pull request #2044 from nextcloud/login-credential-storeMorris Jobke2017-01-301-39/+21
|\
| * use login hook credentials as fallbackChristoph Wurst2017-01-111-11/+1
| * migrate 'password::sessioncredentials' extern storage auth to credential storeChristoph Wurst2017-01-111-32/+24
* | Merge pull request #2970 from nextcloud/notify-self-testMorris Jobke2017-01-302-39/+162
|\ \
| * | add unit tests for smb notify backendRobin Appelman2017-01-271-0/+1
| * | Add a more powerful notify mechanismRobin Appelman2017-01-272-39/+161
| |/