Skip to content

Commit

Permalink
changelog: add
Browse files Browse the repository at this point in the history
  • Loading branch information
labkode committed Sep 13, 2021
1 parent d9096c1 commit 3e1ad2a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
8 changes: 8 additions & 0 deletions changelog/unreleased/fix-zero-file-size.md
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
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 %}}

0 comments on commit 3e1ad2a

Please sign in to comment.