Releases: tidepool-org/hydrophone
Releases · tidepool-org/hydrophone
signup confirmation
Updates
- include signup confirmation flow
Fix errors on invitations
Adding in fixes for a bug that broke tests in platform-client; improved error handling and logging.
v0.2.1
v0.1.5
Updates
- The change allows us to have a configurable invite 'timeout' period during which you cannot re-invite someone. This allows for the situation where you have removed someone form you team but want to re-invite them at a later stage while discouraging 'spamming' of invites were you just keep inviting someone multiple times
v0.1.4
Updates
- find confirmations that are between an inviter and invitee's email. (resolves https://trello.com/c/qND9ElUl)
- simplify find confirmations now that we don't have unsecured endpoint
v0.1.2
v0.1.1
v0.0.12
Updates
- merged changes from branch for accessing invite previews that you have the key for (still under discussion)
- internal changes so that api will be split into function (invitation, passwords ...) for long term maintainability
- adding some documentation for api end-points
v0.0.11
- invite preview has creator attached
{"key":"KxRVtnkz9EuHZ-tsFyNCsMKvP8hEuFyW",
"email":"jamie@test.org",
"permissions":{"note":{},"view":{}},
"creator":{"id":"dd52d60288","fullName":"jamie"},
"created":"2014-10-13T23:11:28.326+13:00"}
- return error content when applicable in format of
{"Code":500,"Reason":"Error trying to find invite."}