summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23518 from owncloud/stable9-gdrive-stream-downloadThomas Müller2016-03-311-4/+5
|\
| * GDrive stream download with RetryWrapperVincent Petry2016-03-301-4/+5
* | Merge pull request #23522 from owncloud/stable9-dropbox-stream-downloadFrank Karlitschek2016-03-311-7/+31
|\ \
| * | Dropbox stream download with RetryWrapperVincent Petry2016-03-231-4/+6
| * | Fix dropbox storage to not store the whole file in memoryVincent Petry2016-03-231-6/+28
* | | Merge pull request #23673 from owncloud/stable9-fix-sftp-retry-wrapperThomas Müller2016-03-311-1/+3
|\ \ \ | |_|/ |/| |
| * | Use RetryWrapper for SFTP storageLukas Reschke2016-03-301-1/+3
| |/
* / Use the shipped cacerts.pem instead of the global oneLukas Reschke2016-03-301-0/+1
|/
* Merge pull request #23308 from owncloud/smb-not-available-9Thomas Müller2016-03-231-14/+40
|\
| * handle connection errors as storage not available in smbRobin Appelman2016-03-161-14/+40
* | Merge pull request #23361 from owncloud/stable9-gdrive-chunkuploadThomas Müller2016-03-221-5/+52
|\ \
| * | Only use GDrive chunks when neededVincent Petry2016-03-171-29/+43
| * | Chunk upload for GDriveVincent Petry2016-03-171-6/+39
| |/
* | Merge pull request #23447 from owncloud/smb-permissions-9Thomas Müller2016-03-221-0/+22
|\ \
| * | properly use smb permissionsRobin Appelman2016-03-221-0/+22
| |/
* / apply retry wrapper to make sure that we always read/write a complete blockBjoern Schiessle2016-03-211-1/+4
|/
* move failedstorage to coreRobin Appelman2016-03-153-358/+1
* dont break when there is an invalid shareRobin Appelman2016-03-151-1/+12
* Fix compatibility with PHP 5.4Lukas Reschke2016-03-081-1/+2
* Properly set exception in FailedStorageVincent Petry2016-03-032-1/+7
* allow availability recheck for external storagesRobin Appelman2016-03-031-1/+2
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-014-4/+0
* Update author informationLukas Reschke2016-03-0110-1/+10
* Merge pull request #22636 from owncloud/fix-ssl-on-external-storagesThomas Müller2016-02-251-0/+14
|\
| * Properly cast typeLukas Reschke2016-02-241-0/+14
* | Merge pull request #22604 from owncloud/fix-google-drive-encryptionThomas Müller2016-02-251-5/+11
|\ \
| * | More error handlingLukas Reschke2016-02-251-2/+6
| * | Copy into local fileLukas Reschke2016-02-251-3/+5
| |/
* / Disable sharing by default for external storage mountsVincent Petry2016-02-241-0/+1
|/
* Merge pull request #22405 from owncloud/gdrive-mimetype-and-office-fixesThomas Müller2016-02-191-4/+13
|\
| * Fix GDrive handling of office filesVincent Petry2016-02-151-4/+13
* | Merge pull request #22408 from owncloud/gdrive-remove-mimetype-detectionThomas Müller2016-02-181-1/+2
|\ \
| * | Fix GDrive mime type detection with encryptionVincent Petry2016-02-151-1/+2
| |/
* | remove global credentialsRobin Appelman2016-02-171-88/+0
* | remove login credentails and user provided backendsRobin Appelman2016-02-162-180/+0
|/
* handle forbidden exceptions in smb backendRobin Appelman2016-02-101-1/+18
* Add testsRobin Appelman2016-02-081-2/+0
* handle no user set for personal global authRobin Appelman2016-02-081-0/+2
* Add occ files_external:create command to add new mountsRobin Appelman2016-02-051-0/+16
* Merge pull request #20920 from owncloud/issue_20888Thomas Müller2016-02-055-1/+38
|\
| * fix error code for unconfigured user provided authRobin Appelman2016-02-041-0/+11
| * set read permissions on failed mount rootRobin Appelman2016-02-041-1/+2
| * handle exception in availibilty checkRobin Appelman2016-02-041-3/+8
| * show failed external storages properlyRobin Appelman2016-02-041-0/+5
| * Add credentials dialog for user provided authJesús Macias2016-02-042-0/+15
* | fix warning caused by global authRobin Appelman2016-02-041-1/+4
|/
* Add global auth backend for files externalRobin Appelman2016-02-042-0/+89
* Remove magic flags from files_external backend paramsRobin Appelman2016-02-021-21/+5
* Reword external storage auth backendsVincent Petry2016-02-013-3/+3
* Dont set null values when validating storage definitionRobin Appelman2016-01-292-6/+10