summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18440 from owncloud/ext-backends.customjsMorris Jobke2015-08-256-0/+305
|\
| * Migrate Google external storage to new APIRobin McCorkell2015-08-252-0/+99
| * Migrate Dropbox external storage to new APIRobin McCorkell2015-08-252-0/+101
| * Migrate AmazonS3 external storage to new APIRobin McCorkell2015-08-252-0/+105
* | Merge pull request #18445 from owncloud/ext-only-setuservars-stringMorris Jobke2015-08-256-17/+24
|\ \ | |/ |/|
| * Convert string booleans to real booleansRobin McCorkell2015-08-203-13/+18
| * setUserVars() should only attempt substitution with stringsRobin McCorkell2015-08-203-4/+6
* | Add availability methods to files_external FailedStorageRobin McCorkell2015-08-201-0/+8
* | Merge pull request #18408 from owncloud/ext-ocpRobin McCorkell2015-08-206-25/+26
|\ \
| * | Use OCP classes as much as possible in files_externalRobin McCorkell2015-08-196-25/+26
* | | Fix 'Declaration of SessionStorageWrapper::__construct()...'Robin McCorkell2015-08-191-1/+1
| |/ |/|
* | Merge pull request #18432 from owncloud/ext-backends.simpleMorris Jobke2015-08-199-0/+481
|\ \
| * | Migrate SFTP external storage to new APIRobin McCorkell2015-08-191-0/+50
| * | Migrate OwnCloud external storage to new APIRobin McCorkell2015-08-191-0/+52
| * | Migrate DAV external storage to new APIRobin McCorkell2015-08-191-0/+53
| * | Migrate SMB external storage to new APIRobin McCorkell2015-08-191-0/+52
| * | Migrate FTP external storage to new APIRobin McCorkell2015-08-191-0/+53
| * | Migrate Local external storage to new APIRobin McCorkell2015-08-191-0/+49
| * | Implement password authentication mechanismsRobin McCorkell2015-08-193-0/+172
| |/
* / add missing return statements in getSystem/getPersonalMountPointsRobin Appelman2015-08-191-0/+4
|/
* Propagate auth mechanism/backend failures to filesystem layerRobin McCorkell2015-08-195-6/+262
* Make Application a singletonRobin McCorkell2015-08-191-20/+11
* Compatibility shims for OC_Mount_ConfigRobin McCorkell2015-08-194-440/+226
* Split backend identifiers from the class nameRobin McCorkell2015-08-196-29/+104
* Authentication mechanisms for external storage backendsRobin McCorkell2015-08-198-1/+294
* Introduce UserGlobalStoragesServiceRobin McCorkell2015-08-191-15/+83
* Introduce BackendService for managing external storage backendsRobin McCorkell2015-08-1912-211/+958
* Merge pull request #14779 from owncloud/use-iterator-directoryRobin McCorkell2015-08-075-11/+12
|\
| * Use the new IteratorDirectory instead of the fakedir wrapperRobin Appelman2015-07-155-11/+12
* | Merge pull request #13641 from owncloud/cache-storage-statusVincent Petry2015-08-071-2/+10
|\ \
| * | Store storage availability in databaseRobin McCorkell2015-07-201-2/+10
| |/
* | Merge pull request #17680 from owncloud/ftp-rmdir-fileVincent Petry2015-08-061-1/+4
|\ \
| * | handle rmdir on files for ftp storagesRobin Appelman2015-07-161-1/+4
| |/
* | Use absolute namespaceLukas Reschke2015-08-052-7/+7
* | Update phpseclib to 2.0Andreas Fischer2015-08-033-18/+20
* | Double slash for SMB storage id for compatibilityVincent Petry2015-07-281-1/+4
|/
* Revert "Use OCP classes as much as possible in files_external"Thomas Müller2015-07-026-27/+23
* Use OCP classes as much as possible in files_externalRobin McCorkell2015-07-016-23/+27
* Merge pull request #15506 from rullzer/core_apps_oc_log2ocp_utilMorris Jobke2015-07-011-2/+2
|\
| * Move core apps from OC_Log::write to OCP\UtilRoeland Jago Douma2015-05-181-2/+2
* | update license headers and authorsMorris Jobke2015-06-253-1/+2
* | Merge pull request #16940 from owncloud/ext-s3-touchmtimefixThomas Müller2015-06-221-8/+13
|\ \
| * | Properly set mtime on S3 for touch operationVincent Petry2015-06-151-8/+13
| |/
* | Workaround for empty dir deletion for SFTPVincent Petry2015-06-181-1/+5
* | Skip directory entry in S3 opendirVincent Petry2015-06-151-0/+4
|/
* Avoid function name collision in dropbox external storageThomas Müller2015-04-201-7/+7
* Fix SFTP storage id to be compatible with older idsVincent Petry2015-04-151-1/+9
* Fix language level incompatibiltiesLukas Reschke2015-04-081-2/+7
* Only escape single quotesLukas Reschke2015-03-311-2/+2
* Added rawurlencode for other params in GDrive storageVincent Petry2015-03-311-2/+2