Philipp
32b8c6f65e
Merge pull request #7200 from annando/tag-process
...
Process incoming tag add requests
2019-05-28 19:43:23 +02:00
Michael
ecf4789cc4
Process incoming tag add requests
2019-05-26 11:20:03 +00:00
Philipp
6ceb74c365
Merge pull request #7184 from annando/add-tag
...
AP: We now transmit "add tag" activity
2019-05-26 08:14:18 +02:00
Michael
32b1f75ece
AP: We now transmit "add tag" activity / On Diaspora this is now supressed
2019-05-25 19:33:58 +00:00
Hypolite Petovan
7bbaf0757f
Revert sending ActivityPub follow reject on Model\Contact::addRelationship failure
2019-05-20 16:33:09 -04:00
Hypolite Petovan
ea77f214d7
Add return value to Model\Contact::addRelationship to remove protocol-specific code from it
2019-05-20 15:29:20 -04:00
Hypolite Petovan
10dfe4347b
Ensure follow reject/accept object IDs are strings to avoid JsonLD normalize errors in ActivityPub\Transmitter
2019-05-20 15:29:20 -04:00
Hypolite Petovan
3114754f4b
Refactor Model\Contact::addRelationship
...
- Remove unused parameter $item
- Replace q() call with DBA::insert
- Update check on $contact that can only be an array now
- Add moethod doc block
2019-05-20 15:29:20 -04:00
Hypolite Petovan
fc312e4c98
Merge pull request #7153 from annando/ap-mail-delivery
...
Fix receiver list for mails
2019-05-18 11:50:10 -04:00
Michael Vogel
69e38c2bbd
Missing arrrrr!
2019-05-18 17:34:44 +02:00
Michael Vogel
f3c2eb5b11
Fix receiver list for mails / only deliver mail via DFRN to legacy contacts
2019-05-18 11:09:13 +02:00
Michael
490e850b48
Fix for receiving direct messages from Mastodon
2019-05-18 07:00:57 +00:00
Michael
d81b7c840e
Adding missing spaces
2019-05-17 18:00:00 +00:00
Michael
f6fc70c4e2
Make AP "direct messages" more compatible to Mastodon
2019-05-17 17:58:42 +00:00
Hypolite Petovan
1cf9a1ab7c
Allow null $tags parameter in ActivityPub\Processor::constructTagString
2019-05-16 18:10:42 -04:00
Michael
3f55f93606
AP: We can now receive "direct messages" (aka "mails") as well
2019-05-16 05:44:59 +00:00
Michael
87b98b8249
Sending direct messages via AP does work now - receiving is pending
2019-05-14 17:50:45 +00:00
Michael
9e31b1b486
Don't attach images to the body if it was from a Friendica system
2019-05-13 19:56:46 +00:00
Michael
55557a8f18
Contacts with protocol = AP are now delivered only via AP
2019-05-11 05:58:22 +00:00
Michael
74a25707e1
Filling the protocol on ap contact action
2019-05-05 11:02:19 +00:00
Michael Vogel
2365193691
AP: Support of request messages
2019-05-05 11:17:45 +02:00
Michael Vogel
56d2df04f0
Don't switch Friendica contacts to AP
2019-05-03 07:10:02 +02:00
Michael
9941c33123
Removing a contact request needn't to be one not approved requests
2019-05-02 20:04:15 +00:00
Michael
8adf0e6e5c
Removed test logging
2019-05-02 13:46:12 +00:00
Michael
28f316b7e4
Replace the legacy DFRN connection process with AP
2019-05-02 13:05:31 +00:00
Michael Vogel
581895c07d
Preparation for switching the connect mechanism from DFRN to AP
2019-04-30 20:07:20 +02:00
Michael
eef85584c2
AP: Parsing of messages from Pleroma should work now again
2019-04-26 06:17:37 +00:00
Michael Vogel
c439cb656a
Merge pull request #6957 from MrPetovan/bug/6943-add-tombstone
...
Send AP Tombstone activity on deleted profiles
2019-04-04 22:27:49 +02:00
Hypolite Petovan
5b12bccb45
Move user tombstone activity data to ActivityPub\Transmitter
2019-04-04 07:38:40 -04:00
Michael
e66e2adf5f
AP: Incoming announces are now stored as activities
2019-04-02 21:10:49 +00:00
Michael
198e150ba8
Archive inboxes after 5 days of delivery failures
2019-03-25 21:51:32 +00:00
Michael
2788995ab0
The "summary" field seems to be interpreted as plain text only
2019-03-18 22:38:10 +00:00
Michael
2cdd5a4940
Fixes errors/notices
2019-03-17 22:13:17 +00:00
Michael
f78c148013
Clarified return values
2019-03-17 15:49:21 +00:00
Michael
75ec384fc3
Added logging since this exixted before
2019-03-17 13:56:47 +00:00
Michael
cec094c5b1
Centralise the item content processing in a single function
2019-03-17 13:50:14 +00:00
Michael
0104da3c93
Summary has to be converted to HTML / Don't use summary when we have the source
2019-03-17 00:06:31 +00:00
Michael
dfcf1b1e6f
We now send a summary via AP. This partially fixes the problem with Mastodon and Articles
2019-03-16 08:46:33 +00:00
Michael
4ff837488f
Issue 6167: Don't publish non visible content
2019-03-15 20:31:07 +00:00
Michael
cd0d6cb626
Forums now are working with AP as well
2019-03-14 18:44:41 +00:00
Hypolite Petovan
d0b2ed7966
Remove test code in ActivityPub\Processor
2019-03-09 09:04:43 -05:00
Hypolite Petovan
70782b3977
Fix implicit mention detection regular expression flags in ActivityPub\Processor
2019-03-09 09:04:11 -05:00
Michael
a911baf8e5
Avoid transmitting a deletion message when we don't have a key
2019-03-04 06:52:43 +00:00
Hypolite Petovan
3e290da8c2
Code standards: Add missing space in ActivityPub\Processor
2019-02-25 03:16:18 -05:00
Hypolite Petovan
1f6e0f168c
Add missing author contact in ActivityPub\Processor
...
- Add logging for future occurrences
- Addresses https://github.com/friendica/friendica/issues/6338#issuecomment-466812104
2019-02-24 15:52:03 -05:00
Hypolite Petovan
67aa188830
Improve Logger calls
...
- Add context in various calls
- Remove deprecated Logger::log call in Processor
2019-02-23 17:32:13 -05:00
Hypolite Petovan
cb78e77850
Fix implicit mentions in outgoing ActivityPub posts
...
- Add usage of system.disable_implicit_mentions to disable implicit mention behavior
- Add usage of item own implicit mentions to be prepended to the outgoing body
2019-02-23 17:32:12 -05:00
Hypolite Petovan
3ac8576c8e
Fix implicit mentions in incoming ActivityPub posts
...
- Use thr-parent instead of parent-uri to retrieve implicit mentions to remove from body
- Add potential implicit mentions to 'tags' array for storage in Processor::convertImplicitMentionsInTags()
- Add usage of system.disable_implicit_mentions to disable implicit mention behavior
2019-02-23 17:32:12 -05:00
Hypolite Petovan
0cc0df9e3e
Rename system.disable_mentions_removal config key to system.disable_implicit_mentions
...
- Update configuration key description
2019-02-23 17:32:11 -05:00
Hypolite Petovan
8c1db51a76
Improve Logger calls
...
- Replace various deprecated Logger::log calls
- Reassign log level for verbose log calls
2019-02-23 17:32:11 -05:00