summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/backend
Commit message (Expand)AuthorAgeFilesLines
* Move Lib\Backend to PSR-4Joas Schilling2016-05-2414-949/+0
* Add links to load GDrive/Dropbox configuration pagesRobin McCorkell2016-05-032-0/+2
* Allow multiple custom JS filesRobin McCorkell2016-05-031-1/+1
* Fix storage backend class namespaces and move to subdirRobin McCorkell2016-04-1410-10/+10
* Introduce 'login credentials' auth mechanismRobin McCorkell2016-01-182-2/+5
* Happy new year!Thomas Müller2016-01-1214-28/+28
* deduplicate @xenopathicMorris Jobke2015-10-0614-14/+14
* Mark SMB_OC and SFTP_Key as deprecated backendsRobin McCorkell2015-09-232-4/+8
* Add deprecation mechanic to IdentifierTraitRobin McCorkell2015-09-231-0/+1
* Revert "Implement more fine-grained external storage permissions model"Robin McCorkell2015-09-234-8/+4
* Correct manipulateStorageConfig parameterRobin McCorkell2015-09-171-0/+1
* Merge branch 'master' into smb-workgroupRobin McCorkell2015-09-1513-8/+380
|\
| * Fix dependency check for Swift and SMB_OCRobin McCorkell2015-09-132-2/+6
| * Merge pull request #18441 from owncloud/ext-backends.advancedRobin McCorkell2015-09-136-4/+184
| |\
| | * 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-282-4/+4
| | * Migrate SFTP_Key external storage to new APIRobin McCorkell2015-08-282-0/+49
| | * Migrate SMB_OC external storage to new APIRobin McCorkell2015-08-281-0/+67
| | * Migrate Swift external storage to new APIRobin McCorkell2015-08-281-0/+60
| * | Make checkDependencies a real methodRobin McCorkell2015-09-017-7/+41
| |/
| * Migrate Google external storage to new APIRobin McCorkell2015-08-251-0/+48
| * Migrate Dropbox external storage to new APIRobin McCorkell2015-08-251-0/+48
| * Migrate AmazonS3 external storage to new APIRobin McCorkell2015-08-251-0/+58
* | Allow domain to be specified for SMBRobin McCorkell2015-08-211-0/+12
|/
* 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
* Compatibility shims for OC_Mount_ConfigRobin McCorkell2015-08-191-0/+85
* Split backend identifiers from the class nameRobin McCorkell2015-08-191-8/+2
* Authentication mechanisms for external storage backendsRobin McCorkell2015-08-191-0/+76
* Introduce BackendService for managing external storage backendsRobin McCorkell2015-08-191-0/+94