summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/personalmount.php
Commit message (Collapse)AuthorAgeFilesLines
* Introduce BackendService for managing external storage backendsRobin McCorkell2015-08-191-6/+39
| | | | | | | | | | | | | | | | | Backends are registered to the BackendService through new data structures: Backends are concrete classes, deriving from \OCA\Files_External\Lib\Backend\Backend. During construction, the various configuration parameters of the Backend can be set, in a design similar to Symfony Console. DefinitionParameter stores a parameter configuration for an external storage: name of parameter, human-readable name, type of parameter (text, password, hidden, checkbox), flags (optional or not). Storages in the StoragesController now get their parameters validated server-side (fixes a TODO).
* Update license headersJenkins for ownCloud2015-03-261-4/+18
|
* Revert "Updating license headers"Morris Jobke2015-02-261-17/+5
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-5/+17
|
* Use the mount config api for files_externalRobin Appelman2014-12-041-2/+2
|
* Fix the removeMount for personal mountsRobin Appelman2014-06-061-1/+3
|
* Make personal external mount points (re)movable from the files appRobin Appelman2014-06-061-0/+38