Skip to content

Releases: tidepool-org/seagull

v0.7.0

08 May 06:38
Compare
Choose a tag to compare
  • Security update

v0.6.0

24 Apr 00:30
Compare
Choose a tag to compare

Update unified user API to include settings

See trello for full details https://trello.com/c/OeKFIBS2

Response Body

GET /metadata/users/{userid}/users

now will optionally include "settings": {...} and "preferences":{...} if they exist for a users account

[{
  "userid": "2102956785",
  "profile": {"fullName": "412", "patient": {"birthday": "2000-01-01"}},
  "trustorPermissions": {"custodian": {}, "upload": {}, "view": {}},
  "settings": {...},
  “preferences”:{...},
},
…
{
  "userid": "8aad8a1e53", 
  "profile": {"fullName": "192", "patient": {"birthday": "2000-01-01"}},
  "trustorPermissions": {"custodian": {}, "upload": {}, "view": {}},
  "settings": {...},
}]

v0.4.1

07 Apr 00:09
Compare
Choose a tag to compare
  • Remove unnecessary seagull metrics

v0.4.0

01 Mar 01:54
Compare
Choose a tag to compare
  • Metadata id from user id, not private meta id
  • Remove getMetaPair
  • Synchronize data and collection names between localhost and deployed
  • Allow failures on stable build in Travis

v0.3.0

06 Jun 20:50
Compare
Choose a tag to compare
  • Use amoeba v0.4.0
  • Add async v0.9.0 and update to lodash v3.10.1
  • Use common permissions checks from amoeba
  • Refactor permission checks out of getMetaPair
  • Add unified getUsers API at /users/:userid/users

v0.2.2-dragster

04 Feb 21:59
Compare
Choose a tag to compare
v0.2.2-dragster Pre-release
Pre-release
some test updates

v0.2.1-dragster

04 Feb 02:33
Compare
Choose a tag to compare
v0.2.1-dragster Pre-release
Pre-release
fix logic for checking if we are their team

v0.2.0-dragster

02 Feb 22:34
Compare
Choose a tag to compare
v0.2.0-dragster Pre-release
Pre-release
updates for scenario where we are in their group

v0.1.22

29 Oct 17:35
Compare
Choose a tag to compare
  • Remove encryption from user metadata, defer to on-disk encryption
  • You will need to follow these instructions to decrypt the metadata in your database BEFORE upgrading to this release.

v0.1.21

25 Sep 17:03
Compare
Choose a tag to compare
  • Update amoeba to 0.2.1.
  • Update hakken to 0.1.8.
  • Update salinity to 0.0.8.
  • Update user-api-client to 0.3.4.