Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | don't send any potentially large embeds over ajax so as to avoid huge ↵ | Friendika | 2011-05-18 | 2 | -0/+17 | |
| | | | | | | | | 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 | |
| | | ||||||
| * | admin directory view | Friendika | 2011-05-16 | 1 | -2/+17 | |
| | | ||||||
| * | bug #70 - error messages on group deletion, warning cleanup | Friendika | 2011-05-15 | 1 | -2/+5 | |
| | | ||||||
| * | fix json_encode on url's | Friendika | 2011-05-12 | 1 | -4/+7 | |
| | | ||||||
| * | missing / in admin profile url | Fabio Comuni | 2011-05-12 | 1 | -1/+1 | |
| | | ||||||
| * | Serve friendika node info as json from url /friendika/json/ | Fabio Comuni | 2011-05-12 | 1 | -11/+29 | |
| | | ||||||
| * | deprecate load_view_file | Friendika | 2011-05-11 | 27 | -78/+78 | |
| | | ||||||
| * | bring back load_view_file for dispy templates | Friendika | 2011-05-10 | 5 | -6/+6 | |
| | | ||||||
| * | photo lockview not working, temp fix for po2php | Friendika | 2011-05-10 | 1 | -2/+2 | |
| | | ||||||
| * | leave extra line between imported url and content | Friendika | 2011-05-10 | 1 | -1/+1 | |
| | | ||||||
| * | don't use load_view_file() except in email templates and install of htconfig ↵ | Friendika | 2011-05-10 | 24 | -63/+63 | |
| | | | | | | | | - to avoid getting wrong file when package is updated by copying over an older version. | |||||
| * | rolling version number in preparation for release | Friendika | 2011-05-09 | 1 | -1/+10 | |
| | | ||||||
| * | comment macros showing on photos | Friendika | 2011-05-08 | 1 | -0/+4 | |
| | | ||||||
| * | set permalink on uploaded photo items | Friendika | 2011-05-08 | 1 | -0/+8 | |
| | | ||||||
| * | Merge pull request #96 from fabrixxm/api | Friendika | 2011-05-05 | 2 | -0/+35 | |
| |\ | | | | | | | Status.net Api | |||||
| | * | add rsd.xml (needs a template) | Fabio Comuni | 2011-04-21 | 1 | -0/+24 | |
| | | | ||||||
| | * | First attemp of api | Fabio Comuni | 2011-04-21 | 1 | -0/+11 | |
| | | | ||||||
| * | | Merge pull request #95 from fabrixxm/dispy | Friendika | 2011-05-05 | 1 | -43/+58 | |
| |\ \ | | | | | | | | | Dispy | |||||
| | * | | template for photo display | Fabio Comuni | 2011-05-05 | 1 | -43/+58 | |
| | | | | ||||||
| * | | | missing is_public in editpost | Friendika | 2011-05-05 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | incorrect count of total pages in normal view mode | Friendika | 2011-05-04 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | notify not called on new photo album (first item) | Friendika | 2011-05-03 | 1 | -0/+3 | |
| | | | | ||||||
| * | | | configurable FB poll interval, default 1hr. | Friendika | 2011-05-02 | 1 | -1/+2 | |
| | | | | ||||||
| * | | | when viewing network group, show my private conversations to the group | Friendika | 2011-04-30 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | suppress duplicate FB posts (incoming after posted locally) | Friendika | 2011-04-27 | 1 | -0/+2 | |
| | | | ||||||
| * | | call post_local_end hook on like/dislike | Friendika | 2011-04-26 | 1 | -0/+2 | |
| | | | ||||||
| * | | no insecure warning on FB connections | Friendika | 2011-04-26 | 2 | -2/+2 | |
| | | | ||||||
| * | | lots of facebook fixes | Friendika | 2011-04-26 | 1 | -1/+2 | |
| | | | ||||||
| * | | redirect to profile photo upload on very first login | Friendika | 2011-04-23 | 2 | -2/+16 | |
| | | | ||||||
| * | | block_public should also block the contacts page and 'Connect' page if not ↵ | Friendika | 2011-04-21 | 2 | -1/+19 | |
| | | | | | | | | | | | | logged in | |||||
| * | | when public access is blocked, profile page should show login box | Friendika | 2011-04-21 | 1 | -2/+1 | |
| | | | ||||||
| * | | "firewall" setting - block all public pages from the public if configured to ↵ | Friendika | 2011-04-21 | 6 | -0/+40 | |
| | | | | | | | | | | | | do so | |||||
| * | | bin2hex not vice versa | Friendika | 2011-04-21 | 1 | -1/+1 | |
| | | | ||||||
| * | | another typo | Friendika | 2011-04-21 | 1 | -1/+1 | |
| | | | ||||||
| * | | typo | Friendika | 2011-04-21 | 1 | -1/+1 | |
| |/ | ||||||
| * | don't show connect link to authenticated visitors | Friendika | 2011-04-20 | 1 | -0/+2 | |
| | | ||||||
| * | missing acl selector after merge | Friendika | 2011-04-20 | 1 | -1/+1 | |
| | | ||||||
| * | merge status editor instances | Friendika | 2011-04-20 | 2 | -164/+25 | |
| | | ||||||
| * | keep space before t() for legacy string puller | Friendika | 2011-04-20 | 1 | -1/+1 | |
| | | ||||||
| * | pull request #91 fabrixxm (manual merge) | Friendika | 2011-04-20 | 1 | -3/+5 | |
| | | ||||||
| * | edit post broke with recent checkin | Friendika | 2011-04-19 | 1 | -3/+3 | |
| | | ||||||
| * | provide disclosure warning on private network page | Friendika | 2011-04-19 | 2 | -1/+6 | |
| | | ||||||
| * | per contact network page (link in photo menu) | Friendika | 2011-04-19 | 1 | -7/+29 | |
| | | ||||||
| * | follow requests most adhere to site allow policy | Friendika | 2011-04-19 | 1 | -0/+7 | |
| | | ||||||
| * | provide a way to disable mailbox integration | Friendika | 2011-04-18 | 4 | -42/+63 | |
| | | ||||||
| * | still getting a zero | Friendika | 2011-04-18 | 1 | -4/+4 | |
| | | ||||||
| * | leave imap port blank if 0 | Friendika | 2011-04-18 | 1 | -1/+1 | |
| | | ||||||
| * | email integration, cont. | Friendika | 2011-04-17 | 6 | -9/+140 | |
| | | ||||||
| * | mail changes | Friendika | 2011-04-16 | 1 | -6/+10 | |
| | |