-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into dev-master-integration
# Conflicts: # .gitignore # .travis.yml # app/Console/Commands/LdapSync.php # app/Console/Commands/SendExpectedCheckinAlerts.php # app/Console/Commands/SendExpirationAlerts.php # app/Console/Commands/SendInventoryAlerts.php # app/Console/Kernel.php # app/Http/Controllers/Api/AssetsController.php # app/Http/Controllers/Api/ManufacturersController.php # app/Http/Controllers/Api/StatuslabelsController.php # app/Http/Controllers/Api/UsersController.php # app/Http/Controllers/AssetMaintenancesController.php # app/Http/Controllers/Assets/AssetsController.php # app/Http/Controllers/Auth/ForgotPasswordController.php # app/Http/Controllers/Auth/LoginController.php # app/Http/Controllers/Auth/ResetPasswordController.php # app/Http/Controllers/ReportsController.php # app/Http/Controllers/SettingsController.php # app/Http/Controllers/UsersController.php # app/Http/Transformers/AssetMaintenancesTransformer.php # app/Importer/Importer.php # app/Importer/ItemImporter.php # app/Importer/UserImporter.php # app/Importer/import_mappings.md # app/Models/Ldap.php # app/Models/License.php # app/Models/Location.php # app/Models/Recipients/AlertRecipient.php # app/Models/User.php # app/Providers/AppServiceProvider.php # composer.json # composer.lock # config/trustedproxy.php # config/version.php # public/js/build/all.js # public/js/build/vue.js # public/js/build/vue.js.map # public/js/dist/all.js # public/mix-manifest.json # resources/assets/js/components/importer/importer-file.vue # resources/lang/ar/admin/settings/general.php # resources/lang/bg/admin/settings/general.php # resources/lang/en-ID/admin/settings/general.php # resources/lang/en-ID/passwords.php # resources/lang/en/passwords.php # resources/lang/es-CO/passwords.php # resources/lang/es-ES/passwords.php # resources/lang/es-MX/passwords.php # resources/lang/es-VE/passwords.php # resources/lang/fi/admin/settings/general.php # resources/lang/id/admin/settings/general.php # resources/lang/id/passwords.php # resources/lang/ja/passwords.php # resources/lang/nl/passwords.php # resources/lang/pl/admin/settings/general.php # resources/lang/pl/passwords.php # resources/lang/pt-BR/admin/settings/general.php # resources/lang/pt-BR/passwords.php # resources/lang/ru/admin/settings/general.php # resources/lang/ru/admin/statuslabels/table.php # resources/lang/ru/passwords.php # resources/lang/sr-CS/general.php # resources/lang/sr-CS/mail.php # resources/lang/sv-SE/admin/settings/general.php # resources/lang/tr/admin/settings/general.php # resources/lang/tr/passwords.php # resources/lang/vi/admin/models/message.php # resources/lang/vi/admin/users/general.php # resources/lang/zh-CN/admin/settings/general.php # resources/views/importer/import.blade.php # resources/views/partials/bootstrap-table.blade.php # resources/views/partials/forms/edit/image-upload.blade.php # resources/views/users/edit.blade.php # resources/views/users/view.blade.php # tests/unit/ImporterTest.php
- Loading branch information
Showing
1,748 changed files
with
96,092 additions
and
362,199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
.git | ||
.github | ||
.gitattributes | ||
.gitignore | ||
.dockerignore | ||
app/storage/logs/* | ||
app/storage/views/* | ||
vendor/* | ||
storage/framework/cache/* | ||
node_modules | ||
.vagrant | ||
.idea | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,6 +43,8 @@ [email protected] | |
MAIL_FROM_NAME='Snipe-IT' | ||
MAIL_REPLYTO_ADDR=[email protected] | ||
MAIL_REPLYTO_NAME='Snipe-IT' | ||
MAIL_AUTO_EMBED=true | ||
MAIL_AUTO_EMBED_METHOD=base64 | ||
|
||
# -------------------------------------------- | ||
# REQUIRED: IMAGE LIBRARY | ||
|
@@ -59,6 +61,7 @@ ENCRYPT=false | |
COOKIE_NAME=snipeit_session | ||
COOKIE_DOMAIN=null | ||
SECURE_COOKIES=false | ||
SESSION_PATH=null | ||
|
||
# -------------------------------------------- | ||
# OPTIONAL: SECURITY HEADER SETTINGS | ||
|
@@ -90,10 +93,12 @@ MEMCACHED_PORT=null | |
# -------------------------------------------- | ||
# OPTIONAL: AWS S3 SETTINGS | ||
# -------------------------------------------- | ||
AWS_SECRET=null | ||
AWS_KEY=null | ||
AWS_REGION=null | ||
AWS_SECRET_ACCESS_KEY=null | ||
AWS_ACCESS_KEY_ID=null | ||
AWS_DEFAULT_REGION=null | ||
AWS_BUCKET=null | ||
AWS_BUCKET_ROOT=null | ||
AWS_URL=null | ||
|
||
# -------------------------------------------- | ||
# OPTIONAL: LOGIN THROTTLING | ||
|
@@ -106,7 +111,7 @@ LOGIN_LOCKOUT_DURATION=60 | |
# -------------------------------------------- | ||
APP_LOG=single | ||
APP_LOG_MAX_FILES=10 | ||
APP_LOCKED=false | ||
APP_LOG_LEVEL=debug | ||
FILESYSTEM_DISK=local | ||
APP_TRUSTED_PROXIES=192.168.1.1,10.0.0.1 | ||
ALLOW_IFRAMING=false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome | ||
|
||
# Comment to be posted to on first time issues | ||
newIssueWelcomeComment: | | ||
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. | ||
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome | ||
|
||
# Comment to be posted to on PRs from first time contributors in your repository | ||
newPRWelcomeComment: | | ||
💖 Thanks for this pull request! 💖 | ||
We use [semantic commit messages](https://snipe-it.readme.io/docs/contributing-overview#section-pull-request-guidelines) to streamline the release process and easily generate changelogs between versions. Before your pull request can be merged, you should **update your pull request title** to start with a semantic prefix if it doesn't have one already. | ||
Examples of commit messages with semantic prefixes: | ||
- `Fixed #<issue number>: don't overwrite prevent_default if default wasn't prevented` | ||
- `Added #<issue number>: add checkout functionality to assets` | ||
- `Improved Asset Checkout: use new notification method for checkout` | ||
Things that will help get your PR across the finish line: | ||
- Document any user-facing changes you've made. | ||
- Include tests when adding/changing behavior. | ||
- Include screenshots and animated GIFs whenever possible. | ||
We get a lot of pull requests on this repo, so please be patient and we will get back to you as soon as we can. | ||
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge | ||
|
||
# Comment to be posted to on pull requests merged by a first time user | ||
firstPRMergeComment: > | ||
Congrats on merging your first pull request! 🎉🎉🎉 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.