Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | more work on facebook re-queue | Friendika | 2011-06-05 | 1 | -1/+5 | |
| | ||||||
* | load hooks inside queue | Friendika | 2011-06-05 | 1 | -0/+2 | |
| | ||||||
* | new member page | Friendika | 2011-06-03 | 1 | -0/+13 | |
| | ||||||
* | facebook queueing on failure, sync update.php with boot.php update version ↵ | Friendika | 2011-06-03 | 2 | -16/+22 | |
| | | | | to avoid race condition | |||||
* | adjust acl_selector max name length to prevent div overflow | Friendika | 2011-06-02 | 1 | -1/+1 | |
| | ||||||
* | add queue_deliver plugin hook | Friendika | 2011-06-02 | 1 | -2/+14 | |
| | ||||||
* | show group affiliations in contact editor | Friendika | 2011-05-31 | 1 | -0/+12 | |
| | ||||||
* | on rare occasions posts do not get a parent. The only thing which could ↵ | Friendika | 2011-05-29 | 1 | -0/+9 | |
| | | | | cause it is if we can't find our new post. So we'll check for this and try one more time before failing. | |||||
* | 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 ↵ | 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. |