summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
Commit message (Expand)AuthorAgeFilesLines
* Properly throw exception in OC_Mount_Config::getBackendStatusVincent Petry2015-11-061-1/+1
* Merge pull request #19000 from UoM-ResPlat-DevOps/swift-squelch-expected-404-...Thomas Müller2015-10-291-1/+4
|\
| * Don't log expected Swift 404 responsesTim Dettrick2015-09-141-1/+4
* | Merge pull request #19100 from owncloud/ext-tooltip-unavailableThomas Müller2015-10-292-2/+24
|\ \
| * | Display storage status as tooltipRobin McCorkell2015-10-232-2/+24
* | | Merge pull request #19758 from owncloud/ext-fallback-getmimetypeThomas Müller2015-10-283-45/+0
|\ \ \ | |/ / |/| |
| * | Fallback to default mimetype detection mechanismVincent Petry2015-10-133-45/+0
* | | Merge pull request #19877 from owncloud/dropbox-fixmetadatacachepathsThomas Müller2015-10-201-5/+9
|\ \ \
| * | | Fix Dropbox metadata cache with trimmed pathsVincent Petry2015-10-191-5/+9
| |/ /
* / / Remove Dropbox metadata from cache after uploadVincent Petry2015-10-161-0/+1
|/ /
* | deduplicate @xenopathicMorris Jobke2015-10-0648-48/+42
* | update licence headers via scriptMorris Jobke2015-10-0514-5/+18
* | if mountpoint is applicable to all users the old API expects a array with 'all'Bjoern Schiessle2015-10-021-0/+5
* | Perform visibility checks on storagesRobin McCorkell2015-09-232-8/+8
* | Mark SMB_OC and SFTP_Key as deprecated backendsRobin McCorkell2015-09-232-4/+8
* | 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