snipe-it/app/Http
David Kaatz a43b31400f Authentication via REMOTE_USER (#5142)
* Added authentication via Remote User

* - Removed nullable from remote_user settings fileds and used just default values instead
- Removed german translations
- Removed 401 error page and replaced usage with 403 error page as 401 was actual a duplicate of 403
- Replaced usage of $_SERVER['REMOTE_USER'] with Laravels API Request::server('REMOVE_USER')

* - Fixed request usage
2018-03-13 20:07:52 -07:00
..
Controllers Authentication via REMOTE_USER (#5142) 2018-03-13 20:07:52 -07:00
Middleware Disable broken tests (#5073) 2018-02-22 21:46:58 -08:00
Requests Allow auto increment through the API (#4690) 2018-01-03 17:24:32 -08:00
Traits Putting uniqueUndeleted into a trait for use across models 2016-07-26 01:39:30 -07:00
Transformers Fixed #5160 - make field_values readable via custom fields API 2018-03-06 13:11:45 -08:00
Kernel.php Comment out the nullable middleware until we have a chance to check all model validators 2017-10-02 16:36:43 -07:00