mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-23 21:19:18 -06:00
Automated changelog update [skip ci]
This commit is contained in:
32
CHANGELOG.md
32
CHANGELOG.md
@@ -1,20 +1,18 @@
|
||||
# Changelog for [unreleased] (UNRELEASED)
|
||||
|
||||
The following sections list the changes for unreleased.
|
||||
# Changes in unreleased
|
||||
|
||||
## Summary
|
||||
|
||||
* Bugfix #75: Set correct flag type in the flagsets
|
||||
* Bugfix #68: Allow different namespaces for /webdav and /dav/files
|
||||
* Change #68: Use /home as default namespace
|
||||
* Change #1: Initial release of basic version
|
||||
* Change #6: Start multiple services with dedicated commands
|
||||
* Change #89: Storage providers now default to exposing data servers
|
||||
* Enhancement #87: Expose owncloud storage driver config in flagset
|
||||
* Bugfix - Set correct flag type in the flagsets: [#75](https://github.com/owncloud/ocis-reva/issues/75)
|
||||
* Bugfix - Allow different namespaces for /webdav and /dav/files: [#68](https://github.com/owncloud/ocis-reva/pull/68)
|
||||
* Change - Use /home as default namespace: [#68](https://github.com/owncloud/ocis-reva/pull/68)
|
||||
* Change - Initial release of basic version: [#1](https://github.com/owncloud/ocis-reva/issues/1)
|
||||
* Change - Start multiple services with dedicated commands: [#6](https://github.com/owncloud/ocis-reva/issues/6)
|
||||
* Change - Storage providers now default to exposing data servers: [#89](https://github.com/owncloud/ocis-reva/issues/89)
|
||||
* Enhancement - Expose owncloud storage driver config in flagset: [#87](https://github.com/owncloud/ocis-reva/issues/87)
|
||||
|
||||
## Details
|
||||
|
||||
* Bugfix #75: Set correct flag type in the flagsets
|
||||
* Bugfix - Set correct flag type in the flagsets: [#75](https://github.com/owncloud/ocis-reva/issues/75)
|
||||
|
||||
While upgrading to the micro/cli version 2 there where two instances of `StringFlag` which had
|
||||
not been changed to `StringSliceFlag`. This caused `ocis-reva users` and `ocis-reva
|
||||
@@ -24,7 +22,7 @@ The following sections list the changes for unreleased.
|
||||
https://github.com/owncloud/ocis-reva/pull/76
|
||||
|
||||
|
||||
* Bugfix #68: Allow different namespaces for /webdav and /dav/files
|
||||
* Bugfix - Allow different namespaces for /webdav and /dav/files: [#68](https://github.com/owncloud/ocis-reva/pull/68)
|
||||
|
||||
After fbf131c the path for the "new" webdav path does not contain a username
|
||||
`/remote.php/dav/files/textfile0.txt`. It used to be
|
||||
@@ -45,7 +43,7 @@ The following sections list the changes for unreleased.
|
||||
related:
|
||||
|
||||
|
||||
* Change #68: Use /home as default namespace
|
||||
* Change - Use /home as default namespace: [#68](https://github.com/owncloud/ocis-reva/pull/68)
|
||||
|
||||
Currently, cross storage etag propagation is not yet implemented, which prevents the desktop
|
||||
client from detecting changes via the PROPFIND to /. / is managed by the root storage provider
|
||||
@@ -65,7 +63,7 @@ The following sections list the changes for unreleased.
|
||||
https://github.com/owncloud/ocis-reva/pull/68
|
||||
|
||||
|
||||
* Change #1: Initial release of basic version
|
||||
* Change - Initial release of basic version: [#1](https://github.com/owncloud/ocis-reva/issues/1)
|
||||
|
||||
Just prepared an initial basic version to start a reva server and start integrating with the
|
||||
go-micro base dextension framework of ownCloud Infinite Scale.
|
||||
@@ -73,7 +71,7 @@ The following sections list the changes for unreleased.
|
||||
https://github.com/owncloud/ocis-reva/issues/1
|
||||
|
||||
|
||||
* Change #6: Start multiple services with dedicated commands
|
||||
* Change - Start multiple services with dedicated commands: [#6](https://github.com/owncloud/ocis-reva/issues/6)
|
||||
|
||||
The initial version would only allow us to use a set of reva configurations to start multiple
|
||||
services. We use a more opinionated set of commands to start dedicated services that allows us
|
||||
@@ -83,7 +81,7 @@ The following sections list the changes for unreleased.
|
||||
https://github.com/owncloud/ocis-reva/issues/6
|
||||
|
||||
|
||||
* Change #89: Storage providers now default to exposing data servers
|
||||
* Change - Storage providers now default to exposing data servers: [#89](https://github.com/owncloud/ocis-reva/issues/89)
|
||||
|
||||
The flags that let reva storage providers announce that they expose a data server now defaults
|
||||
to true:
|
||||
@@ -93,7 +91,7 @@ The following sections list the changes for unreleased.
|
||||
https://github.com/owncloud/ocis-reva/issues/89
|
||||
|
||||
|
||||
* Enhancement #87: Expose owncloud storage driver config in flagset
|
||||
* Enhancement - Expose owncloud storage driver config in flagset: [#87](https://github.com/owncloud/ocis-reva/issues/87)
|
||||
|
||||
Three new flags are now available:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user