Skip to content

Releases: tidepool-org/hydrophone

signup confirmation

21 Jan 09:22
Compare
Choose a tag to compare

Updates

  • include signup confirmation flow

Fix errors on invitations

13 Jan 19:22
Compare
Choose a tag to compare

Adding in fixes for a bug that broke tests in platform-client; improved error handling and logging.

v0.2.1

13 Nov 04:30
Compare
Choose a tag to compare

Updates

  • Allow for password reset confirmations to be sent and acted on

v0.1.5

31 Oct 00:05
Compare
Choose a tag to compare

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

27 Oct 21:36
Compare
Choose a tag to compare

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

17 Oct 00:07
Compare
Choose a tag to compare

Changes based on testing

  • check rights the user is being given when invited to join the team.
  • we now test on the number of existing invites rather than if there are or are not any.

v0.1.1

15 Oct 02:03
Compare
Choose a tag to compare

Notifications

Initial release of notifications service with basic functionality based around invites

  • Send an invite
  • Accept an invite
  • Dismiss an invite
  • Cancel an invite
  • Get invites sent to me
  • See invites I have sent

v0.0.12

14 Oct 01:12
Compare
Choose a tag to compare
v0.0.12 Pre-release
Pre-release

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

13 Oct 10:15
Compare
Choose a tag to compare
v0.0.11 Pre-release
Pre-release
  • 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."}

v0.0.10

10 Oct 02:03
Compare
Choose a tag to compare
v0.0.10 Pre-release
Pre-release

Allow new signup to get their invites