Commit graph

516 commits

Author SHA1 Message Date
Art4
11540a8bff Replace DI::system() with container 2024-12-26 10:49:34 +00:00
Art4
aba54ebbbe Replace DI::basePath() with container 2024-12-26 10:46:54 +00:00
Art4
bcbdcbd1ff Replace DI::keyValue() with container 2024-12-26 10:42:41 +00:00
Art4
f3703f433e resolve double used variable name 2024-12-26 10:38:10 +00:00
Art4
81d28bbb4c Replace DI::config() with container 2024-12-26 10:34:32 +00:00
Art4
502d0d1b53 Replace DI::mode() with container 2024-12-26 10:30:09 +00:00
Art4
cb5a1daa40 extract dependency for $_SERVER 2024-12-26 10:27:44 +00:00
Art4
eb0e1c393f Fix indent for HEREDOC 2024-12-26 10:26:10 +00:00
Art4
68e729e192 refactor using registerErrorHandler 2024-12-26 10:18:03 +00:00
Art4
dc65958c17 refactor setup DI 2024-12-26 10:17:22 +00:00
Art4
8ed5dd3a30 refactor setup container for addons and logger 2024-12-26 10:16:01 +00:00
Art4
a2c4585914 simplify class names 2024-12-26 10:13:04 +00:00
Art4
bac5f00190 Move daemon.php code into App::processDaemon() method 2024-12-26 10:07:03 +00:00
Art4
38ad97f24f Refactor App::load() method 2024-12-26 08:45:57 +00:00
Art4
ba6bde9b09 move up registerTemplateEngine call 2024-12-26 08:29:11 +00:00
Art4
a6385bed71 Refactor registering template engine 2024-12-26 08:27:02 +00:00
Art4
e9b92aea7b Move call of register the template engine into App 2024-12-26 08:24:19 +00:00
Art4
0afa5aba63 Setup container with explicit LogChannel 2024-12-26 08:10:06 +00:00
Art4
cf8ce380b7 Refactor App::processConsole() 2024-12-26 08:01:30 +00:00
Art4
f40b428ac2 Move code from console.php into App::processConsole() 2024-12-26 07:44:19 +00:00
Art4
26f1c5f1dc inline App::setupContainerForRunningFrontend() method 2024-12-25 21:27:08 +00:00
Art4
ce7fd1b0e2 extract setup of DI class 2024-12-25 21:20:08 +00:00
Art4
d2f2d1d0b9 Use App::registerErrorHandler() 2024-12-25 21:17:02 +00:00
Art4
f7c661b5e9 Extract call of AddonLoader into App::setupContainerForAddons() 2024-12-25 21:16:00 +00:00
Art4
34b2419427 Move auth_ejabberd.php code into App::processEjabberd() 2024-12-25 21:12:24 +00:00
Art4
7d10d04768 Extract register error handler into separate method 2024-12-23 15:30:42 +00:00
Art4
3c4da64348 Refactor App::setupContainerForRunningFrontend() 2024-12-23 15:28:57 +00:00
Art4
856f8fb908 Move adding Dice rules into App 2024-12-23 15:22:27 +00:00
Art4
2f9f873f4b refactor App::runFrontend() 2024-12-20 13:38:38 +00:00
Art4
7a4542cd50 refactor App 2024-12-20 13:24:25 +00:00
Art4
0ab9c23bb9 Refactor App::fromDice() 2024-12-20 12:30:26 +00:00
Art4
9e4f39b4fb Inline runFrontend() call into App::processRequest() method 2024-12-20 10:07:59 +00:00
Art4
ee5b210682 Inline mode call into App::processRequest() 2024-12-20 10:05:13 +00:00
Art4
7a7b8d3e27 Inline App::load() call in new processRequest() method 2024-12-20 10:04:02 +00:00
Art4
9ef3fdc857 move load() call outside of constructor to remove side effects 2024-12-19 21:01:41 +00:00
Art4
af51441d88 require AppHelper in App 2024-12-19 20:26:38 +00:00
Art4
241031f1fa inject container inside app instance 2024-12-19 20:24:24 +00:00
Art4
d6ec1d7d6b Prevent App class to be used with dependency injection 2024-12-19 20:03:42 +00:00
Art4
1c7446bf9a Create App::fromDice() factory method 2024-12-18 22:16:34 +00:00
Art4
23b19b76b5 Provide appHelper in Page run() method 2024-12-18 21:57:39 +00:00
Art4
6b948c82d7 Remove AppHelper implementation from App class 2024-12-18 21:30:36 +00:00
Art4
2ff280d34c Fix more errors 2024-11-19 08:40:48 +00:00
Art4
46f6a041a0 Merge branch 'develop' into refactoring-of-app-class 2024-11-18 13:14:29 +00:00
Art4
e26f435c2e Remove set_include_path() call 2024-11-18 07:32:01 +00:00
Art4
ab2f7d8845 Fix Authentication 2024-11-17 20:22:01 +00:00
Art4
34845910ec Create AppHelper interface and AppLegacy class 2024-11-17 20:06:34 +00:00
Art4
603af2fb19 Rename DI::apphelper() to DI::appHeler() 2024-11-17 20:00:34 +00:00
Art4
e320b010c7 Fix method order in App class 2024-11-17 19:53:17 +00:00
Art4
a24a65de2f Merge branch 'develop' into refactoring-of-app-class 2024-11-16 19:29:56 +00:00
Art4
e5b837f183 bump version to 2024.12-dev 2024-11-16 08:39:37 +00:00