summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Expand)AuthorAgeFilesLines
...
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-12-062-0/+2
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-12-058-0/+12
| |_|/ |/| |
* | | db config backend for files_externalRobin Appelman2015-12-0418-951/+1614
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-12-046-0/+10
| |/ |/|
* | Fix duplicate use in storage controllerJesús Macias2015-12-031-1/+0
* | Migrate storate status code to storagenotavailablexceptionJesús Macias2015-12-033-11/+9
* | Fix code from PR commentsJesús Macias2015-12-031-21/+1
* | Change exception catch orderJesús Macias2015-12-031-5/+5
* | Delete unnecessary storage status constansJesús Macias2015-12-031-4/+0
* | Add new external storage exceptions for different errorsJesús Macias2015-12-031-38/+24
* | Add different storage status codes managed by StoragedNotAvailableExceptionJesús Macias2015-12-032-4/+42
* | Merge pull request #20875 from owncloud/remove-changepropagatorThomas Müller2015-12-024-524/+0
|\ \
| * | remove old propagation logicRobin Appelman2015-12-014-524/+0
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-12-022-0/+4
|/ /
* | 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-014-10/+114
* | Add command to get and set config for external mountsRobin Appelman2015-12-012-0/+116
* | Adjust patchesThomas Müller2015-11-301-4/+4
* | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-11-303-3/+3
* | Merge pull request #20837 from owncloud/fix-mountoptions-dropdownThomas Müller2015-11-301-1/+0
|\ \
| * | Fix ext storage mount options dropdownVincent Petry2015-11-301-1/+0
* | | Add DB group to some files_external testsThomas Müller2015-11-303-0/+21
* | | External storage tests require DB as wellThomas Müller2015-11-3010-0/+70
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2015-11-302-0/+2
* | [tx-robot] updated from transifexJenkins for ownCloud2015-11-292-0/+2
* | Fix some PHPDocsLukas Reschke2015-11-281-4/+5
* | [tx-robot] updated from transifexJenkins for ownCloud2015-11-282-0/+18
* | [tx-robot] updated from transifexJenkins for ownCloud2015-11-278-2/+8
* | Merge pull request #20707 from owncloud/files_external_table_statusThomas Müller2015-11-261-1/+7
|\ \
| * | Fix status icon styling for external storagesRobin Appelman2015-11-241-1/+7
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-268-0/+10
* | | Merge pull request #20712 from owncloud/replace-netcat-phpThomas Müller2015-11-258-81/+71
|\ \ \
| * | | Replace shitty netcat use with dedicated PHP scriptRobin McCorkell2015-11-248-81/+71
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-25102-120/+120
|/ / /
* | | Merge pull request #18999 from owncloud/ext-config-listadminThomas Müller2015-11-249-220/+377
|\ \ \ | |/ / |/| |
| * | Defer initialisation of data until after complete constructionRobin McCorkell2015-11-222-22/+39
| * | Clear highlight on RSA public key generationRobin McCorkell2015-11-211-1/+1
| * | Only set value if it exists in the StorageConfigRobin McCorkell2015-11-211-2/+5
| * | Reset mountpoint input field when creating new mountRobin McCorkell2015-11-211-0/+1
| * | Fix JS unit testsRobin McCorkell2015-11-212-4/+6
| * | Fix external storage priority logicRobin McCorkell2015-11-211-1/+1
| * | Load applicable users/groups correctlyRobin McCorkell2015-11-211-0/+13
| * | Display applicable global storages in personal mount listRobin McCorkell2015-11-216-57/+187
| * | Render external storages list in JSRobin McCorkell2015-11-213-149/+140
* | | Merge pull request #20574 from owncloud/files_external_list_commandRobin Appelman2015-11-242-0/+265
|\ \ \
| * | | 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-232-0/+227