mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-24 16:41:35 -04:00
change: set capability favorites to false, for unadjusted clients (#2731)
* change: introduce new capability favorites_v2 * change: omit not needed favorites_v2 capability * bump web commit id * skip favorite test --------- Co-authored-by: v.scharf <v.scharf@opencloud.eu>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# The test runner source for UI tests
|
||||
WEB_COMMITID=86cc6c0119bf551619699ae80d43a9be4fe3aae2
|
||||
WEB_COMMITID=909f9915b39cb736467d02a9afdc7e9bfa99de53
|
||||
WEB_BRANCH=main
|
||||
|
||||
|
||||
@@ -371,7 +371,7 @@ config = {
|
||||
"skip": False,
|
||||
"suites": [
|
||||
"user-settings",
|
||||
"file-action",
|
||||
#"fileaction",
|
||||
"embed",
|
||||
],
|
||||
},
|
||||
|
||||
@@ -63,7 +63,7 @@ func FrontendConfigFromStruct(cfg *config.Config, logger log.Logger) (map[string
|
||||
"tags": true,
|
||||
"archivers": archivers,
|
||||
"app_providers": appProviders,
|
||||
"favorites": true,
|
||||
"favorites": false,
|
||||
"full_text_search": cfg.FullTextSearch,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user