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 Set /app PHP code to PSR-2 standard 2018-01-28 16:58:52 +00:00
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 Set /app PHP code to PSR-2 standard 2018-01-28 16:58:52 +00:00
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 Made some changes to the comment system 2017-09-03 16:37:51 +01:00
Entity.php Added ability to copy a page 2018-04-14 18:00:16 +01:00
EntityPermission.php Set /app PHP code to PSR-2 standard 2018-01-28 16:58:52 +00:00
helpers.php Finished migrated from icon-font to SVG 2018-02-17 19:49:00 +00:00
Image.php Reverted work on revisions 2018-05-20 16:41:14 +01:00
JointPermission.php Major permission naming refactor and database migration cleanup 2016-05-01 22:33:56 +01:00
Model.php Set /app PHP code to PSR-2 standard 2018-01-28 16:58:52 +00:00
Ownable.php Set /app PHP code to PSR-2 standard 2018-01-28 16:58:52 +00:00
Page.php Allowed creating pages in visible chapters in invisible books 2018-07-14 14:12:29 +01:00
PageRevision.php Set /app PHP code to PSR-2 standard 2018-01-28 16:58:52 +00:00
Role.php Added ability to set custom ldap group -> role mapping 2018-07-15 19:34:42 +01:00
RolePermission.php Set /app PHP code to PSR-2 standard 2018-01-28 16:58:52 +00:00
SearchTerm.php Set /app PHP code to PSR-2 standard 2018-01-28 16:58:52 +00:00
Setting.php Improved permission regen performance by factor of 4 2016-04-30 17:16:06 +01:00
SocialAccount.php Set /app PHP code to PSR-2 standard 2018-01-28 16:58:52 +00:00
Tag.php Set /app PHP code to PSR-2 standard 2018-01-28 16:58:52 +00:00
User.php Set /app PHP code to PSR-2 standard 2018-01-28 16:58:52 +00:00
View.php Improved permission regen performance by factor of 4 2016-04-30 17:16:06 +01:00