| Commit message (Expand) | Author | Age | Files | Lines |
* | fix search/new against possible email leakage | friendica | 2012-05-11 | 1 | -0/+3 |
* | better test of email reply visibility | friendica | 2012-05-11 | 2 | -3/+3 |
* | moderated comment templates | friendica | 2012-05-11 | 1 | -0/+11 |
* | send browser back to correct page (with query args) after posting | friendica | 2012-05-09 | 1 | -1/+1 |
* | slight improvement in a couple of queries | friendica | 2012-05-08 | 1 | -0/+6 |
* | don't provide 'show more' on remote friends in common unless there are actual... | friendica | 2012-05-08 | 1 | -1/+2 |
* | make it optional to optimize the item table after expire | friendica | 2012-05-08 | 1 | -1/+5 |
* | finished dry run - now for real test | friendica | 2012-05-07 | 1 | -1/+3 |
* | don't throw "did not contain xml" error if it's a valid rss that doesn't have... | friendica | 2012-05-07 | 1 | -1/+1 |
* | If a contact has had delivery issues in the last 15 minutes, send new posts s... | friendica | 2012-05-07 | 4 | -8/+34 |
* | separate poll_interval from delivery_interval - default is the same. | friendica | 2012-05-07 | 1 | -1/+3 |
* | reset permissions to forum default when adding forum delivery chain | friendica | 2012-05-06 | 1 | -2/+12 |
* | consolidate item deletion so we can fix orphaned categories and file_as tags. | friendica | 2012-05-05 | 1 | -27/+32 |
* | workaround to clean up orphaned filetags | friendica | 2012-05-04 | 1 | -1/+1 |
* | only show remove category to item owner | friendica | 2012-05-04 | 1 | -1/+2 |
* | category removal | friendica | 2012-05-04 | 1 | -4/+9 |
* | "show more" friends in common | friendica | 2012-05-04 | 2 | -7/+13 |
* | implement max load average before queuing/deferring delivery and poller proce... | friendica | 2012-05-03 | 2 | -0/+24 |
* | yet another bug in remote_friends_in_common | friendica | 2012-05-03 | 2 | -1/+2 |
* | string update | friendica | 2012-05-03 | 1 | -1/+3 |
* | validate_url() and validate_email() validate also IP address. | Fabio Comuni | 2012-05-03 | 1 | -3/+3 |
* | use mysql replace on cache items | friendica | 2012-05-02 | 1 | -12/+30 |
* | fixing common friends | friendica | 2012-05-02 | 1 | -6/+7 |
* | missing param | friendica | 2012-05-02 | 1 | -1/+2 |
* | how did that happen? | friendica | 2012-05-02 | 1 | -1/+1 |
* | shuffle results of remote_common_friends widget | friendica | 2012-05-02 | 2 | -8/+25 |
* | only validate once | friendica | 2012-05-01 | 1 | -3/+0 |
* | perform basic validation | friendica | 2012-05-01 | 1 | -0/+3 |
* | final touches - show friends in common with total strangers from different sites | friendica | 2012-05-01 | 2 | -7/+13 |
* | cross fingers | friendica | 2012-05-01 | 1 | -1/+1 |
* | reduce the scope a bit | friendica | 2012-05-01 | 2 | -19/+11 |
* | fn not found | friendica | 2012-05-01 | 1 | -0/+1 |
* | another one | friendica | 2012-05-01 | 1 | -1/+1 |
* | typo | friendica | 2012-05-01 | 1 | -1/+1 |
* | first try common friends for visitors | friendica | 2012-05-01 | 2 | -0/+81 |
* | improve handling of relative feed url's | friendica | 2012-05-01 | 1 | -1/+1 |
* | convert html entities to utf-8 before email header encoding | friendica | 2012-05-01 | 1 | -2/+2 |
* | link socgraph to zrls | friendica | 2012-05-01 | 2 | -25/+21 |
* | adding zrl support to social graphs | friendica | 2012-05-01 | 2 | -15/+25 |
* | hidden plugins (add .hidden file to dir) | friendica | 2012-04-30 | 2 | -1/+71 |
* | change api.php in function api_item_get_user to check if $usercache is NULL b... | Zach Prezkuta | 2012-04-30 | 1 | -1/+1 |
* | missed a db field | friendica | 2012-04-29 | 1 | -1/+1 |
* | typo in profile_selectors, fix remote tagging | friendica | 2012-04-29 | 2 | -17/+33 |
* | not all profile selector choices have unique or direct translations | friendica | 2012-04-29 | 1 | -6/+12 |
* | log db error strings in all cases | friendica | 2012-04-29 | 1 | -3/+3 |
* | improved db error logging | friendica | 2012-04-29 | 1 | -9/+17 |
* | toggle to archive unfriends, though render them useless | friendica | 2012-04-28 | 1 | -0/+15 |
* | a few more continues that should be returns | friendica | 2012-04-28 | 1 | -7/+7 |
* | poller refactor: continue not valid in this context | friendica | 2012-04-28 | 1 | -1/+1 |
* | break up poller into separate processes | friendica | 2012-04-27 | 2 | -431/+525 |