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
0e59dba914
Fix code style
2025-01-13 13:31:54 +00:00
Art4
6ead2d1738
Replace Logger with DI::logger() in Diaspora Protocol class
2025-01-13 12:37:44 +00:00
Art4
99603d3d90
fix errors in Protocoll namespace
2024-12-06 22:55:58 +00:00
Art4
9638113244
Fix all errors in Protocol namespace
2024-11-17 18:39:17 +00:00
Michael
ea9d0fb9b0
Process deletions via ActivityPub
2024-11-03 06:10:25 +00:00
Michael
99dfb7d59e
Issue 14294: Fix event parsing
2024-09-02 04:11:40 +00:00
Michael
518382036b
Exception handling added at many places
2024-08-25 18:35:24 +00:00
Tobias Diekershoff
30a5ef33b0
REUSE src directory
2024-08-24 15:27:00 +02:00
Michael
e011b5956a
Count inbound and outbound packets
2024-07-24 20:50:46 +00:00
Michael
5751e024c0
Request type set for all HTTP requests
2024-05-12 17:53:21 +00:00
Michael
afff2b949f
Improved user agent string
2024-05-10 09:01:43 +00:00
Michael
c041c65c1d
Comstants for features
2024-03-24 14:48:23 +00:00
Michael
24e7556f85
Transmit the user avatar path
2024-03-06 03:25:04 +00:00
Michael
8cc7bad1ea
Issue 13939: Fix avatars for Diaspora
2024-03-06 03:00:09 +00:00
Michael
bae7644d6f
Issue 13955: Check for publish date upon receival
2024-03-02 19:21:14 +00:00
Michael
89e7420237
Friendica copyright changed from 2023 to 2034
2024-01-02 20:57:26 +00:00
Michael Vogel
ad1389b20a
Transmitting events to Diaspora does work again ( #13777 )
2023-12-30 00:43:14 +01:00
Michael
1301730ed8
Remove comment
2023-12-07 06:52:03 +00:00
Michael
4f37f68bd7
Fix transmission of events to Diaspora
2023-12-07 06:45:23 +00:00
Michael
7345e3af69
Issue 13640: Transmit "about" to Diaspora servers
2023-11-15 12:18:18 +00:00
Michael
404e937872
Improve distribution of non public messages
2023-10-31 13:08:24 +00:00
Michael
e4a37f344e
Individual callstacks are removed from the logger
2023-10-18 19:55:15 +00:00
Michael
7e73283949
The query condition for active users are unified
2023-09-08 15:01:51 +00:00
Michael
cab469621d
Issue 13221: Diaspora posts are now stored correctly
2023-06-26 19:44:14 +00:00
Roland Häder
818a7fb451
Fixed some stuff from PR #13208 feedback:
...
- HTTPException is already imported
- same-value-assignment not needed
2023-06-09 22:21:59 +02:00
Roland Häder
d4b25cb3ff
Changes:
...
- rewrote:
````
$arr[];
$arr['foo'] = $foo;
$arr['bar'] = $bar;
````
To:
````
$arr = [
'foo' => $foo,
'bar' => $bar,
];
````
- "imported" class name instead of referencing it everywhere
- changed some double-quotes to single
2023-06-09 21:45:04 +02:00
Roland Häder
e9a8882f84
Changes:
...
- reformatted array a bit
- double-quote to single
2023-06-09 21:44:14 +02:00
Michael
4d4c8c634c
Fix Diaspora signature creation for comments on comments
2023-04-11 18:42:13 +00:00
Josh Soref
a55d4d16e8
spelling: unsupported
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-03-26 16:14:16 -04:00
Josh Soref
c6a9e8be39
spelling: the
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-03-26 16:14:16 -04:00
Josh Soref
fd6274904b
spelling: returns
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-03-26 16:14:16 -04:00
Josh Soref
9369691713
spelling: existence
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-03-26 16:03:23 -04:00
Josh Soref
914db9440b
spelling: connection
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-03-26 16:03:22 -04:00
Philipp
88e339a43d
Adapt loglevels to reduce log-noise
2023-03-19 19:33:03 +01:00
Michael
aea3ed4548
Code is reformatted
2023-03-05 21:46:45 +00:00
Michael
eafe54f2dd
The function "getAttachedData" has been removed
2023-03-05 21:22:22 +00:00
Michael
b761760d65
Fix missing attached links in posts
2023-03-04 19:04:37 +00:00
Michael
baf75adfca
Some loglevels are adjusted to more reasonablöe levels
2023-02-16 20:47:37 +00:00
Michael
aa3dc7c40c
Add configuration
2023-01-07 21:28:21 +00:00
Michael
24c32cff0d
Merge remote-tracking branch 'upstream/develop' into diaspora-item
2023-01-07 19:52:23 +00:00
Michael
d86045058e
Diaspora: Photos are now transmitted separately
2023-01-07 15:11:34 +00:00
Hypolite Petovan
8bbf9e93c6
Remove dependency to the second parameter of XML::fromArray
2023-01-01 19:20:42 -05:00
Michael
f1bcf1ef66
Set the server status directly after transmission
2023-01-01 17:34:05 +00:00
Hypolite Petovan
1874a32728
Happy New Year 2023!
2023-01-01 09:36:24 -05:00
Michael
259b99e6e9
Bulk delivery added for all protocols
2022-12-31 12:19:34 +00:00
Michael
9115ec5f0d
Adjust class references to the new location
2022-12-30 21:20:28 +00:00
Michael
e0e2e45b91
Reduce the amount of "UpdateContact" worker calls
2022-12-28 14:56:12 +00:00
Michael
4db4d1843d
Merge remote-tracking branch 'upstream/develop' into diaspora-reshare
2022-12-20 06:58:36 +00:00
Michael
bdc865afae
Measures against several warnings and errors in the log
2022-12-20 06:22:11 +00:00