Commit graph

2273 commits

Author SHA1 Message Date
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
9e4a69150c Add public contact if missing 2025-03-11 04:51:20 +00:00
Michael
d990026fb8 Issue 14433: Display reshared content in feeds 2025-03-10 05:15:43 +00:00
Michael
0025467500 Handle redirected servers in server detection. 2025-02-15 14:43:23 +00:00
Art4
7d792600b4 Merge branch 'develop' into introduce-phpmd 2025-02-11 07:57:29 +00:00
Hypolite Petovan
17207dbb67
Merge pull request #14770 from Art4/new-addonproxy
New AddonHelper
2025-02-10 07:53:24 -05:00
Michael
a2e9247936 Fix notices and missing template variables 2025-02-06 05:41:30 +00:00
Art4
db37a93efa Fix code style 2025-02-04 07:00:09 +00:00
Art4
4ea648475f Replace calls of Addon::getVisibleList() with AddonHelper::getVisibleEnabledAddons() 2025-02-03 14:54:45 +00:00
Hypolite Petovan
0006d838f5 Remove potential new lines in reported logger instances
- Thanks to @MrKaplan-lw for the investigative work
2025-01-28 07:50:30 -05:00
Art4
1e1d917730 Merge branch 'develop' into introduce-phpmd 2025-01-24 10:33:06 +00:00
Michael
b915252e7e Fix warning "Trying to access array offset on value of type bool" 2025-01-23 21:24:14 +00:00
Art4
40f467fb72 Extract Feed::importOlderEntries() into own method 2025-01-23 14:13:32 +00:00
Art4
f75b67de2f Extract method Fee::getTitleFromItemOrEntry() 2025-01-23 13:56:35 +00:00
Art4
befb4796f9 Extract Transmitter::filterReceiverData() as own method 2025-01-23 13:36:57 +00:00
Art4
6309d4c43d Merge branch 'develop' into fix-code-style-for-pr-14688 2025-01-22 09:07:59 +00:00
Michael Vogel
bb252e326f
Merge pull request #14688 from Art4/refactor-logger-class-with-logger-object
Replace Logger class with LoggerInterface implementation
2025-01-22 07:20:26 +01:00
Michael
860dbacf1b Fixed codestyle 2025-01-15 21:52:44 +00:00
Michael
aad362fee3 Improved handling of archive poszs 2025-01-15 21:51:10 +00:00
Art4
d38edfc6ca Fix code style 2025-01-13 13:40:31 +00:00
Art4
0e59dba914 Fix code style 2025-01-13 13:31:54 +00:00
Art4
bc53c9b208 Replace Logger with DI::logger() in ActivityPub Protocol classes 2025-01-13 12:45:38 +00:00
Art4
6de75e4b9b Replace Logger with DI::logger() in ZOT Protocol class 2025-01-13 12:40:44 +00:00
Art4
ab1e0638fb Replace Logger with DI::logger() in Relay Protocol class 2025-01-13 12:39:50 +00:00
Art4
bf8df261ad Replace Logger with DI::logger() in Feed Protocol class 2025-01-13 12:39:20 +00:00
Art4
d4afcc0b7e Replace Logger with DI::logger() in Email Protocol class 2025-01-13 12:38:48 +00:00
Art4
6ead2d1738 Replace Logger with DI::logger() in Diaspora Protocol class 2025-01-13 12:37:44 +00:00
Art4
abc456e587 Replace Logger with DI::logger() in Delivery Protocol class 2025-01-13 12:37:29 +00:00
Art4
5d6be2aeb4 Replace Logger with DI::logger() in DFRN Protocol class 2025-01-13 12:36:39 +00:00
Michael
9bcd00bfa8 Fix code style Receiver.php 2025-01-05 08:48:02 +00:00
Michael
503e33a683 Use the fetched mimetype if present 2025-01-04 22:19:16 +00:00
Philipp
f2ce5647f2
Make PHP-CS super-happy :) 2025-01-02 12:54:37 +01:00
Philipp
3d2524532f
Add Jetstream daemon to console 2025-01-02 12:54:34 +01:00
Hypolite Petovan
8b47378720 Welcome version 2025.02-dev!
# Conflicts:
#	CHANGELOG
#	VERSION
#	database.sql
#	src/App.php
#	view/lang/C/messages.po
2025-01-01 12:16:35 -05:00
Michael
494bc8b8f1 DID has to be fetched all the time 2024-12-28 20:40:53 +00:00
Art4
b1d78e34db Remove checks if result body is not an object 2024-12-23 11:37:52 +00:00
Art4
ae2b6e3bb7 Fix PHPStan errors from upstream 2024-12-23 10:45:15 +00:00
Art4
1b4d0d0bb0 Merge branch '2024.09-rc' into merge-2024.09-rc-into-develop 2024-12-23 10:18:56 +00:00
Michael
794bfcff1d Unneeded line removed / improved status handling 2024-12-21 08:26:56 +00:00
Michael
2856b1126c Fix some notices / reduce the number of warnings 2024-12-17 04:46:55 +00:00
Art4
228ca0bfac Fix type 2024-12-16 22:36:15 +00:00
Art4
cc9ff34e45 Fix phpstan errors 2024-12-16 22:32:12 +00:00
Art4
c6c29b29b1 Merge branch '2024.09-rc' into merge-2024.09-rc-into-develop 2024-12-16 11:06:45 +01:00
Michael
ec702f2deb Native probe support for AT-Proto 2024-12-14 15:27:18 +00:00
Michael
e7d9c6c254 Reduce the number of HTTP requests in the media handling 2024-12-13 19:18:32 +00:00
Art4
4c80eb98e5 Fix errors from #14578 2024-12-09 22:45:47 +00:00
Art4
535baaebcf Merge branch 'phpstan-level-1-in-addons' into phpstan-level-2 2024-12-09 22:31:13 +00:00
Art4
9867bdfcff Fix errors from #14578 2024-12-09 22:26:24 +00:00
Michael
8b796e0c94 Improve the speed for blurhash generation 2024-12-08 21:21:20 +00:00