| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'upstream/master' | Habeas Codice | 2014-11-21 | 5 | -9/+95 |
|\ |
|
| * | allow the photo_rand widget to access photos from any channel (useful if the ... | friendica | 2014-11-20 | 1 | -1/+5 |
| * | more logging for zot_feed anomalies | friendica | 2014-11-20 | 1 | -0/+2 |
| * | more directory tuning to ignore things we already know we can't possibly update | friendica | 2014-11-20 | 1 | -1/+6 |
| * | directory: don't try and sync a directory update that points to a hubloc we a... | friendica | 2014-11-20 | 1 | -1/+18 |
| * | yet another option for the homepage | friendica | 2014-11-20 | 2 | -7/+11 |
| * | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-11-20 | 1 | -2/+2 |
| |\ |
|
| * | | random photo widget | friendica | 2014-11-20 | 1 | -1/+55 |
* | | | new system config reserved_channels | Habeas Codice | 2014-11-21 | 1 | -1/+6 |
| |/
|/| |
|
* | | Merge remote-tracking branch 'upstream/master' | Habeas Codice | 2014-11-20 | 1 | -1/+6 |
|\| |
|
| * | friendica commenters are currently shown using "Diaspora" app. Try and fix th... | friendica | 2014-11-20 | 1 | -1/+6 |
* | | implicit boolean, formatting | Habeas Codice | 2014-11-20 | 1 | -2/+2 |
|/ |
|
* | change logging of some troublesome or noisy bits so we can figure out what is... | friendica | 2014-11-19 | 3 | -4/+4 |
* | minor photo flag issue - and some more whitespace edits | friendica | 2014-11-19 | 2 | -5/+5 |
* | couple of fixes: | friendica | 2014-11-19 | 1 | -0/+5 |
* | there's still a permission issue delivering a public post directly to the sys... | friendica | 2014-11-19 | 2 | -1/+3 |
* | add sys channel to public recips if scope public | friendica | 2014-11-18 | 1 | -0/+12 |
* | turn the "adult photo flagging" (which prevents a particularly flagged photo ... | friendica | 2014-11-18 | 1 | -0/+1 |
* | Revert "Directory shows channel suggestions by default" | RedMatrix | 2014-11-19 | 1 | -0/+1 |
* | Merge pull request #702 from pafcu/master | RedMatrix | 2014-11-19 | 1 | -1/+0 |
|\ |
|
| * | Directory shows channel suggestions by default | Stefan Parviainen | 2014-11-18 | 1 | -1/+0 |
* | | Merge pull request #701 from habeascodice/master | RedMatrix | 2014-11-19 | 1 | -3/+3 |
|\ \ |
|
| * | | postgres fixes | Habeas Codice | 2014-11-18 | 1 | -3/+3 |
* | | | place holder | friendica | 2014-11-17 | 1 | -0/+5 |
* | | | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-11-17 | 1 | -17/+28 |
|\| | |
|
| * | | Merge pull request #695 from pafcu/master | RedMatrix | 2014-11-18 | 1 | -17/+28 |
| |\| |
|
| | * | Switch to a better datetime picker widget | Stefan Parviainen | 2014-11-16 | 1 | -17/+28 |
* | | | add unseen count and way to mark unseen to list mode. Also fix automatic mark... | friendica | 2014-11-17 | 1 | -0/+24 |
|/ / |
|
* | | remove old timers | friendica | 2014-11-16 | 1 | -20/+2 |
* | | speed things up a wee bit | friendica | 2014-11-16 | 2 | -7/+16 |
* | | "list mode" (forum and blog mode, no comments or comment boxes displayed on t... | friendica | 2014-11-16 | 1 | -2/+3 |
* | | some poller optimisations and a fix for undefined (empty) dbtype which shows ... | friendica | 2014-11-16 | 3 | -26/+39 |
|/ |
|
* | minor changes to support forum mode | friendica | 2014-11-15 | 2 | -21/+7 |
* | Merge pull request #693 from habeascodice/master | RedMatrix | 2014-11-14 | 1 | -0/+4 |
|\ |
|
| * | Add bitwise xor to db_getfunc() | Habeas Codice | 2014-11-13 | 1 | -0/+4 |
* | | mysql driver - in debug mode for statements that return true/false report the... | friendica | 2014-11-13 | 1 | -1/+1 |
* | | put timeout code in place but don't turn it on. | friendica | 2014-11-13 | 1 | -6/+7 |
|/ |
|
* | Merge remote-tracking branch 'upstream/master' | Habeas Codice | 2014-11-13 | 21 | -129/+750 |
|\ |
|
| * | Some Doxygen documentation. | Klaus Weidenbach | 2014-11-13 | 1 | -44/+128 |
| * | make search and advanced search use the same input form | marijus | 2014-11-12 | 1 | -2/+1 |
| * | cleanup | friendica | 2014-11-11 | 2 | -2/+9 |
| * | slow progress on sys publishing, making sure all the data we need is in the p... | friendica | 2014-11-11 | 2 | -2/+2 |
| * | a couple of places where we need to look for a sys channel euid. | friendica | 2014-11-11 | 1 | -0/+7 |
| * | and urlencode that. | friendica | 2014-11-11 | 1 | -2/+2 |
| * | Most directory searches are POST. get_query_args() only handles GET so that h... | friendica | 2014-11-11 | 1 | -1/+9 |
| * | the code is a bit crufty, but this should fix issue #687 | friendica | 2014-11-11 | 1 | -3/+10 |
| * | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-11-10 | 1 | -3/+3 |
| |\ |
|
| | * | Merge pull request #685 from zzottel/master | RedMatrix | 2014-11-11 | 1 | -3/+3 |
| | |\ |
|
| | | * | set channel_w_stream to 0 for forum roles | zottel | 2014-11-10 | 1 | -3/+3 |
| * | | | issue #683 - don't linkify homepage field without validating | friendica | 2014-11-10 | 1 | -0/+2 |
| |/ / |
|