BookStack/app/Services
Dan Brown d2a9b312e9
Fixed LDAP group sync using wrong user filter
LDAP group sync was trying to find users based on the external_auth_id
which is not garunteed to match the username entered so somtimes
the search for a user would fail.

This passes the username to the group sync.
Picked up by @yoyokko in #959.
2018-08-19 15:24:42 +01:00
..
Facades Set /app PHP code to PSR-2 standard 2018-01-28 16:58:52 +00:00
ActivityService.php Set /app PHP code to PSR-2 standard 2018-01-28 16:58:52 +00:00
AttachmentService.php Ensured uploaded system images remain public 2018-03-25 12:41:52 +01:00
EmailConfirmationService.php Set /app PHP code to PSR-2 standard 2018-01-28 16:58:52 +00:00
ExportService.php Improved export base64 encoding of images 2018-04-22 12:23:43 +01:00
ImageService.php Added maintenance view with image-cleanup 2018-05-27 19:40:07 +01:00
Ldap.php Set /app PHP code to PSR-2 standard 2018-01-28 16:58:52 +00:00
LdapService.php Fixed LDAP group sync using wrong user filter 2018-08-19 15:24:42 +01:00
PermissionService.php Slimmed down testing DB sized and improved permission caching 2018-04-14 22:17:47 +01:00
SearchService.php Added ability to copy a page 2018-04-14 18:00:16 +01:00
SettingService.php Set /app PHP code to PSR-2 standard 2018-01-28 16:58:52 +00:00
SocialAuthService.php add everything needed to use discord as social login provider 2018-06-28 09:01:36 +02:00
UploadService.php Ensured uploaded system images remain public 2018-03-25 12:41:52 +01:00
ViewService.php Added ability to copy a page 2018-04-14 18:00:16 +01:00