aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge branch 'pull'Friendika2011-08-241-2/+2
| |\
| | * Merge pull request #161 from tobiasd/mastertobiasd2011-08-231-2/+2
| | |\ | | | | | | | | fix for DE strings.php
| | | * Merge github.com:tobiasd/friendikaTobias Diekershoff2011-08-241-2/+2
| | |/|
| | | * fixed a missing string in DETobias Diekershoff2011-08-231-2/+2
| | | |
| * | | D* queueFriendika2011-08-244-72/+94
| |/ /
| * | 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-2310-12/+175
| | |
| * | 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-222-17/+67
| |
| * invoke notifierFriendika2011-08-221-47/+41
| |
| * diaspora admin toggle, update install guideFriendika2011-08-227-18/+36
| |
* | don't add notification details on new postsfabrixxm2011-08-231-4/+4
| |
* | add more notification messagesfabrixxm2011-08-231-20/+86
| |
* | compatiblity for old themesfabrixxm2011-08-2211-0/+561
| |
* | Merge branch 'master' into newuifabrixxm2011-08-2252-1607/+3664
|\|
| * store key with contact recordFriendika2011-08-222-3/+9
| |
| * Merge branch 'pull'Friendika2011-08-2217-0/+359
| |\
| | * Merge pull request #160 from michal-s/mastertobiasd2011-08-2117-0/+359
| | |\ | | | | | | | | added Czech translation of mail messages
| | | * added Czech translation of mail messagesMichal Supler2011-08-2117-0/+359
| | |/
| * / 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-212-6/+8
| |
| * D* likes not verifying, ignore result until we figure out the ↵Friendika2011-08-211-3/+3
| | | | | | | | signable_string exactly
| * php error when no aliasesFriendika2011-08-211-1/+1
| |
| * diaspora sign/verify requires SHA0 hash algorithmFriendika2011-08-202-13/+12
| |
| * fix warning of self-signed cert for photos of our own contacts in comment ↵Friendika2011-08-201-13/+21
| | | | | | | | notification emails
| * 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 ↵Friendika2011-08-203-26/+25
| | | | | | | | the rest