mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-24 16:41:35 -04:00
default to Collabora
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
@@ -2,4 +2,5 @@ Enhancement: add secureview flag when listing apps via http
|
||||
|
||||
To allow clients to see which application supports secure view we add a flag to the http response when the app name matches a configured secure view app. The app can be configured by setting `FRONTEND_APP_HANDLER_SECURE_VIEW_APP` to the name of the app registered as a CS3 app provider.
|
||||
|
||||
https://github.com/owncloud/ocis/pull/9280
|
||||
https://github.com/owncloud/ocis/pull/9277
|
||||
|
||||
@@ -21,8 +21,8 @@ func DefaultConfig() *config.Config {
|
||||
Name: "collaboration",
|
||||
},
|
||||
App: config.App{
|
||||
Name: "Collabora Online",
|
||||
Description: "Open office documents with Collabora Online",
|
||||
Name: "Collabora",
|
||||
Description: "Open office documents with Collabora",
|
||||
Icon: "image-edit",
|
||||
LockName: "com.github.owncloud.collaboration",
|
||||
},
|
||||
|
||||
@@ -94,7 +94,7 @@ func DefaultConfig() *config.Config {
|
||||
},
|
||||
AppHandler: config.AppHandler{
|
||||
Prefix: "app",
|
||||
SecureViewApp: "Collabora Online",
|
||||
SecureViewApp: "Collabora",
|
||||
},
|
||||
Archiver: config.Archiver{
|
||||
Insecure: false,
|
||||
|
||||
Reference in New Issue
Block a user