Skip to content

v1.4.0

Compare
Choose a tag to compare
@Chinlinlee Chinlinlee released this 15 Jun 09:09
· 73 commits to main since this release

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.4.0 (2022-06-15)

Features

  • add jwt and refactor local-login logic (a4c0130)
  • add jwt login mechanism (848c613)
  • add manual dcm2jpeg pythonapi host config support (b925e4d)
  • add token in header when jwt enable (92a9eb8)
  • change basic login mechanism to plugin (37ccd2c)
  • change front-end login method (338f93c)
  • change login route, refactor plugin config (e98220d)
  • change nav layout, add i18n of every pages (e3ed5eb)
  • front-end check the login plugin is enable (2f961ba)
  • move login route to plugin route of login (d13b83d)
  • return users that user type is not admin (5cc8696)
  • separate oauth from main code (34221a6)
  • use before:false instead of after (79f2a98)

Bug Fixes

  • add MongoDB 5.x support (d447a0e)
  • can not get correct number of frames (7f44498)
  • can not get username and update user (198a599)
  • incorrect path of 401.html (7b2df5f)
  • incorrect query of findOne in delete user (5d4ab36)
  • increase request body size limit (41f1804)
  • limit of json body not working (051d129)
  • mongoose authSource param not working (708b00a)
  • mongoose duplicate query execution (3bae3fb)
  • not allow apikey, user-agent headers (7a13042)
  • not redirect to login page after sign up (4772be3)
  • redirect to logout when client error (c191fdf)
  • redundant await (349bc85)
  • typo (0186b38)

Build

  • update dotenv of build script (4838ad7)