summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14925 from owncloud/ext-mountoptions-uiRobin McCorkell2015-03-261-5/+12
|\
| * Make sure mountOptions keep their data typeVincent Petry2015-03-261-5/+12
* | Update license headersJenkins for ownCloud2015-03-2618-133/+380
|/
* Merge pull request #11884 from owncloud/ext-appframeworkVincent Petry2015-03-203-34/+363
|\
| * Introduce async status checkingRobin McCorkell2015-03-201-6/+3
| * Fix PHPDoc in files_external, add missing tagVincent Petry2015-03-171-7/+27
| * Generate storage config ids when missingVincent Petry2015-03-161-2/+4
| * Fix mount config unit testsVincent Petry2015-03-131-6/+18
| * Mount options for ext storage are now passed aroundVincent Petry2015-03-132-1/+40
| * Use storage id + appframework for ext storage CRUDVincent Petry2015-03-123-25/+284
* | Fix root request path for DropboxVincent Petry2015-03-171-1/+6
* | drop any fallback code related to curl - refs https://github.com/owncloud/cor...Thomas Müller2015-03-124-20/+4
|/
* Revert "Updating license headers"Morris Jobke2015-02-2616-332/+142
* Merge pull request #14462 from owncloud/add-some-php-docsThomas Müller2015-02-251-2/+70
|\
| * Add some PHPDocsLukas Reschke2015-02-241-2/+70
* | Merge pull request #14460 from owncloud/revive/12971Thomas Müller2015-02-251-3/+15
|\ \
| * | Fix code style as per reviewLukas Reschke2015-02-241-2/+2
| * | Add support for sftp custom portSA2015-02-241-3/+15
| |/
* | Fix bugs in ownCloud external storageRobin McCorkell2015-02-251-2/+2
* | Fix code that never workedLukas Reschke2015-02-241-1/+1
|/
* Updating license headersJenkins for ownCloud2015-02-2316-142/+332
* Update phpseclib to version 0.3.9.Andreas Fischer2015-02-181-10/+2
* make sure the root has a trailing slashRobin Appelman2015-02-161-0/+3
* handle deleting non existing filesRobin Appelman2015-02-161-7/+11
* Use better way to check for the existence of smbclientRobin Appelman2015-02-161-7/+2
* New SMB storage backendRobin Appelman2015-02-162-111/+228
* Merge pull request #13190 from is-apps/master-sftp-keyVincent Petry2015-02-102-4/+211
|\
| * Add support for SFTP key authenticationRoss Nicoll2015-01-142-4/+211
* | Allow saving incomplete external storage configVincent Petry2015-01-271-2/+29
|/
* Merge pull request #12879 from owncloud/mountconfigMorris Jobke2014-12-181-2/+3
|\
| * Load mount specific options from the mount configRobin Appelman2014-12-171-2/+3
* | Merge pull request #12896 from owncloud/drop-deprecatedJörn Friedrich Dreyer2014-12-182-2/+2
|\ \
| * | first step to drop \OCP\Config:: in favour of IConfigMorris Jobke2014-12-172-2/+2
| |/
* / Add the storage id to the mount configRobin Appelman2014-12-171-103/+162
|/
* Remove conditional check for 5.3 compatibilityLukas Reschke2014-12-121-6/+1
* Merge pull request #12090 from AdamWill/google-rename-deleteMorris Jobke2014-12-101-0/+12
|\
| * google: delete original after successful renameAdam Williamson2014-11-301-0/+12
* | Merge pull request #12577 from owncloud/public-mount-apiLukas Reschke2014-12-083-18/+46
|\ \
| * | Use the mount config api for files_externalRobin Appelman2014-12-043-18/+46
| |/
* | Keep spaces out of the stringVolkan Gezer2014-12-071-1/+1
* | Only store user credentials when SMB_OC storage is enabledLukas Reschke2014-12-011-3/+28
|/
* Merge pull request #6989 from AdamWill/google-1Robin Appelman2014-11-261-24/+32
|\
| * google: disable compression when curl is not availableAdam Williamson2014-11-071-0/+6
| * scrutinizer fix: explicitly declare Google class property $clientAdam Williamson2014-11-061-0/+1
| * scrutinizer fix: correct @return for getDriveFile()Adam Williamson2014-11-061-2/+3
| * Migrate Google Drive storage app to v1.0.0 of the client libraryAdam Williamson2014-11-061-24/+24
* | Merge pull request #12411 from owncloud/unknown-command-windowsLukas Reschke2014-11-261-7/+2
|\ \
| * | Replace some more "command -v" calls with the Helper methodJoas Schilling2014-11-251-7/+2
* | | Replace deprecated constant with new class constantJoas Schilling2014-11-251-2/+2
|/ /
* | Merge pull request #12290 from owncloud/ext-preventbreakageduetobugs2Lukas Reschke2014-11-191-0/+8
|\ \