summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
Commit message (Expand)AuthorAgeFilesLines
* Add deprecation mechanic to IdentifierTraitRobin McCorkell2015-09-233-0/+37
* Revert "Implement more fine-grained external storage permissions model"Robin McCorkell2015-09-237-175/+143
* Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isI...Martin2015-09-222-3/+3
* Merge pull request #19069 from owncloud/ext-s3-cephThomas Müller2015-09-181-1/+4
|\
| * Make AmazonS3 path style actually workRobin McCorkell2015-09-161-1/+4
* | Merge pull request #19090 from owncloud/ext-priority-logicThomas Müller2015-09-171-1/+1
|\ \
| * | Fix external storage priority logicRobin McCorkell2015-09-161-1/+1
| |/
* | Correct manipulateStorageConfig parameterRobin McCorkell2015-09-171-0/+1
* | Merge branch 'master' into smb-workgroupRobin McCorkell2015-09-1534-624/+981
|\|
| * Merge pull request #18966 from owncloud/ext-remove-numeric-idLukas Reschke2015-09-141-67/+0
| |\
| | * Remove storing storage_id in mount.jsonRobin McCorkell2015-09-101-67/+0
| * | Fix dependency check for Swift and SMB_OCRobin McCorkell2015-09-132-2/+6
| * | Merge pull request #18441 from owncloud/ext-backends.advancedRobin McCorkell2015-09-1315-489/+537
| |\ \
| | * | Fix Swift legacy auth mechanism fallbackRobin McCorkell2015-09-031-1/+1
| | * | Fix typo in SMB_OCRobin McCorkell2015-09-031-2/+2
| | * | Prevent creation of deprecated backendsRobin McCorkell2015-08-282-0/+4
| | * | Implement more fine-grained external storage permissions modelRobin McCorkell2015-08-285-143/+171
| | * | AjaxController uses RSA auth mechanismRobin McCorkell2015-08-281-0/+15
| | * | Migrate SFTP_Key external storage to new APIRobin McCorkell2015-08-285-220/+126
| | * | Migrate SMB_OC external storage to new APIRobin McCorkell2015-08-282-126/+67
| | * | Migrate Swift external storage to new APIRobin McCorkell2015-08-283-0/+154
| * | | Merge pull request #18733 from owncloud/ext-dependencycheckRobin McCorkell2015-09-119-53/+112
| |\ \ \ | | |_|/ | |/| |
| | * | Make checkDependencies a real methodRobin McCorkell2015-09-019-53/+112
| * | | Merge pull request #12088 from AdamWill/google-opendir-rootVincent Petry2015-09-011-2/+0
| |\ \ \ | | |/ / | |/| |
| | * | google: drop duplicate path trim from opendir()Adam Williamson2014-11-101-2/+0
| * | | make sure we actually have an object storeRobin Appelman2015-08-281-0/+3
| | |/ | |/|
| * | 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
* | | | Allow domain to be specified for SMBRobin McCorkell2015-08-211-0/+12
|/ / /
* | | 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