V2.0.0
·
1665 commits
to develop
since this release
Added
- Form Builder form creation interface
- User self registration
- [BREAKING]: Modified the Prisma schema for the "User" table; removing the
admin
column, and adding therole
column. After migrating, at least one user role will need to manually be set toadministrator
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