Snipe-IT - Package Updates
-
[1.0.0]
- Update Snipe-IT to 5.0.4
- Full changelog
- Added attempted logins admin screen
- Added better support for NFC/RFID/Barcode scanners in select boxes
- Added ability to trigger password reset emails for users
- Added department and manager to user import
- Added php version check to upgrade.php
- Added check for minimum PHP version in setup
- Added #5957 - Flysystem support #6262 which allows you to use S3 or Rackspace to host your file uploads
- Added console command to move local files to S3 (or other remote host) for Flysystem support
- Added better asset acceptance flow (thanks, @uberbrady and @tilldeeke!)
- Added console command to send inventory reports to users
-
[1.0.1]
- Set full_multiple_companies_support to 0 by default
-
[1.0.2]
- Move sessions to redis
-
[1.0.3]
- Update Snipe-IT to 5.0.6
- Full changelog
- Added created_at and expires_at to Account API token UI
- Added configured API expiration in years to API token sidebar for clarity
- Fixed #8673 - added category to accessories listing on Account > Assigned Assets
-
There is some issue with the LDAP login with the latest Snipe-IT 5.0.7. I have reported this upstream - https://github.com/snipe/snipe-it/issues/8772
-
[1.0.4]
- Update Snipe-IT to 5.0.9
- Full changelog
- Added #8781 - asset count by status type in sidenav (#8806)
- Added a new UAC setting to valid User Accounts for Active Directory (#8775)
- Added img-responsive class to preview images for suppliers, etc
-
[1.0.5]
- Update Snipe-IT to 5.0.10
- Added location to searchableRelations for asset
- Added purchase order and order number to user > licenses view
- Branding page UI improvements (image previews inline)
- Skip posix_getpwuid in upgrader if posix isn’t installed
- Switch backup files array order to show latest first [ch15486]
-
[1.0.6]
- Update Snipe-IT to 5.0.11
- Full changelog
- Fixed typo on route for licenses
- Fixed #8147 - allow webp image format for public file uploads
- Fixed #8472 (again) - LDAP sync was assigning a bad default location (#8846)
- Only overwrite notes if the LDAP user is new
- Added LDAP flag in users GET API for #8741
-
[1.0.7]
- Update Snipe-IT to 5.0.12
- Full changelog
- Added an explanation for folks trying to access the API base endpoint with no specific endpoint
- Clarified API url info in account > api
- Localization digit separator feature. (#8915) - Provides an ability to localize the purchase_cost field in front-end hardware index table. Has two digit separator formats in admin settings with comma and dot.
-
[1.1.0]
- Use latest base image 3.0.0
- Update Snipe-IT to 5.1.1
- Full changelog
- Improved login and forgotten password UI and UX
- Added #9082 - allow deployable status type on checkout
- Added new generic datepicker partial blade which may be useful for additional date fields down the line (c00a1fa)
- Added expected_checkout as editable field in asset edit form (d36d6b8)
- Improvements to checkbox custom field display
- Improvements in contrast and consistency for dark mode skins
- Added Audit date range filter to custom report (#8989)
-
[1.1.1]
- Update Snipe-IT to 5.1.2
- Full changelog
- Fixed #9129 - added missing function formatDatalistSafe to snipeit_modal.js that prevented ajax select lists from loading
- Fixed #8918 - corrected validation rules on Manufacturer Model where 'name' attribute was incorrect
- Fixed #9145 - color of asset selection in bulk checkout
- Fixed #9115 - Duplicate column name 'provider' in some upgrades/installs
- Fixed weird markdown table formatting in expected checkin report email
- Fixed #9116 - incorrect parameter name sent to hardware.show in expected assets report
- Fixed funky layout in asset model modal window (broken HTML)