forked from cs3org/reva
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed public link paths + OCM users in WOPI driver (cs3org#3694)
* Fixed public link paths in wopi driver following frontend updates * added changelog * Extended changelog * Decorate friendly name in case of OCM users * wopi: introduced a usertype parameter on the open call * Support OCM shares as well on wopi apps * Updated docs
- Loading branch information
Showing
10 changed files
with
152 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Bugfix: updated public links URLs and users' display names in WOPI apps | ||
|
||
Public links have changed in the frontend and are reflected in folderurl | ||
query parameter. Additionally, OCM shares are supported for the folderurl | ||
and OCM users are decorated with their ID provider. | ||
|
||
https://github.com/cs3org/reva/pull/3694 |
18 changes: 18 additions & 0 deletions
18
docs/content/en/docs/config/grpc/services/ocminvitemanager/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: "ocminvitemanager" | ||
linkTitle: "ocminvitemanager" | ||
weight: 10 | ||
description: > | ||
Configuration for the ocminvitemanager service | ||
--- | ||
|
||
# _struct: config_ | ||
|
||
{{% dir name="provider_domain" type="string" default="The same domain registered in the provider authorizer" %}} | ||
[[Ref]](https://github.com/cs3org/reva/tree/master/internal/grpc/services/ocminvitemanager/ocminvitemanager.go#L55) | ||
{{< highlight toml >}} | ||
[grpc.services.ocminvitemanager] | ||
provider_domain = "The same domain registered in the provider authorizer" | ||
{{< /highlight >}} | ||
{{% /dir %}} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
docs/content/en/docs/config/packages/ocm/share/repository/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: "repository" | ||
linkTitle: "repository" | ||
weight: 10 | ||
description: > | ||
Configuration for the repository service | ||
--- |
18 changes: 18 additions & 0 deletions
18
docs/content/en/docs/config/packages/ocm/share/repository/nextcloud/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: "nextcloud" | ||
linkTitle: "nextcloud" | ||
weight: 10 | ||
description: > | ||
Configuration for the nextcloud service | ||
--- | ||
|
||
# _struct: ShareManagerConfig_ | ||
|
||
{{% dir name="endpoint" type="string" default="" %}} | ||
The Nextcloud backend endpoint for user check [[Ref]](https://github.com/cs3org/reva/tree/master/pkg/ocm/share/repository/nextcloud/nextcloud.go#L60) | ||
{{< highlight toml >}} | ||
[ocm.share.repository.nextcloud] | ||
endpoint = "" | ||
{{< /highlight >}} | ||
{{% /dir %}} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters