aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* | | | one more little tweak to linkificatorFriendika2011-08-251-1/+1
* | | | tweak to bbcode linkificatorFriendika2011-08-251-1/+1
* | | | some minor work on contact edit pageFriendika2011-08-251-2/+13
* | | | diaspora2bb, salmon fix argument errorFriendika2011-08-253-55/+24
* | | | third attempt to get rid of this stupid warningFriendika2011-08-251-1/+1
* | | | contact photo menuFriendika2011-08-241-2/+2
* | | | contact menu beginningsFriendika2011-08-241-0/+52
* | | | missing salmon key? report it.Friendika2011-08-243-4/+14
* | | | change the way public feeds work just to fix statusnet's bug, because they won'tFriendika2011-08-241-3/+20
* | | | cleaned up the conditions on when to and when not to relay.Friendika2011-08-243-9/+43
* | | | turn off notifier - runawayFriendika2011-08-241-2/+2
* | | | D* queueFriendika2011-08-242-26/+75
* | | | author and owner sign exactly the same string - apparentlyFriendika2011-08-231-2/+4
* | | | that was ugly - let's do betterFriendika2011-08-231-8/+9
* | | | fix for public posts to D*Friendika2011-08-231-1/+1
* | | | correct time in photo msgFriendika2011-08-231-2/+2
* | | | photo fixesFriendika2011-08-232-4/+4
* | | | fix it againFriendika2011-08-231-1/+1
* | | | fix group public membersFriendika2011-08-231-1/+1
* | | | diaspora photos ?Friendika2011-08-234-6/+136
* | | | retractions - precedence issueFriendika2011-08-231-2/+2
* | | | testing retractionsFriendika2011-08-231-3/+3
* | | | typoFriendika2011-08-231-2/+2
* | | | don't process diaspora communications if no pubkeyFriendika2011-08-231-0/+6
* | | | include bb2diaspora at top levelFriendika2011-08-231-1/+1
* | | | more testing with imagesFriendika2011-08-231-1/+1
* | | | second tryFriendika2011-08-231-0/+1
* | | | forget about the image link we have it in the wrapperFriendika2011-08-231-1/+1
* | | | photos a bit messed up on d*Friendika2011-08-231-2/+1
* | | | updates bb2mdFriendika2011-08-231-3/+8
* | | | convert bbcode to markdown for diaspora (first try, will need tweaking)Friendika2011-08-232-5/+159
* | | | bad param in like functionFriendika2011-08-221-1/+1
* | | | public posts ~f to D*Friendika2011-08-221-23/+56
* | | | d* retractionsFriendika2011-08-221-7/+55
* | | | invoke notifierFriendika2011-08-221-47/+41
* | | | diaspora admin toggle, update install guideFriendika2011-08-222-2/+2
| |_|/ |/| |
* | | store key with contact recordFriendika2011-08-221-1/+6
* | | correct the diaspora_like signable string formatFriendika2011-08-221-3/+3
* | | log the friend request - it's importantFriendika2011-08-211-2/+3
* | | add trailing slash to diaspora notify url on sendFriendika2011-08-211-5/+7
* | | D* likes not verifying, ignore result until we figure out the signable_string...Friendika2011-08-211-3/+3
* | | php error when no aliasesFriendika2011-08-211-1/+1
* | | diaspora sign/verify requires SHA0 hash algorithmFriendika2011-08-202-13/+12
* | | set author/owner on likesFriendika2011-08-201-6/+7
* | | get_app for diaspora_likeFriendika2011-08-201-0/+1
* | | sql syntaxFriendika2011-08-201-1/+1
* | | stricmp does not exist - strcasecmp doesFriendika2011-08-201-2/+2
* | | don't generate guid if one provided wirth msgFriendika2011-08-201-1/+1
* | | until algorithm is sorted, ignore D* verification failures so we can debug th...Friendika2011-08-202-25/+24
* | | move encryption functions to crypto fileFriendika2011-08-205-43/+47