]> git.mxchange.org Git - friendica.git/log
friendica.git
3 months agoUpdate src/Contact/FriendSuggest/Repository/FriendSuggest.php
Artur Weigandt [Thu, 13 Mar 2025 14:59:56 +0000 (15:59 +0100)]
Update src/Contact/FriendSuggest/Repository/FriendSuggest.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
3 months agoRun phpstan in addons with level 3
Art4 [Thu, 13 Mar 2025 12:54:00 +0000 (12:54 +0000)]
Run phpstan in addons with level 3

3 months agoFix possible false return type in PHP 7.4
Art4 [Thu, 13 Mar 2025 12:49:09 +0000 (12:49 +0000)]
Fix possible false return type in PHP 7.4

3 months agofix 14 PHPStan errors in console
Art4 [Thu, 13 Mar 2025 12:37:30 +0000 (12:37 +0000)]
fix 14 PHPStan errors in console

3 months agoignore PHPStan error in deprecated code
Art4 [Thu, 13 Mar 2025 12:26:16 +0000 (12:26 +0000)]
ignore PHPStan error in deprecated code

3 months agoFix 6 PHPStan errors
Art4 [Thu, 13 Mar 2025 12:20:43 +0000 (12:20 +0000)]
Fix 6 PHPStan errors

3 months agoFix return type or UserSession::getUserIDForVisitorContactID()
Art4 [Thu, 13 Mar 2025 11:50:15 +0000 (11:50 +0000)]
Fix return type or UserSession::getUserIDForVisitorContactID()

3 months agoFix 10 PHPStan errors
Art4 [Thu, 13 Mar 2025 11:39:02 +0000 (11:39 +0000)]
Fix 10 PHPStan errors

3 months agoDeprecate BaseRepository::_selectOne()
Art4 [Thu, 13 Mar 2025 09:18:53 +0000 (09:18 +0000)]
Deprecate BaseRepository::_selectOne()

set BaseRepository::_selectFirstRowAsArray() as final

3 months agoFix 10 PHPStan errors
Art4 [Thu, 13 Mar 2025 09:14:48 +0000 (09:14 +0000)]
Fix 10 PHPStan errors

3 months agoMerge branch 'develop' into phpstan-level-3
Art4 [Wed, 12 Mar 2025 15:51:14 +0000 (15:51 +0000)]
Merge branch 'develop' into phpstan-level-3

3 months agoremove deprecation of BaseCollection::map(), check return type of BaseCollection...
Art4 [Wed, 12 Mar 2025 15:50:24 +0000 (15:50 +0000)]
remove deprecation of BaseCollection::map(), check return type of BaseCollection::map()

3 months agoFix 13 PHPStan errors
Art4 [Wed, 12 Mar 2025 15:03:15 +0000 (15:03 +0000)]
Fix 13 PHPStan errors

3 months agoFix 2 PHPStan errors
Art4 [Wed, 12 Mar 2025 15:02:50 +0000 (15:02 +0000)]
Fix 2 PHPStan errors

3 months agoMerge pull request #14849 from Art4/patch-1
Hypolite Petovan [Wed, 12 Mar 2025 13:13:48 +0000 (09:13 -0400)]
Merge pull request #14849 from Art4/patch-1

Remove BC promise for extending any non-abstract class

3 months agoremove BC for extending any non-abstract class
Artur Weigandt [Wed, 12 Mar 2025 10:06:28 +0000 (11:06 +0100)]
remove BC for extending any non-abstract class

3 months agoMerge pull request #14848 from MrPetovan/bug/warnings
Michael Vogel [Tue, 11 Mar 2025 14:06:59 +0000 (15:06 +0100)]
Merge pull request #14848 from MrPetovan/bug/warnings

Ward against missing array key in Protocol\Feed

3 months agoWard against missing array key in Protocol\Feed
Hypolite Petovan [Sat, 8 Mar 2025 21:45:11 +0000 (16:45 -0500)]
Ward against missing array key in Protocol\Feed

- Address https://github.com/friendica/friendica/issues/14647#issuecomment-2667306693

3 months agoMerge pull request #14846 from annando/warning
Hypolite Petovan [Tue, 11 Mar 2025 13:02:00 +0000 (09:02 -0400)]
Merge pull request #14846 from annando/warning

Add public contact if missing

3 months agoFix codestyle
Michael [Tue, 11 Mar 2025 04:54:16 +0000 (04:54 +0000)]
Fix codestyle

3 months agoAdd public contact if missing
Michael [Tue, 11 Mar 2025 04:43:44 +0000 (04:43 +0000)]
Add public contact if missing

3 months agoMerge pull request #14845 from annando/issue-14433
Hypolite Petovan [Mon, 10 Mar 2025 14:24:49 +0000 (10:24 -0400)]
Merge pull request #14845 from annando/issue-14433

Issue 14433: Display reshared content in feeds

3 months agoIssue 14433: Display reshared content in feeds
Michael [Sun, 9 Mar 2025 07:52:58 +0000 (07:52 +0000)]
Issue 14433: Display reshared content in feeds

3 months agoMerge pull request #14795 from Art4/deprecate-strategies-via-addons
Hypolite Petovan [Mon, 10 Mar 2025 00:55:25 +0000 (20:55 -0400)]
Merge pull request #14795 from Art4/deprecate-strategies-via-addons

Deprecate the strategy concept for addons

3 months agoMerge pull request #14837 from annando/fatal
Hypolite Petovan [Sat, 8 Mar 2025 20:58:37 +0000 (15:58 -0500)]
Merge pull request #14837 from annando/fatal

Fixes fatal error "Return value must be of type Friendica\Object\OEmbed, string returned"

3 months agoMerge pull request #14843 from MrPetovan/bug/14828-expireposts-performance
Michael Vogel [Sat, 8 Mar 2025 16:58:59 +0000 (17:58 +0100)]
Merge pull request #14843 from MrPetovan/bug/14828-expireposts-performance

Replace NOT EXIST(SELECT) with LEFT JOIN WHERE IS NULL in ExpirePosts

3 months agoReplace NOT EXIST(SELECT) with LEFT JOIN WHERE IS NULL in ExpirePosts
Hypolite Petovan [Sat, 8 Mar 2025 03:44:01 +0000 (22:44 -0500)]
Replace NOT EXIST(SELECT) with LEFT JOIN WHERE IS NULL in ExpirePosts

- Improves the query execution plan

3 months agoFixes fatal error "Return value must be of type Friendica\Object\OEmbed, string returned"
Michael [Mon, 3 Mar 2025 22:30:19 +0000 (22:30 +0000)]
Fixes fatal error "Return value must be of type Friendica\Object\OEmbed, string returned"

3 months agosimplify GServer repository
Art4 [Fri, 7 Mar 2025 13:49:22 +0000 (13:49 +0000)]
simplify GServer repository

3 months agoRefactor GServer Repository
Art4 [Fri, 7 Mar 2025 13:46:18 +0000 (13:46 +0000)]
Refactor GServer Repository

3 months agoChange 500 response to 422 response
Art4 [Fri, 7 Mar 2025 10:50:15 +0000 (10:50 +0000)]
Change 500 response to 422 response

see https://github.com/friendica/friendica/pull/14475

4 months agoFix upload error handling for media
Art4 [Thu, 6 Mar 2025 11:57:29 +0000 (11:57 +0000)]
Fix upload error handling for media

see https://github.com/friendica/friendica/pull/14475
refs #14475

4 months agoHandle missing attachment with correct response
Art4 [Thu, 6 Mar 2025 09:25:39 +0000 (09:25 +0000)]
Handle missing attachment with correct response

4 months agoMerge pull request #14841 from MrPetovan/bug/14801-safari-workaround
Michael Vogel [Thu, 6 Mar 2025 04:02:57 +0000 (05:02 +0100)]
Merge pull request #14841 from MrPetovan/bug/14801-safari-workaround

[frio] Fix Safari bug where notification icon jumps to next line

4 months ago[frio] Fix Safari bug where notification icon jumps to next line
Hypolite Petovan [Thu, 6 Mar 2025 00:07:10 +0000 (19:07 -0500)]
[frio] Fix Safari bug where notification icon jumps to next line

4 months agofix 7 PHPStan errors in factoriy and Model
Art4 [Wed, 5 Mar 2025 15:15:18 +0000 (15:15 +0000)]
fix 7 PHPStan errors in factoriy and Model

4 months agoFix 7 PHPStan errors
Art4 [Wed, 5 Mar 2025 14:27:34 +0000 (14:27 +0000)]
Fix 7 PHPStan errors

4 months agoMerge branch 'develop' into phpstan-level-3
Art4 [Wed, 5 Mar 2025 08:54:57 +0000 (08:54 +0000)]
Merge branch 'develop' into phpstan-level-3

4 months agoMerge pull request #14835 from annando/api
Hypolite Petovan [Wed, 5 Mar 2025 04:00:06 +0000 (23:00 -0500)]
Merge pull request #14835 from annando/api

Improved Mastodon API compatibility

4 months agoSupport for language and publification date
Michael [Sun, 2 Mar 2025 14:38:54 +0000 (14:38 +0000)]
Support for language and publification date

4 months agoFix codestyle
Michael [Sat, 1 Mar 2025 14:40:50 +0000 (14:40 +0000)]
Fix codestyle

4 months agoImproved Mastodon API compatibility
Michael [Sat, 1 Mar 2025 12:38:09 +0000 (12:38 +0000)]
Improved Mastodon API compatibility

4 months agoMerge branch 'develop' into phpstan-level-3
Art4 [Thu, 27 Feb 2025 12:48:40 +0000 (12:48 +0000)]
Merge branch 'develop' into phpstan-level-3

4 months agoUse selectToArray() instead of select() and is_iterable()
Art4 [Thu, 27 Feb 2025 12:47:25 +0000 (12:47 +0000)]
Use selectToArray() instead of select() and is_iterable()

4 months agoUpdate src/Module/Api/Mastodon/Search.php
Artur Weigandt [Thu, 27 Feb 2025 11:50:19 +0000 (12:50 +0100)]
Update src/Module/Api/Mastodon/Search.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
4 months agoMerge pull request #14799 from Art4/replace-hooks-with-eventdispatcher
Hypolite Petovan [Wed, 26 Feb 2025 15:42:42 +0000 (10:42 -0500)]
Merge pull request #14799 from Art4/replace-hooks-with-eventdispatcher

Replace Hooks with EventDispatcher Part 2

4 months agoFix 2 PHPStan errors
Art4 [Wed, 26 Feb 2025 15:06:57 +0000 (15:06 +0000)]
Fix 2 PHPStan errors

4 months agoFix 10 PHPStan errors
Art4 [Wed, 26 Feb 2025 13:00:50 +0000 (13:00 +0000)]
Fix 10 PHPStan errors

4 months agoDeprecate BaseCollection::map() method
Art4 [Wed, 26 Feb 2025 08:15:27 +0000 (08:15 +0000)]
Deprecate BaseCollection::map() method

4 months agoFix 5 PHPStan errors
Art4 [Wed, 26 Feb 2025 08:11:50 +0000 (08:11 +0000)]
Fix 5 PHPStan errors

4 months agoUpdate src/Content/OEmbed.php
Artur Weigandt [Wed, 26 Feb 2025 07:06:35 +0000 (08:06 +0100)]
Update src/Content/OEmbed.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
4 months agoFix 4 PHPStan errors
Art4 [Tue, 25 Feb 2025 15:26:16 +0000 (15:26 +0000)]
Fix 4 PHPStan errors

4 months agoAdd CI step for PHPStan in addons folder
Art4 [Tue, 25 Feb 2025 14:33:56 +0000 (14:33 +0000)]
Add CI step for PHPStan in addons folder

4 months agoSplit phpstan.neon files for addon checks
Art4 [Tue, 25 Feb 2025 14:29:57 +0000 (14:29 +0000)]
Split phpstan.neon files for addon checks

4 months agoFix 11 PHPStan errors
Art4 [Tue, 25 Feb 2025 14:03:52 +0000 (14:03 +0000)]
Fix 11 PHPStan errors

4 months agoFix 27 PHPStan errors
Art4 [Tue, 25 Feb 2025 13:51:13 +0000 (13:51 +0000)]
Fix 27 PHPStan errors

4 months agofix 17 PHPStan errors
Art4 [Tue, 25 Feb 2025 11:36:32 +0000 (11:36 +0000)]
fix 17 PHPStan errors

4 months agoRefactor DisporaContact Repository, fix PHPStan error
Art4 [Tue, 25 Feb 2025 09:26:08 +0000 (09:26 +0000)]
Refactor DisporaContact Repository, fix PHPStan error

4 months agoDeprecate BaseRepository::_selectOne()
Art4 [Tue, 25 Feb 2025 08:39:31 +0000 (08:39 +0000)]
Deprecate BaseRepository::_selectOne()

4 months agoRefactory PermissionSet Repository, add BaseRepository::_selectFirstRowAsArray()
Art4 [Tue, 25 Feb 2025 08:30:27 +0000 (08:30 +0000)]
Refactory PermissionSet Repository, add BaseRepository::_selectFirstRowAsArray()

4 months agoFix PHPStan error in Security class
Art4 [Tue, 25 Feb 2025 07:59:39 +0000 (07:59 +0000)]
Fix PHPStan error in Security class

4 months agoFix 2 PHPStan errors
Art4 [Tue, 25 Feb 2025 07:48:38 +0000 (07:48 +0000)]
Fix 2 PHPStan errors

4 months agoFix 11 errors
Art4 [Mon, 24 Feb 2025 15:15:26 +0000 (15:15 +0000)]
Fix 11 errors

4 months agoRun PHPStan with level 3
Art4 [Mon, 24 Feb 2025 13:17:34 +0000 (13:17 +0000)]
Run PHPStan with level 3

4 months agoFix code style
Art4 [Mon, 24 Feb 2025 08:42:54 +0000 (08:42 +0000)]
Fix code style

4 months agoCreate Events for protocol support hooks
Art4 [Mon, 24 Feb 2025 08:40:07 +0000 (08:40 +0000)]
Create Events for protocol support hooks

4 months agoCreate Event for jot_networks hook
Art4 [Sat, 22 Feb 2025 19:22:23 +0000 (19:22 +0000)]
Create Event for jot_networks hook

4 months agoCreate Event for contact_block_end hook
Art4 [Thu, 20 Feb 2025 08:24:52 +0000 (08:24 +0000)]
Create Event for contact_block_end hook

4 months agoFix code style
Art4 [Mon, 17 Feb 2025 10:56:04 +0000 (10:56 +0000)]
Fix code style

4 months agoCreate event for html2bbcode hook
Art4 [Mon, 17 Feb 2025 10:55:05 +0000 (10:55 +0000)]
Create event for html2bbcode hook

4 months agoFix code style
Art4 [Mon, 17 Feb 2025 10:01:25 +0000 (10:01 +0000)]
Fix code style

4 months agoFix Transmitter test
Art4 [Mon, 17 Feb 2025 09:54:33 +0000 (09:54 +0000)]
Fix Transmitter test

4 months agoMerge branch 'develop' into replace-hooks-with-eventdispatcher
Art4 [Mon, 17 Feb 2025 09:51:21 +0000 (09:51 +0000)]
Merge branch 'develop' into replace-hooks-with-eventdispatcher

4 months agoFix Mastodon Status tests
Art4 [Mon, 17 Feb 2025 09:49:16 +0000 (09:49 +0000)]
Fix Mastodon Status tests

4 months agoFix smilies tests
Art4 [Mon, 17 Feb 2025 09:45:04 +0000 (09:45 +0000)]
Fix smilies tests

4 months agoMerge pull request #14823 from annando/fix-14819
Tobias Diekershoff [Sun, 16 Feb 2025 15:32:10 +0000 (16:32 +0100)]
Merge pull request #14823 from annando/fix-14819

Fixes PR #14819: Add missing index

4 months agoFixes PR #14819: Add missing index
Michael [Sun, 16 Feb 2025 10:52:55 +0000 (10:52 +0000)]
Fixes PR #14819: Add missing index

4 months agoMerge pull request #14820 from annando/exception
Tobias Diekershoff [Sun, 16 Feb 2025 09:00:25 +0000 (10:00 +0100)]
Merge pull request #14820 from annando/exception

Fixes: Uncaught Exception TypeError: "array_merge(): Argument #1 must be of type array, int given"
4 months agoFixes: Uncaught Exception TypeError: "array_merge(): Argument #1 must be of type...
Michael [Sun, 16 Feb 2025 05:59:23 +0000 (05:59 +0000)]
Fixes: Uncaught Exception TypeError: "array_merge(): Argument #1 must be of type array, int given"
4 months agoMerge pull request #14819 from annando/redirected
Hypolite Petovan [Sun, 16 Feb 2025 00:56:37 +0000 (19:56 -0500)]
Merge pull request #14819 from annando/redirected

Handle redirected servers in server detection.

4 months agoFix codestyle
Michael [Sat, 15 Feb 2025 20:13:21 +0000 (20:13 +0000)]
Fix codestyle

4 months agoHandle redirected servers in server detection.
Michael [Sat, 15 Feb 2025 14:43:23 +0000 (14:43 +0000)]
Handle redirected servers in server detection.

4 months agofix code style
Art4 [Fri, 14 Feb 2025 15:05:12 +0000 (15:05 +0000)]
fix code style

4 months agoCreate events for bbcode hooks
Art4 [Fri, 14 Feb 2025 15:03:29 +0000 (15:03 +0000)]
Create events for bbcode hooks

4 months agofix code style
Art4 [Fri, 14 Feb 2025 13:02:28 +0000 (13:02 +0000)]
fix code style

4 months agocreate event for smilie hook
Art4 [Fri, 14 Feb 2025 13:00:21 +0000 (13:00 +0000)]
create event for smilie hook

4 months agoCreate event for page_info_data hook
Art4 [Fri, 14 Feb 2025 12:26:50 +0000 (12:26 +0000)]
Create event for page_info_data hook

4 months agoFix code style
Art4 [Fri, 14 Feb 2025 12:15:17 +0000 (12:15 +0000)]
Fix code style

4 months agoCreate event for oembed_fetch_url hook
Art4 [Fri, 14 Feb 2025 12:11:17 +0000 (12:11 +0000)]
Create event for oembed_fetch_url hook

4 months agocreate event for item_photo_menu hook
Art4 [Fri, 14 Feb 2025 10:33:17 +0000 (10:33 +0000)]
create event for item_photo_menu hook

4 months agocreate event for render_location hook
Art4 [Fri, 14 Feb 2025 10:19:55 +0000 (10:19 +0000)]
create event for render_location hook

4 months agoRemove not needed hook call
Art4 [Fri, 14 Feb 2025 09:47:30 +0000 (09:47 +0000)]
Remove not needed hook call

4 months agoCreate Event for display_item hook
Art4 [Fri, 14 Feb 2025 09:42:57 +0000 (09:42 +0000)]
Create Event for display_item hook

4 months agoFix code style
Art4 [Fri, 14 Feb 2025 08:39:58 +0000 (08:39 +0000)]
Fix code style

4 months agocreate event for conversation_start hook
Art4 [Fri, 14 Feb 2025 08:38:59 +0000 (08:38 +0000)]
create event for conversation_start hook

4 months agoFix code style
Art4 [Fri, 14 Feb 2025 08:14:27 +0000 (08:14 +0000)]
Fix code style

4 months agoCreate Event for jot_tool hook
Art4 [Fri, 14 Feb 2025 08:12:59 +0000 (08:12 +0000)]
Create Event for jot_tool hook

4 months agoMerge branch 'develop' into replace-hooks-with-eventdispatcher
Art4 [Fri, 14 Feb 2025 07:30:35 +0000 (07:30 +0000)]
Merge branch 'develop' into replace-hooks-with-eventdispatcher

4 months agoFix code style
Art4 [Fri, 14 Feb 2025 07:24:47 +0000 (07:24 +0000)]
Fix code style

4 months agoCreate event for network_to_name hook
Art4 [Thu, 13 Feb 2025 15:29:52 +0000 (15:29 +0000)]
Create event for network_to_name hook