Snipe-IT - Package Updates
Pinned
Snipe-IT
-
[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)
-
[1.1.2]
- Update Snipe-IT to 5.1.3
- Full changelog
- Fixed #9036, #9225, #9085 - corrected ternary that sets the offset to 0 when the offset passed to the API for the user is greater than total locations which was causing pagination to break for location listings. (#9210)
- Fixed a few blade templates for relative URLs, specifically to resolve JS/CSS files not loading for Snipe-IT installations that are in subdirectories (#9170)
- Added a condition to ensure that only assets checked out to a user that is being deleted are updating their status (#9233)
- Fixed links in Models Actions, and to view the fieldset assigned to that Asset Model. (#9232)
- Updated rollbar package
- Fixed #9216 - Deleting users affects locations with the same ID
-
[1.1.3]
- Update Snipe-IT to 5.1.4
- Full changelog
- Fixed Undefined class constant 'EM_AES_256' in spatie/laravel-backup
- Fixed #9266 - set a colors_array variable even if other conditions are not met
- Fixed #9299: Use correct SVG MIME type for uploads (#9300)
- Fixed custom field validation to include textarea
-
[1.1.4]
- Update Snipe-IT to 5.1.5
- Full changelog
- Updated languages
- Fixed typo that doesn't accept textarea as custom field type element
- Fixed label name for field_values in custom fields edit
- Increases DPI of barcode for small lables (#9344)
- Extended #6229 to include superuser permission check (#6772)
-
[1.1.5]
- Update Snipe-IT to 5.1.6
- Full changelog
- Use 24-hour date format for audit
- #9531 - highlight search box when filled, add clear button (#9534)
- #9157 Update .env to API_TOKEN_EXPIRATION_YEARS=15 (reapplies #9524) - this solves an 401 unauthorized issue on 32-bit systems
- #9422 - pivot ID was being used as a user_id (#9512)
- Dockerfile.alpine build error and snipeit runtime permission error (#9520)
- the orderBy clause inside the custom reports function that forms the CSV to be 'id' so making it a unique value and does not cause dupes. [ch14587]
- location printing when relationships are missing/invalid, per #9521
-
[1.1.6]
- Update Snipe-IT to 5.1.7
- Full changelog
- Fixed an issue when tried to upload a file to an user without actually selecting a file. [ch16471] #9640
- Fixed #9680: Use Eloquent’s withCount() method to count Statuslabel assets
- Fixed #9705 Prevent syntax error in startup.sh
- Allow to bulk update min_amt in Accessory API
-
[1.3.4]
- Update Snipe-IT to 5.3.5
- Full changelog
- Removed 'actionlog' from the ::with() clause in the asset query API for faster load times on asset listings with many updates
- Fixed an issue where some LDAP translation strings were missing
- Updated all translations from CrowdIn to latest
- Fixed minor XSS vulnerability reported by @laladee
-
[1.3.8]
- Update Snipe-IT to 5.3.7
- Full changelog
- Removed duplicate "department" entry in importer, pulls #10460 to master
- Fixed pagination on Permission Groups page
- Fixed #10469 - increased size of supplier address field
- Removed assets_count on kits query, since it doesn't exist as a column
- Fixed missing index for fieldsets (get in the sea, @uberbrady!)
- Added allow list to modal view options to prevent 500 errors when attempting to access a modal view that doesn't exist
- Adjusted phrasing around auto-incrementing asset tags
- Fixes format property on invalid custom field object
- Fixed access control on BulkAssetModelsController.php