summaryrefslogtreecommitdiffstats
path: root/apps/files_external/command
Commit message (Collapse)AuthorAgeFilesLines
* Move stuff from outside lib/ to PSR-4Joas Schilling2016-05-2410-1490/+0
|
* Update author informationLukas Reschke2016-03-014-4/+4
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* Merge pull request #21773 from owncloud/files_external-list-authtypeThomas Müller2016-02-092-3/+3
|\ | | | | Show the proper auth identifier when listing mounts as json
| * update import logic for the new export logicRobin Appelman2016-02-041-2/+2
| |
| * Show the proper auth identifier when listing mounts as jsonRobin Appelman2016-02-041-1/+1
| |
* | Add occ command to verify storage configurationsRobin Appelman2016-02-081-0/+145
| |
* | output mount id on createRobin Appelman2016-02-051-0/+5
| |
* | verify that the auth backend is valid for the storage backendRobin Appelman2016-02-051-0/+5
| |
* | list supported auth backends for storage backendsRobin Appelman2016-02-051-0/+3
| |
* | Add occ files_external:create command to add new mountsRobin Appelman2016-02-052-0/+325
|/
* Add occ command to manage applicablesRobin Appelman2016-02-021-0/+157
|
* Add delete command for external storagesRobin Appelman2016-01-291-0/+114
|
* Add files_external:export commandRobin Appelman2016-01-182-19/+83
|
* Merge pull request #21392 from owncloud/files_external-importThomas Müller2016-01-132-0/+237
|\ | | | | Add import command for files external
| * Add import command for files externalRobin Appelman2016-01-112-0/+237
| |
* | Merge pull request #21663 from owncloud/occ-external-mountpointThomas Müller2016-01-131-2/+10
|\ \ | | | | | | allow setting mountpoint with occ files_external:config
| * | allow setting mountpoint with occ files_external:configRobin Appelman2016-01-121-2/+10
| |/
* / Happy new year!Thomas Müller2016-01-123-3/+3
|/
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-071-1/+0
| | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* return non 0 status code in case of missing mountRobin Appelman2015-12-011-1/+1
|
* Add command to set mount options for external storagesRobin Appelman2015-12-012-9/+92
|
* Add command to get and set config for external mountsRobin Appelman2015-12-011-0/+114
|
* language fixesRobin Appelman2015-11-231-2/+2
|
* truncate long values on defaultRobin Appelman2015-11-231-1/+17
|
* hide passwords and secrets on defaultRobin Appelman2015-11-231-0/+18
|
* use common --output optionRobin Appelman2015-11-231-7/+11
|
* Add files_external:list command to list configured external storagesRobin Appelman2015-11-231-0/+193