BookStack/app/Http/Controllers
Dan Brown 0afa417b0a
Added ability to secure images behind auth
Still in testing.
Adds STORAGE_TYPE=local_secure option for setting images to be behind
auth. Stores images alongside attachments in /storage/uploads/images.
2018-01-13 11:11:23 +00:00
..
Auth Made it possible to pre-fill login via url 2017-12-10 13:56:25 +00:00
AttachmentController.php Finished refactor of entity repos 2017-01-02 11:07:27 +00:00
BookController.php Adds button to allow users to toggle the book view via the books list page. 2017-12-26 12:38:16 +05:30
ChapterController.php Added chapter export options 2017-02-26 14:25:02 +00:00
CommentController.php Added loading icons, Added comment activity 2017-09-09 17:06:30 +01:00
Controller.php Upgraded to Laravel 5.4 2017-01-25 19:35:40 +00:00
HomeController.php Enabled custom HTML head content to work within editors 2017-12-08 11:52:43 +00:00
ImageController.php Added ability to secure images behind auth 2018-01-13 11:11:23 +00:00
PageController.php Enabled session in 404 responses 2017-12-28 13:19:02 +00:00
PermissionController.php Extracted text from logic files 2016-12-04 16:51:39 +00:00
SearchController.php Updated to laravel 5.5 2017-11-19 15:56:19 +00:00
SettingController.php Extracted text from logic files 2016-12-04 16:51:39 +00:00
TagController.php Updated to laravel 5.5 2017-11-19 15:56:19 +00:00
UserController.php Updated book view change to PATCH + other amends 2017-12-29 16:49:03 +00:00