Commit graph

13425 commits

Author SHA1 Message Date
Art4
bf530a00d7 Fix 2 PHPStan errors 2025-03-12 15:02:50 +00:00
Hypolite Petovan
c1184698ee Ward against missing array key in Protocol\Feed
- Address https://github.com/friendica/friendica/issues/14647#issuecomment-2667306693
2025-03-11 09:15:42 -04:00
Hypolite Petovan
64d85ad86a
Merge pull request #14846 from annando/warning
Add public contact if missing
2025-03-11 09:02:00 -04:00
Michael
24cbfd0953 Fix codestyle 2025-03-11 04:54:16 +00:00
Michael
9e4a69150c Add public contact if missing 2025-03-11 04:51:20 +00:00
Hypolite Petovan
9261b5262c
Merge pull request #14845 from annando/issue-14433
Issue 14433: Display reshared content in feeds
2025-03-10 10:24:49 -04:00
Michael
d990026fb8 Issue 14433: Display reshared content in feeds 2025-03-10 05:15:43 +00:00
Hypolite Petovan
b2f50301f4
Merge pull request #14795 from Art4/deprecate-strategies-via-addons
Deprecate the strategy concept for addons
2025-03-09 20:55:25 -04:00
Hypolite Petovan
ecfb82693d
Merge pull request #14837 from annando/fatal
Fixes fatal error "Return value must be of type Friendica\Object\OEmbed, string returned"
2025-03-08 15:58:37 -05:00
Hypolite Petovan
4883035f89 Replace NOT EXIST(SELECT) with LEFT JOIN WHERE IS NULL in ExpirePosts
- Improves the query execution plan
2025-03-08 11:23:54 -05:00
Michael
3b5ad05e47 Fixes fatal error "Return value must be of type Friendica\Object\OEmbed, string returned" 2025-03-08 12:11:37 +00:00
Art4
767ac778c9 simplify GServer repository 2025-03-07 13:49:22 +00:00
Art4
38343ee417 Refactor GServer Repository 2025-03-07 13:46:18 +00:00
Art4
eb37bcaa74 Change 500 response to 422 response
see https://github.com/friendica/friendica/pull/14475
2025-03-07 10:50:15 +00:00
Art4
3975491887 Fix upload error handling for media
see https://github.com/friendica/friendica/pull/14475
refs #14475
2025-03-06 11:57:29 +00:00
Art4
77831aaf49 Handle missing attachment with correct response 2025-03-06 09:25:39 +00:00
Art4
6b7dfa34e9 fix 7 PHPStan errors in factoriy and Model 2025-03-05 15:15:18 +00:00
Art4
4ebabd5997 Fix 7 PHPStan errors 2025-03-05 14:27:34 +00:00
Art4
0b162b4429 Merge branch 'develop' into phpstan-level-3 2025-03-05 08:54:57 +00:00
Michael
fc8946cf02 Support for language and publification date 2025-03-02 16:47:21 +00:00
Michael
1ced848827 Fix codestyle 2025-03-01 14:40:50 +00:00
Michael
fb9a20feaa Improved Mastodon API compatibility 2025-03-01 12:38:09 +00:00
Art4
c72d2d44c6 Merge branch 'develop' into phpstan-level-3 2025-02-27 12:48:40 +00:00
Art4
980beb4b1c Use selectToArray() instead of select() and is_iterable() 2025-02-27 12:47:25 +00:00
Artur Weigandt
354d13167e
Update src/Module/Api/Mastodon/Search.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2025-02-27 12:50:19 +01:00
Art4
3bc3f5fe4d Fix 2 PHPStan errors 2025-02-26 15:06:57 +00:00
Art4
b6312f1dfc Fix 10 PHPStan errors 2025-02-26 13:00:50 +00:00
Art4
f64660ec25 Deprecate BaseCollection::map() method 2025-02-26 08:15:27 +00:00
Art4
1820bfc2b3 Fix 5 PHPStan errors 2025-02-26 08:11:50 +00:00
Artur Weigandt
21c2c1559b
Update src/Content/OEmbed.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2025-02-26 08:06:35 +01:00
Art4
35d95b991b Fix 4 PHPStan errors 2025-02-25 15:26:16 +00:00
Art4
f6ac16d513 Fix 11 PHPStan errors 2025-02-25 14:03:52 +00:00
Art4
cea8cf1f6c Fix 27 PHPStan errors 2025-02-25 13:51:13 +00:00
Art4
c1653877fb fix 17 PHPStan errors 2025-02-25 11:36:32 +00:00
Art4
459ad05137 Refactor DisporaContact Repository, fix PHPStan error 2025-02-25 09:26:08 +00:00
Art4
16cbaf890a Deprecate BaseRepository::_selectOne() 2025-02-25 08:39:31 +00:00
Art4
2254bee74d Refactory PermissionSet Repository, add BaseRepository::_selectFirstRowAsArray() 2025-02-25 08:30:27 +00:00
Art4
83f64b4931 Fix PHPStan error in Security class 2025-02-25 07:59:39 +00:00
Art4
f6d5cd039e Fix 2 PHPStan errors 2025-02-25 07:48:38 +00:00
Art4
ca3d98b9f5 Fix 11 errors 2025-02-24 15:15:26 +00:00
Art4
82ea62ba7c Fix code style 2025-02-24 08:42:54 +00:00
Art4
f3a8bcff11 Create Events for protocol support hooks 2025-02-24 08:40:07 +00:00
Art4
f98aee686f Create Event for jot_networks hook 2025-02-22 19:22:23 +00:00
Art4
c66588cc2a Create Event for contact_block_end hook 2025-02-20 08:24:52 +00:00
Art4
27a7735c65 Fix code style 2025-02-17 10:56:04 +00:00
Art4
3d3e34865b Create event for html2bbcode hook 2025-02-17 10:55:05 +00:00
Art4
7366e70a56 Merge branch 'develop' into replace-hooks-with-eventdispatcher 2025-02-17 09:51:21 +00:00
Michael
48372faec6 Fixes: Uncaught Exception TypeError: "array_merge(): Argument #1 must be of type array, int given" 2025-02-16 05:59:23 +00:00
Michael
1bc2cfa0a1 Fix codestyle 2025-02-15 20:13:21 +00:00
Michael
0025467500 Handle redirected servers in server detection. 2025-02-15 14:43:23 +00:00