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 |
|
Hypolite Petovan
|
95094aa53d
|
Check for existing protocols.inbound value in Protocol\PortableContact
|
2019-06-14 06:25:44 -04: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 |
|
Hypolite Petovan
|
d7d44e1af7
|
Merge pull request #7245 from annando/unify-constants
Fix delivery counter for poking / unify delivery commands
|
2019-06-10 11:59:40 -04:00 |
|
Michael
|
41dc243186
|
Fix delivery counter for poking / unify delivery commands
|
2019-06-10 14:19:24 +00:00 |
|
Hypolite Petovan
|
165607ffe7
|
Merge pull request #7242 from nupplaphil/bugs/6917-php_warning
Add typed parameter for methods in `Friendica\Util\Network`
|
2019-06-10 09:22:27 -04:00 |
|
Philipp Holzer
|
cc7444d84d
|
Move internal recursion-counter to the end of all cur/fetchUrl parameters
|
2019-06-10 14:34:54 +02:00 |
|
Philipp Holzer
|
236c0dc248
|
Check $contact['id']
- see https://github.com/friendica/friendica/issues/6918#issuecomment-498043313
|
2019-06-10 12:36:42 +02:00 |
|
Michael
|
44a49a8d7d
|
Ensure that pokes are always send only via DFRN
|
2019-06-06 04:26:02 +00:00 |
|
Michael
|
ecf809c7ae
|
The delivery counter now counts only successful deliveries
|
2019-06-01 06:54:47 +00:00 |
|
Michael
|
19e95ebdda
|
Fix edited messages for Diaspora
|
2019-05-30 18:56:31 +00:00 |
|
Michael Vogel
|
64f51d337f
|
Merge pull request #7204 from MrPetovan/bug/notices
Check for array index existence
|
2019-05-29 07:04:46 +02:00 |
|
Michael
|
824d35774b
|
Fix "Undefined index: protocol"
|
2019-05-29 04:30:01 +00:00 |
|
Hypolite Petovan
|
8a0c568fe1
|
Check for href existence for links in Protocol\PortableContact
See https://github.com/friendica/friendica/issues/6918#issuecomment-495198587
|
2019-05-28 21:27:13 -04: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 |
|
Philipp
|
5c2cca432f
|
Merge pull request #7170 from MrPetovan/bug/6981-contact-request-blocked
Contact requests blocked
|
2019-05-25 20:20:36 +02: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
|
709eba6ce3
|
Move /viewcontacts to /profile/{nickname}/contacts[/{type}]
- Add contact relationship filter to profile contacts page
- Include feed contacts in contacts page and contact widget
|
2019-05-20 14:50:09 -04:00 |
|
Hypolite Petovan
|
58d5c6610c
|
Merge pull request #7168 from annando/suggest-receive
Suggestions can be processed again
|
2019-05-19 14:58:30 -04:00 |
|
Michael Vogel
|
a3c95eeaab
|
Suggestions can be processed again
|
2019-05-19 19:58:20 +02: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
|
b8a23369b6
|
Mail storing is now centralized
|
2019-05-08 05:44:22 +00:00 |
|
Hypolite Petovan
|
e17db489ee
|
Merge pull request #7095 from annando/ap-connect
Switching from legacy DFRN connect to ActivityPub
|
2019-05-05 09:37:43 -04: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 |
|
Hypolite Petovan
|
e6bf97777f
|
Remove /display/{nick}/{id} URL structure publishing
- Remove support for defunct Friendica F-Droid app
|
2019-05-02 17:04:17 -04:00 |
|
Michael
|
9941c33123
|
Removing a contact request needn't to be one not approved requests
|
2019-05-02 20:04:15 +00:00 |
|
Hypolite Petovan
|
41f781c52a
|
Replace System::httpExit() by HTTPException throwing
|
2019-05-02 11:37:09 -04:00 |
|