Philipp Holzer
|
8b6e123b3f
|
Refactor deprecated App::isAjax() to DI::mode()->isAjax()
|
2019-12-29 20:17:44 +01:00 |
|
Philipp Holzer
|
8e6973b774
|
Refactor deprecated App::internalRedirect() to DI::baseUrl()->redirect()
|
2019-12-29 20:17:43 +01:00 |
|
Philipp Holzer
|
e2b2778e0a
|
Refactor dynamic App::getLogger() to static DI::logger()
|
2019-12-29 20:17:41 +01:00 |
|
Roland Häder
|
a7c617cae2
|
Fixed:
- needs to be `prvkey`, not `prvKey`
Signed-off-by: Roland Häder <roland@mxchange.org>
|
2019-12-20 23:15:21 +01:00 |
|
Philipp Holzer
|
555513e4b4
|
Add Session Management instances (including Depenency Injection)
- Prerequesite for mocking Sessions
- Reduce "App" class complexity
|
2019-12-10 00:44:56 +01:00 |
|
Philipp Holzer
|
94a8a60841
|
Add more Cookie tests (create new StaticCookie class for mocking setcookie())
|
2019-12-09 22:47:08 +01:00 |
|
Philipp Holzer
|
54392fab81
|
Move Cookie to own class (with tests)
Move Authentication to App namespace
|
2019-12-08 22:45:34 +01:00 |
|