snipe-it/app/Http/Requests
snipe 9aac1cbba4 Merge branch 'master' into rcs/merge_master_into_develop_for_rc_8
Signed-off-by: snipe <snipe@snipe.net>

# Conflicts:
#	README.md
#	app/Console/Commands/MoveUploadsToNewDisk.php
#	app/Http/Controllers/ActionlogController.php
#	app/Http/Controllers/Api/LicensesController.php
#	app/Http/Controllers/Api/StatuslabelsController.php
#	app/Http/Controllers/Assets/AssetCheckinController.php
#	app/Http/Controllers/Licenses/LicensesController.php
#	app/Http/Controllers/Users/BulkUsersController.php
#	app/Http/Requests/AssetCheckoutRequest.php
#	app/Importer/LicenseImporter.php
#	app/Models/Actionlog.php
#	app/Models/License.php
#	app/Models/User.php
#	app/Observers/AssetObserver.php
#	composer.lock
#	config/version.php
#	database/factories/LicenseFactory.php
#	database/migrations/2015_09_21_235926_create_custom_field_custom_fieldset.php
#	database/migrations/2018_10_18_191228_add_kits_licenses_table.php
#	database/migrations/2018_10_19_153910_add_kits_table.php
#	database/migrations/2018_10_19_154013_add_kits_models_table.php
#	database/migrations/2019_02_07_185953_add_kits_consumables_table.php
#	database/migrations/2019_02_07_190030_add_kits_accessories_table.php
#	package-lock.json
#	package.json
#	public/css/dist/all.css
#	public/css/dist/bootstrap-table.css
#	public/js/dist/bootstrap-table.js
#	public/mix-manifest.json
#	resources/lang/ar/general.php
#	resources/lang/ar/passwords.php
#	resources/lang/cs/general.php
#	resources/lang/cs/passwords.php
#	resources/lang/de/admin/custom_fields/general.php
#	resources/lang/de/admin/settings/general.php
#	resources/lang/de/admin/settings/message.php
#	resources/lang/fr/admin/custom_fields/general.php
#	resources/lang/fr/admin/hardware/general.php
#	resources/lang/fr/admin/locations/table.php
#	resources/lang/fr/admin/settings/message.php
#	resources/lang/hu/admin/custom_fields/general.php
#	resources/lang/hu/admin/settings/general.php
#	resources/lang/hu/general.php
#	resources/lang/it/admin/settings/general.php
#	resources/lang/nl/admin/custom_fields/general.php
#	resources/lang/nl/admin/settings/general.php
#	resources/lang/nl/general.php
#	resources/lang/pl/admin/custom_fields/general.php
#	resources/lang/sv-SE/passwords.php
#	resources/lang/tr/general.php
#	resources/views/hardware/view.blade.php
#	resources/views/partials/bootstrap-table.blade.php
#	resources/views/reports/activity.blade.php
#	resources/views/users/print.blade.php
2022-04-28 17:49:06 +01:00
..
AssetCheckinRequest.php Minor code cleanup bits and bobs (#6805) 2019-03-13 20:12:03 -07:00
AssetCheckoutRequest.php Merge branch 'master' into rcs/merge_master_into_develop_for_rc_8 2022-04-28 17:49:06 +01:00
AssetFileRequest.php Made helpers call full namespace (tho I have no idea why this was necessary) 2021-11-09 22:38:14 -08:00
CustomFieldRequest.php Adopt Laravel coding style 2021-06-10 20:15:52 +00:00
ImageUploadRequest.php Removed debugging line 2022-02-16 13:47:22 -08:00
ItemImportRequest.php Take the values from the importer form to configure the used importer 2022-03-29 17:31:43 -06:00
LicenseCheckoutRequest.php Minor code cleanup bits and bobs (#6805) 2019-03-13 20:12:03 -07:00
Request.php Remove extraneous backslash 2022-02-08 12:23:15 -08:00
SaveUserRequest.php Adopt Laravel coding style 2021-06-10 20:15:52 +00:00
SettingsLdapRequest.php Adopt Laravel coding style 2021-06-10 20:15:52 +00:00
SettingsSamlRequest.php Adopt Laravel coding style 2021-06-10 20:15:52 +00:00
SetupUserRequest.php Match setup admin on Quickstart password with min reqs for Settings model 2020-12-11 13:52:48 -08:00
SlackSettingsRequest.php Removed form request on ajax, cleaned up some other things 2021-12-08 17:58:46 -08:00