]> git.mxchange.org Git - friendica.git/shortlog
friendica.git
2024-11-23 Art4Remove unused DI::app() call
2024-11-21 Art4Remove unused calls of DI::app()
2024-11-21 Art4Replace App with AppHelper
2024-11-20 Michael VogelMerge pull request #14566 from MrPetovan/bug/phpstan...
2024-11-20 Hypolite PetovanDifferentiate both UserGServer types used in Content...
2024-11-18 Hypolite PetovanMerge pull request #14542 from Art4/refactoring-of...
2024-11-18 Art4Merge branch 'develop' into refactoring-of-app-class
2024-11-18 Hypolite PetovanMerge pull request #14561 from Art4/introduce-apphelper
2024-11-18 Art4Remove set_include_path() call
2024-11-17 Art4Merge branch 'introduce-apphelper' into refactoring...
2024-11-17 Art4Fix Authentication
2024-11-17 Art4Recreate messages.po
2024-11-17 Art4Add Dice rule for AppHelper
2024-11-17 Art4Create AppHelper interface and AppLegacy class
2024-11-17 Art4Rename DI::apphelper() to DI::appHeler()
2024-11-17 Art4Fix method order in App class
2024-11-17 Art4Improve Page.php
2024-11-17 Art4fix property scope
2024-11-17 Art4Merge branch 'develop' into refactoring-of-app-class
2024-11-17 Hypolite PetovanMerge pull request #14558 from Art4/run-phpstan-in...
2024-11-16 Art4Fix phpstan errors
2024-11-16 Art4Merge branch 'develop' into refactoring-of-app-class
2024-11-16 Art4Move phpstan into own workflow step
2024-11-16 Art4Merge branch 'develop' into run-phpstan-in-ci-pipeline
2024-11-16 Hypolite PetovanMerge pull request #14555 from Art4/merge-2024.09-rc...
2024-11-16 Art4Remove App dependency in test
2024-11-16 Art4Recreate lang
2024-11-16 Art4Remove phpstan ignored errors
2024-11-16 Art4Remove dependency for twitter addon
2024-11-16 Art4Recreate messages.po
2024-11-16 Art4Fix tests for now because of side effect in Friendica...
2024-11-16 Art4Fix command, move it to top
2024-11-16 Art4Merge branch 'develop' into refactoring-of-app-class
2024-11-16 Art4Add phpstan check in woodpecker ci
2024-11-16 Art4bump version to 2024.12-dev
2024-11-16 Art4Merge branch 'develop' into merge-2024.09-rc-branch
2024-11-15 Hypolite PetovanMerge pull request #14529 from Art4/add-static-code...
2024-11-15 Art4Merge branch '2024.09-rc' into merge-2024.09-rc-branch
2024-11-15 Tobias DiekershoffMerge pull request #14553 from annando/issue-14524
2024-11-15 Tobias DiekershoffMerge pull request #14552 from annando/notice
2024-11-15 MichaelIssue 14524: Fix Open Search
2024-11-15 MichaelFix notice because of missing "gsid"
2024-11-14 Hypolite PetovanMerge pull request #14549 from annando/wordwrap
2024-11-14 MichaelMessage split at commas, exclamation mark or question...
2024-11-14 Art4refactor Receiver::processObject() method
2024-11-13 Art4replace method with anonymous function
2024-11-12 Artur WeigandtUpdate src/Protocol/ActivityPub/Receiver.php
2024-11-12 Art4Upgrade to PHPStan 2.0
2024-11-12 Hypolite PetovanMerge pull request #14550 from annando/log-warning
2024-11-12 MichaelAvoid useless "warning" logging
2024-11-12 Tobias DiekershoffMerge pull request #14548 from annando/wordwrap
2024-11-12 MichaelImproved message splitting when posting to Bluesky...
2024-11-12 Art4Improve check for unlisted receiver
2024-11-11 Art4use get_class() instead of static() in BaseCollection
2024-11-11 Hypolite PetovanMerge pull request #14547 from annando/svg-disabled
2024-11-11 MichaelNew option to disable SVG icons / Functionality added...
2024-11-11 Hypolite PetovanMerge pull request #14546 from annando/color-white
2024-11-11 Michael VogelMerge pull request #14545 from loma-one/friendica
2024-11-11 loma-oneUpdate ContactSelector.php
2024-11-11 MichaelFix for white svg icons
2024-11-11 loma-oneAdd missing platform icon
2024-11-11 Hypolite PetovanMerge pull request #14544 from annando/more-white
2024-11-11 Art4refactor usage of Friendica\App namespace
2024-11-10 Art4Replace typehint App with AppHelper in view folder
2024-11-10 Art4Fix variable names
2024-11-10 Art4Replace typehint App with AppHelper in mod folder
2024-11-10 Art4Replace typehint App with AppHelper in all classes
2024-11-10 MichaelMore white icons added / automated style
2024-11-10 Michael VogelMerge pull request #14543 from Art4/fix-continous-deplo...
2024-11-10 Art4Fix lang strings object in PhpToPo command
2024-11-10 Art4Fix composer installation in woodpecker pipelines
2024-11-10 Art4Merge branch 'add-static-code-analysis' into refactorin...
2024-11-10 Art4Merge branch 'develop' into add-static-code-analysis
2024-11-10 Hypolite PetovanMerge pull request #14541 from annando/style-select
2024-11-10 Hypolite PetovanMerge pull request #14526 from Art4/improve-tests
2024-11-10 MichaelPreparation für multiple icon styles / improved code
2024-11-10 Art4Replace calls for App::redirect() with AppHelper
2024-11-10 Art4Replace calls for App::setCurrentTheme() with AppHelper
2024-11-10 Art4Fix missing $app
2024-11-10 Art4Refactor App class
2024-11-10 Art4Replace calls for App::getCurrentTheme() with AppHelper
2024-11-10 Art4Fix cs in App and AppLegacy classes
2024-11-10 Art4replace calls for App::getBasePath() with AppHelper
2024-11-10 Art4Replace temp variable with property
2024-11-10 Art4Replace calls for App with AppHelper in Module\Install
2024-11-10 Art4Merge branch 'add-static-code-analysis' into refactorin...
2024-11-10 Art4recreate messages.po
2024-11-10 Art4add composer script to recreate lang file
2024-11-10 Art4fix code style
2024-11-10 Art4Merge branch 'improve-tests' into add-static-code-analysis
2024-11-10 Art4Improve phpunit testsuites, add script for unit tests
2024-11-09 Art4Fix code style
2024-11-09 Art4Refactor tests for Util\Crypto
2024-11-09 Art4Refactor Crypto::randomDigits()
2024-11-09 Art4Merge branch 'develop' into improve-tests
2024-11-09 Michael VogelMerge pull request #14539 from Art4/fix-composer-instal...
2024-11-09 Art4Fix code style
2024-11-09 Art4Merge branch 'improve-tests' into add-static-code-analysis
2024-11-09 Art4Merge branch 'fix-composer-install-in-woodpecker-ci...
2024-11-09 Art4create empty addon folder in phpunit tests
next