summaryrefslogtreecommitdiffstats
path: root/apps/files_external/appinfo
Commit message (Expand)AuthorAgeFilesLines
* Let doctrine generate index namesRobin Appelman2015-12-092-7/+1
* db config backend for files_externalRobin Appelman2015-12-043-1/+253
* remove old propagation logicRobin Appelman2015-12-011-3/+0
* Add command to set mount options for external storagesRobin Appelman2015-12-011-1/+3
* Add command to get and set config for external mountsRobin Appelman2015-12-011-0/+2
* Merge pull request #18999 from owncloud/ext-config-listadminThomas Müller2015-11-241-0/+1
|\
| * Display applicable global storages in personal mount listRobin McCorkell2015-11-211-0/+1
* | Add files_external:list command to list configured external storagesRobin Appelman2015-11-231-0/+34
|/
* Update license headersLukas Reschke2015-10-263-3/+3
* Increase the 2nd digit of shipped appsJoas Schilling2015-10-172-2/+2
* deduplicate @xenopathicMorris Jobke2015-10-063-3/+3
* update licence headers via scriptMorris Jobke2015-10-053-6/+5
* Merge pull request #18441 from owncloud/ext-backends.advancedRobin McCorkell2015-09-133-61/+11
|\
| * AjaxController uses RSA auth mechanismRobin McCorkell2015-08-281-13/+0
| * Migrate SFTP_Key external storage to new APIRobin McCorkell2015-08-283-14/+5
| * Migrate SMB_OC external storage to new APIRobin McCorkell2015-08-282-16/+1
| * Migrate Swift external storage to new APIRobin McCorkell2015-08-282-18/+5
* | Fire event when BackendService is availableRobin McCorkell2015-08-311-0/+5
|/
* Migrate Google external storage to new APIRobin McCorkell2015-08-253-16/+6
* Migrate Dropbox external storage to new APIRobin McCorkell2015-08-253-16/+6
* Migrate AmazonS3 external storage to new APIRobin McCorkell2015-08-252-27/+4
* Merge pull request #18408 from owncloud/ext-ocpRobin McCorkell2015-08-201-1/+1
|\
| * Use OCP classes as much as possible in files_externalRobin McCorkell2015-08-191-1/+1
* | Migrate SFTP external storage to new APIRobin McCorkell2015-08-192-11/+1
* | Migrate OwnCloud external storage to new APIRobin McCorkell2015-08-192-13/+1
* | Migrate DAV external storage to new APIRobin McCorkell2015-08-192-13/+1
* | Migrate SMB external storage to new APIRobin McCorkell2015-08-192-13/+6
* | Migrate FTP external storage to new APIRobin McCorkell2015-08-192-13/+1
* | Migrate Local external storage to new APIRobin McCorkell2015-08-192-14/+4
* | Implement password authentication mechanismsRobin McCorkell2015-08-191-0/+4
|/
* Restrict Local backend to admin-onlyRobin McCorkell2015-08-191-0/+4
* Make Application a singletonRobin McCorkell2015-08-192-7/+4
* Compatibility shims for OC_Mount_ConfigRobin McCorkell2015-08-191-0/+3
* Authentication mechanisms for external storage backendsRobin McCorkell2015-08-191-0/+14
* Introduce BackendService for managing external storage backendsRobin McCorkell2015-08-192-4/+24
* Moved core apps to the capabilities managerRoeland Jago Douma2015-08-102-2/+2
* update license headers and authorsMorris Jobke2015-06-252-1/+1
* Make string 'SFTP with secret key login' translatableMartin2015-05-271-1/+1
* Migrate personal certificate handling into AppFramework controllersLukas Reschke2015-04-201-6/+0
* Fix usage of deprecated private constantsJoas Schilling2015-04-181-1/+1
* Update license headersJenkins for ownCloud2015-03-263-21/+63
* Fix PHPDoc in files_external, add missing tagVincent Petry2015-03-171-2/+1
* Use storage id + appframework for ext storage CRUDVincent Petry2015-03-123-21/+26
* Revert "Updating license headers"Morris Jobke2015-02-263-59/+23
* Updating license headersJenkins for ownCloud2015-02-233-23/+59
* New SMB storage backendRobin Appelman2015-02-161-0/+2
* Merge pull request #13190 from is-apps/master-sftp-keyVincent Petry2015-02-103-1/+65
|\
| * Add support for SFTP key authenticationRoss Nicoll2015-01-143-1/+65
* | Merge pull request #13364 from is-apps/files_external_cleanupVincent Petry2015-02-091-54/+75
|\ \
| * | Change from array() to [] style in files_external application info.Ross Nicoll2015-01-141-54/+75