]> git.mxchange.org Git - friendica.git/shortlog
friendica.git
2024-12-26 Art4Merge branch 'refactor-entrypoint-auth_ejabberd.php...
2024-12-26 Art4rename App::setupLegacyServiceLocator()
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 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...
2024-12-25 Art4Move auth_ejabberd.php code into App::processEjabberd()
2024-12-25 Art4Refactor path to dice rules
2024-12-25 Art4refactor chdir() call
2024-12-23 Art4Extract register error handler into separate method
2024-12-23 Art4Refactor App::setupContainerForRunningFrontend()
2024-12-23 Art4Rename App variable
2024-12-23 Art4Move adding Dice rules into App
2024-12-23 Art4Remove DI::app() method
2024-12-23 Art4Remove checks if result body is not an object
2024-12-23 Art4Fix PHPStan errors from upstream
2024-12-23 Art4Merge branch '2024.09-rc' into merge-2024.09-rc-into...
2024-12-23 Hypolite PetovanMerge pull request #14538 from Art4/restore-github...
2024-12-22 Hypolite PetovanMerge pull request #14613 from annando/documentation
2024-12-22 Art4Merge database and unit tests into one workflow
2024-12-22 Art4merge code quality checks into on workflow
2024-12-22 MichaelDocumentation to connectors updated
2024-12-22 Michael VogelMerge pull request #14612 from nupplaphil/bug/ci
2024-12-22 PhilippFix codecov token env
2024-12-22 PhilippUpdate messages.po
2024-12-22 Philipp[CI] Fix codecov
2024-12-22 Art4Run PHP-CS-Fixer with PHP 8.3
2024-12-22 Art4Add codestyle check
2024-12-22 Art4rename workflows and test cases
2024-12-22 Art4Merge branch 'develop' into restore-github-actions
2024-12-22 Art4Add tests with PHP 8.5
2024-12-22 Art4Rename tests, use composer v2
2024-12-22 Art4Set bin path to phpunit
2024-12-22 Art4clone addon repository
2024-12-22 Art4better healtcheck for mariadb
2024-12-22 Hypolite PetovanMerge pull request #14603 from Art4/create-app-from...
2024-12-22 Hypolite PetovanMerge pull request #14611 from annando/issue-14609
2024-12-21 MichaelIssue 14609: Avoid endless worker repetition in case...
2024-12-21 Hypolite PetovanMerge pull request #14604 from annando/issue-14344
2024-12-21 Hypolite PetovanMerge pull request #14610 from annando/media-post
2024-12-21 Hypolite PetovanMerge pull request #14608 from annando/atproto
2024-12-21 MichaelImproved check for attached Fediverse posts
2024-12-21 MichaelUnneeded line removed / improved status handling
2024-12-20 Art4Remove src tests
2024-12-20 Art4test only src tests
2024-12-20 Art4add tests workflow
2024-12-20 Art4Add workflow for unit tests
2024-12-20 Art4Add Github workflow for PHPStan
2024-12-20 Art4Let phpstan check index.php
2024-12-20 Art4refactor App::runFrontend()
2024-12-20 Art4refactor App
2024-12-20 Art4adjust tests
2024-12-20 Art4Refactor App::fromDice()
2024-12-20 Art4Inline runFrontend() call into App::processRequest...
2024-12-20 Art4Inline mode call into App::processRequest()
2024-12-20 Art4Inline App::load() call in new processRequest() method
2024-12-20 Art4Merge branch 'develop' into create-app-from-container
2024-12-20 MichaelIssue 14344: Contact import is relocated to a dedicated...
2024-12-19 Hypolite PetovanMerge pull request #14602 from Art4/remove-apphelper...
2024-12-19 Art4move load() call outside of constructor to remove side...
2024-12-19 Art4Create tests for App
2024-12-19 Art4require AppHelper in App
2024-12-19 Art4inject container inside app instance
2024-12-19 Art4Create PSR-7 request
2024-12-19 Art4Prevent App class to be used with dependency injection
2024-12-19 Art4Merge branch 'remove-apphelper-implementation-from...
2024-12-19 Art4Merge branch 'develop' into remove-apphelper-implementa...
2024-12-19 Hypolite PetovanMerge pull request #14593 from Art4/replace-app-with...
2024-12-18 Art4Merge branch 'develop' into restore-github-actions
2024-12-18 Art4Create App::fromDice() factory method
2024-12-18 Art4Provide appHelper in Page run() method
2024-12-18 Art4Remove AppHelper implementation from App class
2024-12-18 Art4replace more calls of DI::app(), add workaround for...
2024-12-18 Art4Replace DI::app() with DI::appHelper() in more tests
2024-12-18 Art4Replace DI::app() with DI::appHelper() in Module\Api...
2024-12-18 Art4remove unnecessary Di::app() all
2024-12-18 Art4Merge branch 'develop' into replace-app-with-apphelper...
2024-12-17 Hypolite PetovanMerge pull request #14600 from annando/warnings
2024-12-17 MichaelFix some notices / reduce the number of warnings
2024-12-17 Hypolite PetovanMerge pull request #14599 from Art4/fix-phpstan-errors
2024-12-16 Art4Merge branch 'fix-phpstan-errors' into replace-app...
2024-12-16 Art4Fix type
2024-12-16 Art4Fix phpstan errors
2024-12-16 Art4Merge branch 'develop' into replace-app-with-apphelper...
2024-12-16 Hypolite PetovanMerge pull request #14597 from Art4/rearange-testcases
next