aboutsummaryrefslogtreecommitdiffstats
path: root/include/diaspora.php
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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
|