-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend AppRegistry and AppProvider (#2067)
- Loading branch information
Showing
11 changed files
with
236 additions
and
73 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,8 @@ | ||
Enhancement: UI improvements for the AppProviders | ||
|
||
Mime types and their friendly names are now handled in | ||
the /app/list HTTP endpoint, and an additional /app/new | ||
endpoint is made available to create new files for apps. | ||
|
||
https://github.com/cs3org/cs3apis/pull/145 | ||
https://github.com/cs3org/reva/pull/2067 |
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
18 changes: 18 additions & 0 deletions
18
docs/content/en/docs/config/packages/user/manager/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: UserManagerConfig_ | ||
|
||
{{% dir name="endpoint" type="string" default="" %}} | ||
The Nextcloud backend endpoint for user management [[Ref]](https://github.com/cs3org/reva/tree/master/pkg/user/manager/nextcloud/nextcloud.go#L51) | ||
{{< highlight toml >}} | ||
[user.manager.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
Oops, something went wrong.