Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Version Ara

Latest
Compare
Choose a tag to compare
@marienfressinaud marienfressinaud released this 09 Sep 11:43
· 116 commits to master since this release

Features

  • #183 Provide a reset password feature
  • #184 Add feature to resend activation email
  • #43 Add a profile page
  • #171 Add support for French

Improvements

  • #226 Show successful info on task creation

Bug fixes

  • Log out user automatically only if error is unauthorized

Technical

  • #319 Rethink page and layout concepts
  • Accept "to" prop in LyPopoverItem
  • Fix link to Lessy in admin for development
  • Refactor auth token related-methods
  • Change user's email in seeds
  • Fix LyFormSelect issues
  • Update some NPM packages

API changes

  • Provide PATCH /api/users/me endpoint
  • Provide DELETE /api/users/me endpoint
  • Provide POST /api/users/password_resets endpoint
  • Provide POST /api/users/passwords endpoint
  • Provide POST /api/users/activation_emails endpoint
  • Title and message of unauthorized error are reworded with Authorization
    instead of Authentication