aboutsummaryrefslogtreecommitdiffstats
path: root/include/diaspora.php
Commit message (Collapse)AuthorAgeFilesLines
* back to wrestling with the !@#$ diaspora recursive reshare from hellfriendica2014-10-141-3/+8
|
* diaspora_send_status() - recalculate markdown translation to pickup any ↵friendica2014-10-121-1/+1
| | | | later message changes after original submission like wall-to-wall attributions for instance. Normally this would've come from our cached version which was stored prior to tag_deliver being run and therefore isn't yet aware that wall-to-wall status may have changed after delivery.
* remove remnants of old signing structure - now using diaspora_metafriendica2014-10-101-7/+0
|
* reset route to parent route on Diaspora comments flowing upstream so they ↵friendica2014-10-101-3/+5
| | | | won't be rejected going downstream
* make sure diaspora comments get the correct routefriendica2014-10-101-0/+4
|
* don't double-encode hashtagsfriendica2014-10-081-4/+4
|
* log the recursive reshare from hell at logger_debug until we get through ↵friendica2014-10-071-3/+3
| | | | this mess.
* Make a best guess at how to pull the attribution from the recursive reshare ↵friendica2014-10-061-0/+4
| | | | from hell.
* found one bug trying to fetch the recursive reshare from hell. I still think ↵friendica2014-10-061-2/+2
| | | | there's a problem with attribution but we'll have to wait and find that once we have some content to track. Also in private messages, on the message list page, change the text from delete message to delete conversation, because that's what we're really doing.
* attempt to deal with the diaspora recursive reshare from hell (Bob reshared ↵friendica2014-10-051-10/+40
| | | | Nancy's reshare of George's reshare of Lilly's reshare of Nathan's post). The attribution may be wrong so this is still a work in progress.
* send dislike activities to diaspora as comments, also send likes and ↵friendica2014-10-051-13/+5
| | | | dislikes of comments as additional comments. We won't go into why this is necessary for a service that claims to support activitystreams.
* diaspora share not rendering issue - still have one remaining (the recursive ↵friendica2014-10-051-1/+1
| | | | share from hell)
* issues with diaspora comment signatures on relayed comments that are relayed ↵friendica2014-10-021-0/+3
| | | | through a redmatrix site (parent post is redmatrix) and involve a private post.
* diaspora private mail seems to work now - but there's an obfuscation leak ↵friendica2014-09-231-10/+11
| | | | via the conversation structure that needs to be dealt with.
* d* little fixesfriendica2014-09-231-10/+4
|
* d* PM cont.friendica2014-09-231-1/+10
|
* more work on d* private messagesfriendica2014-09-231-6/+18
|
* private mail from d* to r# seems to work with these edits. - Now have to go ↵friendica2014-09-221-10/+7
| | | | back the other way.
* try to sort out walltowall translation for diaspora recipientsfriendica2014-09-191-4/+4
|
* still some old Friendica database queries in diaspora_signed_retractionfriendica2014-09-161-17/+15
|
* provide a way to sync locations and get rid of bogus hublocs, now implementedfriendica2014-09-141-0/+6
|
* fix diaspora_retractionfriendica2014-09-141-7/+4
|
* doc updates and a couple of issues spotted in the logs (diaspora likes, feed ↵friendica2014-09-121-1/+1
| | | | author import)
* possible solution to diaspora walltowall mistaken attributionfriendica2014-09-101-4/+0
|
* encrypt diaspora_meta since it may contain private message contentsfriendica2014-09-101-14/+30
|
* fix the like signatures to the "new ordering" - inbound and outboundfriendica2014-09-101-20/+12
|
* don't include plus-sign in the stored term for imported mentionsfriendica2014-09-101-1/+3
|
* this should be the final piece of the puzzlefriendica2014-09-091-0/+14
|
* Did I ever mention how much I HATE hacking crypto? If you've got a protocol ↵friendica2014-09-091-1/+12
| | | | doc that says how you sign something, you damm well better sign it that way.
* some fixes for auto-perms across networksfriendica2014-09-091-9/+9
|
* reduce log level of inbound d* posts until we get through some of the more ↵friendica2014-09-091-1/+1
| | | | serious federation issues
* put back old pointerfriendica2014-09-091-1/+1
|
* fix empty reshared contentfriendica2014-09-091-2/+2
|
* d* friending vsprintf errorfriendica2014-09-091-1/+1
|
* heavy lifting on diaspora likes. Still needs much more work - especially as ↵friendica2014-09-081-67/+56
| | | | we're ignoring signatures at this time
* diaspora_like - sql errorfriendica2014-09-081-22/+15
|
* This is long overdue - use a symblic constant NULL_DATE instead of the ↵friendica2014-09-081-1/+1
| | | | easily mis-typed sequence '0000-00-00 00:00:00'
* attempt to format diaspora reshares correctly. This might be an iterative ↵friendica2014-09-081-24/+21
| | | | process.
* support the recent (2 years ago) changes to diaspora photo embedsfriendica2014-09-061-0/+6
|
* sort out some of the bb2d madnessfriendica2014-09-031-66/+23
|
* this is turning into a wretched mess. It's going to get worse before it gets ↵friendica2014-09-031-11/+20
| | | | better, but I'm trying to do this incrementally so I don't break the whole shebang for a few days. It will get better once all the bbcode translation is done in a single place (cross fingers), and we can just sign the post once when we submit it and be done with it. If Diaspora ever implements editing of existing posts we'll have to go back and do the whole wretched mess over again.
* store diaspora meta info in the item table. It has to go there or it will ↵friendica2014-09-031-27/+27
| | | | kill us with complex joins. We can phase out the sign table once this all checks out.
* outbound feed issuefriendica2014-09-031-2/+2
|
* fix diaspora_handle_from_contact()friendica2014-09-021-2/+2
|
* if we don't have a stored diaspora author signature which has been passed ↵friendica2014-09-021-0/+1
| | | | the baton since the post's creation, fill in the field with their redmatrix signature. It's pointless, but there's so much pointless stuff in here that I doubt it matters. From what I can ascertain - nobody is going to look at it anyway.
* try to proceed with a diaspora relayable even if we don't have the original ↵friendica2014-09-021-7/+9
| | | | author's signature.
* minor nitsfriendica2014-09-011-4/+8
|
* various diaspora issuesfriendica2014-08-291-19/+25
|
* lots of little Diaspora issuesfriendica2014-08-281-4/+19
|
* mind numbing drudgery continued...friendica2014-08-271-83/+62
|