A free open source IT asset/license management system
Find a file
snipe a05c33febf Squashed commit of the following:
commit 147fcfb8eb
Merge: 58a3d09b5 fdcc17ca2
Author: snipe <snipe@snipe.net>
Date:   Tue Oct 22 15:12:55 2024 +0100

    Merge pull request #15676 from Toreg87/fixes/api_create_user_fmcs

    Fix user creation with FullMultipleCompanySupport enabled over API

commit 58a3d09b5f
Merge: 30a06a594 867fa2f36
Author: snipe <snipe@snipe.net>
Date:   Tue Oct 22 14:55:42 2024 +0100

    Merge pull request #15703 from marcusmoore/bug/sc-27188

    Linked accessory files in activity report

commit 30a06a5942
Merge: 6c6af78e0 ce3086317
Author: snipe <snipe@snipe.net>
Date:   Tue Oct 22 11:47:06 2024 +0100

    Merge pull request #15693 from marcusmoore/chore/remove-parallel-testing

    Removed brianium/paratest

commit 6c6af78e08
Merge: 9b06bbb6c 3f79fd7ea
Author: snipe <snipe@snipe.net>
Date:   Tue Oct 22 11:46:04 2024 +0100

    Merge pull request #15705 from marcusmoore/tests/icon-component-test

    Added test to ensure icon component does not end in newline

commit 3f79fd7ea7
Author: Marcus Moore <contact@marcusmoore.io>
Date:   Mon Oct 21 17:07:40 2024 -0700

    Add test to ensure icon component does not end in newline

commit 9b06bbb6c3
Merge: 46ad1d072 d7f70146f
Author: snipe <snipe@snipe.net>
Date:   Mon Oct 21 22:38:26 2024 +0100

    Merge pull request #15704 from marcusmoore/bug/remove-extra-icon

    Removed second icon in accessory file list

commit ce30863177
Author: Marcus Moore <contact@marcusmoore.io>
Date:   Mon Oct 21 13:57:04 2024 -0700

    Remove brianium/paratest dependency

commit d7f70146f4
Author: Marcus Moore <contact@marcusmoore.io>
Date:   Mon Oct 21 13:48:25 2024 -0700

    Remove extra icon in accessory file upload list

commit 867fa2f36e
Author: Marcus Moore <contact@marcusmoore.io>
Date:   Mon Oct 21 12:40:24 2024 -0700

    Display file in activity report for accessories

commit 0933a2d4ea
Author: Marcus Moore <contact@marcusmoore.io>
Date:   Thu Oct 17 18:01:48 2024 -0700

    Remove --parallel flag

commit 46ad1d072f
Merge: bcb4bd9eb 3cf746d7d
Author: snipe <snipe@snipe.net>
Date:   Thu Oct 17 15:29:47 2024 +0100

    Merge pull request #15680 from uberbrady/bulk_checkout_to_bulk_actions

    Bulk checkout to bulk actions

commit bcb4bd9eb4
Merge: 250037540 f50ccbcc4
Author: snipe <snipe@snipe.net>
Date:   Thu Oct 17 10:20:13 2024 +0100

    Merge pull request #15683 from Toreg87/fixes/outdated_comment

    Fix outdated comment in CompanyableTrait

commit f50ccbcc49
Author: Tobias Regnery <tobias.regnery@gmail.com>
Date:   Thu Oct 17 11:07:28 2024 +0200

    Fix outdated comment in CompanyableTrait

    As of commit 5800e8d the user model uses CompanyableTrait so remove this clearly outdated comment

commit 3cf746d7df
Author: Brady Wetherington <bwetherington@grokability.com>
Date:   Wed Oct 16 23:13:32 2024 +0100

    Rework the bulk checkout to not change how all checkouts work

commit 6b7af802af
Author: Brady Wetherington <bwetherington@grokability.com>
Date:   Thu Oct 10 13:28:23 2024 +0100

    Add 'bulk checkout' as one of the bulk actions in the bulk actions toolbar

commit fdcc17ca2c
Author: Tobias Regnery <tobias.regnery@gmail.com>
Date:   Wed Oct 16 11:18:24 2024 +0200

    Fix user creation with FullMultipleCompanySupport enabled over API

    It is currently possible as a non-superuser to create a new user or patch an existing user with arbitrary company over the API if FullMultipleCompanySupport is enabled.
    Altough a highly unlikely scenario as the user needs permission to create API keys and new users, it is a bug that should get fixed.

    Add a call to getIdForCurrentUser() to normalize the company_id if FullMultipleCompanySupport is enabled.

Signed-off-by: snipe <snipe@snipe.net>
2024-10-22 15:43:19 +01:00
.github Squashed commit of the following: 2024-10-22 15:43:19 +01:00
ansible
app Squashed commit of the following: 2024-10-22 15:43:19 +01:00
bootstrap
config Add StorageHelper to app config 2024-10-17 00:27:04 +01:00
database Merge pull request #15533 from marcusmoore/testing/fmcs-accessories 2024-10-11 11:29:34 +01:00
docker Rename docker startup scripts coherently. 2024-08-21 11:52:09 +02:00
heroku
public Updated livewire to 3.5.2 2024-10-10 12:19:57 +01:00
resources Squashed commit of the following: 2024-10-22 15:43:19 +01:00
routes Fixed #15439 - check database on healthcheck 2024-10-02 15:36:01 +01:00
sample_csvs Removed trailing rows 2024-08-17 00:51:19 +01:00
storage
stubs
tests Squashed commit of the following: 2024-10-22 15:43:19 +01:00
.all-contributorsrc Add @swift2512 as a contributor 2024-08-26 14:07:06 +01:00
.dockerignore
.env.dev.docker Fix non-functional development docker-compose file. 2024-08-22 15:46:40 +03:00
.env.docker Docker Env: Change trusted proxies to RFC1918 2024-10-05 18:27:42 +01:00
.env.dusk.example
.env.example Rename .env var to have DB_ prefix for sanitize-by-default setting 2024-08-21 13:16:51 +01:00
.env.testing-ci
.env.testing.example
.env.tests
.env.unit-tests
.gitattributes
.gitignore Add composer commands for generating coverage reports via Herd 2024-09-04 15:13:45 -07:00
.htaccess
.nvmrc
.upgrade_requirements.json
_config.yml
app.json
artisan
CODE_OF_CONDUCT.md
composer.json Squashed commit of the following: 2024-10-22 15:43:19 +01:00
composer.lock Squashed commit of the following: 2024-10-22 15:43:19 +01:00
CONTRIBUTING.md
CONTRIBUTORS.md Add @swift2512 as a contributor 2024-08-26 14:07:06 +01:00
crowdin.yml
dev.docker-compose.yml Need to use the long format for redis too in docker-compose file. 2024-08-22 16:10:00 +03:00
docker-compose.yml Update the official docker-compose file too while at it. 2024-08-22 15:47:12 +03:00
Dockerfile
Dockerfile.alpine Rename docker startup scripts coherently. 2024-08-21 11:52:09 +02:00
Dockerfile.fpm-alpine Rename docker startup scripts coherently. 2024-08-21 11:52:09 +02:00
install.sh
LICENSE
package-lock.json Update jspdf autotable 2024-09-20 14:40:41 +01:00
package.json Update jspdf autotable 2024-09-20 14:40:41 +01:00
phpmd.xml
phpstan.neon.dist
phpstan.neon.example
phpunit.xml Migrate phpunit.xml 2024-08-06 13:37:53 -07:00
Procfile
psalm.xml
README.md Added LLM note 2024-10-15 10:30:34 +01:00
SECURITY.md
server.php
snipeit.sh
TESTING.md
upgrade.php Improvements to upgrade.php script to improve Windows experience 2024-08-21 11:53:38 +01:00
Vagrantfile
webpack.mix.js Added confetti option 2024-08-15 11:32:42 +01:00

snipe-it-by-grok

Crowdin Docker Pulls Twitter Follow Codacy Badge Tests All Contributors Discord

Snipe-IT - Open Source Asset Management System

This is a FOSS project for asset management in IT Operations. Knowing who has which laptop, when it was purchased in order to depreciate it correctly, handling software licenses, etc.

It is built on Laravel 10.

Snipe-IT is actively developed and we release quite frequently. (Check out the live demo here.)

Tip

This is web-based software. This means there is no executable file (aka no .exe files), and it must be run on a web server and accessed through a web browser. It runs on any Mac OSX, any flavor of Linux, as well as Windows, and we have a Docker image available if that's what you're into.


Installation

For instructions on installing and configuring Snipe-IT on your server, check out the installation manual. (Please see the requirements documentation for full requirements.)

If you're having trouble with the installation, please check the Common Issues and Getting Help documentation, and search this repository's open and closed issues for help.


User's Manual

For help using Snipe-IT, check out the user's manual.


Bug Reports & Feature Requests

Feel free to check out the GitHub Issues for this project to open a bug report or see what open issues you can help with. Please search through existing issues (open and closed) to see if your question has already been answered before opening a new issue.

Important

PLEASE see the Getting Help Guidelines and Common Issues before opening a ticket, and be sure to complete all of the questions in the Github Issue template to help us to help you as quickly as possible.


Upgrading

Please see the upgrading documentation for instructions on upgrading Snipe-IT.


Announcement List

To be notified of important news (such as new releases, security advisories, etc), sign up for our list. We'll never sell or give away your info, and we'll only email you when it's important.


Translations!

Please see the translations documentation for information about available languages and how to add translations to Snipe-IT.


Since the release of the JSON REST API, several third-party developers have been developing modules and libraries to work with Snipe-IT.

Note

As these were created by third-parties, Snipe-IT cannot provide support for these project, and you should contact the developers directly if you need assistance. Additionally, Snipe-IT makes no guarantees as to the reliability, accuracy or maintainability of these libraries. Use at your own risk. :)


Contributing

Please refrain from submitting issues or pull requests generated by fully-automated tools. Maintainers reserve the right, at their sole discretion, to close such submissions and to block any account responsible for them.

Ideally, contributions should follow from a human-to-human discussion in the form of an issue.

Please see the complete documentation on contributing and developing for Snipe-IT.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

The ERD is available online here.

Here is a list of the wonderful people that have contributed to the Snipe-IT.


Security

Important

To report a security vulnerability, please email security@snipeitapp.com instead of using the issue tracker.