snipe-it/app/Http/Controllers/Auth
Steffen 1de9087427 LDAP fixes (#6533)
* Add iCheck png files to webpack config (inconsistency for css <> png) and blue.png to public folder

* php 7.3 collect() fix (undefined variable)

* Fix travis ci

* Add iCheck png files to webpack config (inconsistency for css <> png) and blue.png to public folder

* php 7.3 collect() fix (undefined variable)

* change LDAP implementation from model to (singleton) service

* Re-apply check for content in ldap_server variable before parsing

* Update LDAP implementation

* Switch iCheck to minimal as referenced in js

* Don't init on load but on first access via init (returns ldap enabled status)

* Re-Enable notifications

* Re-add missing test target php versions

* Only init() once (singleton class, so ldap variable is already set)
2019-01-10 13:20:43 -08:00
..
ForgotPasswordController.php Use username instead of email address in password reset (#6382) 2018-10-31 18:03:24 -07:00
LoginController.php LDAP fixes (#6533) 2019-01-10 13:20:43 -08:00
RegisterController.php Stub and 404 registration routes 2017-12-19 22:14:51 -08:00
ResetPasswordController.php Use username instead of email address in password reset (#6382) 2018-10-31 18:03:24 -07:00