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

0.5.0

Latest
Compare
Choose a tag to compare
@ownclouders ownclouders released this 24 Jul 12:14
· 16 commits to master since this release
v0.5.0

Changes in 0.5.0

Summary

  • Bugfix - Ignore case when comparing objectclass values: #26
  • Bugfix - Build docker images with alpine:latest instead of alpine:edge: #24
  • Enhancement - Handle ownCloudUUID attribute: #27
  • Enhancement - Implement group queries: #22

Details

  • Bugfix - Ignore case when comparing objectclass values: #26

    The LDAP equality comparison is specified as case insensitive. We fixed the comparison for
    objectclass properties.

    #26

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

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

    #24

  • Enhancement - Handle ownCloudUUID attribute: #27

    Clients can now query an accounts immutable id by using the new ownCloudUUID
    attribute
    .

    #27

  • Enhancement - Implement group queries: #22

    Refactored the handler and implemented group queries.

    #22
    #23