Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | Friendika | 2011-05-23 | 1 | -0/+7 |
| | | | | is the same as existing | ||||
* | 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 |
| |\ | | | | | | | Oembed plugin | ||||
| | * | Add oembed user option for use oembed instead of standard yotube embedding. | Fabio Comuni | 2011-05-23 | 1 | -2/+1 |
| | | | | | | | | | | | | Remove global option and parse_url use of oembed. | ||||
| | * | add config [system][embed_all] to use oembed with links and youtube. Url ↵ | fabrixxm | 2011-05-23 | 1 | -6/+11 |
| | | | | | | | | | | | | parse fallback to default if url has not an oembed rappresentation. | ||||
| | * | Fix missing wrapping span on bbcode to html, split embed data fetch and ↵ | fabrixxm | 2011-05-23 | 1 | -50/+87 |
| | | | | | | | | | | | | rappresentation in two functions. Prettier video embed. | ||||
| | * | 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 |
|\ \ \ | |/ / |/| | | | | | | | | Conflicts: boot.php | ||||
| * | | add info() function. Works like notice() but show messages in a div with ↵ | Fabio Comuni | 2011-05-23 | 1 | -4/+4 |
| |/ | | | | | | | | | | | | | class info-message. update code to use info() instead of notice() when appropriate (non-error message) add info-message class style in themes | ||||
* / | 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 |
| | | | | | | | | friended | ||||
| * | removed buggy debug code ;) | Friendika | 2011-05-22 | 1 | -1/+1 |
| | | |||||
* | | improved standards compliance of some of the tags and fixed an issue which ↵ | Chris Case | 2011-05-22 | 1 | -3/+3 |
|/ | | | | caused text to bump-over youtube video embeds | ||||
* | Drupal doesn't provide absolute URL on feed. Fix to allow importing Drupal ↵ | Friendika | 2011-05-21 | 1 | -0/+18 |
| | | | | "contacts". | ||||
* | 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 ↵ | Friendika | 2011-05-19 | 1 | -1/+8 |
| | | | | mailing lists | ||||
* | 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 ↵ | Friendika | 2011-05-18 | 1 | -1/+1 |
| | | | | prefetch downloads. Strip them out and provide a notice to reload page to view them. Ensures they will only be loaded once. | ||||
* | doc updates - connecting to services | Friendika | 2011-05-18 | 1 | -0/+1 |
| | |||||
* | "show all n comments" comes back after toggled and ajax updated, plus ↵ | Friendika | 2011-05-17 | 1 | -0/+3 |
| | | | | connector doc improvements | ||||
* | bug #65 'show all nn comments', 'show more posts like this' are misleading ↵ | Friendika | 2011-05-16 | 1 | -2/+2 |
| | | | | after they've been clicked once. Solution, hide them once clicked. | ||||
* | 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 |
| | | | | - to avoid getting wrong file when package is updated by copying over an older version. | ||||
* | 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 |
|\ | | | | | Status.net Api | ||||
| * | 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 ↵ | Fabio Comuni | 2011-04-21 | 1 | -13/+100 |
| | | | | | | | | nested | ||||
| * | work on api. | Fabio Comuni | 2011-04-21 | 1 | -89/+157 |
| | | |||||
| * | First attemp of api | Fabio Comuni | 2011-04-21 | 1 | -0/+389 |
| | | |||||
* | | issues with private photos - hitting internal size limits | Friendika | 2011-05-04 | 2 | -2/+11 |
| | | |||||
* | | lost comment boxes on status.net conversations | Friendika | 2011-05-03 | 1 | -1/+1 |
| | | |||||
* | | warn if msg is visible to all | Friendika | 2011-05-01 | 1 | -0/+1 |
| | | |||||
* | | fix private images | Friendika | 2011-04-30 | 2 | -4/+43 |
| | |