Enhancements:
- Added URL Parser to Extra Field columns(if your value in an extra field is a well-formed URI according to Microsoft's standards, it will be a clickable link)
- Added functionality to auto-initiate OIDC login flow
Fixes:
- Fixed security vulnerability where unauthorized users can access uploaded files
- Fixed LiteDB implementation to improve concurrency performance (this improves performance on instances with small amount of users, but may have adverse consequences if you have a ton of users on your instance reading / writing at the same time, in that case you really should be using PostgreSQL as a backend)