summaryrefslogtreecommitdiffstats
path: root/apps/files_external/appinfo/routes.php
Commit message (Collapse)AuthorAgeFilesLines
* Happy new year!Thomas Müller2016-01-121-2/+2
|
* Display applicable global storages in personal mount listRobin McCorkell2015-11-211-0/+1
|
* Update license headersLukas Reschke2015-10-261-1/+1
|
* deduplicate @xenopathicMorris Jobke2015-10-061-1/+1
|
* update licence headers via scriptMorris Jobke2015-10-051-0/+2
|
* Migrate SFTP_Key external storage to new APIRobin McCorkell2015-08-281-1/+1
| | | | | The SFTP backend now supports public key authentication alongside password authentication.
* Migrate Google external storage to new APIRobin McCorkell2015-08-251-2/+2
|
* Migrate Dropbox external storage to new APIRobin McCorkell2015-08-251-2/+2
|
* Use OCP classes as much as possible in files_externalRobin McCorkell2015-08-191-1/+1
|
* Make Application a singletonRobin McCorkell2015-08-191-2/+1
| | | | | The same Application must be used in the settings templates and in routes, so that any registered backends are correctly seen
* Moved core apps to the capabilities managerRoeland Jago Douma2015-08-101-1/+1
| | | | | | | * Files * Files_Sharing * Files_Trashbin * Files_Versions
* update license headers and authorsMorris Jobke2015-06-251-0/+1
|
* Migrate personal certificate handling into AppFramework controllersLukas Reschke2015-04-201-6/+0
| | | | Also added unit-tests and better error-handling
* Fix usage of deprecated private constantsJoas Schilling2015-04-181-1/+1
|
* Update license headersJenkins for ownCloud2015-03-261-12/+14
|
* Fix PHPDoc in files_external, add missing tagVincent Petry2015-03-171-2/+1
| | | | | | Fix various PHPDoc issues in external storage app. Added missing NoAdminRequired tag
* Use storage id + appframework for ext storage CRUDVincent Petry2015-03-121-18/+20
| | | | | | | | | | | | | - Added StorageConfig class to replace ugly arrays - Implemented StorageService and StorageController for Global and User storages - Async status checking for storages (from Xenopathic) - Auto-generate id for external storage configs (not the same as storage_id) - Refactor JS classes for external storage settings, this mostly moves/encapsulated existing global event handlers into the MountConfigListView class. - Added some JS unit tests for the external storage UI
* Revert "Updating license headers"Morris Jobke2015-02-261-13/+13
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-13/+13
|
* Add support for SFTP key authenticationRoss Nicoll2015-01-141-1/+19
| | | | | | | | | | Add support for external files accessed via SFTP using public key exchange authentication. Keys are generated automatically when the configuration is added, or can be regenerated on demand if a key is compromised. Creation of a new configuration row now triggers focus on that row. This is used to trigger auto-configuration for SFTP keys. Generated public keys are saved in user's data directory for easy retrieval by an external application. Add controller for SFTP key generation AJAX SFTP class initialisation no longer produces a warning if the password field is missing. Add unit tests for SFTP with key authentication backend
* replace chosen with select2 to provide ajaxified user and group selection ↵Jörn Friedrich Dreyer2014-08-251-0/+3
| | | | | | | | | | | | for files_external, fixes #7499 remove minified select2 js show avatars for users, simpler results remove unneeded users and groups from settings template fix css, escape user and group names
* explicit routes for files_externalJörn Friedrich Dreyer2014-08-221-0/+17
|
* Added external storage list in files appVincent Petry2014-06-061-0/+27