LinuxServer Changes:
Add php7-sodium for v6.
snipe-it Changes:
⚠️ IMPORTANT: Snipe-IT v6 requires PHP 7.4 or greater, and does support PHP8
Howdy all - this is just a small point release to catch a few small bugs that have surfaced since v6.0.0 launched on Friday, mostly related to LDAP instances where password syncing is enabled (specifically for first-time logins) and also the "send this user a password reset email".
We also fixed an old bug that was present in v5 and below, where we were mistakenly double-encoding custom field values in the database, and added the encrypted status of custom fields in the UI to make it easier to see which custom fields (if any) are encrypted.
What's Changed
- Fixed #11014 - double encoding for custom fields by @snipe in snipe/snipe-it#11065
- Added missing use statement by @snipe in snipe/snipe-it#11070
- Fixed #11052 - add file sizes to upload displays by @snipe in snipe/snipe-it#11073
- Fixes #10706 - Fix saml slo for logout by @johnson-yi in snipe/snipe-it#11076
- Fix route for people file deletion by @snipe in snipe/snipe-it#11077
- Fixed missing backups help string by @snipe in snipe/snipe-it#11079
- Adds encrypted status to custom fields overview by @snipe in snipe/snipe-it#11078
- Removed sr-only class for now - not sure why it’s interfering with the upload button by @snipe in snipe/snipe-it#11080
- Only set manager ID when the lookup succeeds. by @uberbrady in snipe/snipe-it#11088
- Upgraded dompdf by @snipe in snipe/snipe-it#11105
- Fixed bulk-user reset-password links returning 500 by @uberbrady in snipe/snipe-it#11107
- Pass the password along directly instead of retrieving it from the In… by @uberbrady in snipe/snipe-it#11108
- Fixed #11100 for individual users by @snipe in snipe/snipe-it#11111
Full Changelog: snipe/snipe-it@v6.0.0...v6.0.1