BookStack/app/Http/Controllers
Dan Brown e60d11ee04
Altered social auto-reg to be configurable per service
- Added {$service}_AUTO_REGISTER and {$service}_AUTO_CONFIRM_EMAIL env
options for each social auth system.
- Auto-register will allow registration from login, even if registration
is disabled.
- Auto-confirm-email indicates trust and will mark new registrants as
'email_confirmed' and skip 'confirmation email' flow.
- Also added covering tests.
2018-09-21 18:05:06 +01:00
..
Auth Altered social auto-reg to be configurable per service 2018-09-21 18:05:06 +01:00
AttachmentController.php
BookController.php
BookshelfController.php Added bookshelf permission control UI and copy-down ability 2018-09-20 19:16:11 +01:00
ChapterController.php
CommentController.php
Controller.php
HomeController.php Added bookshelves homepage options 2018-09-20 15:27:30 +01:00
ImageController.php
PageController.php Changes as per code review, and fixes failing test cases. 2018-09-16 20:44:09 +05:30
PermissionController.php
SearchController.php
SettingController.php
TagController.php
UserController.php