Skip to content

Latest commit

 

History

History
94 lines (73 loc) · 3.81 KB

CHANGELOG.md

File metadata and controls

94 lines (73 loc) · 3.81 KB

Features

  • 🎸 Auth mechanism with refresh token: From now on, POST auth/login/ responds with a pair of <<token, refresh token>>. refresh_token must be used to re-signin the user whose token was revoked by harena-manager server.

    ✅ Closes issue #70

  • 🎸 Enable logout through endpoint POST auth/logout

  • 🎸 Newly created REST endpoint POST /admin/institution for create a new institution

  • 🎸 Newly created REST endpoints: GET auth/quest/cases and GET play/quest/cases

    ✅ Closes: #71

  • 🎸 Migrate database - Related issue: #62

  • 🎸 Share cases: Allows the author associate more contributors to her case

  • 🎸 Auth: Implement adonis ACL to control roles and permissions - Closes issue: #40

  • 🎸 Provide quest services ✅ Closes issue #37

Fix

  • Error on delete case. Related issue: #23
  • Enable upload of .jpeg files

Chore

  • 🤖 dependency update: Apply suggestions made by dependabot alerts
  • 🤖 docker: Provide a develop environment to be used by collaborators team. Thecontainer orchastrate the whole environment (harenamanager, database, and database-ui).

Docs

Refactor

  • 💡 Implements hooks through file.method

BREAKING CHANGE

POST /case/list was replaced by two new endpoints: GET /cases and GET /user/:id/cases

v1.0.8 - 2020-03-22

Error

Feat

  • 🎸 Provide quest services

v1.0.7 - 2019-08-05

Build

  • docker: A docker image of develop environment avaivable

Fix

  • artifact: Enable upload of .jpeg files
  • artifact: Fix error at artifact upload

v1.0.5 - 2019-07-07

Bug

  • Error on delete case - #23

Docs

  • ✏️ Add a CHANGELOG.

v0.0.1 - 2019-04-15