v0.83.0-ls25
LinuxServer Changes:
Initial Release.
manyfold Changes:
We've all got too many passwords; so, this release adds experimental support for single sign-on using OpenID Connect (OIDC)!
We say "experimental" because OIDC is a big world with many providers, so it's entirely possible that there will be problems we've not found yet; if you find that your provider doesn't work as you'd expect, report a bug and we'll get it fixed. Take a look at the authentication config docs for details of how to set it up.
There are also new config options for customising your site. Not every site can just be called "Manyfold", that'll be confusing, so now you can change the title, tagline, and icon to something more personal!
We've ALSO added a few new formats; FeeeCAD, BRep, and Markdown. Enjoy!
What's Changed
✨ New Features ✨
- Add OIDC login support by @Floppy in manyfold3d/manyfold#2946
- Allow customisation of site name, tagline and logo by @Floppy in manyfold3d/manyfold#2949
- Add indexing for FreeCAD, BRep and Markdown files by @Floppy in manyfold3d/manyfold#2956
🐛 Bug Fixes 🐛
- Fix arrows in french pagination by @Floppy in manyfold3d/manyfold#2959
- Fix display error with missing file extensions by @Floppy in manyfold3d/manyfold#2961
- Disable in-model upload form in demo mode by @Floppy in manyfold3d/manyfold#2962
🛠️ Other Improvements 🛠️
- More useful omniauth error reporting by @Floppy in manyfold3d/manyfold#2957
Full Changelog: manyfold3d/manyfold@v0.82.1...v0.83.0