Skip to content

Releases: harena-lab/harena-manager

v1.1.24 - Retrieve Current Term

01 Feb 10:15
337c171
Compare
Choose a tag to compare
Merge pull request #134 from harena-lab/development

feat (term): retrieve current user

Term Access Enhancements

31 Jan 13:04
d2c06d0
Compare
Choose a tag to compare
Merge pull request #133 from harena-lab/development

Term Access Enhancements

v1.1.22 - Self Signup with Roles and Group

25 Jan 19:20
dc72d90
Compare
Choose a tag to compare
Merge pull request #132 from harena-lab/development

feat (user/self): assigning role and group

v1.1.20 - Dataset refactor to UTF8M4 (fix)

20 Jan 17:55
5ed943b
Compare
Choose a tag to compare
Merge pull request #130 from harena-lab/development

fix (cases/database): adjust in the specialty size

v1.1.12 - Deleting artifacts of a case

06 Nov 20:18
4567dc8
Compare
Choose a tag to compare
Merge pull request #122 from harena-lab/development

fix (artifacts): delecting artifacts of a deleted case

v1.1.9 - Hotfix: Save case permission check

17 May 16:49
7dbc3e3
Compare
Choose a tag to compare

Fix:

  • Properly check for case permissions (query was outdated and didn't translated to all permissions);

v1.1.8 - Hotfix: Case list delay

29 Apr 01:04
601a131
Compare
Choose a tag to compare

Fixes:

  • Improved case list queries efficiency (Asking for a case list should take less time);

Improvements:

  • /group endpoint (list groups the logged user is in);
  • /admin/group endpoint (list all groups in the database);

v1.1.7 - New pagination for case list.

27 Apr 21:12
1460e45
Compare
Choose a tag to compare

Features:

  • Every case list endpoint has new page (nPage) and items per page (nItems) variables;
  • Error feedback messages for sharing cases;

Fixes:

  • Adonis Bodyparser version limit;
  • Check all clearances (groups, institutions, users) before updating a case information;
  • Proper error message when uploading an image of same id;
  • Verify if subject exists in the database, otherwise return respective error message;

v1.1.6 - Hotfix case deletion

11 Feb 16:38
af04e56
Compare
Choose a tag to compare
Merge pull request #109 from harena-lab/development

fix (case/delete): case properties preventing delete

v1.1.5 - Permission system, Filters, Share cases.

08 Feb 01:22
46dd3fd
Compare
Choose a tag to compare
  • Feats:
    • Filters in case list;
    • Share case endpoint;
    • New permission system;
    • Case property endpoint;