9b1918c650
Don't accept ignored author via relay
2020-10-02 03:35:22 +00:00
e26d73393e
New "relay" class / check of incoming popsts from DFRN and Diaspora
2020-09-30 17:37:46 +00:00
c06197377f
Merge pull request #9322 from annando/issue-9305
...
Issue 9305: Relay deny tags are added
2020-09-30 07:21:59 +02:00
15e61e78ac
Issue 9305: Relay deny tags are added
2020-09-29 19:48:26 +00:00
eff4d18209
Force removal from relay list
2020-09-29 05:06:37 +00:00
9ea34370a6
We now inherit the causer for completing a thread
2020-09-25 12:16:08 +00:00
9552473db5
Issue 9264: post types should now work
2020-09-25 06:47:07 +00:00
d9d1268194
Issue 9264: Ensure that "pt_follower" is only set when its a real follower
2020-09-24 10:26:28 +00:00
fa94c82299
Merge pull request #9260 from annando/ap-relay-settings
...
Relay settings are now valid for the ActivityRelay as well
2020-09-23 12:46:32 -04:00
ea698b6702
Delimiter added
2020-09-23 15:57:10 +00:00
befc8c86ab
Merge pull request #9261 from annando/relay-distribution
...
Delayed relay distribution
2020-09-23 11:43:52 -04:00
4a8531354b
Use preg_quote
2020-09-23 15:28:00 +00:00
c5304d1ff4
Use plainext
2020-09-23 09:00:09 +00:00
Michael Vogel
380828d78c
Delayed relay distribution
2020-09-22 22:14:37 +02:00
b0c9c9b7cb
Relay settings are now valid for the ActivityRelay as well
2020-09-22 15:48:44 +00:00
338ddf45b1
We now store the causer-id in the items
2020-09-22 05:36:01 +00:00
11d2b027ec
Additional direction for fetching content
2020-09-21 15:17:33 +00:00
c082109ff9
Show if a post arrived via relay
2020-09-21 12:31:20 +00:00
12e74a70a4
Added logging
2020-09-20 07:46:23 +00:00
1898c0c351
Fix notice "Undefined index: gravity"
2020-09-20 04:49:48 +00:00
74e5a73678
Fix fatal errors and notices
2020-09-18 12:08:40 +00:00
5f46b09772
Added some logging
2020-09-17 04:31:38 +00:00
178455928a
We can now manage relay servers and can send content to them
2020-09-15 17:45:19 +00:00
4930991734
Process incoming relay posts / fix importing posts
2020-09-14 20:58:41 +00:00
87e0ba2af6
Merge pull request #9206 from annando/global-direction
...
We now set the "global" direction
2020-09-14 14:04:59 -04:00
12d1bb883d
Issue 9204: Fetching of AP posts does work again
2020-09-14 17:50:42 +00:00
08fa5f0c19
We now set the "global" direction
2020-09-14 17:48:57 +00:00
5a41cd437d
Add additional direction types
2020-09-13 14:15:28 +00:00
a491c5d916
Store and display to/cc/bcc
2020-09-12 17:45:04 +00:00
e9f462f0a3
AP: Improved checks for incoming posts
2020-09-12 12:12:55 +00:00
d64c910f69
Reworked receiver detection
2020-09-09 16:55:14 +00:00
a6cb144c1e
Don't add the type to the id in case of an activity
2020-09-01 02:38:44 +00:00
bdd834d313
Support signed outbox requests
2020-08-30 17:07:46 +00:00
7815862498
Improve AP support for forums
2020-08-23 11:26:43 +00:00
6d9302fbe4
Check for empty owners
2020-08-22 16:34:04 +00:00
7dbf72e454
We now fetch data with an automatically generated system user
2020-08-22 14:48:09 +00:00
1f9b365f3b
Issue 9015: Reducing load of remote systems
2020-08-15 20:05:08 +00:00
25ea15de64
Prevent sending forum posts via AP
2020-08-10 19:44:37 +00:00
ef7aed5d1f
Partly revert coding for compatibility issues
2020-08-10 13:59:51 +00:00
62ce87dfe6
Fixing processing forum posts
2020-08-09 22:46:18 +00:00
bf7128b4b2
AP Improvements for forums
2020-08-09 18:42:25 +00:00
7b13b7e9c8
Reworked "getIdForURL"
2020-08-07 13:49:59 +00:00
f09d9bc9cc
Remove url caching, locking cleanup
2020-08-06 18:53:45 +00:00
Michael Vogel
398e65d66b
Merge pull request #8911 from MrPetovan/task/curl_DI
...
Introduce "HTTPRequest" class
2020-07-25 09:50:20 +02:00
5545bafdee
Fix notice "Undefined index: gravity in /src/Protocol/ActivityPub/Processor.php on line 556"
2020-07-21 19:55:24 +00:00
Michael Vogel
41141965fc
Merge pull request #8904 from MrPetovan/task/ap-conversion-admin-module
...
Add new admin debug module for ActivityPub
2020-07-21 21:32:06 +02:00
nupplaPhil
1998b7811b
Fix fatal execution path for found Network::get() parameter execption
2020-07-21 03:19:05 -04:00
c26cc5b75e
Expand scope of prepareObjectData in ActivityPub\Receiver
2020-07-20 00:38:45 -04:00
259a62f9dd
Separate concerns between postItem and createItem in ActivityPub\Processor
...
- postItem now only posts items created with createItem without altering it
- createItem now only creates an item array from an activity without posting it
- postItem scope is now public
2020-07-20 00:37:43 -04:00
3894976a2d
Add support for image preview in attachments in ActivityPub\Processor
...
- Address https://github.com/friendica/friendica/issues/8676#issuecomment-650554955
2020-07-20 00:28:11 -04:00