-
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.
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 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 @@ | ||
Bugfix: Fix uploads of empty files | ||
|
||
This change fixes upload of empty files. | ||
Previously this was broken and only worked for the | ||
owncloud filesystem as it bypasses the semantics of the | ||
InitiateFileUpload call to touch a local file. | ||
|
||
https://github.com/cs3org/reva/pull/2055 |
18 changes: 18 additions & 0 deletions
18
docs/content/en/docs/config/packages/auth/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: config_ | ||
|
||
{{% dir name="endpoint" type="string" default="" %}} | ||
The Nextcloud backend endpoint for user check [[Ref]](https://github.com/cs3org/reva/tree/master/pkg/auth/manager/nextcloud/nextcloud.go#L48) | ||
{{< highlight toml >}} | ||
[auth.manager.nextcloud] | ||
endpoint = "" | ||
{{< /highlight >}} | ||
{{% /dir %}} | ||
|