]> git.mxchange.org Git - friendica.git/shortlog
friendica.git
2024-12-30 Hypolite PetovanMerge pull request #14642 from nupplaphil/feat/console...
2024-12-30 PhilippDon't feed the daemons!
2024-12-30 PhilippMake PHP-CS happy
2024-12-30 PhilippMove daemon to Console Command
2024-12-30 PhilippMove daemon to Console Command
2024-12-29 Hypolite PetovanMerge pull request #14637 from Art4/refactor-entrypoint...
2024-12-29 Art4Merge branch 'develop' into refactor-entrypoint-jetstre...
2024-12-29 Hypolite PetovanMerge pull request #14628 from Art4/refactor-entrypoint...
2024-12-29 Hypolite PetovanMerge pull request #14635 from Art4/remove-dice-from...
2024-12-28 Art4Fix duplicate usage of the $mode variable
2024-12-28 Art4Let phpstan check the jetstream.php file
2024-12-28 Art4remove unused use statements
2024-12-28 Art4refactor App::processJetstream
2024-12-28 Art4run setup functions
2024-12-28 Art4Inline jetstream.php code into App::processJetstream()
2024-12-28 Art4add shutdown handler as anonymous function
2024-12-28 Art4require dice dependency
2024-12-28 Art4refactor chdir() call
2024-12-28 Art4Move getModule() code into App class
2024-12-28 Art4use $dice_profiler_threshold in Router not as property
2024-12-28 Art4remove constructor injection of Dice in Router
2024-12-28 Art4Extract create module into own method
2024-12-28 Art4move Router creation into App::runFrontend()
2024-12-28 Art4Merge branch 'develop' into refactor-entrypoint-worker.php
2024-12-27 Hypolite PetovanMerge pull request #14626 from Art4/refactor-entrypoint...
2024-12-27 Art4Merge branch 'refactor-entrypoint-daemon.php' into...
2024-12-27 Art4Merge branch 'develop' into refactor-entrypoint-daemon.php
2024-12-27 Hypolite PetovanMerge pull request #14625 from Art4/refactor-entrypoint...
2024-12-27 Art4Merge branch 'refactor-entrypoint-daemon.php' into...
2024-12-27 Art4Merge branch 'refactor-entrypoint-console.php' into...
2024-12-27 Art4Merge branch 'develop' into refactor-entrypoint-console.php
2024-12-27 Hypolite PetovanMerge pull request #14616 from Art4/refactor-dice-rules
2024-12-26 Art4Refactor calling process repository
2024-12-26 Art4Replace DI::basePath() with BasePath service
2024-12-26 Art4replace DI::mode() with container
2024-12-26 Art4use registerErrorHandler() in processWorker()
2024-12-26 Art4Refactor r init service locator
2024-12-26 Art4Refactor setup Container for Logger
2024-12-26 Art4Refactor setup Container for addons
2024-12-26 Art4Move code from worker.php into App::processWorker()
2024-12-26 Art4check worker.php with PHPStan
2024-12-26 Art4Merge branch 'refactor-entrypoint-daemon.php' into...
2024-12-26 Art4Merge branch 'refactor-entrypoint-console.php' into...
2024-12-26 Art4Merge branch 'develop' into refactor-entrypoint-console.php
2024-12-26 Art4Fix indentation
2024-12-26 Hypolite PetovanMerge pull request #14623 from Art4/refactor-entrypoint...
2024-12-26 Art4Fix method call for App::setupLegacyServiceLocator
2024-12-26 Art4Merge branch 'refactor-entrypoint-console.php' into...
2024-12-26 Art4Merge branch 'refactor-entrypoint-auth_ejabberd.php...
2024-12-26 Art4rename App::setupLegacyServiceLocator()
2024-12-26 Art4require dice rules
2024-12-26 Art4refactor getopt() call
2024-12-26 Art4Merge branch 'refactor-entrypoint-daemon.php' into...
2024-12-26 Art4update messages.po
2024-12-26 Art4Merge branch 'refactor-entrypoint-daemon.php' into...
2024-12-26 Art4Check more bin files with PHPStan
2024-12-26 Art4Fix possible falsy return of getopt()
2024-12-26 Art4refactor chdir() in worker.php
2024-12-26 Art4remove HTTPInputData as argument
2024-12-26 Art4remove dependency to global $_GET
2024-12-26 Art4rename server vars
2024-12-26 Art4work with PSR-7 Request in App::runFrontend()
2024-12-26 Art4Replace DI::system() with container
2024-12-26 Art4Replace DI::basePath() with container
2024-12-26 Art4Replace DI::keyValue() with container
2024-12-26 Art4resolve double used variable name
2024-12-26 Art4Replace DI::config() with container
2024-12-26 Art4Replace DI::mode() with container
2024-12-26 Art4extract dependency for $_SERVER
2024-12-26 Art4Fix indent for HEREDOC
2024-12-26 Art4refactor using registerErrorHandler
2024-12-26 Art4refactor setup DI
2024-12-26 Art4refactor setup container for addons and logger
2024-12-26 Art4simplify class names
2024-12-26 Art4Move daemon.php code into App::processDaemon() method
2024-12-26 Art4Register shutdown function as anonymous function
2024-12-26 Art4Move daemon code into anonymous function
2024-12-26 Art4require the dependencies.config.php file
2024-12-26 Art4refactor getopt() call
2024-12-26 Art4Refactor chdir() call
2024-12-26 Art4Refactor App::load() method
2024-12-26 Art4move up registerTemplateEngine call
2024-12-26 Art4Refactor registering template engine
2024-12-26 Art4Move call of register the template engine into App
2024-12-26 Art4Remove multiple calls of DI::init()
2024-12-26 Art4Setup container with explicit LogChannel
2024-12-26 Art4Refactor App::processConsole()
2024-12-26 Art4Move code from console.php into App::processConsole()
2024-12-26 Art4Replace global $argv with $_SERVER
2024-12-26 Art4require dependencies.config.php file in console.php...
2024-12-26 Art4require dependencies.config.php file in index.php entry...
2024-12-26 Art4Remove comment
2024-12-26 Art4Merge branch 'develop' into refactor-entrypoint-auth_ej...
2024-12-26 Hypolite PetovanMerge pull request #14618 from Art4/merge-2024.09-rc...
2024-12-26 Hypolite PetovanMerge pull request #14619 from Art4/remove-di-app-method
2024-12-26 Hypolite PetovanMerge pull request #14620 from Art4/refactor-entrypoint...
2024-12-25 Art4inline App::setupContainerForRunningFrontend() method
2024-12-25 Art4extract setup of DI class
2024-12-25 Art4Use App::registerErrorHandler()
2024-12-25 Art4Extract call of AddonLoader into App::setupContainerFor...
next