Commit graph

12546 commits

Author SHA1 Message Date
Art4
81b0bab084 Create AppHelper class 2024-11-06 07:32:07 +00:00
Art4
d29a18e56f Refactor App class 2024-11-06 07:21:50 +00:00
Art4
dfb821d3b5 Ignore false positive PHPStan error
see https://github.com/friendica/friendica-addons/pull/1363
2024-11-05 15:26:24 +00:00
Art4
a28a207774 Fix name of Mode class 2024-11-05 12:20:43 +00:00
Art4
eff96cc140 add missing use statement 2024-11-05 12:17:41 +00:00
Art4
4b971f84fd Fix returns in Console commands 2024-11-05 12:13:18 +00:00
Art4
01ba276455 Add missing return
This needs some refactoring: returning nothing implicit returns null, thas will be convert to int 0.
I return false instead of nothing to keep this behaviour for BC.
2024-11-05 11:52:23 +00:00
Art4
bf04b3e57d Fix usage of static 2024-11-05 11:27:29 +00:00
Art4
f024de4350 add missing property in FixAPDeliveryWorkerTaskParameters 2024-11-05 11:25:35 +00:00
Art4
3c229443e8 Remove missleading template phpdoc 2024-11-05 07:14:24 +00:00
Art4
4e49c45021 Remove support for apc 2024-11-05 07:07:58 +00:00
Art4
8448d719e7 Remove support for apc
apc is deprecated since PHP 5.5 and not compatible with PHP 7
2024-11-04 20:34:42 +00:00
Art4
ad6be21b56 Fix defaults in Contact model 2024-11-04 20:02:44 +00:00
Art4
28f2b7fc81 Fix variable name
The variable was renamed but this line was accidently overseen

see 62eb16e9ad (diff-785d24b46fdf749363656f33208f941ea0eca809c7c76452180a0bfc16df68a3R2555)
2024-11-04 15:28:10 +00:00
Art4
3535c7c4cd Remove unused code 2024-11-04 15:09:33 +00:00
Art4
71add60f59 remove unused code
this code was never called because $body is never declared
and hence the if could never be true
2024-11-04 15:04:06 +00:00
Art4
57c188d01d Fix wrong use of static 2024-11-04 13:46:33 +00:00
Art4
4a9c7d2f30 Remove call of non-existing functions
This functions were removed in commit a97b3f690c9e4476ba638236897507100f77af6f

- twitter_statuses_show()
- twitter_media_entities()
- twitter_expand_entities()

see a97b3f690c
2024-11-04 13:56:08 +01:00
Art4
b5c2cbc597 Refactor Friendica\Module\Debug\ItemBody class 2024-11-04 13:36:57 +01:00
Art4
979468e7fb refactor of Friendica\Object\Api\Mastodon\Preferences class 2024-11-04 13:30:26 +01:00
Art4
9ae7b9cf01 Fix warnings in Receiver.php 2024-11-04 11:58:08 +00:00
Art4
3a8058ec09 Extract visible_whitespace() into separate method in ActivityPubConversion 2024-11-03 15:54:37 +01:00
Art4
e984057ceb Extract visible_whitespace() into separate method 2024-11-03 15:52:46 +01:00
Art4
c5dac44c8f add missing return statement 2024-11-03 15:49:44 +01:00
Art4
04d4c6d8f0 Fix mocking namespace 2024-11-02 20:57:11 +01:00
Michael
fc3ab1762e Fix: changing contact settings 2024-10-08 20:49:24 +00:00
Tobias Diekershoff
a3dff95c2b
Merge pull request #14457 from annando/length-check
Fix for the string truncation for "latin1" charset
2024-10-08 08:06:31 +02:00
Michael
53015140d9 Fix linefeeds in "detected languages" popup 2024-10-07 20:47:10 +00:00
Michael
d8bcf38a78 Fixed for the string truncation for "latin1" charset 2024-10-07 20:44:45 +00:00
Michael
7e405f6b61 Platform icons assigned for Hometown and Akkoma 2024-09-29 18:14:14 +00:00
Michael
eb9d8f19d7 Issue 14451: Accept GZIP content encoding 2024-09-27 19:34:49 +00:00
Michael
43fa03db36 Issue 14448: Fix the Pertube context 2024-09-24 20:35:42 +00:00
Michael
e2a82886a4 Fix counter for emoji reactions 2024-09-18 20:49:30 +00:00
Michael
7525d80d03 Issue 14419: Avoid fatal errors with animated WebP images and GDlib 2024-09-18 04:06:57 +00:00
Tobias Diekershoff
38ff423716
Merge pull request #14437 from annando/network-blank
Avoid blank network page on database issues
2024-09-15 09:03:07 +02:00
Michael
47478fe8f7 Avoid blank network page on database issues 2024-09-15 05:35:30 +00:00
Michael
072123af8f Basic support for HLS added 2024-09-14 18:06:59 +00:00
Michael
44f4876d58 Fix polling of feeds 2024-09-12 12:41:23 +00:00
Michael
e8a3be6820 OStatus support removed 2024-09-11 03:44:40 +00:00
Michael
4712d562b5 Fixes warning "Undefined array key "@type" 2024-09-10 11:23:06 +00:00
Michael
bb9dadf2ec Prevent a loop when trying to detect the server type 2024-09-09 21:26:07 +00:00
Michael
d5ab92f695 The limit for the expiry can now be configured 2024-09-09 03:27:18 +00:00
Michael
092ec00cdb Changed order of expiry commands 2024-09-08 16:19:01 +00:00
Tobias Diekershoff
37faff6d98
Merge pull request #14423 from annando/remove-custom-emojis
Remove custom emojis from contact names
2024-09-07 15:39:42 +02:00
Tobias Diekershoff
8eff24d693
Merge pull request #14411 from annando/content-type
Feeds: Check the content type before fetching feeds
2024-09-07 15:34:11 +02:00
Michael
72d5011ded Remove custom emojis from contact names 2024-09-07 07:33:39 +00:00
Michael
a9fbad0afe Issue 14370: Improved content negogiation 2024-09-06 18:05:36 +00:00
Michael
c94a19375d Feeds: Check the content type before fetching feeds 2024-09-06 08:21:23 +00:00
Tobias Diekershoff
a54dcd2eb3
Merge pull request #14416 from annando/no-fetchfull
The redundant function "fetchfull" is removed
2024-09-06 07:23:09 +02:00
Michael
9bdf7d806b Issue 14413: Ensure that the expiry is performed 2024-09-05 06:35:38 +00:00