Bugfixes
- Update authlib library to address CVE-2024-37568 vulnerability
- Handle cases where the value of identity_id was never assigned (#315)
Features
-
Submission Profiles
- This allows you to pre-configure profiles for users and also set restrictions on what's allowed to be changed
- This introduces the role of
submission_customize
which grants the user the ability to change their submission profile as they desire (should be given to all users by default) but administrators are allowed to remove this role as they see fit.
-
Update Sources: Support for supplying JSON data for POST requests (#248)