BookStack/app
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
..
Console Added maintenance view with image-cleanup 2018-05-27 19:40:07 +01:00
Exceptions Improved 404 handling and fixed editor error 2018-05-19 17:01:33 +01:00
Http Fixed LDAP group sync using wrong user filter 2018-08-19 15:24:42 +01:00
Notifications
Providers add everything needed to use discord as social login provider 2018-06-28 09:01:36 +02:00
Repos Refactored out the LDAP repo 2018-07-15 18:21:45 +01:00
Services Fixed LDAP group sync using wrong user filter 2018-08-19 15:24:42 +01:00
Activity.php
Attachment.php Fixed attachment error handling, Allowed all link types 2018-05-20 11:06:10 +01:00
Book.php Made search more efficient and tweaked weighting 2018-03-24 18:46:31 +00:00
Chapter.php Slimmed down testing DB sized and improved permission caching 2018-04-14 22:17:47 +01:00
Comment.php
Entity.php Added ability to copy a page 2018-04-14 18:00:16 +01:00
EntityPermission.php
helpers.php
Image.php Reverted work on revisions 2018-05-20 16:41:14 +01:00
JointPermission.php
Model.php
Ownable.php
Page.php Allowed creating pages in visible chapters in invisible books 2018-07-14 14:12:29 +01:00
PageRevision.php
Role.php Added ability to set custom ldap group -> role mapping 2018-07-15 19:34:42 +01:00
RolePermission.php
SearchTerm.php
Setting.php
SocialAccount.php
Tag.php
User.php
View.php