aboutsummaryrefslogtreecommitdiffstats
path: root/include/diaspora.php
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* and ... we've got a comment coming the other wayfriendica2014-08-261-0/+1
|
* more hard workfriendica2014-08-261-121/+99
|
* works one way sort of - now to go the other way - which will require fixing ↵friendica2014-08-261-24/+43
| | | | a whole slew of FIXMEs
* houston we have liftofffriendica2014-08-261-11/+13
|
* take off the kid glovesfriendica2014-08-261-44/+19
|
* more diaspora stuff - most of the basic bits are there except queueing and ↵friendica2014-08-251-11/+36
| | | | physical delivery (I'm keeping delivery turned off until some of the bugs are fixed so we don't cause inifinite loops or network meltdowns) - now it's just a matter of going through and methodically finding all the bugs
* sort out some anomaliesfriendica2014-08-251-3/+3
|
* more diaspora heavy liftingfriendica2014-08-251-48/+187
|
* another round of heavy liftingfriendica2014-08-211-112/+99
|
* provide the site blacklist everywhere it is neededfriendica2014-08-211-0/+26
|
* some work on network discoveryfriendica2014-08-191-73/+18
|
* diaspora - crazy amount of work remainingfriendica2014-08-191-80/+63
|
* beginning of permission role settingsfriendica2014-08-171-1/+1
|
* diaspora - begin heavy lifting. This is a 738 tonne brick with a herd of ↵friendica2014-08-171-218/+118
| | | | elephants standing on it. I'm working on the first tonne or two.
* provide backend storage and declaration of directory realmfriendica2014-08-161-25/+9
|
* here's the file but I'm less than 5% of the way through porting it.friendica2014-08-121-0/+2807
|
* Removing connectors we won't be needing - this is probably going to break ↵friendica2012-07-181-2571/+0
| | | | some shit.
* merge upstream, slider work, refactor ping module, language selection workfriendica2012-07-131-26/+43
|
* upstream fixes and a lot of taxonomy stufffriendica2012-07-101-4/+4
|
* slightly better way of handling last loopZach Prezkuta2012-07-051-1/+3
|
* add some timeouts to prevent deadlockZach Prezkuta2012-07-051-2/+10
|
* add rudimentary locking capability to Friendica functionsZach Prezkuta2012-07-051-20/+77
|
* render the recycle symbol correctly on Diaspora resharesfriendica2012-07-041-1/+1
|
* ok now I'm just making silly mistakes--take out premature function locking codeZach Prezkuta2012-06-231-77/+20
|
* use author handle instead of sender handleZach Prezkuta2012-06-231-24/+84
|
* allow linking to Diaspora's scaled-down imagesZach Prezkuta2012-06-231-1/+2
|
* Merge remote branch 'upstream/master'Michael Vogel2012-06-231-52/+28
|\ | | | | | | | | Conflicts: include/bb2diaspora.php
| * create new signed text for relayables right when relaying themZach Prezkuta2012-06-201-52/+28
| |
* | Diaspora: Messages are now looking betterMichael Vogel2012-06-231-2/+18
| |
* | New function to convert bbcode to markdown.Michael Vogel2012-06-171-4/+4
|/
* more cleanupZach Prezkuta2012-06-161-15/+0
|
* some cleanup of obsolete codeZach Prezkuta2012-06-161-31/+6
|
* still need the original author information for comments and likesZach Prezkuta2012-06-161-0/+24
|
* update signature checking for relayablesZach Prezkuta2012-06-161-69/+122
|
* Debugged implementation of Diaspora relayable_retractionsZach Prezkuta2012-06-031-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | Diaspora "relayable_retraction" is now supported by Friendica. The following should now work: Friendica top-level post: Diaspora comment deleted, disappears in Friendica Friendica comment deleted, disappears in Diaspora Diaspora like retracted, disappears in Friendica Friendica like retracted, disappears in Diaspora Diaspora top-level post: Same There are still exceptions, however. First, Friendica and Diaspora seem to frequently reject comments with an "invalid signature" error. This can probably be fixed. Also, some comments/likes/retractions seem to just disappear on the Diaspora side. In the Diaspora log these seem to be accompanied by a "not a valid object" error, often preceeded by a "received a comment but no corresponding post" error. These seem to be purely internal, since sometimes it works for some Diaspora contacts but not others.
* cleanup and loggingZach Prezkuta2012-06-031-22/+20
|
* first shot at getting like/unlike functions to work consistentlyZach Prezkuta2012-06-031-8/+14
|
* Fix bugs in the retraction codeZach Prezkuta2012-06-031-35/+11
| | | | | | | | | | | | | | | | | | | | | | | Currently, the following seems to be the functional status: For a Diaspora top-level post: Friendica comments show up AND delete Diaspora comments show up AND delete for top-level owner Diaspora comments show up for non-owner Diaspora comments sometimes don't delete for non-owner -> Appears to be Diaspora's fault, as a "not a valid object" error shows up in the log Friendica likes show up, but can't unlike (Friendica doesn't even message Diaspora) Diaspora likes show up Diaspora non-owner can't unlike -> Same as comments, seems to be Diaspora's fault For a Friendica top-level post: Friendica comments show up AND delete Diaspora comments show up AND delete Friendica likes don't show up in Diaspora sometimes Friendica doesn't even message Diaspora for unlikes (sometimes?) Diaspora likes and unlikes work
* Implement relaying of relayable_retractionsZach Prezkuta2012-06-031-29/+122
| | | | Also: some whitespace cleanup, fix Diaspora parent DB query
* Support relayable_retractions that are relayed to us by the top-level post ownerZach Prezkuta2012-06-031-9/+37
|