Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Latest commit

 

History

History
151 lines (80 loc) · 5.66 KB

CHANGELOG.md

File metadata and controls

151 lines (80 loc) · 5.66 KB

Changelog for 0.3.2 (2020-07-23)

The following sections list the changes in ocis-konnectd 0.3.2.

Summary

  • Bugfix - Add silent redirect url: #69
  • Bugfix - Build docker images with alpine:latest instead of alpine:edge: #71

Details

  • Bugfix - Add silent redirect url: #69

    Adds the oidc-silent-redirect.html phoenix uses to silently refresh access tokens to the default identifier-registration.yml

    #69 #70

  • Bugfix - Build docker images with alpine:latest instead of alpine:edge: #71

    ARM builds were failing when built on alpine:edge, so we switched to alpine:latest instead.

    #71

Changelog for 0.3.1 (2020-04-14)

The following sections list the changes in ocis-konnectd 0.3.1.

Summary

  • Bugfix - Include the assets for #62: #64

Details

  • Bugfix - Include the assets for #62: #64

    PR 62 introduced new client names. These assets needs to be generated in the embed.go file.

    #64

Changelog for 0.3.0 (2020-04-14)

The following sections list the changes in ocis-konnectd 0.3.0.

Summary

  • Bugfix - Redirect to the provided uri: #26
  • Change - Add a trailing slash to trusted redirect uris: #26
  • Change - Improve client identifiers for end users: #62
  • Enhancement - Use upstream version of konnect library: #14

Details

  • Bugfix - Redirect to the provided uri: #26

    The phoenix client was not set as trusted therefore when logging out the user was redirected to a default page instead of the provided url.

    #26

  • Change - Add a trailing slash to trusted redirect uris: #26

    Phoenix changed the redirect uri to <baseUrl>#/login that means it will contain a trailing slash after the base url.

    #26

  • Change - Improve client identifiers for end users: #62

    Improved end user facing client names in default identifier-registration.yaml

    #62

  • Enhancement - Use upstream version of konnect library: #14

    owncloud/product#14

Changelog for 0.2.0 (2020-03-18)

The following sections list the changes in ocis-konnectd 0.2.0.

Summary

  • Enhancement - Change default config for single-binary: #55

Details

  • Enhancement - Change default config for single-binary: #55

    #55

Changelog for 0.1.0 (2020-03-18)

The following sections list the changes in ocis-konnectd 0.1.0.

Summary

  • Bugfix - Generate a random CSP-Nonce in the webapp: #17
  • Change - Dummy index.html is not required anymore by upstream: #25
  • Change - Initial release of basic version: #1
  • Change - Use glauth as ldap backend, default to running behind ocis-proxy: #52

Details

  • Bugfix - Generate a random CSP-Nonce in the webapp: #17

    #17 #29

  • Change - Dummy index.html is not required anymore by upstream: #25

    The workaround was required as identifier webapp was mandatory, but we serve it from memory. This also introduces --disable-identifier-webapp flag.

    #25

  • Change - Initial release of basic version: #1

    Just prepare an initial basic version to serve konnectd embedded into our microservice infrastructure in the scope of the ownCloud Infinite Scale project.

    #1

  • Change - Use glauth as ldap backend, default to running behind ocis-proxy: #52

    We changed the default configuration to integrate better with ocis.

    The default ldap port changes to 9125, which is used by ocis-glauth and we use ocis-proxy to do the tls offloading. Clients are supposed to use the ocis-proxy endpoint https://localhost:9200

    #52