Commit graph

3356 commits

Author SHA1 Message Date
Art4
9422b016d7 Refactor Magic module 2024-11-18 08:28:32 +00:00
Art4
78444ff25c Improve search for user in Modration module 2024-11-18 08:09:59 +00:00
Art4
3d97280f52 Refactor OAuth Token 2024-11-18 08:02:22 +00:00
Art4
24f75cd618 Add return type never, fix more errors 2024-11-17 22:55:42 +00:00
Art4
12ed714a9e Fix more errors 2024-11-17 22:26:43 +00:00
Art4
f75fc9a2fb Merge branch 'develop' into run-phpstan-in-ci-pipeline 2024-11-16 18:59:55 +00:00
Art4
fca8de40a1 Remove dependency for twitter addon 2024-11-16 10:37:48 +00:00
Art4
eb04f3b079 Merge branch 'develop' into merge-2024.09-rc-branch 2024-11-16 08:32:25 +00:00
Michael
b276b89777 Issue 14524: Fix Open Search 2024-11-15 06:55:21 +00:00
Art4
ee2cdc7763 replace method with anonymous function 2024-11-13 07:49:29 +00:00
Michael
f36353e010 New option to disable SVG icons / Functionality added to Vier 2024-11-11 15:43:57 +00:00
Michael
a4c5d7539c Preparation für multiple icon styles / improved code 2024-11-10 19:50:01 +00:00
Michael
e73566c0a1 SVG icons for various fediverse systems 2024-11-08 09:43:19 +00:00
Michael
67a8c5073c Fix installation 2024-11-04 20:27:17 +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
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
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
Tobias Diekershoff
db95def246 fix gettext error
xgettext was complaining that the term 'Error' was used once without the plural form
2024-10-29 07:59:44 +01:00
Michael Vogel
b2b879851c
Merge pull request #14514 from tobiasd/issue14512
remove old reverence to addons.friendi.ca
2024-10-29 07:29:21 +01:00
Tobias Diekershoff
61435984b0 remove old reverence to addons.friendi.ca
fixes #14512

The URL of the addon repository is corrected with this PR as well.
2024-10-29 06:57:00 +01:00
Michael
42117a391c Issue 14478: Always use an existing application for OAuth 2024-10-28 20:57:20 +00:00
Michael
89bc4af2c6 Issue 13270: Fix display of private comments on the profile page 2024-10-27 19:14:51 +00:00
Michael
122f61a603 Issue 14478: Improved logging 2024-10-25 12:50:25 +00:00
Philipp
7ca4e6e338
Add admin info to stats Endpoint 2024-10-21 07:24:24 +02:00
Philipp
dc4eac2742
QuickFix: 2FA - App specific password 2024-10-20 21:46:22 +02:00
Michael
d867d73a23 Improved block behaviour 2024-10-20 08:33:16 +00:00
Michael
acb305cf73 Issue 14212: exclude channel only posts from the API timeline 2024-10-19 19:56:20 +00:00
Tobias Diekershoff
8c6ff3f876
Merge pull request #14474 from annando/issue-14174
Issue 14174 and 14421: Option to hide emojis and pictures without description
2024-10-19 07:50:48 +02:00
Michael
55381329b3 Fix image posts done by Buffer 2024-10-19 03:35:21 +00:00
Michael
301717802d Issue 14174 and 14421: Option to hide emojis and pictures without description 2024-10-18 19:13:07 +00:00
Michael
b10255ca44 Issue 14471: Fix wegfinger request 2024-10-17 22:04:31 +00:00
Michael
93536f31e8 Fix the following of accounts with "?" in the URL 2024-10-16 03:00:20 +00:00
Michael
fc3ab1762e Fix: changing contact settings 2024-10-08 20:49:24 +00:00
Michael
47478fe8f7 Avoid blank network page on database issues 2024-09-15 05:35:30 +00:00
Michael
e8a3be6820 OStatus support removed 2024-09-11 03:44:40 +00:00
Michael
092ec00cdb Changed order of expiry commands 2024-09-08 16:19:01 +00:00
Michael
a9fbad0afe Issue 14370: Improved content negogiation 2024-09-06 18:05:36 +00:00
Michael
22828388c0 The redundant function "fetchfull" is removed 2024-09-04 17:04:45 +00:00
ne20002
2ea54e7031
Fixes #14407 2024-09-03 16:36:22 +00:00
Michael
2e9b482de8 Fix exception "($shorthand) must be of type string, null given," 2024-08-28 12:08:36 +00:00
Michael
518382036b Exception handling added at many places 2024-08-25 18:35:24 +00:00
Michael
425f23bbdc Delete unused media attachments 2024-08-24 17:40:25 +00:00
Tobias Diekershoff
dc2d894a26 Merge branch 'develop' into reuse 2024-08-24 19:20:00 +02:00
Tobias Diekershoff
f597d7aac7
Merge pull request #14392 from annando/issue-14377
Disallow posting to restricted groups
2024-08-24 18:14:10 +02:00
Michael
dace658d5d Disallow posting to restricted groups 2024-08-24 16:05:43 +00:00
Tobias Diekershoff
30a5ef33b0 REUSE src directory 2024-08-24 15:27:00 +02:00
Michael
24209c4374 Issue 14381: Fix automated register policy on first install 2024-08-24 12:48:20 +00:00