framework/src/Forum
Toby Zerner 5672819549
Use Illuminate Session component instead of Symfony
Symfony's component relies on PHP's native session functionality, which
is not ideal. It automatically sets its own cookie headers, resulting in
this issue: https://github.com/flarum/core/issues/1084#issuecomment-364569953

The Illuminate component is more powerful and has a simpler API for
extension with other drivers and such, and fits in nicely with other
components we use (the majority of which are from Illuminate).
2018-03-18 14:43:44 +01:00
..
Controller Use Illuminate Session component instead of Symfony 2018-03-18 14:43:44 +01:00
AuthenticationResponseFactory.php Rename method and attribute, and remove unnecessary attribute filtering 2018-01-11 23:05:26 +01:00
ForumServiceProvider.php Update Stratigility, use http-interop middleware 2018-03-18 13:52:16 +01:00
Frontend.php merges 5.5 and master into next-back 2017-12-14 01:00:16 +01:00
routes.php Fix namespace orderings 2017-10-03 18:54:06 +02:00