bee6ffe968
Support dropping delivery for single message transfer as well
2022-05-24 12:32:04 +00:00
b1a2de5cb5
Resubscribe to relay servers
2022-05-24 07:02:42 +00:00
11538376ed
Merge pull request #11539 from annando/worker-split
...
The worker and the delivery is split into several classes
2022-05-20 23:45:51 -04:00
Michael Vogel
7857c329cf
Only deliver own content to the relay (possibly fix relay problems)
2022-05-20 19:04:03 +02:00
dc16e6d471
The worker is split into several classes
2022-05-19 19:24:21 +00:00
c33611c484
Catch exceptions for Worker::AddContact()
2022-05-18 22:37:17 +02:00
972f91436c
Issue 11492: Improvements for contact import
2022-05-15 18:40:46 +00:00
30b9af10ac
Fetch featured posts through a worker
2022-05-15 09:08:35 +00:00
f0bfa9a690
Each 5xx error is a server fail
2022-05-14 13:49:01 +00:00
689b71c696
Added check for server failure
2022-05-14 11:34:00 +00:00
fbdb73cdd6
Improved log levels
2022-05-14 11:18:48 +00:00
43dbd1c396
Add additional timeout checks
2022-05-14 11:09:59 +00:00
30bcb24af7
Display the runtime
2022-05-14 06:06:38 +00:00
4b5a743645
Handle timeout
2022-05-14 05:38:01 +00:00
4ef2679ca6
Fix test
2022-05-13 19:37:50 +00:00
fab5ba39ff
Failed post deliveries are now deleted via cron
2022-05-13 18:48:13 +00:00
65b86fe0d5
Blanks replaced
2022-05-13 07:44:36 +00:00
0f0f4bc2c7
New worker job for deliveries without a worker
2022-05-13 07:31:00 +00:00
a662245c74
We now store the receivers as well
2022-05-13 05:52:05 +00:00
Michael Vogel
201610dfe6
Don't look at the command when archiving an inbox
2022-05-13 04:24:22 +02:00
2595b5e12f
Remove all posts of a given inbox
2022-05-13 02:18:46 +00:00
2049fbce91
Remove delivery when the inbox is archived
2022-05-13 02:11:02 +00:00
4f68be82ef
Use a simpler worker call
2022-05-12 21:28:57 +00:00
67a74c15e1
Improve item fetching
2022-05-12 21:10:59 +00:00
b0b67f1fde
Remove failing posts
2022-05-12 12:43:49 +00:00
a943dbb420
Introducing the "failed" counter
2022-05-12 06:54:58 +00:00
d5d2892f59
Simplifications for the experimental bulk delivery
2022-05-12 06:17:55 +00:00
53d064c283
Avatar handling is moved to a separate class
2022-05-09 06:27:46 +00:00
a31256412e
Cache contact avatars locally as files
2022-05-08 05:37:17 +00:00
2433fee461
Changes after code review
2022-05-05 12:23:44 +00:00
d34432c517
Ignore if the worker was added
2022-05-05 06:12:16 +00:00
49ec5e5e6e
Check for empty value
2022-05-03 08:20:48 +00:00
3163760343
Added configuration for the bulk delivery
2022-05-02 17:34:40 +00:00
76789acace
Reduce network request by transmitting to shared inboxes
2022-05-02 14:35:57 +00:00
fcb245947e
Fetch the receiver list from sharedinbox or personal inbox
2022-05-02 06:10:36 +00:00
9c2fe81ac6
Transmit via the sharedInbox
2022-05-02 05:53:11 +00:00
40aa67f8be
Bulk transmission for AP posts
2022-05-02 05:15:27 +00:00
171354181d
Use central function to fetch the global directory
2022-04-26 18:33:58 +00:00
069a008ca4
Removed unused tag entries
2022-04-24 15:27:20 +00:00
4eecf733e1
Merge pull request #11389 from nupplaphil/feat/http_client_arg
...
Introduce explicit HttpClient "Accept" parameter
2022-04-08 15:05:40 -04:00
75bc4eccb7
Display featured posts for contacts
2022-04-07 21:52:25 +00:00
04866195b4
Remove accept parameter for head/post again
2022-04-03 19:33:09 +02:00
e299fc67c8
Introduce "accept_header" as specific argument to the http client
2022-04-02 21:16:53 +02:00
73c3b21665
Move ACCEPT constants to own "enum" class
2022-04-02 20:26:11 +02:00
94b7c1fc77
Use a more specific "accept" value
2022-03-29 14:02:10 +00:00
1fae0123ec
Some more "accept" parameters are added
2022-03-29 06:24:20 +00:00
ff70f74952
"accept" constants introduced and used
2022-03-28 10:33:06 +00:00
02b6ac3ed3
limit parameter was missing from docblock
2022-03-15 08:46:26 +01:00
12038d45d0
PHP deprecation warning due wrong order of function parameters
...
With PHP 8.0 I got the following PHP Deprecation message
```
PHP Deprecated: Required parameter $limit follows optional parameter $ids in src/Worker/UpdateContacts.php on line 104
```
this PR fixes the wrong order of the parameters.
2022-03-15 08:44:17 +01:00
deafdcde95
Use public contact ID in Model\Post\UserNotification::insertNotification
...
- Add localRelationship dependency to Notification factory
- Remove dependencies from Factory\Notification->getMessageFromNotification method
2022-03-14 07:56:20 -04:00