Refactor groupware service after ADR decision on the Groupware API

* after having decided that the Groupware API should be a standalone
   independent custom REST API that is using JMAP data models as much as
   possible,
 * removed Groupware APIs from the Graph service
 * moved Groupware implementation to the Groupware service, and
   refactored a few things accordingly
This commit is contained in:
Pascal Bleser
2025-07-25 15:19:46 +02:00
parent 8bb4ad056d
commit 0247c28d58
25 changed files with 861 additions and 763 deletions
@@ -292,9 +292,8 @@ func DefaultPolicies() []config.Policy {
SkipXAccessToken: true,
},
{
Endpoint: "/groupware",
Service: "eu.opencloud.web.groupware",
Unprotected: true,
Endpoint: "/groupware",
Service: "eu.opencloud.web.groupware",
},
{
Endpoint: "/auth",