change: remove the settings ui

ownCloud Web recently transitioned to Vue3. The settings ui is still
written in Vue2. Since it's pretty much unused we won't take the efforts
of upgrading it to Vue3.
This commit is contained in:
Benedikt Kulmann
2023-01-26 21:52:45 +01:00
parent 9bcb6c1c1d
commit 8c033e1936
41 changed files with 17 additions and 11672 deletions

View File

@@ -193,11 +193,6 @@ func DefaultPolicies() []config.Policy {
Endpoint: "/api/v0/settings",
Service: "com.owncloud.web.settings",
},
{
Endpoint: "/settings.js",
Service: "com.owncloud.web.settings",
Unprotected: true,
},
},
},
}