Commit graph

3411 commits

Author SHA1 Message Date
Michael
f36353e010 New option to disable SVG icons / Functionality added to Vier 2024-11-11 15:43:57 +00:00
Art4
20f5a96fe0 refactor usage of Friendica\App namespace 2024-11-11 00:30:58 +00:00
Art4
5baa54e81c Fix variable names 2024-11-10 23:51:04 +00:00
Art4
14ec1950b9 Replace typehint App with AppHelper in all classes 2024-11-10 23:33:28 +00:00
Michael
a4c5d7539c Preparation für multiple icon styles / improved code 2024-11-10 19:50:01 +00:00
Art4
d87f24f17a Replace calls for App::redirect() with AppHelper 2024-11-10 16:19:02 +00:00
Art4
2c0db2f043 Replace calls for App::setCurrentTheme() with AppHelper 2024-11-10 16:09:30 +00:00
Art4
ae75ffc31a replace calls for App::getBasePath() with AppHelper 2024-11-10 10:57:13 +00:00
Art4
79f9e78daf Replace temp variable with property 2024-11-10 08:53:36 +00:00
Art4
81c0c56e5a Replace calls for App with AppHelper in Module\Install 2024-11-10 08:46:50 +00:00
Art4
be193a236e Replace all calls for App::getTimeZone() with AppHelper 2024-11-08 23:08:40 +00:00
Art4
d9087b4f7c Replace all calls for App::getContactId() with AppHelper 2024-11-08 23:04:52 +00:00
Art4
6a6a5af3b2 Replace calls of App::setProfileOwner with AppHelper 2024-11-08 16:20:55 +00:00
Michael
e73566c0a1 SVG icons for various fediverse systems 2024-11-08 09:43:19 +00:00
Art4
00d2e24dd2 Refactor Security\Authentication class, remove dependency for App instance 2024-11-06 13:21:57 +01:00
Art4
ae36d66ddc Replace App with AppHelper in Calendar/Event/API.php 2024-11-06 12:52:48 +01:00
Art4
7c6505cc55 Replace App with AppHelper in Network classes 2024-11-06 08:14:50 +00:00
Art4
9074258b78 Replace static calls of DI::app() with DI::apphelper() 2024-11-06 07:57:43 +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
Michael
03543f1362 Issue 14368: Fix access to the global timeline 2024-08-19 20:01:31 +00:00
Laura Hausmann
c83f9c3fcb
Return rel=self link for xrd+xml webfinger responses 2024-08-17 23:05:45 +02:00
Tobias Diekershoff
95229140f8 Merge branch 'stable' into develop 2024-08-17 17:29:18 +02:00
Michael
c3ed9ba24a Fix restricted access to public timeline 2024-08-13 19:31:42 +00:00
Tobias Diekershoff
7801d3efe8
Merge pull request #14354 from annando/issue-14121
Issue 14121: Don't display contacts from unavailable networks via API
2024-08-13 07:17:45 +02:00
Michael
c5844625b4 Issue 14186: Respect public restrictions for ttimeline API endpoint 2024-08-13 02:50:50 +00:00
Michael
60ebc62730 Issue 14121: Don't display contacts from unavailable networks via API 2024-08-13 01:49:27 +00:00
Michael
131e330e61 Issue 14349: Fix profile page for unrelated contacts 2024-08-11 06:44:24 +00:00
Tobias Diekershoff
66e9807876
Merge pull request #14345 from annando/stats
Statistics: Inbound/Outbound for more protocols
2024-08-09 13:37:10 +02:00
Michael
342c9088d3 Improved redirect for contact actions 2024-08-06 21:35:59 +00:00
Michael
7e8a6335ae Fix the datetime of the last cron execution 2024-08-06 05:47:41 +00:00
Michael
bdf95e8305 Statistics: Inbound/Outbound for more protocols 2024-08-05 20:34:17 +00:00
Tobias Diekershoff
3776cf8919
Merge pull request #14335 from annando/fix-follow
Fix follow/unfollow
2024-08-04 19:13:09 +02:00
Tobias Diekershoff
22dbc1e7ae
Merge pull request #14340 from annando/issue-14312
Issue 14312: fix uimport path / restore POST endpoints
2024-08-04 16:58:09 +02:00
Michael
efee399397 Issue 14303: Fixes %3f problem with OAuth login 2024-08-03 19:21:29 +00:00
Michael
1a6e381206 Issue 14312: fix uimport path / restore POST endpoints 2024-08-03 12:20:56 +00:00
Michael
534db0d09a Fix follow/unfollow 2024-08-02 05:50:01 +00:00
Michael
1f18e096fe Fix tests 2024-07-31 04:38:03 +00:00
Tobias Diekershoff
69ca4342a8
Merge pull request #14330 from annando/post
ACL works again
2024-07-30 21:33:05 +02:00
Michael
efc7efc279 Fixes "Incorrect integer value: 'true'" 2024-07-30 15:00:35 +00:00
Michael
fadff0dc84 ACL works again 2024-07-30 14:45:49 +00:00
Michael
28d67bfef0 Use "post" instead of "rawContent" 2024-07-28 09:58:02 +00:00
Michael
ef71840ddc Issue 14324: Sanitize profile input 2024-07-28 04:36:16 +00:00
Michael
e011b5956a Count inbound and outbound packets 2024-07-24 20:50:46 +00:00
Michael
3445e91781 More statistics variables added 2024-07-22 21:47:25 +00:00
Michael
53d121de51 New endpoint for monitoring services 2024-07-21 20:46:11 +00:00
Michael
096ea13812 Fix fatal error on upload 2024-07-20 15:45:05 +00:00
Michael
7dc75d585e API: The media upload (audio, video) is now possible 2024-07-16 20:08:24 +00:00
Michael
c42cff691a Issue 14295: Store the return url as hex string 2024-07-14 11:14:37 +00:00
Matthew Exon
d4aa5d9aad Return 400 error code when webfinger request omits resource parameter. Fixes #14292 2024-07-11 18:18:54 +02:00
Matthew Exon
958d0ba554 Match all schemes not just acct 2024-07-08 20:04:34 +02:00
Matthew Exon
1701156a18 Return 400 error code on malformed request. Fixes #14281 2024-07-08 19:23:20 +02:00
Michael
53f3b65887 Set posts "seen" by a worker if too much rows are unseen 2024-06-23 21:33:25 +00:00
Matthew Exon
8c60ea4640 Add addon hook for additional moderation tabs 2024-06-22 18:48:57 +02:00
Michael
28921203b7 Support for "nodeDescription" in nodeinfo 2024-06-18 05:19:38 +00:00
Michael
a27d55f6cf Issue 14231: Automatically add the relay owner as contact person 2024-06-17 03:45:24 +00:00
Michael
06bc985072 Add nodeinfo 2.1 and 2.2 2024-06-16 08:38:37 +00:00
Michael
47ab246441 Fix paging on media pages 2024-06-15 09:04:36 +00:00
Michael
8dd8ca23f7 Issue 14220: Sanitize profile data 2024-06-14 20:19:31 +00:00
Michael
259a676207 Option to reduced search scope to improve the performance 2024-06-02 09:27:05 +00:00
Michael
29187f1501 Option to define how posts with titles are transmitted 2024-06-01 08:19:09 +00:00
Michael
55cec6c61d OpenWebAuth moved to a separate class / Improved authentication handling 2024-05-28 21:59:52 +00:00
Michael
95faba4446 Fix remote login issues between Friendica instances 2024-05-26 20:04:48 +00:00
Michael
7808c89071 Issue 14102: Display "channels only" contacts in circles 2024-05-26 16:00:27 +00:00
Hypolite Petovan
e8da8c5a2b
Merge pull request #14182 from annando/magic
Improve "magic" with Hubzilla
2024-05-26 10:03:07 -04:00