Michael
|
0007da8630
|
EOL removed
|
2020-07-23 06:25:01 +00:00 |
|
Michael
|
3fc3ded750
|
Useless info messages removed
|
2020-07-23 06:11:21 +00:00 |
|
nupplaPhil
|
9eca2c98ed
|
Add license to src\App namespace
|
2020-02-08 20:42:47 +01:00 |
|
Hypolite Petovan
|
0d1befdf2d
|
Move /profile_photo to Module\Settings\Profile\Photo
|
2020-01-20 07:27:12 -05:00 |
|
nupplaPhil
|
d5a473abda
|
Shorten "PConfiguration" to "PConfig" again, since the Wrapper is gone
|
2020-01-19 22:23:44 +01:00 |
|
nupplaPhil
|
cb80108957
|
Shorten "Configuration" to "Config" again, since the Wrapper is gone
|
2020-01-19 21:29:36 +01:00 |
|
nupplaPhil
|
2838635d64
|
Move L10n class from L10n subdir to Core (replacing old wrapper)
|
2020-01-19 16:31:30 +01:00 |
|
Michael
|
0a4119adaf
|
@brief is removed completely
|
2020-01-19 06:05:23 +00:00 |
|
nupplaPhil
|
9e9429b56d
|
Move PConfig::get() to DI::pConfig()->get()
|
2020-01-18 16:50:57 +01:00 |
|
Hypolite Petovan
|
e38939ee4b
|
Add cookie clear failed validation in App\Authentication
|
2020-01-08 19:52:44 -05:00 |
|
Hypolite Petovan
|
ce50faf780
|
Update wrong references to ISession::delete
|
2019-12-29 21:52:56 -05:00 |
|
nupplaPhil
|
c1dbb25656
|
Creating interfaces for Config/PConfig & fix tests
|
2019-12-29 20:18:19 +01:00 |
|
nupplaPhil
|
4835f1185f
|
Remove deprecated App::module - replace with DI::module()->getName()
|
2019-12-29 20:17:52 +01:00 |
|
nupplaPhil
|
8b6e123b3f
|
Refactor deprecated App::isAjax() to DI::mode()->isAjax()
|
2019-12-29 20:17:44 +01:00 |
|
nupplaPhil
|
8e6973b774
|
Refactor deprecated App::internalRedirect() to DI::baseUrl()->redirect()
|
2019-12-29 20:17:43 +01:00 |
|
nupplaPhil
|
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 |
|
nupplaPhil
|
555513e4b4
|
Add Session Management instances (including Depenency Injection)
- Prerequesite for mocking Sessions
- Reduce "App" class complexity
|
2019-12-10 00:44:56 +01:00 |
|
nupplaPhil
|
94a8a60841
|
Add more Cookie tests (create new StaticCookie class for mocking setcookie())
|
2019-12-09 22:47:08 +01:00 |
|
nupplaPhil
|
54392fab81
|
Move Cookie to own class (with tests)
Move Authentication to App namespace
|
2019-12-08 22:45:34 +01:00 |
|