Snipe-IT - Package Updates
Pinned
Snipe-IT
-
[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
-
[1.3.10]
- Update Snipe-IT to 5.3.9
- Full changelog
- Added additional gate for selectlists [#10662]
- Fixed issue where bulk edit edits were not showing in Asset's history nor Activity report [sc-16550] [#10586]
- Fixed audit email template formatting
- Fixed LDAP active flag [#10563]
- Fixed "secure hostnames" feature for subdirectory-based Snipe-IT installs
- Temp fix for weird JSON format in history
- Added initial support for default values in checkboxes custom fields
- Fixed /hardware/{id}/checkin API response on error where it was erroneously sending a "success" message on failure
- Added custom date to checkin actionlogs and show it in the history of the asset tab
- Disallow invalid JSON requests via API
- Fixed validation if $model and $model->category exist before return the checkin_email property
- Fixed 500 that would occur if the user who audited an item no longer exists in the system (hard-deleted)
-
[1.3.13]
- Update Snipe-IT to 5.4.1
- Full changelog
- Fixed an issue where locations dropdown would not load with certain low-level unique permissions
- Fix to better handle metadata display [#10771]
- Fixed edit gate in asset maintenances [#10772]
-
[1.3.14]
- Update Snipe-IT to 5.4.2
- Full changelog
- Use the max_results env value in the paginator by @snipe in #10797
- Added QR and alt barcode urls to asset transformer by @snipe in #10798
- Added session killer artisan command by @snipe in #10814 [documentation]
- Logout user when their activated status is switched to off by @snipe in #10876
-
[1.3.15]
- Update Snipe-IT to 5.4.3
- Full changelog
- Backport the license index fix from Develop onto the v5 branch by @uberbrady in https://github.com/snipe/snipe-it/pull/10935
- Ports #10494 to master by @snipe in https://github.com/snipe/snipe-it/pull/10936
- Fixes potential XSS vuln in user requestable results by @snipe in https://github.com/snipe/snipe-it/pull/10942
-
[1.3.16]
- Update Snipe-IT to 5.4.4
- Full changelog
- Added status_id to asset checkout API by @snipe in #10943
- Fixed double updates from action log and history by @Godmartinz in #10952
- Escape checkout target name by @snipe in #10971
- Added access gate to the requested assets index by @snipe in #10991
- Fixed model export filename to use str_slug for filename for JS export (like we do elsewhere) by @snipe in #10994