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 - v1.2.9

Published by snipe about 9 years ago

This is mostly a maintenance release with minor bug fixes. New features are currently only being developed for the 2.0 branch. (I promise we'll get better with semantic versioning once 2.0 comes out.)

After copying over the new version, please don't forget to run:

php composer.phar install
php composer.phar dump-autoload
php artisan migrate
snipe-it - v2.0-pre-beta

Published by snipe over 9 years ago

  • More fields in bulk edit - #736
  • Show groups in user list - #599
  • Added location heirarchy to allow parent/child locations - #759
  • Fixed #784 - add "create accessory" to topnav
  • Fixed bug in default location
  • Changed text to icons for more compacted view
  • Added accessories and location
  • Fix so Dashboard points to app url in app.php
  • Populate form with parent location info - #759
  • Fix for location totals
  • Eager load assigned asset locations
  • Nicer locations listing layout
  • Add model name if no asset name - #795
  • Fixed missing text in file delete confirmation - #799
  • Better escaping on activity report page
  • Fixed missing string for action
  • Added Korean translation
  • Composer update for bin path
  • Added consumabled section
  • Addresses #577 and Fixed #165 - switch from email to username
  • Set https as default protocol in sample config
  • Location and email no longer required for users
  • Added fideveloper proxy and DB/uploads automated backup
  • Eager loading user info
  • Removed status label field if asset is checked out - #833
  • Fixed bad seed data - #839
  • Added license expiration alert - #280, #64 and #860
  • Lazy eager load history for optimized queries
  • Tightened up history snapshot on dashboard
  • Added pagination on user history
  • Added compatibility mode for IE - #869
  • Smaller text requirement for address2
  • Added location-specific currency and site default currency - #819
  • Display bugFixed for #819
  • Added session config file
  • Disallow checkout of assets when status is not set to deployable
snipe-it - v1.2.8

Published by snipe over 9 years ago

Minor bugfixes for user import when MySQL is in strict mode.

After copying over the new version, please don't forget to run:

php composer.phar install
php composer.phar dump-autoload
php artisan migrate
snipe-it - v1.2.7-master

Published by snipe over 9 years ago

(This is effectively the same as the one from develop, but the versioning script wasn't picking it up correctly as 1.2.7)

  • EULA fixes
  • Added Slack integration on checkin/checkout (more actions coming soon)
  • Fixes for #766 - add activity report
  • Better DataTables handling of larger datasets
  • Added DataTables TableTools
  • Added zip/rar to accepted file types for file uploads
  • Added Contributor Code of Conduct
  • Update to Senry 2.1.5 for security vulnerability
  • Added User Notes field to users
  • Additional localization fixes
  • Resolved some deps from vendor changes
  • Removed unsupported languages for faster deployment

After copying over the new version, please don't forget to run:

php composer.phar install
php composer.phar dump-autoload
php artisan migrate

Also please delete the contents (not the directories themselves) of app/storage/views and app/storage/cache.

snipe-it - v1.2.7

Published by snipe over 9 years ago

  • EULA fixes
  • Added Slack integration on checkin/checkout (more actions coming soon)
  • Fixes for #766 - add activity report
  • Better DataTables handling of larger datasets
  • Added DataTables TableTools
  • Added zip/rar to accepted file types for file uploads
  • Added Contributor Code of Conduct
  • Update to Senry 2.1.5 for security vulnerability
  • Added User Notes field to users
  • Additional localization fixes
  • Resolved some deps from vendor changes
  • Removed unsupported languages for faster deployment

After copying over the new version, please don't forget to run:

php composer.phar install
php composer.phar dump-autoload
php artisan migrate

Also please delete the contents (not the directories themselves) of app/storage/views and app/storage/cache.

snipe-it - v1.2.7-beta

Published by snipe over 9 years ago

  • EULA fixes
  • Added Slack integration on checkin/checkout (more actions coming soon)
  • Fixes for #766 - add activity report
  • Better DataTables handling of larger datasets
  • Added DataTables TableTools
  • Added zip/rar to accepted file types for file uploads
  • Added Contributor Code of Conduct
  • Update to Senry 2.1.5 for security vulnerability
  • Added User Notes field to users
  • Additional localization fixes
  • Resolved some deps from vendor changes
  • Removed unsupported languages for faster deployment

After copying over the new version, please don't forget to run:

php composer.phar install
php composer.phar dump-autoload
php artisan migrate
snipe-it - v1.2.6.1

Published by snipe over 9 years ago

  • fix for bad seed data
  • fix for one migration that will fail if MySQL is set to strict mode
  • updated Sentry version

Please don't forget to run:

php composer.phar install
php composer.phar dump-autoload
php artisan migrate
snipe-it - v1.2.6

Published by snipe over 9 years ago

  • Added Docker support
  • Removed automatic DB seed on install
  • Fixed bug in seed data
  • Added basic CSV user import
  • Fixed #539 - Allow checked out assets to be requestable
  • Fixed a bug when no assets are in table that the auto increment method blows up
  • Fixes #476 - added logo upload and header color
  • Cleaned up settings form for nicer display
  • Added default EULA and category-based EULAs
  • Added user-acceptance
  • Added a sweet dashboard
  • Layout improvements, nicer icons
  • Fixed #565 - Soft Delete Models and Allow Restore
  • Added accessories

Please don't forget to run:

php composer.phar install
php composer.phar dump-autoload
php artisan migrate

snipe-it - v1.2.6-beta

Published by snipe over 9 years ago

snipe-it - v1.2.5

Published by snipe over 9 years ago

  • Fixed #511 - bug in depreciation calculation for assets
  • Fixed #440 - removed unique constraint on serial
  • Fixed #439 - load javascript and CSS locally for installs that cannot talk to the outside world
  • Fixed #525 - added serial to asset model UI
  • Fixed #523 - added file uploads to assets
  • Fixed #457 - added bulk edit options to hardware
  • Fixed #520 - state no longer required
  • Fixed #520 - postal code requirement less strict now for non-US post codes
  • Fixed #517 - Bug in requestable assets display
  • Fixed #518 - license count issue
  • Fixed bug where MAC address was not showing on models with it enabled
  • Fixed asset DB seeder with duplicate serial

Please don't forget to run:

php composer.phar update
php composer.phar dump-autoload
php artisan migrate

snipe-it - v1.2.4

Published by snipe over 9 years ago

  • Bug fixes on status labels and asset reports
  • Added new archived, pending and deployable status labels (no longer limited to just undeployable assets)
  • Added MAC address option to asset models. If checked, the MAC address field will be visible for assets
  • Compacted licenses screen for less paging when many licenses are present
  • Added view to see which assets are associated with specific categories and manufacturers
  • Added ability to view deleted assets
  • Added user-viewable requestable assets page (no option to request yet)

Please don't forget to run:

php composer.phar update
php composer.phar dump-autoload
php artisan migrate

snipe-it - v1.2.4-beta

Published by snipe over 9 years ago

Beta candidate for v1.2.4.

  • Bug fixes on status labels and asset reports
  • Added new archived, pending and deployable status labels (no longer limited to just undeployable assets)

Please don't forget to run:

php composer.phar update
php composer.phar dump-autoload
php artisan migrate

snipe-it - v1.2.3

Published by snipe over 9 years ago

  • Added file uploads to licenses
  • Bug fixes

Please don't forget to run:

php composer.phar update
php composer.phar dump-autoload
php artisan migrate

You will also need to make the new directory on the server writable:

app/private_uploads should be writable by the web server.

snipe-it - v1.2.3-beta

Published by snipe over 9 years ago

  • Added file uploads to licenses,
  • Bug fixes

Please don't forget to run:

php composer.phar update
php composer.phar dump-autoload
php artisan migrate

You will also need to make a new directory on the server writable:

app/private_uploads should be writable by the web server.

snipe-it - v1.2.2

Published by snipe over 9 years ago

This is a minor point release that fixes a few missing language strings and adds a few cosmetic improvements on certain screens.

  • Bug fixes

Please don't forget to run:

php composer.phar dump-autoload

snipe-it - v1.2.1

Published by snipe over 9 years ago

This is a minor point release that fixes a few bugs in cloning licenses and a few missing language strings, and adds a new English UK language file to handle any issues where currency was being overwritten when the app was updated.

  • Bug fixes

Please don't forget to run:

php composer.phar dump-autoload

snipe-it - v1.2.0

Published by snipe almost 10 years ago

  • Bug fixes
  • More reporting options

Please don't forget to run:

php composer.phar dump-autoload
php artisan migrate

snipe-it - v1.1

Published by snipe almost 10 years ago

  • Bug fixes
  • Full Spanish and Finnish translations
  • Added ability for user avatar uploads and asset model uploads
  • Allow checkout to user without asset
  • Fixed reporting-only group permissions and access
  • Eager loading on asset display to reduce the number of queries

Please don't forget to run:

php composer.phar dump-autoload
php artisan migrate

snipe-it - v1.0

Published by snipe about 10 years ago

First production release!

  • Bug fixes
  • Added ability to assign a license to either a user or hardware

Please don't forget to run:

php composer.phar dump-autoload
php artisan migrate

snipe-it - v0.3.11-alpha

Published by snipe over 10 years ago

Minor update release.

  • Bug fixes
  • Added ability to assign a license to either a user or hardware

Please don't forget to run:

php composer.phar dump-autoload
php artisan migrate

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