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:
Alex
2026-05-13 13:22:23 +02:00
committed by GitHub
parent 8b48501082
commit d831a1caae
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# The test runner source for UI tests
WEB_COMMITID=86cc6c0119bf551619699ae80d43a9be4fe3aae2
WEB_COMMITID=909f9915b39cb736467d02a9afdc7e9bfa99de53
WEB_BRANCH=main

View File

@@ -371,7 +371,7 @@ config = {
"skip": False,
"suites": [
"user-settings",
"file-action",
#"fileaction",
"embed",
],
},

View File

@@ -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,
}