BookStack/app/Http/Controllers
Dan Brown 2bb8c3d914 Made email confirmations work with LDAP auth
The email_confirmed user field now actually indicates if an email is confirmed rather than defaulting to true if not checked.
 This ensures toggleing the 'Require email confirmation' setting actually makes all currently unconfirmed users confirm thier emails.
2016-04-03 12:16:54 +01:00
..
Auth Made email confirmations work with LDAP auth 2016-04-03 12:16:54 +01:00
BookController.php Implemented database structure and inital interfaces for entity restrictions 2016-02-28 10:49:41 +00:00
ChapterController.php Added restriction tests and fixed any bugs in the process 2016-03-05 18:09:21 +00:00
Controller.php Tied entity restriction system into userCan checks 2016-02-29 20:31:21 +00:00
HomeController.php Added new page drafts and started image entity attaching 2016-03-13 12:04:08 +00:00
ImageController.php Fixed bug causing permission error on save and fixed non-gallery image save 2016-03-13 15:37:46 +00:00
PageController.php Added a markdown editor 2016-03-25 14:41:15 +00:00
PermissionController.php Refactored some permission controls and increased testing for roles system 2016-03-02 22:35:01 +00:00
SearchController.php Added entity-specific search results pages. Cleaned & Fixed search results bugs 2016-02-21 12:53:58 +00:00
SettingController.php Changed color picker library and moved color logic to front end 2016-03-06 10:52:10 +00:00
UserController.php Fixed bug causing permission error on save and fixed non-gallery image save 2016-03-13 15:37:46 +00:00