Merge pull request #5700 from owncloud/invitations

Invitations service
This commit is contained in:
kobergj
2023-03-28 15:27:56 +02:00
committed by GitHub
46 changed files with 1900 additions and 0 deletions
@@ -219,6 +219,10 @@ func DefaultPolicies() []config.Policy {
Endpoint: "/app/", // /app or /apps? ocdav only handles /apps
Service: "com.owncloud.web.frontend",
},
{
Endpoint: "/graph/v1.0/invitations",
Service: "com.owncloud.graph.invitations",
},
{
Endpoint: "/graph/",
Service: "com.owncloud.graph.graph",