Michael
7d5b4808cd
Merge branch 'fetch' into fetch-cache
2022-08-01 05:57:59 +00:00
Michael
4be6e9a27d
Cache if an activity has recently been fetched
2022-08-01 05:56:55 +00:00
Michael
6c7dfd6958
New table to control the fetching process
2022-08-01 04:48:49 +00:00
Michael
06a124338a
Only store the inbox-queue on activated background processing
2022-07-31 08:10:47 +00:00
Michael
8b4bf890f8
Issue 11798: Handling of empty author
2022-07-30 05:30:08 +00:00
Michael
f6d11e8401
Issue 11800: Remove entry from queue in any case.
2022-07-30 04:43:18 +00:00
Michael
6383b07022
Don't add zero as receiver
2022-07-29 22:56:53 +00:00
Michael
699152e15e
Add more post reasons
2022-07-29 21:28:22 +00:00
Michael
81aaacc67d
Improvements for the "post-reason"
2022-07-29 14:17:53 +00:00
Michael
b63ad63c29
Config for receiver / fix fatals
2022-07-28 21:16:42 +00:00
Michael
f0499e7269
Use negative caching
2022-07-28 20:25:38 +00:00
Michael
d12c9a8f58
Caching for fetched activities
2022-07-28 19:05:04 +00:00
Michael
a27274b3b4
Avoid loops at deletion / decoupling for relay posts
2022-07-28 05:29:47 +00:00
Michael
3c71392f9e
Avoid endless loop while deleting
2022-07-27 21:57:05 +00:00
Michael
505191dec5
Decouple the processor from the receiver
2022-07-27 20:59:42 +00:00
Michael
3af55de978
Issue 11776 - process replies via a worker task
2022-07-27 20:03:28 +00:00
Michael
86105635ca
Improved message handling / new activity relay handling
2022-07-27 17:39:00 +00:00
Michael
b546173747
IMproved handling of untrusted posts
2022-07-24 21:58:09 +00:00
Michael
5ab94ea921
Option to store untrusted entries
2022-07-24 19:31:31 +00:00
Michael
51cc1f679f
Added trust / isActivityGone
2022-07-24 14:26:06 +00:00
Michael
55b6a89c7c
Optimizing
2022-07-24 13:49:57 +00:00
Michael
6abb4d40d6
Handle changed parents
2022-07-24 13:09:35 +00:00
Michael
06280aa5a3
Recursively delete failed worker tasks
2022-07-24 09:26:52 +00:00
Michael
073695b33c
Funkwhale context file moved
2022-07-23 23:10:47 +00:00
Michael
6a19639ac2
Standards
2022-07-23 14:10:07 +00:00
Michael
5d6eb4670a
We now store the conversation as well
2022-07-23 13:58:14 +00:00
Michael
8c602071c2
Bookwyrm posts now work
2022-07-23 12:50:15 +00:00
Michael
7eb410bed7
Conversation/context is now stored
2022-07-23 06:52:43 +00:00
Michael
54cebf5a88
Remove test code
2022-07-21 12:42:26 +00:00
Michael
4c5e9f206e
Remove ignored undo
2022-07-21 11:47:23 +00:00
Michael
99f7270e18
Improved workerqueue handling
2022-07-21 08:55:45 +00:00
Michael
4930e77eb3
We are now setting the corresponding worker id
2022-07-21 07:05:38 +00:00
Michael
28fb022425
Reset the recursion depth at a different place
2022-07-21 06:26:31 +00:00
Michael
c775833117
Use deferred tasks
2022-07-21 06:23:55 +00:00
Michael
d4a536137d
database.sql updated, standards fixed
2022-07-21 05:42:53 +00:00
Michael
4a1fb1da12
Hourly process pending queue entries
2022-07-21 05:33:01 +00:00
Michael
1d13574225
Fetching of missing posts is reworked
2022-07-21 05:16:14 +00:00
Michael
7dcd02938d
Remove entries from queue / relay detection
2022-07-20 05:37:40 +00:00
Michael
ce38e63399
Add and delete entries
2022-07-18 14:03:49 +00:00
Michael
2f462ffa16
Store incoming posts in a queue
2022-07-18 03:31:00 +00:00
Michael
2ddf37f32d
Emergency fixes to fix a bunch of fatal errors
2022-07-17 11:47:12 +00:00
Hypolite Petovan
eb8237dd89
Remove unused uid parameter in Item::newURI
2022-07-09 07:39:51 -04:00
Roland Häder
bf809c9d57
Fixed:
...
> TypeError: "Argument 2 passed to Friendica\Protocol\ActivityPub\Transmitter::sendContactReject()
> must be of the type int, string given
I followed here here the documentation, may fix #11708
2022-07-06 05:43:00 +02:00
Hypolite Petovan
181c142bb4
Remove overly strict type-hint in ActivityPub\Transmission::createCachedActivityFromItem
...
- Fix "Return value of Friendica\Protocol\ActivityPub\Transmitter::createCachedActivityFromItem() must be of the type array, bool returned" error
2022-07-02 22:16:59 -04:00
Hypolite Petovan
da32fa8fa6
Create ActivityPub\FetchQueue and ActivityPub\FetchQueueItem classes
...
- These classes are used to flatten the recursive missing activity fetch that can hit PHP's maximum function nesting limit
- The original caller is responsible for processing the remaining queue once the original activity has been fetched
2022-06-25 12:40:54 -04:00
Roland Häder
88870d18be
Changes:
...
- added some type-hints
- added documentation
2022-06-25 16:48:36 +02:00
Roland Häder
b0693c1ad7
Reformatted array
2022-06-25 16:48:35 +02:00
Roland Häder
fd8f4269ff
Reformatted code
2022-06-23 17:30:17 +02:00
Roland Häder
0ddb315b23
$id in Transmitter::sendContactAccept() is a string, see Introduction class
2022-06-23 16:48:00 +02:00
Roland Häder
95f9eb34ac
Fixed indenting
2022-06-21 01:29:33 +02:00