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

0.3.0

Compare
Choose a tag to compare
@ownclouders ownclouders released this 27 Aug 09:19
· 23 commits to master since this release

Changes in 0.3.0

Summary

  • Bugfix - Mimic oc10 user enabled as string in provisioning api: #39
  • Bugfix - Use opaque ID of a user for signing keys: #436
  • Enhancement - Add option to create user with uidnumber and gidnumber: #34

Details

  • Bugfix - Mimic oc10 user enabled as string in provisioning api: #39

    The oc10 user provisioning API uses a string for the boolean enabled flag. 😭

    #39

  • Bugfix - Use opaque ID of a user for signing keys: #436

    OCIS switched from user the user's opaque ID (UUID) everywhere, so to keep compatible we have
    adjusted the signing keys endpoint to also use the UUID when storing and generating the keys.

    owncloud/ocis#436
    #32

  • Enhancement - Add option to create user with uidnumber and gidnumber: #34

    We have added an option to pass uidnumber and gidnumber to the ocis api while creating a new user

    #34