Automated changelog update [skip ci]
This commit is contained in:
+48
-18
@@ -7,12 +7,15 @@ The following sections list the changes for ocis-proxy unreleased.
|
||||
## Summary
|
||||
|
||||
* Bugfix - Provide token configuration from config: [#69](https://github.com/owncloud/ocis-proxy/pull/69)
|
||||
* Bugfix - Provide token configuration from config: [#76](https://github.com/owncloud/ocis-proxy/pull/76)
|
||||
* Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#78](https://github.com/owncloud/ocis-proxy/pull/78)
|
||||
* Change - Add OIDC config flags: [#66](https://github.com/owncloud/ocis-proxy/pull/66)
|
||||
* Change - Mint new username property in the reva token: [#62](https://github.com/owncloud/ocis-proxy/pull/62)
|
||||
* Enhancement - Add Accounts UI routes: [#65](https://github.com/owncloud/ocis-proxy/pull/65)
|
||||
* Enhancement - Add option to disable TLS: [#71](https://github.com/owncloud/ocis-proxy/issues/71)
|
||||
* Enhancement - Only send create home request if an account has been migrated: [#52](https://github.com/owncloud/ocis-proxy/issues/52)
|
||||
* Enhancement - Create a root span on proxy that propagates down to consumers: [#64](https://github.com/owncloud/ocis-proxy/pull/64)
|
||||
* Enhancement - Support signed URLs: [#73](https://github.com/owncloud/ocis-proxy/issues/73)
|
||||
|
||||
## Details
|
||||
|
||||
@@ -24,6 +27,21 @@ The following sections list the changes for ocis-proxy unreleased.
|
||||
https://github.com/owncloud/ocis-proxy/pull/69
|
||||
|
||||
|
||||
* Bugfix - Provide token configuration from config: [#76](https://github.com/owncloud/ocis-proxy/pull/76)
|
||||
|
||||
Fixed a bug that causes the createHome middleware to crash if the createHome response has no
|
||||
Status set
|
||||
|
||||
https://github.com/owncloud/ocis-proxy/pull/76
|
||||
|
||||
|
||||
* Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#78](https://github.com/owncloud/ocis-proxy/pull/78)
|
||||
|
||||
ARM builds were failing when built on alpine:edge, so we switched to alpine:latest instead.
|
||||
|
||||
https://github.com/owncloud/ocis-proxy/pull/78
|
||||
|
||||
|
||||
* Change - Add OIDC config flags: [#66](https://github.com/owncloud/ocis-proxy/pull/66)
|
||||
|
||||
To authenticate requests with an oidc provider we added two environment variables: -
|
||||
@@ -79,6 +97,18 @@ The following sections list the changes for ocis-proxy unreleased.
|
||||
|
||||
https://github.com/owncloud/ocis-proxy/pull/64
|
||||
|
||||
|
||||
* Enhancement - Support signed URLs: [#73](https://github.com/owncloud/ocis-proxy/issues/73)
|
||||
|
||||
We added a middleware that verifies signed urls as generated by the owncloud-sdk. This allows
|
||||
directly downloading large files with browsers instead of using `blob://` urls, which eats
|
||||
memory ...
|
||||
|
||||
https://github.com/owncloud/ocis-proxy/issues/73
|
||||
https://github.com/owncloud/ocis-proxy/pull/75
|
||||
https://github.com/owncloud/ocis-ocs/pull/18
|
||||
https://github.com/owncloud/owncloud-sdk/pull/504
|
||||
|
||||
# Changelog for [0.4.0] (2020-06-25)
|
||||
|
||||
The following sections list the changes for ocis-proxy 0.4.0.
|
||||
@@ -202,7 +232,7 @@ The following sections list the changes for ocis-proxy 0.3.1.
|
||||
|
||||
The following sections list the changes for ocis-proxy 0.3.0.
|
||||
|
||||
[0.3.0]: https://github.com/owncloud/ocis-proxy/compare/v0.2.0...v0.3.0
|
||||
[0.3.0]: https://github.com/owncloud/ocis-proxy/compare/v0.2.1...v0.3.0
|
||||
|
||||
## Summary
|
||||
|
||||
@@ -236,11 +266,27 @@ The following sections list the changes for ocis-proxy 0.3.0.
|
||||
|
||||
https://github.com/owncloud/ocis-proxy/issues/4
|
||||
|
||||
# Changelog for [0.2.1] (2020-03-25)
|
||||
|
||||
The following sections list the changes for ocis-proxy 0.2.1.
|
||||
|
||||
[0.2.1]: https://github.com/owncloud/ocis-proxy/compare/v0.2.0...v0.2.1
|
||||
|
||||
## Summary
|
||||
|
||||
* Bugfix - Set TLS-Certificate correctly: [#25](https://github.com/owncloud/ocis-proxy/pull/25)
|
||||
|
||||
## Details
|
||||
|
||||
* Bugfix - Set TLS-Certificate correctly: [#25](https://github.com/owncloud/ocis-proxy/pull/25)
|
||||
|
||||
https://github.com/owncloud/ocis-proxy/pull/25
|
||||
|
||||
# Changelog for [0.2.0] (2020-03-25)
|
||||
|
||||
The following sections list the changes for ocis-proxy 0.2.0.
|
||||
|
||||
[0.2.0]: https://github.com/owncloud/ocis-proxy/compare/v0.2.1...v0.2.0
|
||||
[0.2.0]: https://github.com/owncloud/ocis-proxy/compare/v0.1.0...v0.2.0
|
||||
|
||||
## Summary
|
||||
|
||||
@@ -271,22 +317,6 @@ The following sections list the changes for ocis-proxy 0.2.0.
|
||||
|
||||
https://github.com/owncloud/ocis-proxy/pull/14
|
||||
|
||||
# Changelog for [0.2.1] (2020-03-25)
|
||||
|
||||
The following sections list the changes for ocis-proxy 0.2.1.
|
||||
|
||||
[0.2.1]: https://github.com/owncloud/ocis-proxy/compare/v0.1.0...v0.2.1
|
||||
|
||||
## Summary
|
||||
|
||||
* Bugfix - Set TLS-Certificate correctly: [#25](https://github.com/owncloud/ocis-proxy/pull/25)
|
||||
|
||||
## Details
|
||||
|
||||
* Bugfix - Set TLS-Certificate correctly: [#25](https://github.com/owncloud/ocis-proxy/pull/25)
|
||||
|
||||
https://github.com/owncloud/ocis-proxy/pull/25
|
||||
|
||||
# Changelog for [0.1.0] (2020-03-18)
|
||||
|
||||
The following sections list the changes for ocis-proxy 0.1.0.
|
||||
|
||||
Reference in New Issue
Block a user