]>
git.mxchange.org Git - friendica.git/log
Hypolite Petovan [Sun, 29 Dec 2024 15:51:54 +0000 (10:51 -0500)]
Merge pull request #14637 from Art4/refactor-entrypoint-jetstream.php
Refactor entrypoint `jetstream.php`
Art4 [Sun, 29 Dec 2024 07:43:27 +0000 (07:43 +0000)]
Merge branch 'develop' into refactor-entrypoint-jetstream.php
Hypolite Petovan [Sun, 29 Dec 2024 01:11:41 +0000 (20:11 -0500)]
Merge pull request #14628 from Art4/refactor-entrypoint-worker.php
Refactor entrypoint `worker.php`
Hypolite Petovan [Sun, 29 Dec 2024 01:07:45 +0000 (20:07 -0500)]
Merge pull request #14635 from Art4/remove-dice-from-router
Remove DICE from router
Art4 [Sat, 28 Dec 2024 23:36:15 +0000 (23:36 +0000)]
Fix duplicate usage of the $mode variable
Art4 [Sat, 28 Dec 2024 23:04:50 +0000 (23:04 +0000)]
Let phpstan check the jetstream.php file
Art4 [Sat, 28 Dec 2024 23:01:22 +0000 (23:01 +0000)]
remove unused use statements
Art4 [Sat, 28 Dec 2024 23:00:23 +0000 (23:00 +0000)]
refactor App::processJetstream
Art4 [Sat, 28 Dec 2024 22:57:24 +0000 (22:57 +0000)]
run setup functions
Art4 [Sat, 28 Dec 2024 22:53:54 +0000 (22:53 +0000)]
Inline jetstream.php code into App::processJetstream()
Art4 [Sat, 28 Dec 2024 22:50:49 +0000 (22:50 +0000)]
add shutdown handler as anonymous function
Art4 [Sat, 28 Dec 2024 22:44:23 +0000 (22:44 +0000)]
require dice dependency
Art4 [Sat, 28 Dec 2024 22:39:20 +0000 (22:39 +0000)]
refactor chdir() call
Art4 [Sat, 28 Dec 2024 16:36:07 +0000 (16:36 +0000)]
Move getModule() code into App class
Art4 [Sat, 28 Dec 2024 16:30:33 +0000 (16:30 +0000)]
use $dice_profiler_threshold in Router not as property
Art4 [Sat, 28 Dec 2024 13:10:28 +0000 (13:10 +0000)]
remove constructor injection of Dice in Router
Art4 [Sat, 28 Dec 2024 13:07:07 +0000 (13:07 +0000)]
Extract create module into own method
Art4 [Sat, 28 Dec 2024 12:58:09 +0000 (12:58 +0000)]
move Router creation into App::runFrontend()
Art4 [Sat, 28 Dec 2024 07:01:04 +0000 (07:01 +0000)]
Merge branch 'develop' into refactor-entrypoint-worker.php
Hypolite Petovan [Fri, 27 Dec 2024 20:16:35 +0000 (15:16 -0500)]
Merge pull request #14626 from Art4/refactor-entrypoint-daemon.php
Refactor entrypoint `daemon.php`
Art4 [Fri, 27 Dec 2024 18:55:27 +0000 (18:55 +0000)]
Merge branch 'refactor-entrypoint-daemon.php' into refactor-entrypoint-worker.php
Art4 [Fri, 27 Dec 2024 18:55:05 +0000 (18:55 +0000)]
Merge branch 'develop' into refactor-entrypoint-daemon.php
Hypolite Petovan [Fri, 27 Dec 2024 15:03:58 +0000 (10:03 -0500)]
Merge pull request #14625 from Art4/refactor-entrypoint-console.php
Refactor entrypoint `console.php`
Art4 [Fri, 27 Dec 2024 11:19:17 +0000 (11:19 +0000)]
Merge branch 'refactor-entrypoint-daemon.php' into refactor-entrypoint-worker.php
Art4 [Fri, 27 Dec 2024 11:19:00 +0000 (11:19 +0000)]
Merge branch 'refactor-entrypoint-console.php' into refactor-entrypoint-daemon.php
Art4 [Fri, 27 Dec 2024 11:02:42 +0000 (11:02 +0000)]
Merge branch 'develop' into refactor-entrypoint-console.php
Hypolite Petovan [Fri, 27 Dec 2024 04:23:59 +0000 (23:23 -0500)]
Merge pull request #14616 from Art4/refactor-dice-rules
Refactor DICE rules
Art4 [Thu, 26 Dec 2024 19:29:23 +0000 (19:29 +0000)]
Refactor calling process repository
Art4 [Thu, 26 Dec 2024 19:17:18 +0000 (19:17 +0000)]
Replace DI::basePath() with BasePath service
Art4 [Thu, 26 Dec 2024 19:15:33 +0000 (19:15 +0000)]
replace DI::mode() with container
Art4 [Thu, 26 Dec 2024 19:13:34 +0000 (19:13 +0000)]
use registerErrorHandler() in processWorker()
Art4 [Thu, 26 Dec 2024 19:12:32 +0000 (19:12 +0000)]
Refactor r init service locator
Art4 [Thu, 26 Dec 2024 19:11:54 +0000 (19:11 +0000)]
Refactor setup Container for Logger
Art4 [Thu, 26 Dec 2024 19:11:21 +0000 (19:11 +0000)]
Refactor setup Container for addons
Art4 [Thu, 26 Dec 2024 19:04:27 +0000 (19:04 +0000)]
Move code from worker.php into App::processWorker()
Art4 [Thu, 26 Dec 2024 18:58:07 +0000 (18:58 +0000)]
check worker.php with PHPStan
Art4 [Thu, 26 Dec 2024 18:44:15 +0000 (18:44 +0000)]
Merge branch 'refactor-entrypoint-daemon.php' into refactor-entrypoint-worker.php
Art4 [Thu, 26 Dec 2024 18:42:47 +0000 (18:42 +0000)]
Merge branch 'refactor-entrypoint-console.php' into refactor-entrypoint-daemon.php
Art4 [Thu, 26 Dec 2024 18:37:44 +0000 (18:37 +0000)]
Merge branch 'develop' into refactor-entrypoint-console.php
Art4 [Thu, 26 Dec 2024 18:36:40 +0000 (18:36 +0000)]
Fix indentation
Hypolite Petovan [Thu, 26 Dec 2024 17:10:25 +0000 (12:10 -0500)]
Merge pull request #14623 from Art4/refactor-entrypoint-auth_ejabberd.php
Refactor entrypoint `auth_ejabberd.php`
Art4 [Thu, 26 Dec 2024 17:06:41 +0000 (17:06 +0000)]
Fix method call for App::setupLegacyServiceLocator
Art4 [Thu, 26 Dec 2024 17:04:35 +0000 (17:04 +0000)]
Merge branch 'refactor-entrypoint-console.php' into refactor-entrypoint-daemon.php
Art4 [Thu, 26 Dec 2024 17:03:42 +0000 (17:03 +0000)]
Merge branch 'refactor-entrypoint-auth_ejabberd.php' into refactor-entrypoint-console.php
Art4 [Thu, 26 Dec 2024 16:59:15 +0000 (16:59 +0000)]
rename App::setupLegacyServiceLocator()
Art4 [Thu, 26 Dec 2024 14:08:40 +0000 (14:08 +0000)]
require dice rules
Art4 [Thu, 26 Dec 2024 13:57:46 +0000 (13:57 +0000)]
refactor getopt() call
Art4 [Thu, 26 Dec 2024 13:56:49 +0000 (13:56 +0000)]
Merge branch 'refactor-entrypoint-daemon.php' into refactor-entrypoint-worker.php
Art4 [Thu, 26 Dec 2024 13:44:57 +0000 (13:44 +0000)]
update messages.po
Art4 [Thu, 26 Dec 2024 12:23:07 +0000 (12:23 +0000)]
Merge branch 'refactor-entrypoint-daemon.php' into refactor-entrypoint-worker.php
Art4 [Thu, 26 Dec 2024 12:22:39 +0000 (12:22 +0000)]
Check more bin files with PHPStan
Art4 [Thu, 26 Dec 2024 12:18:03 +0000 (12:18 +0000)]
Fix possible falsy return of getopt()
Art4 [Thu, 26 Dec 2024 11:56:25 +0000 (11:56 +0000)]
refactor chdir() in worker.php
Art4 [Thu, 26 Dec 2024 11:41:27 +0000 (11:41 +0000)]
remove HTTPInputData as argument
Art4 [Thu, 26 Dec 2024 11:35:32 +0000 (11:35 +0000)]
remove dependency to global $_GET
Art4 [Thu, 26 Dec 2024 11:33:45 +0000 (11:33 +0000)]
rename server vars
Art4 [Thu, 26 Dec 2024 11:33:00 +0000 (11:33 +0000)]
work with PSR-7 Request in App::runFrontend()
Art4 [Thu, 26 Dec 2024 10:49:34 +0000 (10:49 +0000)]
Replace DI::system() with container
Art4 [Thu, 26 Dec 2024 10:46:54 +0000 (10:46 +0000)]
Replace DI::basePath() with container
Art4 [Thu, 26 Dec 2024 10:42:41 +0000 (10:42 +0000)]
Replace DI::keyValue() with container
Art4 [Thu, 26 Dec 2024 10:38:10 +0000 (10:38 +0000)]
resolve double used variable name
Art4 [Thu, 26 Dec 2024 10:34:32 +0000 (10:34 +0000)]
Replace DI::config() with container
Art4 [Thu, 26 Dec 2024 10:30:09 +0000 (10:30 +0000)]
Replace DI::mode() with container
Art4 [Thu, 26 Dec 2024 10:27:44 +0000 (10:27 +0000)]
extract dependency for $_SERVER
Art4 [Thu, 26 Dec 2024 10:26:10 +0000 (10:26 +0000)]
Fix indent for HEREDOC
Art4 [Thu, 26 Dec 2024 10:18:03 +0000 (10:18 +0000)]
refactor using registerErrorHandler
Art4 [Thu, 26 Dec 2024 10:17:22 +0000 (10:17 +0000)]
refactor setup DI
Art4 [Thu, 26 Dec 2024 10:16:01 +0000 (10:16 +0000)]
refactor setup container for addons and logger
Art4 [Thu, 26 Dec 2024 10:13:04 +0000 (10:13 +0000)]
simplify class names
Art4 [Thu, 26 Dec 2024 10:07:03 +0000 (10:07 +0000)]
Move daemon.php code into App::processDaemon() method
Art4 [Thu, 26 Dec 2024 09:31:36 +0000 (09:31 +0000)]
Register shutdown function as anonymous function
Art4 [Thu, 26 Dec 2024 09:30:44 +0000 (09:30 +0000)]
Move daemon code into anonymous function
Art4 [Thu, 26 Dec 2024 09:26:23 +0000 (09:26 +0000)]
require the dependencies.config.php file
Art4 [Thu, 26 Dec 2024 09:24:12 +0000 (09:24 +0000)]
refactor getopt() call
Art4 [Thu, 26 Dec 2024 09:05:50 +0000 (09:05 +0000)]
Refactor chdir() call
Art4 [Thu, 26 Dec 2024 08:45:57 +0000 (08:45 +0000)]
Refactor App::load() method
Art4 [Thu, 26 Dec 2024 08:29:11 +0000 (08:29 +0000)]
move up registerTemplateEngine call
Art4 [Thu, 26 Dec 2024 08:27:02 +0000 (08:27 +0000)]
Refactor registering template engine
Art4 [Thu, 26 Dec 2024 08:24:19 +0000 (08:24 +0000)]
Move call of register the template engine into App
Art4 [Thu, 26 Dec 2024 08:15:20 +0000 (08:15 +0000)]
Remove multiple calls of DI::init()
Art4 [Thu, 26 Dec 2024 08:10:06 +0000 (08:10 +0000)]
Setup container with explicit LogChannel
Art4 [Thu, 26 Dec 2024 08:01:30 +0000 (08:01 +0000)]
Refactor App::processConsole()
Art4 [Thu, 26 Dec 2024 07:44:19 +0000 (07:44 +0000)]
Move code from console.php into App::processConsole()
Art4 [Thu, 26 Dec 2024 07:39:43 +0000 (07:39 +0000)]
Replace global $argv with $_SERVER
Art4 [Thu, 26 Dec 2024 07:29:39 +0000 (07:29 +0000)]
require dependencies.config.php file in console.php entry point
Art4 [Thu, 26 Dec 2024 07:26:04 +0000 (07:26 +0000)]
require dependencies.config.php file in index.php entry point
Art4 [Thu, 26 Dec 2024 07:00:21 +0000 (07:00 +0000)]
Remove comment
Art4 [Thu, 26 Dec 2024 06:31:21 +0000 (06:31 +0000)]
Merge branch 'develop' into refactor-entrypoint-auth_ejabberd.php
Hypolite Petovan [Thu, 26 Dec 2024 03:38:07 +0000 (22:38 -0500)]
Merge pull request #14618 from Art4/merge-2024.09-rc-into-develop
Merge `2024.09-rc` into `develop`
Hypolite Petovan [Thu, 26 Dec 2024 03:36:25 +0000 (22:36 -0500)]
Merge pull request #14619 from Art4/remove-di-app-method
Remove `DI::app()`
Hypolite Petovan [Thu, 26 Dec 2024 03:27:42 +0000 (22:27 -0500)]
Merge pull request #14620 from Art4/refactor-entrypoint-index.php
Refactor entrypoint in `index.php`
Art4 [Wed, 25 Dec 2024 21:27:08 +0000 (21:27 +0000)]
inline App::setupContainerForRunningFrontend() method
Art4 [Wed, 25 Dec 2024 21:20:08 +0000 (21:20 +0000)]
extract setup of DI class
Art4 [Wed, 25 Dec 2024 21:17:02 +0000 (21:17 +0000)]
Use App::registerErrorHandler()
Art4 [Wed, 25 Dec 2024 21:16:00 +0000 (21:16 +0000)]
Extract call of AddonLoader into App::setupContainerForAddons()
Art4 [Wed, 25 Dec 2024 21:12:24 +0000 (21:12 +0000)]
Move auth_ejabberd.php code into App::processEjabberd()
Art4 [Wed, 25 Dec 2024 21:01:24 +0000 (21:01 +0000)]
Refactor path to dice rules
Art4 [Wed, 25 Dec 2024 20:43:15 +0000 (20:43 +0000)]
refactor chdir() call
Art4 [Mon, 23 Dec 2024 15:30:42 +0000 (15:30 +0000)]
Extract register error handler into separate method
Art4 [Mon, 23 Dec 2024 15:28:57 +0000 (15:28 +0000)]
Refactor App::setupContainerForRunningFrontend()