BookStack/app/Http
Dan Brown 8b550991a4
Refactored some core entity actions
- Created BookChild class to share some page/chapter logic.
- Gave entities the power to generate their own permissions and slugs.
- Moved bits out of BaseController constructor since it was overly
sticky.
- Moved slug generation logic into its own class.
- Created a facade for permissions due to high use.
- Fixed failing test issues from last commits
2019-09-20 00:18:28 +01:00
..
Controllers Refactored some core entity actions 2019-09-20 00:18:28 +01:00
Middleware Refactored notification showing and global view data 2019-09-19 15:12:10 +01:00
Requests Change application namespace to BookStack 2015-09-10 19:31:09 +01:00
Kernel.php Refactored notification showing and global view data 2019-09-19 15:12:10 +01:00
Request.php Ran phpcbf and updated helpers typehinting 2019-09-15 18:29:51 +01:00