| Commit message (Expand) | Author | Age | Files | Lines |
* | on rare occasions posts do not get a parent. The only thing which could cause... | Friendika | 2011-05-29 | 1 | -0/+9 |
* | order groups by name | Friendika | 2011-05-29 | 1 | -1/+1 |
* | small fixes to item post to try and sort out segfault issues on php 5.3 (?) | Friendika | 2011-05-29 | 1 | -8/+0 |
* | bug #38 posts and photos only visible to friends if so configured | Friendika | 2011-05-28 | 1 | -2/+2 |
* | begin event module | Friendika | 2011-05-27 | 1 | -0/+34 |
* | email - search from, to, cc, and bcc | Friendika | 2011-05-27 | 1 | -9/+16 |
* | troublesome feed was a 307 redirect. We didn't recognise 307 | Friendika | 2011-05-26 | 1 | -0/+7 |
* | file attachments | Friendika | 2011-05-25 | 1 | -0/+1 |
* | basic file upload/attach | Friendika | 2011-05-24 | 1 | -0/+80 |
* | turn on attach display | Friendika | 2011-05-24 | 1 | -2/+2 |
* | attachment display | Friendika | 2011-05-24 | 1 | -2/+7 |
* | ability to hide profile and wall from unknown people | Friendika | 2011-05-24 | 1 | -1/+1 |
* | improve push_lang and pop_lang to do basically nothing if the new language is... | Friendika | 2011-05-23 | 1 | -0/+7 |
* | bug #85 | Friendika | 2011-05-23 | 1 | -0/+23 |
* | Merge branch 'pull' | Friendika | 2011-05-23 | 2 | -56/+98 |
|\ |
|
| * | Merge pull request #107 from fabrixxm/oembed | Friendika | 2011-05-23 | 2 | -56/+98 |
| |\ |
|
| | * | Add oembed user option for use oembed instead of standard yotube embedding. | Fabio Comuni | 2011-05-23 | 1 | -2/+1 |
| | * | add config [system][embed_all] to use oembed with links and youtube. Url pars... | fabrixxm | 2011-05-23 | 1 | -6/+11 |
| | * | Fix missing wrapping span on bbcode to html, split embed data fetch and rappr... | fabrixxm | 2011-05-23 | 1 | -50/+87 |
| | * | update oembed plugin. embed preview in editor | fabrixxm | 2011-05-23 | 1 | -6/+7 |
* | | | Merge branch 'fabrixxm-master' | Friendika | 2011-05-23 | 1 | -4/+4 |
|\ \ \
| |/ /
|/| | |
|
| * | | add info() function. Works like notice() but show messages in a div with clas... | Fabio Comuni | 2011-05-23 | 1 | -4/+4 |
| |/ |
|
* / | improved browser language detect, set user language on login | Friendika | 2011-05-23 | 2 | -1/+54 |
|/ |
|
* | Merge remote branch 'upstream/master' | Chris Case | 2011-05-22 | 3 | -63/+91 |
|\ |
|
| * | more improvements in twitter handling, reduce duplicates from FB when double ... | Friendika | 2011-05-22 | 2 | -62/+90 |
| * | removed buggy debug code ;) | Friendika | 2011-05-22 | 1 | -1/+1 |
* | | improved standards compliance of some of the tags and fixed an issue which ca... | Chris Case | 2011-05-22 | 1 | -3/+3 |
|/ |
|
* | Drupal doesn't provide absolute URL on feed. Fix to allow importing Drupal "c... | Friendika | 2011-05-21 | 1 | -0/+18 |
* | regex stuffed up | Friendika | 2011-05-21 | 1 | -3/+3 |
* | patches for youtube's change in link and embed formats, please test | Friendika | 2011-05-20 | 2 | -1/+15 |
* | "notes" app | Friendika | 2011-05-20 | 2 | -7/+16 |
* | more indicators of public visibility | Friendika | 2011-05-19 | 1 | -1/+1 |
* | typo in email delete sql, add message sender to body for better handling of m... | Friendika | 2011-05-19 | 1 | -1/+8 |
* | better mailing list support, email addr can be either 'from' or 'to' | Friendika | 2011-05-19 | 2 | -3/+17 |
* | don't send any potentially large embeds over ajax so as to avoid huge prefetc... | Friendika | 2011-05-18 | 1 | -1/+1 |
* | doc updates - connecting to services | Friendika | 2011-05-18 | 1 | -0/+1 |
* | "show all n comments" comes back after toggled and ajax updated, plus connect... | Friendika | 2011-05-17 | 1 | -0/+3 |
* | bug #65 'show all nn comments', 'show more posts like this' are misleading af... | Friendika | 2011-05-16 | 1 | -2/+2 |
* | bug #70 - error messages on group deletion, warning cleanup | Friendika | 2011-05-15 | 2 | -2/+2 |
* | wrong author came from feed, not from FB | Friendika | 2011-05-14 | 1 | -1/+1 |
* | deprecate load_view_file | Friendika | 2011-05-11 | 7 | -19/+19 |
* | bring back load_view_file for dispy templates | Friendika | 2011-05-10 | 2 | -6/+6 |
* | don't use load_view_file() except in email templates and install of htconfig ... | Friendika | 2011-05-10 | 6 | -17/+17 |
* | missing self photo on remote site comment boxes | Friendika | 2011-05-09 | 1 | -0/+9 |
* | use local contact photo if available | Friendika | 2011-05-09 | 1 | -2/+15 |
* | refactor "which link to show" logic | Friendika | 2011-05-06 | 2 | -110/+96 |
* | Merge pull request #96 from fabrixxm/api | Friendika | 2011-05-05 | 2 | -13/+531 |
|\ |
|
| * | API work | fabrixxm | 2011-04-27 | 1 | -6/+22 |
| * | More works on api | Fabio Comuni | 2011-04-21 | 1 | -200/+158 |
| * | Reworked template processor. support for "if" "for" and "inc" blocks, also ne... | Fabio Comuni | 2011-04-21 | 1 | -13/+100 |