Closed naklow88 closed 2 years ago
👋 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.
You need to run php upgrade.php
php upgrade.php
ERROR: This script should not be run as root/admin. Exiting.
Don't run it as root then. (Nothing in Snipe-IT should ever be run as root.)
Don't run it as root then. (Nothing in Snipe-IT should ever be run as root.)
I added a new user and started with that user. It did some operations and finally finished with the following message. But Snipe-it version is still 5.4.1
This script will attempt to:
Current PHP version: (7.4.28) is at least 7.2.5 - continuing... FYI: The php.ini used by this PHP is: /etc/php.ini
Checking Required PHP extensions...
√ bcmath is installed! √ curl is installed! √ fileinfo is installed! √ gd is installed! √ json is installed! √ ldap is installed! √ mbstring is installed! √ mysqli is installed! √ openssl is installed! √ PDO is installed! √ tokenizer is installed! √ xml is installed! √ zip is installed!
-- Starting backup... Backup failed because: mkdir(): Permission denied.
-- Failed to enter maintenance mode. file_put_contents(/var/www/Odeal/storage/framework/down): failed to open stream: Permission denied
Git is installed. error: cannot open .git/FETCH_HEAD: Permission denied
fatal: Unable to create '/var/www/Odeal/.git/index.lock': Permission denied fatal: Unable to create '/var/www/Odeal/.git/index.lock': Permission denied Cannot save the current index state error: cannot open .git/FETCH_HEAD: Permission denied
√ No bootstrap/cache/compiled.php, so nothing to delete. √ No bootsrap/cache/services.php, so nothing to delete. √ No bootstrap/cache/config.php, so nothing to delete.
-- Configuration cache cleared! -- Failed to clear cache. Make sure you have the appropriate permissions. -- Route cache cleared! -- Compiled views cleared!
-- We couldn't find a local composer.phar. No worries, trying globally.
Class ParsedownTest located in ./vendor/erusev/parsedown/test/ParsedownTest.php does not comply with psr-0 autoloading standard. Skipping.
In Filesystem.php line 901:
file_put_contents(/var/www/Odeal/vendor/composer/autoload_namespaces.php): failed to open stream: Permission denied
dump-autoload [-o|--optimize] [-a|--classmap-authoritative] [--apcu] [--apcu-pre fix APCU-PREFIX] [--dev] [--no-dev] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs]
Installing dependencies from lock file Verifying lock file contents can be installed on current platform. Nothing to install, update or remove
In Filesystem.php line 901:
file_put_contents(/var/www/Odeal/vendor/composer/installed.php): failed to open stream: Permission denied
install [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--d ry-run] [--dev] [--no-suggest] [--no-dev] [--no-autoloader] [--no-progress] [--n o-install] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-autho ritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--] [
Generating optimized autoload files
Nothing to migrate.
√ OAuth keys detected. Skipping passport install.
-- Application is already up.
---------------------- FINISHED! ----------------------- All done! Clear your browser cookies and re-login to use your upgraded Snipe-IT!
Please provide the full output of the command
Please provide the full output of the command
I added it to a top post. It gave permission errors. I guess because of the new user. What commands should I enter to allow the new user?
I see that - there are a bunch of permission denied errors, so it's not going to be successful. You need to fix the permissions on those directories. (Creating a new user usually means that new user won't be able to write to existing directories.)
I see that - there are a bunch of permission denied errors, so it's not going to be successful. You need to fix the permissions on those directories. (Creating a new user usually means that new user won't be able to write to existing directories.)
What commands should I enter?
https://snipe-it.readme.io/docs/debugging-permissions
Snipe-IT DocumentationOne of the most common issues folks newer to running web servers run into is how to manage the Linux/Windows/etc owners and groups of the Snipe-IT filesystem. As we mention many times in the installation documentation, nothing in Snipe-IT should be run as or owned by root. Running composer as root, ...
I gave permissions and restarted. But the version is still the same.
This script will attempt to:
Current PHP version: (7.4.28) is at least 7.2.5 - continuing... FYI: The php.ini used by this PHP is: /etc/php.ini
Checking Required PHP extensions...
√ bcmath is installed! √ curl is installed! √ fileinfo is installed! √ gd is installed! √ json is installed! √ ldap is installed! √ mbstring is installed! √ mysqli is installed! √ openssl is installed! √ PDO is installed! √ tokenizer is installed! √ xml is installed! √ zip is installed!
-- Starting backup... Dumping database tech_inventory... Determining files to backup... Zipping 190 files and directories... Created zip containing 190 files and directories. Size is 1010.7 KB Copying zip to disk named backup... Successfully copied zip to disk named backup. Backup completed!
-- Application is now in maintenance mode.
Git is installed. Already on 'master'
*** Please tell me who you are.
Run
git config --global user.email "you@example.com" git config --global user.name "Your Name"
to set your account's default identity. Omit --global to set the identity only in this repository.
fatal: empty ident name (for snipeit@localhost.localdomain) not allowed Cannot save the current index state error: Your local changes to the following files would be overwritten by merge: .github/ISSUE_TEMPLATE/feature_request.yml app.json app/Console/Commands/LdapSync.php app/Http/Controllers/Accessories/AccessoriesController.php app/Http/Controllers/AssetModelsController.php app/Http/Controllers/Assets/AssetsController.php app/Http/Controllers/CategoriesController.php app/Http/Controllers/DashboardController.php app/Http/Controllers/DepreciationsController.php app/Http/Controllers/GroupsController.php app/Http/Controllers/Licenses/LicensesController.php app/Http/Controllers/LocationsController.php app/Http/Controllers/ManufacturersController.php app/Http/Controllers/ProfileController.php app/Http/Controllers/SettingsController.php app/Http/Controllers/StatuslabelsController.php app/Http/Controllers/SuppliersController.php app/Http/Controllers/Users/UsersController.php app/Http/Controllers/ViewAssetsController.php app/Models/Accessory.php app/Models/Actionlog.php app/Models/AssetModel.php app/Models/Category.php app/Models/Depreciation.php app/Models/Group.php app/Models/License.php app/Models/LicenseSeat.php app/Models/Location.php app/Models/Manufacturer.php app/Models/Setting.php app/Models/Statuslabel.php app/Models/Supplier.php app/Models/User.php config/app.php config/database.php config/mail.php database/migrations/2013_03_23_193214_update_users_table.php database/migrations/2013_11_13_075318_create_models_table.php database/migrations/2013_11_13_075335_create_categories_table.php database/migrations/2013_11_13_075347_create_manufacturers_table.php database/migrations/2013_11_15_015858_add_user_id_to_categories.php database/migrations/2013_11_15_112701_add_user_id_to_manufacturers.php database/migrations/2013_11_15_190327_create_assets_table.php database/migrations/2013_11_15_190357_create_licenses_table.php database/migrations/2013_11_15_201848_add_license_name_to_licenses.php database/migrations/2013_11_16_040323_create_depreciations_table.php database/migrations/2013_11_16_042851_add_depreciation_id_to_models.php database/migrations/2013_11_16_084923_add_user_id_to_models.php database/migrations/2013_11_16_103258_create_locations_table.php database/migrations/2013_11_16_103336_add_location_id_to_assets.php database/migrations/2013_11_16_103407_add_checkedout_to_to_assets.php database/migrations/2013_11_16_103425_create_history_table.php database/migrations/2013_11_17_054359_drop_licenses_table.php database/migrations/2013_11_17_054526_add_physical_to_assets.php database/migrations/2013_11_17_055126_create_settings_table.php database/migrations/2013_11_17_062634_add_license_to_assets.php database/migrations/2013_11_18_134332_add_contacts_to_users.php database/migrations/2013_11_18_142847_add_info_to_locations.php database/migrations/2013_11_18_152942_remove_location_id_from_asset.php database/migrations/2013_11_18_164423_set_nullvalues_for_user.php database/migrations/2013_11_19_013337_create_asset_logs_table.php database/migrations/2013_11_19_061409_edit_added_on_asset_logs_table.php database/migrations/2013_11_19_062250_edit_location_id_asset_logs_table. php database/migrations/2013_11_20_055822_add_soft_delete_on_assets.php database/migrations/2013_11_20_121404_add_soft_delete_on_locations.php database/migrations/2013_11_20_123137_add_soft_delete_on_manufacturers.p hp database/migrations/2013_11_20_123725_add_soft_delete_on_categories.php database/migrations/2013_11_20_130248_create_status_labels.php database/migrations/2013_11_20_130830_add_status_id_on_assets_table.php database/migrations/2013_11_20_131544_add_status_type_on_status_labels.p hp database/migrations/2013_11_20_134103_add_archived_to_assets.php database/migrations/2013_11_21_002321_add_uploads_table.php database/migrations/2013_11_21_024531_remove_deployable_boolean_from_sta tus_labels.php database/migrations/2013_11_22_075308_add_option_label_to_settings_table .php database/migrations/2013_11_22_213400_edits_to_settings_table.php database/migrations/2013_11_25_013244_create_licenses_t Aborting -- -- M .gitattributes M .github/ISSUE_TEMPLATE/feature_request.yml M .gitignore M LICENSE M ansible/ubuntu/apachevirtualhost.conf.j2 M ansible/ubuntu/vagrant_playbook.yml M app.json M app/Console/Commands/LdapSync.php M app/Http/Controllers/Accessories/AccessoriesController.php M app/Http/Controllers/AssetModelsController.php M app/Http/Controllers/Assets/AssetsController.php M app/Http/Controllers/CategoriesController.php M app/Http/Controllers/DashboardController.php M app/Http/Controllers/DepreciationsController.php M app/Http/Controllers/GroupsController.php M app/Http/Controllers/Licenses/LicensesController.php M app/Http/Controllers/LocationsController.php M app/Http/Controllers/ManufacturersController.php M app/Http/Controllers/ProfileController.php M app/Http/Controllers/SettingsController.php M app/Http/Controllers/StatuslabelsController.php M app/Http/Controllers/SuppliersController.php M app/Http/Controllers/Users/UsersController.php M app/Http/Controllers/ViewAssetsController.php M app/Models/Accessory.php M app/Models/Actionlog.php M app/Models/AssetModel.php M app/Models/Category.php M app/Models/Depreciation.php M app/Models/Group.php M app/Models/License.php M app/Models/LicenseSeat.php M app/Models/Location.php M app/Models/Manufacturer.php M app/Models/Setting.php M app/Models/Statuslabel.php M app/Models/Supplier.php M app/Models/User.php M bootstrap/cache/.gitignore M config/app.php M config/database.php M config/mail.php M database/migrations/2013_03_23_193214_update_users_table.php M database/migrations/2013_11_13_075318_create_models_table.php M database/migrations/2013_11_13_075335_create_categories_table.php M database/migrations/2013_11_13_075347_create_manufacturers_table.php M database/migrations/2013_11_15_015858_add_user_id_to_categories.php M database/migrations/2013_11_15_112701_add_user_id_to_manufacturers.php M database/migrations/2013_11_15_190327_create_assets_table.php M database/migrations/2013_11_15_190357_create_licenses_table.php M database/migrations/2013_11_15_201848_add_license_name_to_licenses.php M database/migrations/2013_11_16_040323_create_depreciations_table.php M database/migrations/2013_11_16_042851_add_depreciation_id_to_models.php M database/migrations/2013_11_16_084923_add_user_id_to_models.php M database/migrations/2013_11_16_103258_create_locations_table.php M database/migrations/2013_11_16_103336_add_location_id_to_assets.php M database/migrations/2013_11_16_103407_add_checkedout_to_to_assets.php M database/migrations/2013_11_16_103425_create_history_table.php M database/migrations/2013_11_17_054359_drop_licenses_table.php M database/migrations/2013_11_17_054526_add_physical_to_assets.php M database/migrations/2013_11_17_055126_create_settings_table.php M database/migrations/2013_11_17_062634_add_license_to_assets.php M database/migrations/2013_11_18_134332_add_contacts_to_users.php M database/migrations/2013_11_18_142847_add_info_to_locations.php M database/migrations/2013_11_18_152942_remove_location_id_from_asset.php M database/migrations/2013_11_18_164423_set_nullvalues_for_user.php M database/migrations/2013_11_19_013337_create_asset_logs_table.php M database/migrations/2013_11_19_061409_edit_added_on_asset_logs_table.php M database/migrations/2013_11_19_062250_edit_location_id_asset_logs_table. php M database/migrations/2013_11_20_055822_add_soft_delete_on_assets.php M database/migrations/2013_11_20_121404_add_soft_delete_on_locations.php M database/migrations/2013_11_20_123137_add_soft_delete_on_manufacturers.p hp M database/migrations/2013_11_20_123725_add_soft_delete_on_categories.php M database/migrations/2013_11_20_130248_create_status_labels.php M database/migrations/2013_11_20_130830_add_status_id_on_assets_table.php M database/migrations/2013_11_20_131544_add_status_type_on_status_labels.p hp M database/migrations/2013_11_20_134103_add_archived_to_assets.php M database/migrations/2013_11_21_002321_add_uploads_table.php M database/migrations/2013_11_21_024531_remove_deployable_boolean_from_sta tus_labels.php M database/migrations/2013_11_22_075308_add_option_label_to_settings_table .php M database/migrations/2013_11_22_213400_edits_to_settings_table.php M database/migrations/2013_11_25_013244_create_licenses_table.php M database/migrations/2013_11_25_031458_create_license_seats_table.php M database/migrations/2013_11_25_032022_add_type_to_actionlog_table.php M database/migrations/2013_11_25_033008_delete_bad_licenses_table.php M database/migrations/2013_11_25_033131_create_new_licenses_table.php M database/migrations/2013_11_25_033534_add_licensed_to_licenses_table.php M database/migrations/2013_11_25_101308_add_warrantee_to_assets_table.php M database/migrations/2013_11_25_104343_alter_warranty_column_on_assets.ph p M database/migrations/2013_11_25_150450_drop_parent_from_categories.php M database/migrations/2013_11_25_151920_add_depreciate_to_assets.php M database/migrations/2013_11_25_152903_add_depreciate_to_licenses_table.p hp M database/migrations/2013_11_26_211820_drop_license_from_assets_table.php M database/migrations/2013_11_27_062510_add_note_to_asset_logs_table.php M database/migrations/2013_12_01_113426_add_filename_to_asset_log.php M database/migrations/2013_12_06_094618_add_nullable_to_licenses_table.php M database/migrations/2013_12_10_084038_add_eol_on_models_table.php M database/migrations/2013_12_12_055218_add_manager_to_users_table.php M database/migrations/2014_01_28_031200_add_qr_code_to_settings_table.php M database/migrations/2014_02_13_183016_add_qr_text_to_settings_table.php M database/migrations/2014_05_24_093839_alter_default_license_depreciation _id.php M database/migrations/2014_05_27_231658_alter_default_values_licenses.php M database/migrations/2014_06_19_191508_add_asset_name_to_settings.php M database/migrations/2014_06_20_004847_make_asset_log_checkedout_to_nulla ble.php M database/migrations/2014_06_20_005050_make_asset_log_purchasedate_to_nul lable.php M database/migrations/2014_06_24_003011_add_suppliers.php M database/migrations/2014_06_24_010742_add_supplier_id_to_asset.php M database/migrations/2014_06_24_012839_add_zip_to_supplier.php M database/migrations/2014_06_24_033908_add_url_to_supplier.php M database/migrations/2014_07_08_054116_add_employee_id_to_users.php M database/migrations/2014_07_09_134316_add_requestable_to_assets.php M database/migrations/2014_07_17_085822_add_asset_to_software.php M database/migrations/2014_07_17_161625_make_asset_id_in_logs_nullable.php M database/migrations/2014_08_12_053504_alpha_0_4_2_release.php M database/migrations/2018_06_21_134622_add_version_footer.php M database/seeds/AssetModelSeeder.php M database/seeds/CategorySeeder.php M database/seeds/StatuslabelSeeder.php M docker/docker-entrypoint.sh M heroku/startup.php M install.sh M public/css/dist/signature-pad.css M public/css/signature-pad.css M public/css/signature-pad.min.css M public/js/bootstrap-table-locale-all.js M public/js/bootstrap-table-locale-all.min.js M public/js/bootstrap-table.css M public/js/bootstrap-table.js M public/js/bootstrap-table.min.css M public/js/bootstrap-table.min.js M public/js/bootstrap.datepicker.js M public/js/bootstrap/css/bootstrap.css M public/js/bootstrap/css/bootstrap.css.map M public/js/bootstrap/css/bootstrap.min.css M public/js/bootstrap/fonts/glyphicons-halflings-regular.eot M public/js/bootstrap/fonts/glyphicons-halflings-regular.svg M public/js/bootstrap/fonts/glyphicons-halflings-regular.ttf M public/js/bootstrap/fonts/glyphicons-halflings-regular.woff M public/js/bootstrap/fonts/glyphicons-halflings-regular.woff2 M public/js/bootstrap/js/bootstrap.js M public/js/bootstrap/js/bootstrap.min.js M public/js/bootstrap/js/npm.js M public/js/dashboard.js M public/js/dashboard2.js M public/js/demo.js M public/js/ekko-lightbox.js M public/js/ekko-lightbox.min.js M public/js/extensions/accent-neutralise/bootstrap-table-accent-neutralise .js M public/js/extensions/accent-neutralise/bootstrap-table-accent-neutralise .min.js M public/js/extensions/angular/bootstrap-table-angular.js M public/js/extensions/angular/bootstrap-table-angular.min.js M public/js/extensions/cookie/bootstrap-table-cookie.js M public/js/extensions/cookie/bootstrap-table-cookie.min.js M public/js/extensions/editable/bootstrap-table-editable.js M public/js/extensions/editable/bootstrap-table-editable.min.js M public/js/extensions/export/bootstrap-table-export.js M public/js/extensions/export/bootstrap-table-export.min.js M public/js/extensions/filter-control/bootstrap-table-filter-control.js M public/js/extensions/filter-control/bootstrap-table-filter-control.min.j s M public/js/extensions/filter/bootstrap-table-filter.js M public/js/extensions/filter/bootstrap-table-filter.min.js M public/js/extensions/flat-json/bootstrap-table-flat-json.js M public/js/extensions/flat-json/bootstrap-table-flat-json.min.js M public/js/extensions/group-by-v2/bootstrap-table-group-by.css M public/js/extensions/group-by-v2/bootstrap-table-group-by.js M public/js/extensions/group-by-v2/bootstrap-table-group-by.min.js M public/js/extensions/group-by/bootstrap-table-group-by.css M public/js/extensions/group-by/bootstrap-table-group-by.js M public/js/extensions/group-by/bootstrap-table-group-by.min.js M public/js/extensions/key-events/bootstrap-table-key-events.js M public/js/extensions/key-events/bootstrap-table-key-events.min.js M public/js/extensions/mobile/bootstrap-table-mobile.js M public/js/extensions/mobile/bootstrap-table-mobile.min.js M public/js/extensions/multiple-search/bootstrap-table-multiple-search.js M public/js/extensions/multiple-search/bootstrap-table-multiple-search.min .js M public/js/extensions/multiple-sort/bootstrap-table-multiple-sort.js M public/js/extensions/multiple-sort/bootstrap-table-multiple-sort.min.js M public/js/extensions/natural-sorting/bootstrap-table-natural-sorting.js M public/js/extensions/natural-sorting/bootstrap-table-natural-sorting.min .js M public/js/extensions/reorder-columns/bootstrap-table-reorder-columns.js M public/js/extensions/reorder-columns/bootstrap-table-reorder-columns.min .js M public/js/extensions/reorder-rows/bootstrap-table-reorder-rows.css M public/js/extensions/reorder-rows/bootstrap-table-reorder-rows.js M public/js/extensions/reorder-rows/bootstrap-table-reorder-rows.min.js M public/js/extensions/resizable/bootstrap-table-resizable.js M public/js/extensions/resizable/bootstrap-table-resizable.min.js M public/js/extensions/sticky-header/bootstrap-table-sticky-header.css M public/js/extensions/sticky-header/bootstrap-table-sticky-header.js M public/js/extensions/sticky-header/bootstrap-table-sticky-header.min.js M public/js/extensions/toolbar/bootstrap-table-toolbar.js M public/js/extensions/toolbar/bootstrap-table-toolbar.min.js M public/js/jquery.fileupload.js M public/js/jquery.iframe-transport.js M public/js/jquery.typeahead.min.js M public/js/jquery.ui.widget.js M public/js/locale/bootstrap-table-af-ZA.js M public/js/locale/bootstrap-table-af-ZA.min.js M public/js/locale/bootstrap-table-ar-SA.js M public/js/locale/bootstrap-table-ar-SA.min.js M public/js/locale/bootstrap-table-ca-ES.js M public/js/locale/bootstrap-table-ca-ES.min.js M public/js/locale/bootstrap-table-cs-CZ.js M public/js/locale/bootstrap-table-cs-CZ.min.js M public/js/locale/bootstrap-table-da-DK.js M public/js/locale/bootstrap-table-da-DK.min.js M public/js/locale/bootstrap-table-de-DE.js M public/js/locale/bootstrap-table-de-DE.min.js M public/js/locale/bootstrap-table-el-GR.js M public/js/locale/bootstrap-table-el-GR.min.js M public/js/locale/bootstrap-table-en-US.js M public/js/locale/bootstrap-table-en-US.min.js M public/js/locale/bootstrap-table-es-AR.js M public/js/locale/bootstrap-table-es-AR.min.js M public/js/locale/bootstrap-table-es-CR.js M public/js/locale/bootstrap-table-es-CR.min.js M public/js/locale/bootstrap-table-es-ES.js M public/js/locale/bootstrap-table-es-ES.min.js M public/js/locale/bootstrap-table-es-MX.js M public/js/locale/bootstrap-table-es-MX.min.js M public/js/locale/bootstrap-table-es-NI.js M public/js/locale/bootstrap-table-es-NI.min.js M public/js/locale/bootstrap-table-es-SP.js M public/js/locale/bootstrap-table-es-SP.min.js M public/js/locale/bootstrap-table-et-EE.js M public/js/locale/bootstrap-table-et-EE.min.js M public/js/locale/bootstrap-table-fa-IR.js M public/js/locale/bootstrap-table-fa-IR.min.js M public/js/locale/bootstrap-table-fr-BE.js M public/js/locale/bootstrap-table-fr-BE.min.js M public/js/locale/bootstrap-table-fr-FR.js M public/js/locale/bootstrap-table-fr-FR.min.js M public/js/locale/bootstrap-table-he-IL.js M public/js/locale/bootstrap-table-he-IL.min.js M public/js/locale/bootstrap-table-hr-HR.js M public/js/locale/bootstrap-table-hr-HR.min.js M public/js/locale/bootstrap-table-hu-HU.js M public/js/locale/bootstrap-table-hu-HU.min.js M public/js/locale/bootstrap-table-it-IT.js M public/js/locale/bootstrap-table-it-IT.min.js M public/js/locale/bootstrap-table-ja-JP.js M public/js/locale/bootstrap-table-ja-JP.min.js M public/js/locale/bootstrap-table-ka-GE.js M public/js/locale/bootstrap-table-ka-GE.min.js M public/js/locale/bootstrap-table-ko-KR.js M public/js/locale/bootstrap-table-ko-KR.min.js M public/js/locale/bootstrap-table-ms-MY.js M public/js/locale/bootstrap-table-ms-MY.min.js M public/js/locale/bootstrap-table-nb-NO.js M public/js/locale/bootstrap-table-nb-NO.min.js M public/js/locale/bootstrap-table-nl-NL.js M public/js/locale/bootstrap-table-nl-NL.min.js M public/js/locale/bootstrap-table-pl-PL.js M public/js/locale/bootstrap-table-pl-PL.min.js M public/js/locale/bootstrap-table-pt-BR.js M public/js/locale/bootstrap-table-pt-BR.min.js M public/js/locale/bootstrap-table-pt-PT.js M public/js/locale/bootstrap-table-pt-PT.min.js M public/js/locale/bootstrap-table-ro-RO.js M public/js/locale/bootstrap-table-ro-RO.min.js M public/js/locale/bootstrap-table-ru-RU.js M public/js/locale/bootstrap-table-ru-RU.min.js M public/js/locale/bootstrap-table-sk-SK.js M public/js/locale/bootstrap-table-sk-SK.min.js M public/js/locale/bootstrap-table-sv-SE.js M public/js/locale/bootstrap-table-sv-SE.min.js M public/js/locale/bootstrap-table-th-TH.js M public/js/locale/bootstrap-table-th-TH.min.js M public/js/locale/bootstrap-table-tr-TR.js M public/js/locale/bootstrap-table-tr-TR.min.js M public/js/locale/bootstrap-table-uk-UA.js M public/js/locale/bootstrap-table-uk-UA.min.js M public/js/locale/bootstrap-table-ur-PK.js M public/js/locale/bootstrap-table-ur-PK.min.js M public/js/locale/bootstrap-table-vi-VN.js M public/js/locale/bootstrap-table-vi-VN.min.js M public/js/locale/bootstrap-table-zh-CN.js M public/js/locale/bootstrap-table-zh-CN.min.js M public/js/locale/bootstrap-table-zh-TW.js M public/js/locale/bootstrap-table-zh-TW.min.js M public/js/metisMenu.js M public/js/metisMenu.min.js M public/js/pGenerator.jquery.js M public/js/plugins/bootstrap-slider/bootstrap-slider.js M public/js/plugins/bootstrap-slider/slider.css M public/js/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.js M public/js/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.min.js M public/js/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.css M public/js/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.min.css M public/js/plugins/chartjs/Chart.bundle.js M public/js/plugins/chartjs/Chart.bundle.min.js M public/js/plugins/chartjs/Chart.js M public/js/plugins/chartjs/Chart.min.js M public/js/plugins/colorpicker/bootstrap-colorpicker.css M public/js/plugins/colorpicker/bootstrap-colorpicker.js M public/js/plugins/colorpicker/bootstrap-colorpicker.min.css M public/js/plugins/colorpicker/bootstrap-colorpicker.min.js M public/js/plugins/colorpicker/img/alpha-horizontal.png M public/js/plugins/colorpicker/img/alpha.png M public/js/plugins/colorpicker/img/hue-horizontal.png M public/js/plugins/colorpicker/img/hue.png M public/js/plugins/colorpicker/img/saturation.png M public/js/plugins/datepicker/bootstrap-datepicker.css M public/js/plugins/datepicker/bootstrap-datepicker.js M public/js/plugins/datepicker/datepicker3.css M public/js/plugins/datepicker/locales/bootstrap-datepicker.ar.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.az.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.bg.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.ca.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.cs.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.cy.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.da.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.de.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.el.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.es.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.et.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.fa.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.fi.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.fr.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.gl.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.he.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.hr.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.hu.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.id.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.is.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.it.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.ja.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.ka.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.kk.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.kr.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.lt.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.lv.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.mk.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.ms.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.nb.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.nl-BE.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.nl.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.no.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.pl.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.pt-BR.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.pt.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.ro.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.rs-latin.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.rs.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.ru.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.sk.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.sl.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.sq.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.sv.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.sw.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.th.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.tr.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.ua.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.vi.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.zh-CN.js M public/js/plugins/datepicker/locales/bootstrap-datepicker.zh-TW.js M public/js/plugins/daterangepicker/daterangepicker-bs3.css M public/js/plugins/daterangepicker/daterangepicker.js M public/js/plugins/daterangepicker/moment.js M public/js/plugins/daterangepicker/moment.min.js M public/js/plugins/fastclick/fastclick.js M public/js/plugins/fastclick/fastclick.min.js M public/js/plugins/flot/excanvas.js M public/js/plugins/flot/excanvas.min.js M public/js/plugins/flot/jquery.colorhelpers.js M public/js/plugins/flot/jquery.colorhelpers.min.js M public/js/plugins/flot/jquery.flot.canvas.js M public/js/plugins/flot/jquery.flot.canvas.min.js M public/js/plugins/flot/jquery.flot.categories.js M public/js/plugins/flot/jquery.flot.categories.min.js M public/js/plugins/flot/jquery.flot.crosshair.js M public/js/plugins/flot/jquery.flot.crosshair.min.js M public/js/plugins/flot/jquery.flot.errorbars.js M public/js/plugins/flot/jquery.flot.errorbars.min.js M public/js/plugins/flot/jquery.flot.fillbetween.js M public/js/plugins/flot/jquery.flot.fillbetween.min.js M public/js/plugins/flot/jquery.flot.image.js M public/js/plugins/flot/jquery.flot.image.min.js M public/js/plugins/flot/jquery.flot.js M public/js/plugins/flot/jquery.flot.min.js M public/js/plugins/flot/jquery.flot.navigate.js M public/js/plugins/flot/jquery.flot.navigate.min.js M public/js/plugins/flot/jquery.flot.pie.js M public/js/plugins/flot/jquery.flot.pie.min.js M public/js/plugins/flot/jquery.flot.resize.js M public/js/plugins/flot/jquery.flot.resize.min.js M public/js/plugins/flot/jquery.flot.selection.js M public/js/plugins/flot/jquery.flot.selection.min.js M public/js/plugins/flot/jquery.flot.stack.js M public/js/plugins/flot/jquery.flot.stack.min.js M public/js/plugins/flot/jquery.flot.symbol.js M public/js/plugins/flot/jquery.flot.symbol.min.js M public/js/plugins/flot/jquery.flot.threshold.js M public/js/plugins/flot/jquery.flot.threshold.min.js M public/js/plugins/flot/jquery.flot.time.js M public/js/plugins/flot/jquery.flot.time.min.js M public/js/plugins/fullcalendar/fullcalendar.css M public/js/plugins/fullcalendar/fullcalendar.js M public/js/plugins/fullcalendar/fullcalendar.min.css M public/js/plugins/fullcalendar/fullcalendar.min.js M public/js/plugins/fullcalendar/fullcalendar.print.css M public/js/plugins/input-mask/jquery.inputmask.date.extensions.js M public/js/plugins/input-mask/jquery.inputmask.extensions.js M public/js/plugins/input-mask/jquery.inputmask.js M public/js/plugins/input-mask/jquery.inputmask.numeric.extensions.js M public/js/plugins/input-mask/jquery.inputmask.phone.extensions.js M public/js/plugins/input-mask/jquery.inputmask.regex.extensions.js M public/js/plugins/input-mask/phone-codes/phone-be.json M public/js/plugins/input-mask/phone-codes/phone-codes.json M public/js/plugins/input-mask/phone-codes/readme.txt M public/js/plugins/jQuery/jQuery-2.1.4.min.js M public/js/plugins/jQueryUI/jquery-ui.js M public/js/plugins/jQueryUI/jquery-ui.min.js M public/js/plugins/jvectormap/jquery-jvectormap-1.2.2.css M public/js/plugins/jvectormap/jquery-jvectormap-1.2.2.min.js M public/js/plugins/jvectormap/jquery-jvectormap-world-mill-en.js M public/js/plugins/knob/jquery.knob.js M public/js/plugins/morris/morris.css M public/js/plugins/morris/morris.js M public/js/plugins/morris/morris.min.js M public/js/plugins/pace/pace.js M public/js/plugins/select2/i18n/az.js M public/js/plugins/select2/i18n/bg.js M public/js/plugins/select2/i18n/ca.js M public/js/plugins/select2/i18n/cs.js M public/js/plugins/select2/i18n/da.js M public/js/plugins/select2/i18n/de.js M public/js/plugins/select2/i18n/en.js M public/js/plugins/select2/i18n/es.js M public/js/plugins/select2/i18n/et.js M public/js/plugins/select2/i18n/eu.js M public/js/plugins/select2/i18n/fa.js M public/js/plugins/select2/i18n/fi.js M public/js/plugins/select2/i18n/fr.js M public/js/plugins/select2/i18n/gl.js M public/js/plugins/select2/i18n/he.js M public/js/plugins/select2/i18n/hi.js M public/js/plugins/select2/i18n/hr.js M public/js/plugins/select2/i18n/hu.js M public/js/plugins/select2/i18n/id.js M public/js/plugins/select2/i18n/is.js M public/js/plugins/select2/i18n/it.js M public/js/plugins/select2/i18n/ko.js M public/js/plugins/select2/i18n/lt.js M public/js/plugins/select2/i18n/lv.js M public/js/plugins/select2/i18n/mk.js M public/js/plugins/select2/i18n/nb.js M public/js/plugins/select2/i18n/nl.js M public/js/plugins/select2/i18n/pl.js M public/js/plugins/select2/i18n/pt-BR.js M public/js/plugins/select2/i18n/pt.js M public/js/plugins/select2/i18n/ro.js M public/js/plugins/select2/i18n/ru.js M public/js/plugins/select2/i18n/sk.js M public/js/plugins/select2/i18n/sr.js M public/js/plugins/select2/i18n/sv.js M public/js/plugins/select2/i18n/th.js M public/js/plugins/select2/i18n/tr.js M public/js/plugins/select2/i18n/uk.js M public/js/plugins/select2/i18n/vi.js M public/js/plugins/select2/i18n/zh-CN.js M public/js/plugins/select2/i18n/zh-TW.js M public/js/plugins/select2/select2.css M public/js/plugins/select2/select2.full.js M public/js/plugins/select2/select2.full.min.js M public/js/plugins/select2/select2.js M public/js/plugins/select2/select2.min.css M public/js/plugins/select2/select2.min.js M public/js/plugins/slimScroll/jquery.slimscroll.js M public/js/plugins/slimScroll/jquery.slimscroll.min.js M public/js/plugins/sparkline/jquery.sparkline.js M public/js/plugins/sparkline/jquery.sparkline.min.js M public/js/plugins/timepicker/bootstrap-timepicker.css M public/js/plugins/timepicker/bootstrap-timepicker.js M public/js/plugins/timepicker/bootstrap-timepicker.min.css M public/js/plugins/timepicker/bootstrap-timepicker.min.js M public/js/select2.min.js M public/js/signature_pad.js M public/js/signature_pad.min.js M public/uploads/barcodes/invalid_barcode.gif M resources/assets/css/bootstrap-table.css M resources/assets/css/bootstrap.css M resources/assets/css/bootstrap.css.map M resources/assets/css/bootstrap.datepicker.css M resources/assets/css/bootstrap.min.css M resources/assets/css/lib/bootstrap-wysihtml5.css M resources/assets/css/lib/bootstrap.datepicker.css M resources/assets/css/lib/fullcalendar.css M resources/assets/css/lib/fullcalendar.print.css M resources/assets/css/lib/jquery-ui-1.10.2.custom.css M resources/assets/css/lib/jquery.dataTables.css M resources/assets/css/lib/jquery.fileupload-ui.css M resources/assets/css/lib/jquery.fileupload.css M resources/assets/css/lib/morris.css M resources/assets/css/lib/select2.css M resources/assets/css/lib/select2x2.png M resources/assets/css/lib/uniform.default.css M resources/assets/css/signature-pad.css M resources/assets/js/app.js M resources/assets/js/bootstrap-table-locale-all.js M resources/assets/js/bootstrap-table-locale-all.min.js M resources/assets/js/bootstrap-table.css M resources/assets/js/bootstrap-table.js M resources/assets/js/bootstrap-table.min.css M resources/assets/js/bootstrap-table.min.js M resources/assets/js/bootstrap.datepicker.js M resources/assets/js/bootstrap.js M resources/assets/js/bootstrap.min.js M resources/assets/js/bootstrap/css/bootstrap.css M resources/assets/js/bootstrap/css/bootstrap.css.map M resources/assets/js/bootstrap/css/bootstrap.min.css M resources/assets/js/bootstrap/fonts/glyphicons-halflings-regular.eot M resources/assets/js/bootstrap/fonts/glyphicons-halflings-regular.svg M resources/assets/js/bootstrap/fonts/glyphicons-halflings-regular.ttf M resources/assets/js/bootstrap/fonts/glyphicons-halflings-regular.woff M resources/assets/js/bootstrap/fonts/glyphicons-halflings-regular.woff2 M resources/assets/js/bootstrap/js/bootstrap.js M resources/assets/js/bootstrap/js/bootstrap.min.js M resources/assets/js/bootstrap/js/npm.js M resources/assets/js/dashboard.js M resources/assets/js/dashboard2.js M resources/assets/js/demo.js M resources/assets/js/ekko-lightbox.js M resources/assets/js/ekko-lightbox.min.js M resources/assets/js/extensions/accent-neutralise/bootstrap-table-accent- neutralise.js M resources/assets/js/extensions/accent-neutralise/bootstrap-table-accent- neutralise.min.js M resources/assets/js/extensions/angular/bootstrap-table-angular.js M resources/assets/js/extensions/angular/bootstrap-table-angular.min.js M resources/assets/js/extensions/cookie/bootstrap-table-cookie.js M resources/assets/js/extensions/cookie/bootstrap-table-cookie.min.js M resources/assets/js/extensions/editable/bootstrap-table-editable.js M resources/assets/js/extensions/editable/bootstrap-table-editable.min.js M resources/assets/js/extensions/export/bootstrap-table-export.js M resources/assets/js/extensions/export/bootstrap-table-export.min.js M resources/assets/js/extensions/filter-control/bootstrap-table-filter-con trol.js M resources/assets/js/extensions/filter-control/bootstrap-table-filter-con trol.min.js M resources/assets/js/extensions/filter/bootstrap-table-filter.js M resources/assets/js/extensions/filter/bootstrap-table-filter.min.js M resources/assets/js/extensions/flat-json/bootstrap-table-flat-json.js M resources/assets/js/extensions/flat-json/bootstrap-table-flat-json.min.j s M resources/assets/js/extensions/group-by-v2/bootstrap-table-group-by.css M resources/assets/js/extensions/group-by-v2/bootstrap-table-group-by.js M resources/assets/js/extensions/group-by-v2/bootstrap-table-group-by.min. js M resources/assets/js/extensions/group-by/bootstrap-table-group-by.css M resources/assets/js/extensions/group-by/bootstrap-table-group-by.js M resources/assets/js/extensions/group-by/bootstrap-table-group-by.min.js M resources/assets/js/extensions/key-events/bootstrap-table-key-events.js M resources/assets/js/extensions/key-events/bootstrap-table-key-events.min .js M resources/assets/js/extensions/mobile/bootstrap-table-mobile.js M resources/assets/js/extensions/mobile/bootstrap-table-mobile.min.js M resources/assets/js/extensions/multiple-search/bootstrap-table-multiple- search.js M resources/assets/js/extensions/multiple-search/bootstrap-table-multiple- search.min.js M resources/assets/js/extensions/multiple-sort/bootstrap-table-multiple-so rt.js M resources/assets/js/extensions/multiple-sort/bootstrap-table-multiple-so rt.min.js M resources/assets/js/extensions/natural-sorting/bootstrap-table-natural-s orting.js M resources/assets/js/extensions/natural-sorting/bootstrap-table-natural-s orting.min.js M resources/assets/js/extensions/pGenerator.jquery.js M resources/assets/js/extensions/reorder-columns/bootstrap-table-reorder-c olumns.js M resources/assets/js/extensions/reorder-columns/bootstrap-table-reorder-c olumns.min.js M resources/assets/js/extensions/reorder-rows/bootstrap-table-reorder-rows .css M resources/assets/js/extensions/reorder-rows/bootstrap-table-reorder-rows .js M resources/assets/js/extensions/reorder-rows/bootstrap-table-reorder-rows .min.js M resources/assets/js/extensions/resizable/bootstrap-table-resizable.js M resources/assets/js/extensions/resizable/bootstrap-table-resizable.min.j s M resources/assets/js/extensions/sticky-header/bootstrap-table-sticky-head er.css M resources/assets/js/extensions/sticky-header/bootstrap-table-sticky-head er.js M resources/assets/js/extensions/sticky-header/bootstrap-table-sticky-head er.min.js M resources/assets/js/extensions/toolbar/bootstrap-table-toolbar.js M resources/assets/js/extensions/toolbar/bootstrap-table-toolbar.min.js M resources/assets/js/jquery.fileupload.js M resources/assets/js/jquery.iframe-transport.js M resources/assets/js/jquery.typeahead.min.js M resources/assets/js/jquery.ui.widget.js M resources/assets/js/locale/bootstrap-table-af-ZA.js M resources/assets/js/locale/bootstrap-table-af-ZA.min.js M resources/assets/js/locale/bootstrap-table-ar-SA.js M resources/assets/js/locale/bootstrap-table-ar-SA.min.js M resources/assets/js/locale/bootstrap-table-ca-ES.js M resources/assets/js/locale/bootstrap-table-ca-ES.min.js M resources/assets/js/locale/bootstrap-table-cs-CZ.js M resources/assets/js/locale/bootstrap-table-cs-CZ.min.js M resources/assets/js/locale/bootstrap-table-da-DK.js M resources/assets/js/locale/bootstrap-table-da-DK.min.js M resources/assets/js/locale/bootstrap-table-de-DE.js M resources/assets/js/locale/bootstrap-table-de-DE.min.js M resources/assets/js/locale/bootstrap-table-el-GR.js M resources/assets/js/locale/bootstrap-table-el-GR.min.js M resources/assets/js/locale/bootstrap-table-en-US.js M resources/assets/js/locale/bootstrap-table-en-US.min.js M resources/assets/js/locale/bootstrap-table-es-AR.js M resources/assets/js/locale/bootstrap-table-es-AR.min.js M resources/assets/js/locale/bootstrap-table-es-CR.js M resources/assets/js/locale/bootstrap-table-es-CR.min.js M resources/assets/js/locale/bootstrap-table-es-ES.js M resources/assets/js/locale/bootstrap-table-es-ES.min.js M resources/assets/js/locale/bootstrap-table-es-MX.js M resources/assets/js/locale/bootstrap-table-es-MX.min.js M resources/assets/js/locale/bootstrap-table-es-NI.js M resources/assets/js/locale/bootstrap-table-es-NI.min.js M resources/assets/js/locale/bootstrap-table-es-SP.js M resources/assets/js/locale/bootstrap-table-es-SP.min.js M resources/assets/js/locale/bootstrap-table-et-EE.js M resources/assets/js/locale/bootstrap-table-et-EE.min.js M resources/assets/js/locale/bootstrap-table-fa-IR.js M resources/assets/js/locale/bootstrap-table-fa-IR.min.js M resources/assets/js/locale/bootstrap-table-fr-BE.js M resources/assets/js/locale/bootstrap-table-fr-BE.min.js M resources/assets/js/locale/bootstrap-table-fr-FR.js M resources/assets/js/locale/bootstrap-table-fr-FR.min.js M resources/assets/js/locale/bootstrap-table-he-IL.js M resources/assets/js/locale/bootstrap-table-he-IL.min.js M resources/assets/js/locale/bootstrap-table-hr-HR.js M resources/assets/js/locale/bootstrap-table-hr-HR.min.js M resources/assets/js/locale/bootstrap-table-hu-HU.js M resources/assets/js/locale/bootstrap-table-hu-HU.min.js M resources/assets/js/locale/bootstrap-table-it-IT.js M resources/assets/js/locale/bootstrap-table-it-IT.min.js M resources/assets/js/locale/bootstrap-table-ja-JP.js M resources/assets/js/locale/bootstrap-table-ja-JP.min.js M resources/assets/js/locale/bootstrap-table-ka-GE.js M resources/assets/js/locale/bootstrap-table-ka-GE.min.js M resources/assets/js/locale/bootstrap-table-ko-KR.js M resources/assets/js/locale/bootstrap-table-ko-KR.min.js M resources/assets/js/locale/bootstrap-table-ms-MY.js M resources/assets/js/locale/bootstrap-table-ms-MY.min.js M resources/assets/js/locale/bootstrap-table-nb-NO.js M resources/assets/js/locale/bootstrap-table-nb-NO.min.js M resources/assets/js/locale/bootstrap-table-nl-NL.js M resources/assets/js/locale/bootstrap-table-nl-NL.min.js M resources/assets/js/locale/bootstrap-table-pl-PL.js M resources/assets/js/locale/bootstrap-table-pl-PL.min.js M resources/assets/js/locale/bootstrap-table-pt-BR.js M resources/assets/js/locale/bootstrap-table-pt-BR.min.js M resources/assets/js/locale/bootstrap-table-pt-PT.js M resources/assets/js/locale/bootstrap-table-pt-PT.min.js M resources/assets/js/locale/bootstrap-table-ro-RO.js M resources/assets/js/locale/bootstrap-table-ro-RO.min.js M resources/assets/js/locale/bootstrap-table-ru-RU.js M resources/assets/js/locale/bootstrap-table-ru-RU.min.js M resources/assets/js/locale/bootstrap-table-sk-SK.js M resources/assets/js/locale/bootstrap-table-sk-SK.min.js M resources/assets/js/locale/bootstrap-table-sv-SE.js M resources/assets/js/locale/bootstrap-table-sv-SE.min.js M resources/assets/js/locale/bootstrap-table-th-TH.js M resources/assets/js/locale/bootstrap-table-th-TH.min.js M resources/assets/js/locale/bootstrap-table-tr-TR.js M resources/assets/js/locale/bootstrap-table-tr-TR.min.js M resources/assets/js/locale/bootstrap-table-uk-UA.js M resources/assets/js/locale/bootstrap-table-uk-UA.min.js M resources/assets/js/locale/bootstrap-table-ur-PK.js M resources/assets/js/locale/bootstrap-table-ur-PK.min.js M resources/assets/js/locale/bootstrap-table-vi-VN.js M resources/assets/js/locale/bootstrap-table-vi-VN.min.js M resources/assets/js/locale/bootstrap-table-zh-CN.js M resources/assets/js/locale/bootstrap-table-zh-CN.min.js M resources/assets/js/locale/bootstrap-table-zh-TW.js M resources/assets/js/locale/bootstrap-table-zh-TW.min.js M resources/assets/js/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all .js M resources/assets/js/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all .min.js M resources/assets/js/plugins/chartjs/Chart.js M resources/assets/js/plugins/timepicker/bootstrap-timepicker.js M resources/assets/js/plugins/timepicker/bootstrap-timepicker.min.js M resources/assets/js/signature_pad.js M resources/assets/js/snipeit.js M resources/assets/less/AdminLTE.less M resources/assets/less/alerts.less M resources/assets/less/bootstrap-less/mixins.less M resources/assets/less/bootstrap-less/mixins/alerts.less M resources/assets/less/bootstrap-less/mixins/background-variant.less M resources/assets/less/bootstrap-less/mixins/border-radius.less M resources/assets/less/bootstrap-less/mixins/buttons.less M resources/assets/less/bootstrap-less/mixins/center-block.less M resources/assets/less/bootstrap-less/mixins/clearfix.less M resources/assets/less/bootstrap-less/mixins/forms.less M resources/assets/less/bootstrap-less/mixins/gradients.less M resources/assets/less/bootstrap-less/mixins/grid-framework.less M resources/assets/less/bootstrap-less/mixins/grid.less M resources/assets/less/bootstrap-less/mixins/hide-text.less M resources/assets/less/bootstrap-less/mixins/image.less M resources/assets/less/bootstrap-less/mixins/labels.less M resources/assets/less/bootstrap-less/mixins/list-group.less M resources/assets/less/bootstrap-less/mixins/nav-divider.less M resources/assets/less/bootstrap-less/mixins/nav-vertical-align.less M resources/assets/less/bootstrap-less/mixins/opacity.less M resources/assets/less/bootstrap-less/mixins/pagination.less M resources/assets/less/bootstrap-less/mixins/panels.less M resources/assets/less/bootstrap-less/mixins/progress-bar.less M resources/assets/less/bootstrap-less/mixins/reset-filter.less M resources/assets/less/bootstrap-less/mixins/resize.less M resources/assets/less/bootstrap-less/mixins/responsive-visibility.less M resources/assets/less/bootstrap-less/mixins/size.less M resources/assets/less/bootstrap-less/mixins/tab-focus.less M resources/assets/less/bootstrap-less/mixins/table-row.less M resources/assets/less/bootstrap-less/mixins/text-emphasis.less M resources/assets/less/bootstrap-less/mixins/text-overflow.less M resources/assets/less/bootstrap-less/mixins/vendor-prefixes.less M resources/assets/less/bootstrap-less/variables.less M resources/assets/less/bootstrap-social.less M resources/assets/less/boxes.less M resources/assets/less/buttons.less M resources/assets/less/callout.less M resources/assets/less/carousel.less M resources/assets/less/control-sidebar.less M resources/assets/less/core.less M resources/assets/less/datepicker.less M resources/assets/less/direct-chat.less M resources/assets/less/dropdown.less M resources/assets/less/ekko-lightbox.less M resources/assets/less/ekko-lightbox.min.css M resources/assets/less/forms.less M resources/assets/less/fullcalendar.less M resources/assets/less/header.less M resources/assets/less/info-box.less M resources/assets/less/invoice.less M resources/assets/less/labels.less M resources/assets/less/lockscreen.less M resources/assets/less/login_and_register.less M resources/assets/less/mailbox.less M resources/assets/less/miscellaneous.less M resources/assets/less/mixins.less M resources/assets/less/modal.less M resources/assets/less/navs.less M resources/assets/less/print.less M resources/assets/less/products.less M resources/assets/less/profile.less M resources/assets/less/progress-bars.less M resources/assets/less/select2.less M resources/assets/less/sidebar-mini.less M resources/assets/less/sidebar.less M resources/assets/less/skins/_all-skins.less M resources/assets/less/skins/skin-black.less M resources/assets/less/skins/skin-blue.less M resources/assets/less/skins/skin-green.less M resources/assets/less/skins/skin-purple.less M resources/assets/less/skins/skin-red.less M resources/assets/less/skins/skin-yellow.less M resources/assets/less/small-box.less M resources/assets/less/social-widgets.less M resources/assets/less/table.less M resources/assets/less/timeline.less M resources/assets/less/users-list.less M resources/views/accessories/checkin.blade.php M resources/views/accessories/checkout.blade.php M resources/views/accessories/edit.blade.php M resources/views/accessories/index.blade.php M resources/views/account/accept/index.blade.php M resources/views/account/change-password.blade.php M resources/views/account/profile.blade.php M resources/views/account/view-assets.blade.php M resources/views/auth/login.blade.php M resources/views/categories/edit.blade.php M resources/views/categories/index.blade.php M resources/views/dashboard.blade.php M resources/views/depreciations/edit.blade.php M resources/views/depreciations/index.blade.php M resources/views/groups/edit.blade.php M resources/views/groups/index.blade.php M resources/views/hardware/bulk.blade.php M resources/views/hardware/checkin.blade.php M resources/views/hardware/checkout.blade.php M resources/views/hardware/edit.blade.php M resources/views/hardware/index.blade.php M resources/views/hardware/view.blade.php M resources/views/licenses/checkin.blade.php M resources/views/licenses/checkout.blade.php M resources/views/licenses/edit.blade.php M resources/views/licenses/index.blade.php M resources/views/licenses/view.blade.php M resources/views/locations/edit.blade.php M resources/views/locations/index.blade.php M resources/views/manufacturers/edit.blade.php M resources/views/manufacturers/index.blade.php M resources/views/models/edit.blade.php M resources/views/models/index.blade.php M resources/views/models/view.blade.php M resources/views/notifications.blade.php M resources/views/paginator/simple.php M resources/views/paginator/slider.php M resources/views/reports/index.blade.php M resources/views/settings/index.blade.php M resources/views/statuslabels/edit.blade.php M resources/views/statuslabels/index.blade.php M resources/views/suppliers/edit.blade.php M resources/views/suppliers/index.blade.php M resources/views/suppliers/view.blade.php M resources/views/users/edit.blade.php M resources/views/users/index.blade.php M resources/views/users/view.blade.php M snipeit.sh M storage/private_uploads/signatures/.gitkeep Your branch is behind 'origin/master' by 1753 commits, and can be fast-forwarded . (use "git pull" to update your local branch) -- Updating 7cbcd2d..d4e60a4
√ No bootstrap/cache/compiled.php, so nothing to delete. √ No bootsrap/cache/services.php, so nothing to delete. √ No bootstrap/cache/config.php, so nothing to delete.
-- Configuration cache cleared! -- Application cache cleared! -- Route cache cleared! -- Compiled views cleared!
-- We couldn't find a local composer.phar. No worries, trying globally.
Class ParsedownTest located in ./vendor/erusev/parsedown/test/ParsedownTest.php does not comply with psr-0 autoloading standard. Skipping.
Illuminate\Foundation\ComposerScripts::postAutoloadDump Installing dependencies from lock file Verifying lock file contents can be installed on current platform. Nothing to install, update or remove Package doctrine/reflection is abandoned, you should avoid using it. Use roave/b etter-reflection instead. Package patchwork/utf8 is abandoned, you should avoid using it. Use symfony/poly fill-mbstring or symfony/string instead. Package fzaninotto/faker is abandoned, you should avoid using it. No replacement was suggested. Package phpunit/php-token-stream is abandoned, you should avoid using it. No rep lacement was suggested. Generating optimized autoload files Class ParsedownTest located in ./vendor/erusev/parsedown/test/ParsedownTest.php does not comply with psr-0 autoloading standard. Skipping. Illuminate\Foundation\ComposerScripts::postAutoloadDump 66 packages you are using are looking for funding. Use the
composer fund
command to find out more! Generating optimized autoload files Generated optimized autoload files containing 6033 classes
Nothing to migrate.
√ OAuth keys detected. Skipping passport install.
-- Application is now live.
---------------------- FINISHED! ----------------------- All done! Clear your browser cookies and re-login to use your upgraded Snipe-IT!
Snipe-IT DocumentationOne of the most common issues folks newer to running web servers run into is how to manage the Linux/Windows/etc owners and groups of the Snipe-IT filesystem. As we mention many times in the installation documentation, nothing in Snipe-IT should be run as or owned by root. Running composer as root, ...
fatal: empty ident name (for snipeit@localhost.localdomain) not allowed Cannot save the current index state error: Your local changes to the following files would be overwritten by merge: .github/ISSUE_TEMPLATE/feature_request.yml
https://stackoverflow.com/a/43662115
Stack OverflowI am doing a git commit --amend and I get this error: fatal: empty ident name (for <>) not allowed I've found a bunch of stuff saying I need to set my user.email and user.name, but I have. ...
fatal: empty ident name (for snipeit@localhost.localdomain) not allowed Cannot save the current index state error: Your local changes to the following files would be overwritten by merge: .github/ISSUE_TEMPLATE/feature_request.yml
I keep getting the "discard changes" message. Can I say yes to all of them?/blockquote>
I guess so? I don't know why you'd be seeing that unless you made changes to the files
I guess so? I don't know why you'd be seeing that unless you made changes to the files
I was able to update. Thank you for your patient support. Actually, I wanted to update for the mail problem, but it was not resolved. Should I open a new topic for this?
I don't know what mail problem you're referring to, so I'd guess so.
Debug mode
Describe the bug
I get a command error when I want to update. What should be the correct command?
Reproduction steps
1.go to snip it location 2.Entering the upgrade command 3. ...
Expected behavior
Starting the update
Screenshots
No response
Snipe-IT Version
5.4.1
Operating System
Centos 7
Web Server
Apache
PHP Version
7.4.28
Operating System
No response
Browser
No response
Version
No response
Device
No response
Operating System
No response
Browser
No response
Version
No response
Error messages
No response
Additional context
No response