snipe-it

A free open source IT asset/license management system

AGPL-3.0 License

Downloads
392
Stars
10.5K
Committers
302

Bot releases are visible (Hide)

snipe-it - v6.2.3

Published by snipe about 1 year ago

⚠️ IMPORTANT: Future versions of Snipe-IT will require PHP 8.1 or greater

This release is largely a bug fix release. There were some rare conditions where asset history wouldn't show because the original item (location, etc) were both soft-deleted and then purged, which was causing a 500 error. This didn't affect most users, but for the ones it did affect, this was an important fix.

This also fixes a migration issue between older versions of Snipe-IT upgrading to newer versions where it would have issues with the eol_explicit field, since the asset observer tries to modify that field, but it didn't necessarily exist yet depending on where you were at with migrations. This issue is now resolved.

What's Changed

Full Changelog: https://github.com/snipe/snipe-it/compare/v6.2.2...v6.2.3

snipe-it - v6.2.2

Published by snipe about 1 year ago

⚠️ IMPORTANT: Future versions of Snipe-IT will require PHP 8.1 or greater

This is largely a bug fix and a security release, with an XSS bug reported shahzaibak96 on Huntr.Dev that would allow potential XSS attacks to be executed in the "Changed" column as the names of things that were old/new were not being properly escaped. We encourage folks to upgrade.

What's Changed

Full Changelog: https://github.com/snipe/snipe-it/compare/v6.2.1...v6.2.2

snipe-it - v6.2.1

Published by snipe about 1 year ago

⚠️ IMPORTANT: Future versions of Snipe-IT will require PHP 8.1 or greater

Oh hai there! v6.2.1 of Snipe-IT fixes a weird but important bug where if you had ANY encrypted custom fields, the asset history would show the changed values as encrypted, even if that specific field wasn't. We also did some polishing up of some of the UI elements, adding a copy icon next to license product keys and assets serials. (Let us know if you want that added elsewhere - those two seemed like a good start.) We also resolved a small usability bugaboo where when you'd click on the "new" icon, the name field (generally the first field in the modal) now takes the focus, which means you can start typing without having to click into the name field.

We've also improved the UI of the "Integrations" setting, where you can no longer add a non-URL ("test", for example) and save those settings. For the full details, see the changelog below!

We're going to double-down on focusing on Snipe-IT v7, so expect things to be a little quiet for a bit and then very, very loud. Snipe-IT v7 will require at least PHP v8.1 (and will support PHP v8.2+) and will clear the path for cool stuff like customizable action hooks, custom fields on more than just assets, and a bunch of other neat features.

Reminder that Snipe-IT v7 WILL REQUIRE PHP 8.1 or higher!! This is a slightly higher version than the PHP 8.0 version we've been saying for a while now, so please make sure you're ready.

We did have to comment out the new feature we were SO excited about - draggable columns. Nobody is sadder about that than we are, but in some circumstances, dragging a column would result in the data in that column being mismatched, so we had to make the very difficult call to pull the feature for now. We're still working on it, and we know how important a feature it is to many of you, but we have to make sure it's bulletproof this next time.

What's Changed

Full Changelog: https://github.com/snipe/snipe-it/compare/v6.2.0...v6.2.1

snipe-it - v6.2.0

Published by snipe about 1 year ago

⚠️ IMPORTANT: Future versions of Snipe-IT will require PHP 8.1 or greater

Welcome to the release notes for Snipe-IT 6.2. We've been trying to fix as many bugs (and sneak in as many small features) as we can before Snipe-IT v7 comes out.

Reminder that Snipe-IT v7 WILL REQUIRE PHP 8.1 or higher!! This is a slightly higher version than the PHP 8.0 version we've been saying for a while now, so please make sure you're ready. The reason for this slight bump in minimum requirements is that we've decided to launch Snipe-IT v7 on Laravel 10, which requires that slightly higher version. Our goal is to have Snipe-IT v7 out in a month or two.

Highlights

This release includes lots of bug fixes detailed below. It introduces a new label engine which will hopefully be a big help to those folks who have struggled with getting their specific printers to work with Snipe-IT labels, but also has a legacy fallback, so if you have things just right, nothing needs to change for now.

We've also added back the sticky header for long lists, and column-reordering in those table views:

https://github.com/snipe/snipe-it/assets/197404/6b39d2af-4d06-4aca-9efd-5acb242eb4e9

Additionally, we made some improvements to the importer, added a minimum quantity on models so you will get those alerts in your bell icon when you don't have enough of a particular asset model available. And we've fixed a few small inconsistencies in the API with regards to boolean fields.

Important! SCIM support did not previously support changing email addresses via Azure and some other SCIM clients. Under v6.2, that has been fixed, but if you were depending on the previous behavior, you may get unexpected results.

What's Changed

New Contributors

Full Changelog: https://github.com/snipe/snipe-it/compare/v6.1.2...v6.2.0

snipe-it - v6.1.2

Published by snipe over 1 year ago

⚠️ IMPORTANT: Future versions of Snipe-IT will require PHP8.1 or greater

What's Changed

This is a small point release that fixes some bugs and handles some SCIM debugging a little better.

What's Changed

Full Changelog: https://github.com/snipe/snipe-it/compare/v6.1.1...v6.1.2

snipe-it - v6.1.1

Published by snipe over 1 year ago

⚠️ IMPORTANT: Future versions of Snipe-IT will require PHP8.0 or greater

What's Changed

This is a little long for a point release, but we didn't want to wait on it any longer. Tons of bug fixes and UI improvements, as well as a few new features:

New Stuff!

  • You can now import locations via the importer
  • You can now select a supplier for components and consumables
  • You can now add cool new dynamic links for warranty urls using placeholder variables that get populated by the asset information
  • You can now use more search ranges and multi-selectable values in the Custom Asset Report
  • You can now set custom fields to be auto-added to new fieldsets

Also: Google Workspace OAuth Login

The user must exist in Snipe-IT in order to login successfully)

Also Also: Ability to add fields to field sets on fieldset create/edit

https://user-images.githubusercontent.com/197404/234471475-3a8fb839-17d9-423c-a703-7b99c0c82dbc.mov

Also Also Also: Ability to auto-add fields to any new fieldsets that get created afterwards

https://user-images.githubusercontent.com/197404/234471497-61152c3c-a824-407a-93ce-bdc73ff6ca51.mov

Also Added

Improved

Fixed

New Contributors

Full Changelog: https://github.com/snipe/snipe-it/compare/v6.1.0...v6.1.1

snipe-it - v6.1.0

Published by snipe over 1 year ago

⚠️ IMPORTANT: Future versions of Snipe-IT will require PHP8.0 or greater

Happy Friday everyone! Version 6.1.0 is out! As you can see from the changelog below, it's a big one! (It will be less dramatic if you've been pulling from master this whole time, but some folks only use tagged releases.)

We've made a ton of bug fixes and query optimizations in this release, and enhanced many aspects of the UI, including some big improvements to the importer UI (with more on the way.) Additionally, we've made lots more progress in replacing hard-coded English strings with translatable strings (much more work on that to come as well.)

We've also introduced a new "Merge Users" tool for those unfortunate scenarios where users were importer or added manually but the usernames didn't match, so duplicates were created by LDAP sync or SCIM:

https://user-images.githubusercontent.com/197404/226071042-de36b7c0-3667-4f45-b45e-fc260551f739.mov

Which writes to the action log:

Since our last release, we've added two new developers to the team, @marcusmoore and @spencerrlongg! We're excited to see what great contributions they make to the project!

This will be the last release (barring emergency bugfixes and security patches) in the v6 line. Next up is v7 of Snipe-IT, which will bring even more good stuff like expanding webhooks, improved notifications, more logging and tons more.

What's Changed

New Contributors

Full Changelog: https://github.com/snipe/snipe-it/compare/v6.0.14...v6.1.0

snipe-it - v6.1.0-pre

Published by snipe over 1 year ago

⚠️ IMPORTANT: Later versions of Snipe-IT will require PHP8.0 or greater

What's Changed

New Contributors

Full Changelog: https://github.com/snipe/snipe-it/compare/v6.0.14...v6.1.0-pre

snipe-it - v6.0.14

Published by snipe almost 2 years ago

⚠️ IMPORTANT: Later versions of Snipe-IT will require PHP8.0 or greater

What's Changed

New Contributors

Full Changelog: https://github.com/snipe/snipe-it/compare/v6.0.13...v6.0.14

snipe-it - v6.0.13

Published by snipe almost 2 years ago

⚠️ IMPORTANT: Later versions of Snipe-IT will require PHP8.0 or greater

What's Changed

New Contributors

Full Changelog: https://github.com/snipe/snipe-it/compare/v6.0.12...v6.0.13

snipe-it - v6.0.12

Published by snipe about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/snipe/snipe-it/compare/v6.0.11...v6.0.12

snipe-it - v6.0.11

Published by snipe about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/snipe/snipe-it/compare/v6.0.10...v6.0.11

snipe-it - v6.0.10

Published by snipe about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/snipe/snipe-it/compare/v6.0.9...v6.0.10

snipe-it - v6.0.9

Published by snipe about 2 years ago

Version 6.0.9 of Snipe-IT includes some small API and UI fixes, including better SCIM support, improved consistency among date formatting across many views, and the long-awaited fix to the Asset Importer that will now automatically generate asset tags for you if you include the asset tag column but leave it blank and you have auto-incrementing assets enabled.

What's Changed

New Contributors

Full Changelog: https://github.com/snipe/snipe-it/compare/v6.0.8...v6.0.9

snipe-it - v6.0.8

Published by snipe over 2 years ago

What's Changed

Full Changelog: https://github.com/snipe/snipe-it/compare/v6.0.7...v6.0.8

snipe-it - v6.0.7

Published by snipe over 2 years ago

This is just a small release that adds updated translations for German, Estonian and Turkish, fixes an issue with asset acceptance when you don't have signatures required, and fixes an issue withe the restore methods for models and users.

What's Changed

New Contributors

Full Changelog: https://github.com/snipe/snipe-it/compare/v6.0.6...v6.0.7

snipe-it - v6.0.6

Published by snipe over 2 years ago

This version includes some small bug fixes and a handful of UI improvements that we think you'll really love - and adds a new index to improve performance. We also snuck in some additional filters for several of the API endpoints, so you can now search on name, address, etc on things like locations, categories, companies, etc. (You could always search by name, address, etc but it would search across all fields instead of that specific filter field.) We'll be updating the docs shortly.

We've also made some improvements to our SCIM support so that it should be more tolerant of missing fields. We've love feedback on that either via Github or on our awesome Discord server. (Seriously though, the community there is great and you should definitely check it out.)

First, the good stuff:

Model Files Uploads

This is a feature that we know people have been asking for so we're excited to finally deliver it. Asset Models now allow file uploads, and will appear on the models page and also on the new "Additional Files" tab of the individual assets. This is great for things like user's manuals that you would have previously had to upload individually to alllllll of the assets within that Asset Model, which was a bit of a bummer, and a waste of time and disk space.

Custom Fields Weirdness

We've been seeing an issue in certain cases where PHP has been upgraded that can result in a 500 error when adding/updating an asset, because what we're expecting that column to be named (from the custom_fields table) and what it's actually named on the assets table are now different, due to (what we think is) a small change in the PHP transliteration library.

This updates the existing snipeit:regenerate-fieldnames console command to check both the column name on the assets table and also the value in the db_column field in the custom_fields table.

You can tell if this script will fix your issue by going to the Custom Fields page in your UI, disclosing the "DB Column" column using the column selector, and then looking for warning text.

Output of the console log looks like this:

LDAP Validation

Since LDAP configuration is clunky and difficult and is a common source of frustration for our users, this PR throws errors on the LDAP settings page if we detect any of the most common wrong settings. While this is not a panacea, it will at least hopefully provide some more useful feedback to the user so they can see what might be wrong.

Note: this happens on the LDAP settings page LOAD, not SAVE. We're not actually interfering with the user's data submission, but we're making it clear that it's unlikely to work. This does not modify the behavior of LDAP or the saved settings in any way.

Email User a List of Items Checked Out

We've also introduced a new feature that allows you to send a user a copy of all of the assets, licenses, etc from the user's profile page.

Personal API Token Console Command

We've added the ability to generate API tokens via a new console command:

php artisan snipeit:make-api-key --help
php artisan snipeit:make-api-key --user_id=1 --key-only
php artisan snipeit:make-api-key --user_id=1
php artisan snipeit:make-api-key --user_id=1 > api.txt

Potentially Confusing / Breaking Changes

Purging data and backup deletion must now be enabled in the .env file*

This is just an additional security measure put in place so that a bad actor within an organization can no longer delete backups or purge deleted data. It defaults to DISABLED, so if you don't see your backup delete icons or your purge isn't working, be sure to enable it using the new ALLOW_BACKUP_DELETE and ALLOW_DATA_PURGE environmental variables. (You'll have to add those to your .env if this is an upgrade.) We recommend keeping this disabled until you actually have to perform those tasks, and then disabling it once you're done. You can read more about that here.

Fixed a bug in Depreciation math

Back in February, we introduced a bug that made the calculation of depreciated values to be a little... well, wonky. We've reverted that change and Depreciation calculations should be working again.

New disclosure arrows on Asset Create/Edit and User Create/Edit

We think this is a cool feature, but it could be confusing at first. We now have disclosure arrows for the optional sections of user and asset creation, which should keep the screen less cluttered for people who don't use all of the optional fields. Once you expand the arrows, that state will be remembered via browser cookie.

https://user-images.githubusercontent.com/197404/176004045-ff9c68fe-0ff9-4c5d-a5aa-cad40de8ddb7.mov

Updated Assets Counts

If you do NOT have the 'Show archived assets in the "all assets" listing' option checked in Admin Settings > General Settings, your dashboard count totals and totals on your tabbed interfaces will have changed to only include non-archived assets.

What's Changed in v6.0.6

New Contributors

Full Changelog: https://github.com/snipe/snipe-it/compare/v6.0.5...v6.0.6

snipe-it - v6.0.5

Published by snipe over 2 years ago

⚠️ IMPORTANT: Snipe-IT v6 requires PHP 7.4 or greater, and does support PHP8

This update fixes an issue with signed EULA text not showing up correctly in PDFs if using Cyrillic or some other font types, and also adds some nicer UI elements to common pages. It also adds a fullscreen option to most tables, which could be very helpful for those working with large lists.

What's Changed

New Contributors

Full Changelog: https://github.com/snipe/snipe-it/compare/v6.0.4...v6.0.5

snipe-it - v6.0.4

Published by snipe over 2 years ago

⚠️ IMPORTANT: Snipe-IT v6 requires PHP 7.4 or greater, and does support PHP8

Just a quick fix that would only affect a handful of people with DATE format custom fields.

What's Changed

Full Changelog: https://github.com/snipe/snipe-it/compare/v6.0.3...v6.0.4

Upgrading

For general upgrading instructions, click here. Users who installed Snipe-IT via Git (recommended) can just run php upgrade.php.

snipe-it - v6.0.3

Published by snipe over 2 years ago

⚠️ IMPORTANT: Snipe-IT v6 requires PHP 7.4 or greater, and does support PHP8

Lots of small (and some larger) UI improvements and bug fixes in this release. We've added some additional debugging and checks to the Snipe-IT upgrade script, added some safeguards for folks running Snipe-IT in a subdirectory, lots of color improvements on the various skins (to comply with WCAG contrast levels), and vastly improved the Locations and Categories UI, allowing much faster bulk actions to assets, users and models.

We've also added a filter on the asset models API endpoint that will let you pass a category_id to only return asset models that belong to that asset category.

And finally, we've expanded the documentation on configuring Okta as a SAML provider, since that setup can be a little tricky to the uninitiated.

What's Changed

New Contributors

Full Changelog: https://github.com/snipe/snipe-it/compare/v6.0.2...v6.0.3

Upgrading

For general upgrading instructions, click here. Users who installed Snipe-IT via Git (recommended) can just run php upgrade.php.

Package Rankings
Top 14.88% on Packagist.org
Top 3.53% on Proxy.golang.org
Badges
Extracted from project README
Crowdin Docker Pulls Twitter Follow Codacy Badge Tests All Contributors Discord