1. 06 Apr, 2016 1 commit
    • Eric Chiang's avatar
      *: load password infos from users file in no-db mode not connectors · ac73d3cd
      Eric Chiang authored
      In --no-db mode, load passwords from the users file instead of the
      connectors file. This allows us to remove the password infos field
      from the local connector and stop loading them during connector
      registration, a case that was causing panics when using a real
      database (see #286).
      
      Fixes #286
      Closes #340
      ac73d3cd
  2. 17 Mar, 2016 3 commits
  3. 14 Mar, 2016 3 commits
  4. 10 Mar, 2016 1 commit
  5. 09 Mar, 2016 7 commits
  6. 03 Mar, 2016 6 commits
  7. 02 Mar, 2016 5 commits
  8. 01 Mar, 2016 5 commits
  9. 29 Feb, 2016 3 commits
  10. 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
  11. 25 Feb, 2016 5 commits