Skip to content

V2.0.0

Compare
Choose a tag to compare
@bryan-robitaille bryan-robitaille released this 11 Apr 17:18
· 1665 commits to develop since this release
874b6c2

Added

  • Form Builder form creation interface
  • User self registration
  • [BREAKING]: Modified the Prisma schema for the "User" table; removing the admin column, and adding the role column. After migrating, at least one user role will need to manually be set to administrator in order to login the Admin portion of the site. #906
  • Added file attachments to retrieval API #909
  • New login lockout mechanism plugged on existing temporary token API #872
  • Admin feature to assign users to template #1203

Changed

  • Updated Terms and conditions page + text link in the footer #863
  • Modified Role Based to Asset Based Access Control #1176
  • Form templates are now marked as archived and will stay in the database for 30 more days before being deleted by a Lambda function. #1166

Fixed

  • Fix stuck "Loading..." animation after uploading a new JSON config. #898
  • Fix logout session end date #945
  • Cleared email input field after successfully adding an email to Form Access #954
  • Returned only public properties for forms #1038