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