aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* modified api message reply to set title to conversion title, when replying.Sebastian Egbers2012-06-251-8/+12
|
* Merge branch 'master' of https://github.com/friendica/friendicaSebastian Egbers2012-06-2530-227/+544
|\
| * more service class functionalityfriendica2012-06-251-0/+5
| |
| * service limits for photo uploadsfriendica2012-06-254-1/+63
| |
| * implement "follow" service limitsfriendica2012-06-243-2/+51
| |
| * add like/dislike to profilesfriendica2012-06-247-3/+75
| |
| * sidebar photo album list not visible to anybody if user['hidewall'] setfriendica2012-06-243-96/+115
| |
| * service class basicsfriendica2012-06-244-8/+52
| |
| * Merge pull request #357 from fermionic/fix-relayable-signature-handlefermionic2012-06-231-77/+20
| |\ | | | | | | ok now I'm just making silly mistakes--take out premature function locki...
| | * ok now I'm just making silly mistakes--take out premature function locking codeZach Prezkuta2012-06-231-77/+20
| | |
| * | Merge https://github.com/friendica/friendica into pullfriendica2012-06-232-24/+90
| |\ \
| | * | Merge pull request #356 from fermionic/fix-relayable-signature-handlefermionic2012-06-231-24/+84
| | |\| | | | | | | | | use author handle instead of sender handle
| | | * use author handle instead of sender handleZach Prezkuta2012-06-231-24/+84
| | | |
| | * | Merge pull request #355 from ↵fermionic2012-06-231-0/+6
| | |\ \ | | | |/ | | |/| | | | | | | | | fermionic/missing-urls-after-strip_tags-in-bb2diaspora allow bare URLS to make it through to Diaspora
| | | * allow bare URLS to make it through to DiasporaZach Prezkuta2012-06-231-0/+6
| | |/
| * / sort out some "like" issuesfriendica2012-06-234-78/+73
| |/
| * Merge pull request #354 from fermionic/always-terminate-bbcode-list-elementsfermionic2012-06-231-3/+41
| |\ | | | | | | Fix Diaspora list formatting
| | * small optimizationZach Prezkuta2012-06-231-5/+3
| | |
| | * fix BB-to-Diaspora list formattingZach Prezkuta2012-06-231-3/+43
| |/
| * Merge pull request #352 from fermionic/diaspora-display-scaled-down-imageSimon2012-06-232-4/+17
| |\ | | | | | | allow linking to Diaspora's scaled-down images
| | * allow linking to Diaspora's scaled-down imagesZach Prezkuta2012-06-232-4/+17
| | |
| * | Merge pull request #353 from simonlnu/masterSimon2012-06-239-43/+53
| |\ \ | | |/ | |/| jquery update; templates
| | * update jquery to 1.7.2; fix some dispy templates to be more in sync with view/Simon L'nu2012-06-239-43/+53
| |/ | | | | | | Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
| * this is going to take some more debug before it can be roller outfriendica2012-06-231-2/+2
| |
| * debuggingfriendica2012-06-231-1/+2
| |
* | Merge remote-tracking branch 'sebastian/master'Max Weller2012-06-231-15/+30
|\ \
| * | added replyto and subject to direct messages.Sebastian Egbers2012-06-221-7/+18
| | |
| * | modified conversion to use x function for parameter checking.Sebastian Egbers2012-06-221-8/+12
| | |
* | | add reliable way to get server versionMax Weller2012-06-231-1/+7
| | |
* | | make it selectableMax Weller2012-06-231-1/+3
| | |
* | | I want HTML code!Max Weller2012-06-231-1/+1
| | |
* | | new param getUserObjects to avoid retransmitting the whole user info objectsMax Weller2012-06-231-0/+3
| | |
* | | bugfixMax Weller2012-06-231-4/+5
| | |
* | | changes on api_direct_messages_box to allow to retrieve conversations and ↵Max Weller2012-06-231-13/+5
| | | | | | | | | | | | all messages
* | | modified direct_messagesMax Weller2012-06-231-7/+29
| |/ |/|
* | cokmment likes not propagatingfriendica2012-06-231-2/+5
| |
* | make feeds work with comment likes/dislikesfriendica2012-06-231-1/+1
| |
* | typofriendica2012-06-231-2/+4
| |
* | Merge https://github.com/friendica/friendica into pullfriendica2012-06-2311-34/+2980
|\ \
| * \ Merge pull request #351 from annando/masterfriendica2012-06-2311-34/+2980
| |\ \ | | | | | | | | Massive change in bbcode2markdown
| | * \ Merge remote branch 'upstream/master'Michael Vogel2012-06-2340-4763/+5539
| | |\ \ | | |/ / | |/| | | | | | | | | | Conflicts: include/bb2diaspora.php
| | * | Diaspora: Messages are now looking betterMichael Vogel2012-06-231-2/+18
| | | |
| | * | Merge branch 'master' of github.com:annando/friendicaMichael2012-06-1811-35/+2963
| | |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: include/oembed.php
| | | * | New option in the bbcode parser to disable oembed.Michael Vogel2012-06-182-26/+35
| | | | |
| | | * | New function to convert bbcode to markdown.Michael Vogel2012-06-1710-19/+2939
| | | | |
| | * | | OEmbed: Don't output the width of imagesMichael2012-06-181-1/+2
| | | | |
* | | | | like commentsfriendica2012-06-232-3/+4
| | | | |
* | | | | liking comments backendfriendica2012-06-234-12/+20
|/ / / /
* | | | cleanup mod/sharefriendica2012-06-231-14/+11
| | | |
* | | | Merge pull request #350 from fermionic/improve-bb2diaspora-conversionsfermionic2012-06-221-20/+53
|\ \ \ \ | | | | | | | | | | Improve bb2diaspora conversions