1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Reviewed PR to add import user avatars va LDAP

- Reduced options to single new configuration paramter instead of two.
- Moved more logic into UserAvatars class.
- Updated LDAP avatar import to also run on login when no image is
  currently set.
- Added thumbnail fetching to search requests.
- Added testing to cover.

Related to PR #2320, and issue #1161
This commit is contained in:
Dan Brown
2021-05-24 18:45:08 +01:00
parent 85db812fea
commit df0e03cd07
9 changed files with 103 additions and 52 deletions

View File

@@ -184,7 +184,6 @@ return [
// Custom BookStack
'Activity' => BookStack\Facades\Activity::class,
'Images' => BookStack\Facades\Images::class,
'Permissions' => BookStack\Facades\Permissions::class,
'Theme' => BookStack\Facades\Theme::class,
],