A free open source IT asset/license management system
Find a file
snipe 79367642b1
[WIP] Added #5957 - Flysystem support (#6262)
* Added AWS url to example env

* Upgrader - added check for new storage path and attempt to move

* Ignore symlink

* Updated paths for models

* Moved copy methods

* Added AWS_URL support

For some reasin, Flysystem was generating the wrong AWS url (with a region included)

* Switch to Flysystem for image uploads

* Nicer display of image preview

* Updated image preview on edit blades to use Flysystem

* Twiddled some more paths

* Working filesystems config

* Updated Asset Models and Departments to use Flysystem

* Janky workaround for differing S3/local urls/paths

* Try to smartly use S3 as public disk if S3 is configured

* Use public disk Storage options for public files

* Additional transformer edits for Flysystem

* Removed debugging

* Added missing use Storage directive

* Updated seeders to use Flysystem

* Default logo

* Set a default width

We can potentially override this in settings later

* Use Flysystem for logo upload

* Update downloadFile to use Flysystem

* Updated AssetFilesController to use Flysystem

* Updated acceptance signatures to use Flysystem

* Updated signature view to use Flysystem

This isn’t working 100% yet

* Use Flysystem facade for displaying asset image

* Set assets path

Should clean all these up when we’re done here

* Added Rackspace support for Flysystem

* Added Flysystem migrator console command

* Added use Storage directive for categories

* Added user avatars to Flysystem

* Added profile avatar to Flysystem

* Added the option to delete local files with the migrator

* Added a check to prevent people from trying to move from local to local

* Fixed the selectlists for Flysystem

* Fixed the getImageUrl method to reflect Flysystem

* Fixed AWS copy process

* Fixed models path

* More selectlist updates for Flysystem

* Updated example .envs with updated env variable names

* *sigh*

* Updated non-asset getImageUrl() methods to use Flysystem

* Removed S3 hardcoding

* Use Flysystem in email headers

* Fixed typo

* Removed camera support from asset file upload

We’ll find a way to add this in later (and add that support to all of the other image uploads as well)

* Fixed path for categories

* WIP - Switched to standard handleImages for asset upload.

This is currently broken as I refact the handleImages method. Because the assets store/create methods use their own Form Request, the handleImages method doesn’t exist in that Form Request so it wil error now.

* Fixed css URL error

* Updated Debugbar to latest version (#6265)

v3.2 adds support for Laravel 5.7

* Fixed: Missing CSS file in basic.blade.php (#6264)

* Fixed missing CSS file in basic.blade.php

* Added

* Changed stylesheet import for authorize.blade.php

* Updated composer lock

* Added AWS_BUCKET_ROOT as env variable

* Use nicer image preview for logo upload

* Removed AssetRequest form request

* Removed asset form request, moved custom field validation into model

* Added additional help text for logo upload

* Increased the size of the image resize - should make this a setting tho

* Few more formatting tweaks to logo section of branding blade preview

* Use Flysystem for asset/license file uploads

* Use Flysystem for removing images from models that have been deleted

* Enable backups to use Flysystem

This only handles part of the problem. This just makes it so we can ship files to S3 if we want, but does not account for how we backup files that are hosted on S3

* Use Flysystem to download license files

* Updated audits to use Flysystem
2018-09-29 21:33:52 -07:00
.github Config for new bots 2018-07-31 17:40:32 -07:00
.public/css/dist Added: #6246 - CSS Cleanup (#6247) 2018-09-28 14:09:48 -07:00
ansible/freebsd Fixed #5811 - Non US Characters in user export (#6132) 2018-08-28 12:37:58 -07:00
app [WIP] Added #5957 - Flysystem support (#6262) 2018-09-29 21:33:52 -07:00
bootstrap Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
config [WIP] Added #5957 - Flysystem support (#6262) 2018-09-29 21:33:52 -07:00
database [WIP] Added #5957 - Flysystem support (#6262) 2018-09-29 21:33:52 -07:00
docker Applied 3159e7713a to develop 2018-09-19 17:27:34 -07:00
public [WIP] Added #5957 - Flysystem support (#6262) 2018-09-29 21:33:52 -07:00
resources [WIP] Added #5957 - Flysystem support (#6262) 2018-09-29 21:33:52 -07:00
routes Redirects users from old acceptance screen to new overview 2018-09-10 17:13:16 +02:00
sample_csvs Added test CSV with blank column headers 2018-03-22 19:35:43 -07:00
storage Added gitignore 2018-04-24 13:24:15 -07:00
tests Using changes proposed by dmeltzer to eliminate has_licenses function in some tests code (#6218) 2018-09-25 14:01:21 -07:00
.all-contributorsrc Add @inietov as a contributor 2018-08-28 13:31:36 -07:00
.dockerignore Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
.env.example [WIP] Added #5957 - Flysystem support (#6262) 2018-09-29 21:33:52 -07:00
.env.testing [WIP] Added #5957 - Flysystem support (#6262) 2018-09-29 21:33:52 -07:00
.env.testing-ci [WIP] Added #5957 - Flysystem support (#6262) 2018-09-29 21:33:52 -07:00
.env.tests Disable broken tests (#5073) 2018-02-22 21:46:58 -08:00
.env.unit-tests Disable broken tests (#5073) 2018-02-22 21:46:58 -08:00
.gitattributes Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
.gitignore Ignore simlink 2018-09-28 23:18:04 -07:00
.htaccess Prevent direct viewing of .env file if installed in a subdirectory 2016-04-19 19:44:09 -07:00
.php_cs.dist Added PHP_CS & PHPMD files (#6234) 2018-09-26 12:10:11 -07:00
.travis.yml Reordered PHP versions because anal-retentive 2018-07-25 05:36:54 -07:00
artisan Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
bower.json Font-awesome for bower 2017-01-11 06:53:49 -08:00
c3.php [Security] Updating Guzzle to address CVE-2016-5385 2016-07-19 00:36:50 -07:00
CODE_OF_CONDUCT.md Adds email address to CoC 2017-10-06 13:44:39 -07:00
codeception.yml Partialize forms (#2884) 2016-11-16 16:56:57 -08:00
composer.json [WIP] Added #5957 - Flysystem support (#6262) 2018-09-29 21:33:52 -07:00
composer.lock [WIP] Added #5957 - Flysystem support (#6262) 2018-09-29 21:33:52 -07:00
CONTRIBUTING.md update broken link to contributor docs (#4123) 2017-10-04 23:19:19 -07:00
crowdin.yml Update Crowdin configuration file 2017-04-06 20:59:24 -07:00
Dockerfile Disable file browsing (#5922) 2018-07-23 20:40:04 -07:00
gh-changelog.php Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
index.html Fixes #3139 and #3230 - use native font stack, removing google fonts 2017-01-24 17:02:39 -08:00
install.sh Sudo isnt available on every distro. (#4194) 2017-10-10 22:02:47 -07:00
LICENSE Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
npm-shrinkwrap.json Added: #6246 - CSS Cleanup (#6247) 2018-09-28 14:09:48 -07:00
package.json Added: #6246 - CSS Cleanup (#6247) 2018-09-28 14:09:48 -07:00
phpmd.xml Added PHP_CS & PHPMD files (#6234) 2018-09-26 12:10:11 -07:00
phpunit.xml Attempt to add codeclimate test coverage 2018-02-22 22:34:08 -08:00
README.md Add @inietov as a contributor 2018-08-28 13:31:36 -07:00
server.php Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
snipeit.sh [WIP] Fix apache default page on ubuntu (#5998) 2018-07-30 18:09:37 -07:00
upgrade.php [WIP] Added #5957 - Flysystem support (#6262) 2018-09-29 21:33:52 -07:00
Vagrantfile Fixed #5811 - Non US Characters in user export (#6132) 2018-08-28 12:37:58 -07:00
webpack.mix.js Fixed: Missing CSS file in basic.blade.php (#6264) 2018-09-29 14:15:25 -07:00

Build Status Crowdin Gitter Docker Pulls Twitter Follow Codacy Badge All Contributors Open Source Helpers

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 5.4.

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

This is web-based software. This means there 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, 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.

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.

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. :)


Contributors

Thanks goes to all of these wonderful people (emoji key) who have helped Snipe-IT get this far:


snipe

💻 🚇 📖 ⚠️ 🐛 🎨 👀

Brady Wetherington

💻 📖 🚇 👀

Daniel Meltzer

💻 ⚠️ 📖

Michael T

💻

madd15

📖 💬

Vincent Sposato

💻

Andrea Bergamasco

💻

Karol

🌍 💻

morph027

💻

fvleminckx

🚇

itsupportcmsukorg

💻 🐛

Frank

💻

Deleted user

🌍

tiagom62

💻 🚇

Ryan Stafford

💻

Eammon Hanlon

💻

zjean

💻

Matthias Frei

💻

opsydev

💻

Daniel Dreier

💻

Nikolai Prokoschenko

💻

Drew

💻

Walter

💻

Petr Baloun

💻

reidblomquist

📖

Mathieu Kooiman

💻

csayre

📖

Adam Dunson

💻

Hereward

💻

swoopdk

💻

Abdullah Alansari

💻

Micael Rodrigues

💻

Patrick Gallagher

📖

Miliamber

💻

hawk554

💻

Justin Kerr

💻

Ira W. Snyder

📖

Aladin Alaily

💻

Chase Hansen

💻 💬 🐛

IDM Helpdesk

💻

Kai

💻

Michael Daniels

💻

Tom Castleman

💻

Daniel Nemanic

💻

SouthWolf

💻

Ivar Nesje

💻

Jérémy Benoist

📖

Chris Leathley

🚇

splaer

🐛 💻

Joe Ferguson

💻

diwanicki

💻 📖

Lee Thoong Ching

📖 💻

Marek Šuppa

💻

Juan J. Martinez

🌍

R Ryan Dial

🌍

Andrej Manduch

📖

Jay Richards

💻

Alexander Innes

💻

Danny Garcia

💻

archpoint

💻

Jake McGraw

💻

FleischKarussel

📖

Dylan Yi

💻

Gil Rutkowski

💻

Desmond Morris

💻

Nick Peelman

💻

Abraham Vegh

💻

Mohamed Rashid

📖

Kasey

💻

Brett

⚠️

Jason Spriggs

💻

Nate Felton

💻

Manasses Ferreira

💻

Steve

⚠️

matc

⚠️

Cole R. Davis

⚠️

gibsonjoshua55

💻

Robin Temme

💻

Iman

💻

Richard Hofman

💻

gizzmojr

💻

Jenny Li

📖

Geoff Young

💻

Elliot Blackburn

📖

Tõnis Ormisson

💻

Nicolai Essig

💻

Danielle

📖

Lawrence

⚠️ 🐛

uknzaeinozpas

⚠️ 💻

Ryan

📖

vcordes79

💻

fordster78

💻

CronKz

💻 🌍

Tim Bishop

💻

Sean McIlvenna

💻

cepacs

🐛 📖

lea-mink

💻

Hannah Tinkler

💻

Doeke Zanstra

💻

Djamon Staal

💻

Earl Ramirez

💻

Richard Ray Thomas

💻

Ryan Kuba

💻

Brian Monroe

💻

plexorama

💻

Till Deeke

💻

5quirrel

💻

Jason

💻

Antti

💻

DeusMaximus

💻

a-royal

🌍

Alberto Aldrigo

🌍

Alex Stanev

🌍

Andreas Rehm

🌍

Andreas Erhard

🌍

Andrés Vanegas Jiménez

🌍

Antonio Schiavon

🌍

benunter

🌍

Borys Żmuda

🌍

chibacityblues

🌍

Chien Wei Lin

🌍

Christian Schuster

🌍

Christian Stefanus

🌍

wxcafé

🌍

dpyroc

🌍

Daniel Friedlmaier

🌍

Daniel Heene

🌍

danielcb

🌍

Dominik Senti

🌍

Eric Gautheron

🌍

Erlend Pilø

🌍

Fabio Rapposelli

🌍

Felipe Barros

🌍

Fernando Possebon

🌍

gdraque

🌍

Georg Wallisch

🌍

Gerardo Robles

🌍

Gluek

🌍

AdnanAbuShahad

🌍

Hafidzi My

🌍

Harim Park

🌍

Henrik Kentsson

🌍

Husnul Yaqien

🌍

Ibrahim

🌍

igolman

🌍

itangiang

🌍

jarby1211

🌍

Jhonn Willker

🌍

Jose

🌍

laopangzi

🌍

Lars Strojny

🌍

MarcosBL

🌍

marie joy cajes

🌍

Mark S. Johansen

🌍

Martin Stub

🌍

Meyer Flavio

🌍

Micael Rodrigues

🌍

Mikael Rasmussen

🌍

IxFail

🌍

Mohammed Fota

🌍

Moayad Alserihi

🌍

saymd

🌍

Patrik Larsson

🌍

drcryo

🌍

pawel1615

🌍

bodrovics

🌍

priatna

🌍

Fan Jiang

🌍

ragnarcx

🌍

Rein van Haaren

🌍

Teguh Dwicaksana

🌍

fraccie

🌍

vinzruzell

🌍

Kevin Austin

🌍

Wira Sandy

🌍

Илья

🌍

GodUseVPN

🌍

周周

🌍

Sam

💻

Azerothian

💻

Wes Hulette

💻

patrict

💻

Dmitriy Minaev

💻

liquidhorse

💻

Jordi Boggiano

💻

Ivan Nieto

💻

This project follows the all-contributors specification. Contributions of any kind welcome!


Contributing

Please see the 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.


Security

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