1. 03 Mar, 2016 2 commits
  2. 02 Mar, 2016 5 commits
  3. 01 Mar, 2016 5 commits
  4. 29 Feb, 2016 2 commits
  5. 26 Feb, 2016 1 commit
    • Rubén Soleto Buenvarón's avatar
      add support for resend an invite email · 81568708
      Rubén Soleto Buenvarón authored
      This change solves the User's API problem when you want to create an user that its email hasn't been verified yet but it exist.
      At now, you can resend invitation email using endpoint /users/{id}/resend-invitation
      
      Fixes #184
      81568708
  6. 25 Feb, 2016 4 commits
  7. 24 Feb, 2016 2 commits
  8. 23 Feb, 2016 2 commits
  9. 20 Feb, 2016 1 commit
  10. 19 Feb, 2016 1 commit
  11. 18 Feb, 2016 3 commits
  12. 17 Feb, 2016 3 commits
  13. 16 Feb, 2016 3 commits
  14. 14 Feb, 2016 1 commit
    • Frode Nordahl's avatar
      Get DN from entry, not entryDN attribute · 508c24b1
      Frode Nordahl authored
      Not all LDAP servers have entryDN available as an attribute. Reading up on
      https://tools.ietf.org/html/rfc5020 tells me that entryDN is intended for
      making the DN available for attribute value assertions. Thus it is not
      mandatory for a LDAP server to make it available as an retrievable
      attribute.
      
      The DN is always a part of the entry returned in a search result, just use
      it.
      
      Fixes #314
      508c24b1
  15. 12 Feb, 2016 5 commits