summaryrefslogtreecommitdiffstats
path: root/apps/files_external/appinfo/routes.php
Commit message (Collapse)AuthorAgeFilesLines
* remove depricated methods from MountConfigRobin Appelman2021-06-161-30/+29
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-4/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC_Mount_Config to proper classname and remove OC::$CLASSPATH usage in ↵Morris Jobke2020-07-101-1/+1
| | | | | | files_external Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix legacy routesJoas Schilling2020-04-181-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update license headersChristoph Wurst2019-12-051-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [files_external] OCS endpoint to proper OCSControllerRoeland Jago Douma2018-01-181-18/+19
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix apps/Joas Schilling2016-07-211-2/+3
|
* Add "Global Auth" option to external storageRobin Appelman2016-06-211-1/+6
| | | | | | | | This adds the "Global Auth" option to the external storage implementation, it is basically done by reverting c2c6caee93c491de9fa9a2e7c2eea036f4974e61 from https://github.com/owncloud/core/pull/22468. This was taken from owncloud/core which is AGPL licensed. Commited with "icewind@owncloud.com" to keep the license header signature in sync. ![2016-06-21_14-01-06](https://cloud.githubusercontent.com/assets/878997/16228662/9c243136-37b8-11e6-9700-c1076ddb3d17.png)
* Update license headersLukas Reschke2016-05-261-1/+0
|
* Move stuff from outside lib/ to PSR-4Joas Schilling2016-05-241-2/+0
|
* Fix OCA\Files\External\Api namespaceRobin McCorkell2016-04-141-1/+1
|
* Update author informationLukas Reschke2016-03-011-0/+1
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* remove global credentialsRobin Appelman2016-02-171-6/+1
|
* Add global auth backend for files externalRobin Appelman2016-02-041-1/+6
|
* 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