Snipe-IT - Package Updates
Pinned
Snipe-IT
-
[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
-
[1.4.0]
- Update Snipe-IT to 6.0.0
- Full changelog
- SCIM support to allow auto-provisioning of users without LDAP sync
- Logout user when their activated status is switched to off - #10876
- PDF Report of signed EULA + Option to attach files for Download at signature process [#8260]
- Ability to save EULA PDF with signature on asset acceptance
- Ldap_manager field to ldap sync
- Bulk checkin
- PHP8 compatibility
- Restore interface from previous Snipe-IT backup in web UI
- Ability to upload asset images via API
- Components and users count to dashboard
- Dashboard module for locations [ch9199]
- Asset restore to API
- Reqestable as model bulk edit field
- Stricter validation for slack hooks (people were trying to use non-slack urls for webhooks)
- Additional fields to new user modal window [#10421]
- .my.cnf to disable column-statistics backup for Docker
- New concept of "remote worker" and API points to filter by them, as well as option in bulk editing users [#10775]
- First pass at Artisan-based LDAP troubleshooter - [#10033]
- Filter by status_type in StatusLabels API index endpoint [#10829]
- Filter by assets_count, consumables_count, licenses_count, and accessories_count on user API endpoint
-
[1.4.1]
- Update Snipe-IT to 6.0.1
- Full changelog
- Fixed #11014 - double encoding for custom fields by @snipe in #11065
- Added missing use statement by @snipe in #11070
- Fixed #11052 - add file sizes to upload displays by @snipe in #11073
- Fixes #10706 - Fix saml slo for logout by @johnson-yi in #11076
- Fix route for people file deletion by @snipe in #11077
- Fixed missing backups help string by @snipe in #11079
- Adds encrypted status to custom fields overview by @snipe in #11078
- Removed sr-only class for now - not sure why it’s interfering with the upload button by @snipe in #11080
- Only set manager ID when the lookup succeeds. by @uberbrady in #11088
- Upgraded dompdf by @snipe in #11105
- Fixed bulk-user reset-password links returning 500 by @uberbrady in #11107
- Pass the password along directly instead of retrieving it from the In… by @uberbrady in #11108
- Fixed #11100 for individual users by @snipe in #11111