OIDC change: if you specify oidc.userIdentifier: "username"
, originally this would map to preferred_username
but now it maps to username
explicitly. To maintain the same behavior update your config to userIdentifier: "preferred_username"
. This was updated to allow for username
to work as some might need.
New Features:
- Added settings option to stop sidebar from automatically hiding on editor and previews. #744
- Added more secrets loadable from environment variables. #790
- Include/exclude files are checked for existence to assist with configuration, will show as warning if something is configured but doesn't exist.
- Added open in new tab link for preview items to view the raw picture, pdf, etc. Especially helpful for safari viewing PDF documents. #734
- Added autoplay media toggle in user profile, to automatically play videos and audio.
Notes:
- Allowed to delete default admin user #811 #762
- Better try/catch error handling for user feedback for shares #732
BugFixes:
- Fix share scope creation issue #809
- Fix oidc token logout issue #791
- Non-admin users OTP issue #815
- Linewrap issue for a few cases #810
- BaseUrl redirect issue with proxies #796
- Fix exclude still shows up in ui issue #797
- Copy/move functions are async #812
- fix subtitle fetch issue #766
- fix location memory issue for url encoded file names
New Contributors
Full Changelog: v0.7.9-beta...v0.7.10-beta