BookStack/app/Http/Controllers
Dan Brown da4308bb0f
Fixed settings redirect issue and custom head display
- Fixed issue where redirect for `/settings` view would not be ran
  through base url generator so would not create a correct path in some
  cases. Now routed through controller with normal redirect.
- Fixed custom head content being active on settings pages due to route
  name changes, for when viewing settings, in last release.

Fixes #3356 and #3355
2022-03-30 19:15:24 +01:00
..
Api Made a pass to clean up UserRepo 2022-02-13 12:56:26 +00:00
Auth Applied latest StyleCI changes 2022-02-24 15:04:09 +00:00
Images
AttachmentController.php
AuditLogController.php
BookController.php
BookExportController.php
BookshelfController.php
BookSortController.php
ChapterController.php
ChapterExportController.php
CommentController.php
Controller.php Updated with latest styleci changes 2022-02-08 15:29:58 +00:00
FavouriteController.php
HomeController.php
MaintenanceController.php
PageController.php
PageExportController.php
PageRevisionController.php Added extendable/scalable formatter for webhook data 2022-03-26 16:53:02 +00:00
PageTemplateController.php
RecycleBinController.php
RoleController.php
SearchController.php
SettingController.php Fixed settings redirect issue and custom head display 2022-03-30 19:15:24 +01:00
StatusController.php
TagController.php
UserApiTokenController.php
UserController.php Applied StyleCI changes, updated readme badges & roadmap 2022-02-13 13:16:43 +00:00
UserProfileController.php Made a pass to clean up UserRepo 2022-02-13 12:56:26 +00:00
UserSearchController.php
WebhookController.php