Commit Graph

40902 Commits (develop)

Author SHA1 Message Date
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
Tobias Diekershoff 593b4fcb2d updated translations 2024-12-26 08:45:47 +01:00
Art4 f40b428ac2 Move code from console.php into App::processConsole() 2024-12-26 07:44:19 +00:00
Art4 907e07a4c4 Replace global $argv with $_SERVER 2024-12-26 07:39:43 +00:00
Art4 486a6ba8c6 require dependencies.config.php file in console.php entry point 2024-12-26 07:29:39 +00:00
Art4 c99958c327 require dependencies.config.php file in index.php entry point 2024-12-26 07:26:04 +00:00
Art4 ed06480e75 Remove comment 2024-12-26 07:00:21 +00:00
Art4 e59dd9d9d4 Merge branch 'develop' into refactor-entrypoint-auth_ejabberd.php 2024-12-26 06:31:21 +00:00
Hypolite Petovan a8963c3ba2
Merge pull request #14618 from Art4/merge-2024.09-rc-into-develop
Merge `2024.09-rc` into `develop`
2024-12-25 22:38:07 -05:00
Hypolite Petovan 9921abc8bd
Merge pull request #14619 from Art4/remove-di-app-method
Remove `DI::app()`
2024-12-25 22:36:25 -05:00
Hypolite Petovan 90181759cd
Merge pull request #14620 from Art4/refactor-entrypoint-index.php
Refactor entrypoint in `index.php`
2024-12-25 22:27:42 -05: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 e0dadea0ff Refactor path to dice rules 2024-12-25 21:01:24 +00:00
Art4 b94697678e refactor chdir() call 2024-12-25 20:43:15 +00:00
Art4 530a93794f Fix PHPStan error 2024-12-25 18:37:13 +00:00
Art4 d55830902b Reduce cyclomatic complexity in GServer::detect() 2024-12-25 18:33:04 +00:00
Art4 6684f0d5c7 Reduce cyclomatic complexity in APContact::getByURL() 2024-12-25 18:21:27 +00:00
Art4 c83099c8d0 Change output format in Github 2024-12-25 16:17:31 +00:00
Art4 19659296eb enable cache and colors in phpmd 2024-12-25 15:59:16 +00:00
Art4 9ed137a119 Add phpmd as code quality check in github actions 2024-12-25 15:28:05 +00:00
Art4 36dbae7642 Add script to run phpmd with composer 2024-12-25 15:25:34 +00:00
Art4 5fe7af6489 Add very tolerant ruleset for friendica code 2024-12-25 15:19:31 +00:00
Art4 f775d6e049 install phpmd 2024-12-25 10:41:37 +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 66822c6a81 Rename App variable 2024-12-23 15:26:35 +00:00
Art4 856f8fb908 Move adding Dice rules into App 2024-12-23 15:22:27 +00:00
Art4 ae0cab36dc Improve BasePath tests 2024-12-23 14:51:58 +00:00
Art4 0bd8118673 Fix code style 2024-12-23 14:51:41 +00:00
Art4 dd4fbc0194 Replace Util class names with FQCN 2024-12-23 14:34:57 +00:00
Art4 899ac663fc Replace Network class names with FQCN 2024-12-23 14:34:23 +00:00
Art4 011c098c63 Replace Model class names with FQCN 2024-12-23 14:32:47 +00:00
Art4 c33223a0eb Replace Database class names with FQCN 2024-12-23 14:31:41 +00:00
Art4 ce5789690d Replace Core class names with FQCN 2024-12-23 14:30:14 +00:00
Art4 5edc36d6fc Fix PHPDoc and add link to DICE docs 2024-12-23 14:28:01 +00:00
Art4 31a731deb7 Refactor dependency for $_COOKIE 2024-12-23 14:23:58 +00:00
Art4 48bd6b2f81 Refactor dependency for $basepath 2024-12-23 14:22:52 +00:00
Art4 b4762238ed Replace DiceInstanceManager class names with FQCN 2024-12-23 14:19:31 +00:00
Art4 7587517499 Refactor dependency for $_GET 2024-12-23 14:18:22 +00:00
Art4 c53a75bc38 Refactor dependency for $_SERVER 2024-12-23 14:12:37 +00:00
Art4 5803c1e760 Replace Hooks class names with FQCN 2024-12-23 14:11:45 +00:00
Art4 f1405cdb6c Replace Config class names with FQCN 2024-12-23 14:06:04 +00:00
Art4 4a766b9750 Replace class names with FQCN 2024-12-23 14:03:32 +00:00
Art4 b9b44931ac Remove Dice rules for $basepath 2024-12-23 13:42:01 +00:00
Art4 4deb28f24e Refactor DI::basePath() to use BasePath class 2024-12-23 13:40:53 +00:00