]> git.mxchange.org Git - friendica.git/shortlog
friendica.git
2025-03-17 Art4Fix code style
2025-03-17 Art4Merge branch 'develop' into phpstan-level-3
2025-03-15 Michael VogelMerge pull request #14859 from nupplaphil/feat/woodpecker
2025-03-14 PhilippAvoid deprecated polluting
2025-03-14 Philipp[CI] avoid safe.directory issues when cloning
2025-03-14 PhilippWorkaround for git.friendi.ca issue -> enforce external...
2025-03-14 Philipp[CI] Bump PHP versions in woodpecker
2025-03-14 Art4let ATProtocol Processor::fetchUriId() return int
2025-03-13 Artur WeigandtUpdate src/Core/Worker/Repository/Process.php
2025-03-13 Artur WeigandtUpdate src/Content/Post/Repository/PostMedia.php
2025-03-13 Artur WeigandtUpdate src/Content/Conversation/Repository/UserDefinedC...
2025-03-13 Artur WeigandtUpdate src/Contact/LocalRelationship/Repository/LocalRe...
2025-03-13 Artur WeigandtUpdate src/Contact/FriendSuggest/Repository/FriendSugge...
2025-03-13 Art4Run phpstan in addons with level 3
2025-03-13 Art4Fix possible false return type in PHP 7.4
2025-03-13 Art4fix 14 PHPStan errors in console
2025-03-13 Art4ignore PHPStan error in deprecated code
2025-03-13 Art4Fix 6 PHPStan errors
2025-03-13 Art4Fix return type or UserSession::getUserIDForVisitorCont...
2025-03-13 Art4Fix 10 PHPStan errors
2025-03-13 Art4Deprecate BaseRepository::_selectOne()
2025-03-13 Art4Fix 10 PHPStan errors
2025-03-12 Art4Merge branch 'develop' into phpstan-level-3
2025-03-12 Art4remove deprecation of BaseCollection::map(), check...
2025-03-12 Art4Fix 13 PHPStan errors
2025-03-12 Art4Fix 2 PHPStan errors
2025-03-12 Hypolite PetovanMerge pull request #14849 from Art4/patch-1
2025-03-12 Artur Weigandtremove BC for extending any non-abstract class
2025-03-11 Michael VogelMerge pull request #14848 from MrPetovan/bug/warnings
2025-03-11 Hypolite PetovanWard against missing array key in Protocol\Feed
2025-03-11 Hypolite PetovanMerge pull request #14846 from annando/warning
2025-03-11 MichaelFix codestyle
2025-03-11 MichaelAdd public contact if missing
2025-03-10 Hypolite PetovanMerge pull request #14845 from annando/issue-14433
2025-03-10 MichaelIssue 14433: Display reshared content in feeds
2025-03-10 Hypolite PetovanMerge pull request #14795 from Art4/deprecate-strategie...
2025-03-08 Hypolite PetovanMerge pull request #14837 from annando/fatal
2025-03-08 Michael VogelMerge pull request #14843 from MrPetovan/bug/14828...
2025-03-08 Hypolite PetovanReplace NOT EXIST(SELECT) with LEFT JOIN WHERE IS NULL...
2025-03-08 MichaelFixes fatal error "Return value must be of type Friendi...
2025-03-07 Art4simplify GServer repository
2025-03-07 Art4Refactor GServer Repository
2025-03-07 Art4Change 500 response to 422 response
2025-03-06 Art4Fix upload error handling for media
2025-03-06 Art4Handle missing attachment with correct response
2025-03-06 Michael VogelMerge pull request #14841 from MrPetovan/bug/14801...
2025-03-06 Hypolite Petovan[frio] Fix Safari bug where notification icon jumps...
2025-03-05 Art4fix 7 PHPStan errors in factoriy and Model
2025-03-05 Art4Fix 7 PHPStan errors
2025-03-05 Art4Merge branch 'develop' into phpstan-level-3
2025-03-05 Hypolite PetovanMerge pull request #14835 from annando/api
2025-03-02 MichaelSupport for language and publification date
2025-03-01 MichaelFix codestyle
2025-03-01 MichaelImproved Mastodon API compatibility
2025-02-27 Art4Merge branch 'develop' into phpstan-level-3
2025-02-27 Art4Use selectToArray() instead of select() and is_iterable()
2025-02-27 Artur WeigandtUpdate src/Module/Api/Mastodon/Search.php
2025-02-26 Hypolite PetovanMerge pull request #14799 from Art4/replace-hooks-with...
2025-02-26 Art4Fix 2 PHPStan errors
2025-02-26 Art4Fix 10 PHPStan errors
2025-02-26 Art4Deprecate BaseCollection::map() method
2025-02-26 Art4Fix 5 PHPStan errors
2025-02-26 Artur WeigandtUpdate src/Content/OEmbed.php
2025-02-25 Art4Fix 4 PHPStan errors
2025-02-25 Art4Add CI step for PHPStan in addons folder
2025-02-25 Art4Split phpstan.neon files for addon checks
2025-02-25 Art4Fix 11 PHPStan errors
2025-02-25 Art4Fix 27 PHPStan errors
2025-02-25 Art4fix 17 PHPStan errors
2025-02-25 Art4Refactor DisporaContact Repository, fix PHPStan error
2025-02-25 Art4Deprecate BaseRepository::_selectOne()
2025-02-25 Art4Refactory PermissionSet Repository, add BaseRepository...
2025-02-25 Art4Fix PHPStan error in Security class
2025-02-25 Art4Fix 2 PHPStan errors
2025-02-24 Art4Fix 11 errors
2025-02-24 Art4Run PHPStan with level 3
2025-02-24 Art4Fix code style
2025-02-24 Art4Create Events for protocol support hooks
2025-02-22 Art4Create Event for jot_networks hook
2025-02-20 Art4Create Event for contact_block_end hook
2025-02-17 Art4Fix code style
2025-02-17 Art4Create event for html2bbcode hook
2025-02-17 Art4Fix code style
2025-02-17 Art4Fix Transmitter test
2025-02-17 Art4Merge branch 'develop' into replace-hooks-with-eventdis...
2025-02-17 Art4Fix Mastodon Status tests
2025-02-17 Art4Fix smilies tests
2025-02-16 Tobias DiekershoffMerge pull request #14823 from annando/fix-14819
2025-02-16 MichaelFixes PR #14819: Add missing index
2025-02-16 Tobias DiekershoffMerge pull request #14820 from annando/exception
2025-02-16 MichaelFixes: Uncaught Exception TypeError: "array_merge(...
2025-02-16 Hypolite PetovanMerge pull request #14819 from annando/redirected
2025-02-15 MichaelFix codestyle
2025-02-15 MichaelHandle redirected servers in server detection.
2025-02-14 Art4fix code style
2025-02-14 Art4Create events for bbcode hooks
2025-02-14 Art4fix code style
2025-02-14 Art4create event for smilie hook
2025-02-14 Art4Create event for page_info_data hook
2025-02-14 Art4Fix code style
next