Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Speed optimisation by enabling the posibility of the MySQL fulltext engine | Michael Vogel | 2012-05-26 | 2 | -8/+16 |
| | |||||
* | Merge remote branch 'upstream/master' | Michael Vogel | 2012-05-25 | 11 | -44/+126 |
|\ | |||||
| * | add a placeholder attribute on search-text; dispy fixes | Simon L'nu | 2012-05-23 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Simon L'nu <simon.lnu@gmail.com> | ||||
| * | photo rotation | friendica | 2012-05-23 | 1 | -0/+6 |
| | | |||||
| * | keep FB out of private notes | friendica | 2012-05-22 | 1 | -13/+17 |
| | | |||||
| * | clear submanage, etc from session on logout | friendica | 2012-05-22 | 1 | -0/+7 |
| | | |||||
| * | cause of bogus wall-to-wall posts found | friendica | 2012-05-22 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of https://github.com/friendica/friendica | Tobias Diekershoff | 2012-05-22 | 2 | -16/+23 |
| |\ | |||||
| | * | redir links for permission controlled attachments | friendica | 2012-05-21 | 2 | -16/+23 |
| | | | |||||
| * | | fix setting array values to config items | Tobias Diekershoff | 2012-05-22 | 1 | -3/+1 |
| |/ | |||||
| * | rev update, bug 428, 429, and ability to block globaldir submissions from ↵ | friendica | 2012-05-21 | 1 | -1/+9 |
| | | | | | | | | demo sites | ||||
| * | rev update | friendica | 2012-05-20 | 3 | -9/+61 |
| | | |||||
* | | Performance tests | Michael Vogel | 2012-05-20 | 2 | -9/+13 |
| | | |||||
* | | Merge remote branch 'upstream/master' | Michael Vogel | 2012-05-19 | 6 | -388/+610 |
|\| | |||||
| * | backend support for 'x' deliveries per process - x is configurable, more ↵ | friendica | 2012-05-19 | 2 | -377/+388 |
| | | | | | | | | importantly any search starting with # is automatically a tag search. TODO: Need to extend this to people searches starting with @ | ||||
| * | theming for default group selector | friendica | 2012-05-18 | 1 | -1/+4 |
| | | |||||
| * | more private forums, default privacy group for new contacts | friendica | 2012-05-17 | 4 | -30/+69 |
| | | |||||
| * | tell browser not to cache permission denied (private) photos so that after ↵ | friendica | 2012-05-17 | 1 | -3/+3 |
| | | | | | | | | authenticating we don't have to fight the browser - plus more prvgroup work | ||||
| * | setup delivery chain for private groups (work in progress) | friendica | 2012-05-17 | 1 | -21/+26 |
| | | |||||
| * | bring in the *much better* xml parser from the original zot branch | friendica | 2012-05-16 | 1 | -0/+164 |
| | | |||||
* | | Merge remote branch 'upstream/master' | Michael Vogel | 2012-05-16 | 6 | -8/+22 |
|\| | |||||
| * | Allow plugins to modify the contact photo menu | Matthew Exon | 2012-05-15 | 1 | -1/+1 |
| | | |||||
| * | rename get_language() to get_browser_language() | friendica | 2012-05-13 | 2 | -4/+4 |
| | | |||||
| * | 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 |
| | | |||||
* | | Merge remote branch 'upstream/master' | Michael Vogel | 2012-05-09 | 25 | -562/+1053 |
|\| | |||||
| * | 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 ↵ | friendica | 2012-05-08 | 1 | -1/+2 |
| | | | | | | | | actually more | ||||
| * | 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 ↵ | friendica | 2012-05-07 | 1 | -1/+1 |
| | | | | | | | | have the <?xml declaration | ||||
| * | If a contact has had delivery issues in the last 15 minutes, send new posts ↵ | friendica | 2012-05-07 | 4 | -8/+34 |
| | | | | | | | | | | | | | | straight to the queue and don't even try to connect. Also defer polling for stuck contacts. Should reduce the number of stuck processes trying to connect with dead or dying servers significantly. | ||||
| * | 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 ↵ | friendica | 2012-05-03 | 2 | -0/+24 |
| | | | | | | | | processes | ||||
| * | 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 |
| | |