aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote branch 'upstream/master'Chris Case2011-05-223-63/+91
|\
| * more improvements in twitter handling, reduce duplicates from FB when double ↵Friendika2011-05-222-62/+90
| | | | | | | | friended
| * removed buggy debug code ;)Friendika2011-05-221-1/+1
| |
* | improved standards compliance of some of the tags and fixed an issue which ↵Chris Case2011-05-221-3/+3
|/ | | | caused text to bump-over youtube video embeds
* Drupal doesn't provide absolute URL on feed. Fix to allow importing Drupal ↵Friendika2011-05-211-0/+18
| | | | "contacts".
* regex stuffed upFriendika2011-05-211-3/+3
|
* patches for youtube's change in link and embed formats, please testFriendika2011-05-202-1/+15
|
* "notes" appFriendika2011-05-202-7/+16
|
* more indicators of public visibilityFriendika2011-05-191-1/+1
|
* typo in email delete sql, add message sender to body for better handling of ↵Friendika2011-05-191-1/+8
| | | | mailing lists
* better mailing list support, email addr can be either 'from' or 'to'Friendika2011-05-192-3/+17
|
* don't send any potentially large embeds over ajax so as to avoid huge ↵Friendika2011-05-181-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 servicesFriendika2011-05-181-0/+1
|
* "show all n comments" comes back after toggled and ajax updated, plus ↵Friendika2011-05-171-0/+3
| | | | connector doc improvements
* bug #65 'show all nn comments', 'show more posts like this' are misleading ↵Friendika2011-05-161-2/+2
| | | | after they've been clicked once. Solution, hide them once clicked.
* bug #70 - error messages on group deletion, warning cleanupFriendika2011-05-152-2/+2
|
* wrong author came from feed, not from FBFriendika2011-05-141-1/+1
|
* deprecate load_view_fileFriendika2011-05-117-19/+19
|
* bring back load_view_file for dispy templatesFriendika2011-05-102-6/+6
|
* don't use load_view_file() except in email templates and install of htconfig ↵Friendika2011-05-106-17/+17
| | | | - to avoid getting wrong file when package is updated by copying over an older version.
* missing self photo on remote site comment boxesFriendika2011-05-091-0/+9
|
* use local contact photo if availableFriendika2011-05-091-2/+15
|
* refactor "which link to show" logicFriendika2011-05-062-110/+96
|
* Merge pull request #96 from fabrixxm/apiFriendika2011-05-052-13/+531
|\ | | | | Status.net Api
| * API workfabrixxm2011-04-271-6/+22
| |
| * More works on apiFabio Comuni2011-04-211-200/+158
| |
| * Reworked template processor. support for "if" "for" and "inc" blocks, also ↵Fabio Comuni2011-04-211-13/+100
| | | | | | | | nested
| * work on api.Fabio Comuni2011-04-211-89/+157
| |
| * First attemp of apiFabio Comuni2011-04-211-0/+389
| |
* | issues with private photos - hitting internal size limitsFriendika2011-05-042-2/+11
| |
* | lost comment boxes on status.net conversationsFriendika2011-05-031-1/+1
| |
* | warn if msg is visible to allFriendika2011-05-011-0/+1
| |
* | fix private imagesFriendika2011-04-302-4/+43
| |
* | missing location after editor was consolidatedFriendika2011-04-281-1/+1
| |
* | Icons as CSS classes, hide net/home/mail/notify-update divs with no valuefabrixxm2011-04-281-9/+6
| |
* | misspellFriendika2011-04-261-1/+1
| |
* | over-ride comment boxFriendika2011-04-261-1/+2
| |
* | no insecure warning on FB connectionsFriendika2011-04-261-1/+1
| |
* | lots of facebook fixesFriendika2011-04-263-5/+9
| |
* | redirect to profile photo upload on very first loginFriendika2011-04-231-1/+11
|/
* merge status editor instancesFriendika2011-04-201-0/+85
|
* keep space before t() for legacy string pullerFriendika2011-04-201-1/+1
|
* pull request #91 fabrixxm (manual merge)Friendika2011-04-201-9/+28
|
* photos_link not photo_linkFriendika2011-04-191-1/+1
|
* per contact network page (link in photo menu)Friendika2011-04-191-1/+4
|
* provide a way to disable mailbox integrationFriendika2011-04-182-9/+19
|
* "wait" cursor when submitting comments bug #45Friendika2011-04-181-3/+7
|
* don't try to connect to port 0Friendika2011-04-181-1/+1
|
* Merge branch 'translateitems' of https://github.com/fabrixxm/friendika into ↵Friendika2011-04-181-2/+50
|\ | | | | | | fabrixxm-translateitems
| * translate "like"/"dislike"/"friends with" messages at print timefabrixxm2011-04-181-4/+20
| |