Michael
|
c364a77d63
|
Always use direct DFRN transport on local contacts
|
2019-09-21 12:39:07 +00:00 |
|
Michael
|
3c1380fdcc
|
Fix enduring follow requests to Pleroma
|
2019-09-11 16:54:13 +00:00 |
|
Hypolite Petovan
|
cf8177461e
|
Prune unavailable contacts from AP envelope
|
2019-08-17 00:00:49 -04:00 |
|
Hypolite Petovan
|
2e6b72ba62
|
Revert "Reworked contact-id generation"
|
2019-08-01 20:39:42 -04:00 |
|
Michael
|
8ddcd8417d
|
Reworked contact-id generation
|
2019-07-30 22:02:32 +00:00 |
|
Michael
|
7d79d48f6e
|
Fix: The field "contact-id" now contains the correct contact id again
|
2019-07-30 13:08:14 +00:00 |
|
Michael
|
bcc8ed378c
|
ActivityPub: We now do support transmitting alternative image descriptions
|
2019-07-29 05:09:11 +00:00 |
|
Michael
|
ab7db9944d
|
ActivityPub: Support for incoming picture descriptions
|
2019-07-29 04:35:13 +00:00 |
|
Michael
|
53ffe5a2e1
|
Fetch Diaspora posts by url
|
2019-07-21 07:37:50 +00:00 |
|
Michael
|
23830dc45f
|
Preparation for quoted reshares on AP
|
2019-07-20 21:32:19 +00:00 |
|
Michael
|
c771c575a7
|
Fix PR 7399: Added missing "use"
|
2019-07-18 06:12:43 +00:00 |
|
Michael
|
e247a14d2b
|
Added the option to only receive top level posts from people you follow
|
2019-07-17 21:37:13 +00:00 |
|
Michael
|
a80a6bec74
|
Preparation for being able to fetch AP posts by proving the URL
|
2019-07-17 19:36:32 +00:00 |
|
Michael
|
8c2f50eb72
|
Issue 7315: Set the forum's contact id for forum posts
|
2019-07-16 05:07:26 +00:00 |
|
Michael
|
1a213bd8e8
|
Issue 7315: Changed handling of "Group" posts
|
2019-07-15 20:05:36 +00:00 |
|
Michael Vogel
|
807d2665ea
|
Use standard function to update the contact to avoid SQL errors
|
2019-07-11 22:11:51 +02:00 |
|
Michael
|
c9666a9f1d
|
We don't update inside the probing anymore
|
2019-07-04 19:40:48 +00:00 |
|
Michael
|
ef5be9668f
|
New fields in contact table / don't update on probe
|
2019-07-04 04:08:55 +00:00 |
|
Michael
|
6041f74df6
|
New constant for federated protocols
|
2019-07-01 18:00:55 +00:00 |
|
Michael Vogel
|
449305e527
|
Fix the processing of event activities
|
2019-06-23 00:38:52 +02:00 |
|
Hypolite Petovan
|
f0849b0a93
|
Merge pull request #7284 from annando/fix-fatal
Don't send activities to "null" endpoints
|
2019-06-19 23:42:21 -04:00 |
|
Michael
|
2e4e8bdf0a
|
Don't send activities to "null" endpoints
|
2019-06-20 03:06:34 +00:00 |
|
Michael
|
4ab772ed67
|
Issue 6477: Automatically repair self contact avatar
|
2019-06-19 17:05:29 +00:00 |
|
Michael
|
496910e750
|
Issue #5983: Ignore reshares from blocked and ignored contacts
|
2019-06-17 11:55:19 +00:00 |
|
Michael Vogel
|
097ecdd106
|
Merge pull request #7266 from MrPetovan/bug/notices
Add type-hint in ActivityPub\Receiver::fetchObject to catch wrong type coercion
|
2019-06-14 15:03:30 +02:00 |
|
Michael
|
e4efddbabb
|
Avoid a notice in AP Receiver
|
2019-06-14 02:58:40 +00:00 |
|
Hypolite Petovan
|
66d4f1d40b
|
Add type-hint in ActivityPub\Receiver::fetchObject to catch wrong type coercion
|
2019-06-13 19:07:39 -04:00 |
|
Hypolite Petovan
|
94a70f54d1
|
Normalize the datetime format of received activity before DB insertion in ActivityPub\Processor
- Restore private message storage
|
2019-06-12 21:02:37 -04:00 |
|
Hypolite Petovan
|
9e24b8c55f
|
Fix formatting and PHPDoc in ActivityPub\Processor
Add expected return value to postMail method
|
2019-06-12 21:01:44 -04:00 |
|
Michael
|
a11b258fd6
|
Issue 7223: Don't strip links
|
2019-06-11 20:34:21 +00:00 |
|
Michael
|
9d8f01c49c
|
Fix another fatal error
|
2019-06-11 06:02:18 +00:00 |
|
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 |
|