Releases: tidepool-org/seagull
Releases · tidepool-org/seagull
v0.7.0
v0.6.0
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
- Remove unnecessary
seagull
metrics
v0.4.0
- 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
- 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
some test updates
v0.2.1-dragster
fix logic for checking if we are their team
v0.2.0-dragster
updates for scenario where we are in their group
v0.1.22
- 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
- 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.