snipe-it/app/Http/Controllers
snipe 35ebe33e4e
Fixed #6703 - fixes password confirmation (#6711)
* Fixed #6703 - fixes password confirmation

* Removed debugging

* Fixed tests

* I guess we use 10 as the settings for password min in tests

* One more try to fix tests - confirmation won’t validate until password validates
2019-02-13 23:01:19 -08:00
..
Api One more time…. Fixed #6704 - don’t apply gate to $arrays collection, just check that they can view assets 2019-02-13 04:46:19 -08:00
Auth Switch LDAP error to debug, to avoid crapping up the logs 2019-01-17 20:18:03 -08:00
AccessoriesController.php
ActionlogController.php
AssetCheckinController.php
AssetCheckoutController.php
AssetFilesController.php
AssetMaintenancesController.php Return an error if asset maintenance is associated with a non-existant asset 2019-01-16 02:19:57 -08:00
AssetModelsController.php
AssetsController.php
BulkAssetsController.php
CategoriesController.php
CheckInOutRequest.php
CompaniesController.php
ComponentsController.php
ConsumablesController.php
Controller.php
CustomFieldsController.php
CustomFieldsetsController.php
DashboardController.php
DepartmentsController.php
DepreciationsController.php
GroupsController.php Fixed incorrect group route 2019-01-24 15:17:11 -08:00
ImportsController.php
LicensesController.php
LocationsController.php
ManufacturersController.php
ModalController.php
ProfileController.php Fixed #6703 - fixes password confirmation (#6711) 2019-02-13 23:01:19 -08:00
ReportsController.php Fixed #4568 - escaping values in custom report 2018-12-12 19:38:24 -08:00
SettingsController.php Fix saving of REMOTE_USER setting broken by 1a64879b6 (#6565) 2019-01-15 13:59:36 -08:00
StatuslabelsController.php
SuppliersController.php
UsersController.php Fixed #6061 - Assigned user group cannot be removed 2019-02-12 23:43:38 -08:00
ViewAssetsController.php