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

0.4.1

Latest
Compare
Choose a tag to compare
@kulmann kulmann released this 27 Aug 10:48
· 127 commits to master since this release

Changes in 0.4.1

Summary

  • Bugfix - Adapting to new settings API for fetching roles: #96
  • Change - Create account api-call implicitly adds "default-user" role: #173

Details

  • Bugfix - Adapting to new settings API for fetching roles: #96

    We fixed the usage of the ocis-settings endpoint for fetching roles.

    #96

  • Change - Create account api-call implicitly adds "default-user" role: #173

    When calling CreateAccount default-user-role is implicitly added.

    owncloud/product#173