snipe-it/config
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
..
app.php LDAP fixes (#6533) 2019-01-10 13:20:43 -08:00
auth.php Added warning to not edit config files manually 2018-03-07 17:39:13 -08:00
backup.php [WIP] Added #5957 - Flysystem support (#6262) 2018-09-29 21:33:52 -07:00
broadcasting.php
cache.php
compile.php
database.php
debugbar.php
filesystems.php Handle missing Flysystem env vars; let Debugbar autodiscover (#6514) 2018-12-17 14:04:56 -08:00
hashing.php
image.php
logging.php Add APP_LOG_LEVEL to new logging config 2018-10-25 21:01:14 -07:00
mail-auto-embed.php Added email image auto-embed support 2018-09-05 18:57:49 -07:00
mail.php
permissions.php
queue.php
services.php
session.php Added #6463 - ability to override session path in .env 2018-12-05 17:17:11 -08:00
trustedproxy.php
version.php
view.php