Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into tres | friendica | 2015-01-31 | 108 | -4218/+5439 |
|\ | | | | | | | | | Conflicts: include/zot.php | ||||
| * | Add more detail about directory_mode settings to default config and docs | Habeas Codice | 2015-01-30 | 2 | -5/+15 |
| | | |||||
| * | prevent silly fake null date from causing problems OTW from older builds | Habeas Codice | 2015-01-30 | 1 | -1/+1 |
| | | |||||
| * | sync_locations() toggle DB flag functions were broken - result of postgres ↵ | friendica | 2015-01-30 | 6 | -4/+751 |
| | | | | | | | | changes. Split these into seperate set and reset blocks. | ||||
| * | fix random profiles | friendica | 2015-01-30 | 1 | -2/+3 |
| | | |||||
| * | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-01-30 | 1 | -1/+1 |
| |\ | |||||
| | * | better cross-browser compatibility for td hover colour | marijus | 2015-01-30 | 1 | -1/+1 |
| | | | |||||
| * | | let zot_refresh continue without a primary hub if one cannot be found. also ↵ | friendica | 2015-01-30 | 86 | -4189/+4483 |
| |/ | | | | | | | weekly doc updates | ||||
| * | Merge pull request #881 from cvogeley/master | RedMatrix | 2015-01-30 | 2 | -1/+5 |
| |\ | | | | | | | Add allowed and not allowed emails to the UI in the | ||||
| | * | Add allowed and not allowed emails to the UI in the | Christian Vogeley | 2015-01-29 | 2 | -1/+5 |
| | | | | | | | | | | | | admin menu | ||||
| * | | how did that stuff merge? grrrr.... | friendica | 2015-01-29 | 2 | -3/+3 |
| | | | |||||
| * | | bring back inline images | friendica | 2015-01-29 | 1 | -6/+15 |
| | | | |||||
| * | | enable ratings only in this branch until we're ready to push | friendica | 2015-01-29 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into pocorate | friendica | 2015-01-29 | 5 | -6/+5 |
| |\ \ | |||||
| | * \ | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-01-29 | 4 | -6/+4 |
| | |\ \ | |||||
| | | * \ | Merge pull request #880 from redswede/master | RedMatrix | 2015-01-30 | 4 | -6/+4 |
| | | |\ \ | | | | |/ | | | |/| | fixes | ||||
| | | | * | small autocomplete fix adding space to the output | RedSwede | 2015-01-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | provides: the ability to press enter after pressing enter during the mention-js-popup (this second enter should behave as a normal one) FF35 | ||||
| | | | * | non-tested fix for issue 847 | RedSwede | 2015-01-29 | 1 | -1/+1 |
| | | | | | |||||
| | | | * | fix issue 848 + code comments | RedSwede | 2015-01-29 | 1 | -4/+2 |
| | | | | | |||||
| | | | * | Renamed translation file | RedSwede | 2015-01-29 | 1 | -0/+0 |
| | | |/ | |||||
| | * / | disable ratings until we're a bit further along. It's all changing. | friendica | 2015-01-29 | 1 | -0/+1 |
| | |/ | |||||
| * | | Merge branch 'master' into pocorate | friendica | 2015-01-29 | 165 | -936/+933 |
| |\| | |||||
| * | | prate module | friendica | 2015-01-29 | 1 | -0/+91 |
| | | | |||||
| * | | basic query for number of raters. Should probably be a join or subselect but ↵ | friendica | 2015-01-28 | 1 | -1/+11 |
| | | | | | | | | | | | | that will take a bit more fiddling | ||||
| * | | updates to put rating info into the local xlink before sending it to known ↵ | friendica | 2015-01-28 | 2 | -2/+48 |
| | | | | | | | | | | | | directory servers | ||||
| * | | Merge branch 'master' into pocorate | friendica | 2015-01-28 | 9 | -21/+75 |
| |\ \ | |||||
| * | | | first cut at direntry template, right now just provide a mockup with a ↵ | friendica | 2015-01-27 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | slider and rating count to look at. | ||||
* | | | | cleanup event form and various required indicators on inputs | friendica | 2015-01-29 | 5 | -9/+28 |
| | | | | |||||
* | | | | Merge branch 'master' into tres | friendica | 2015-01-29 | 167 | -954/+1001 |
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/group.php include/text.php mod/acl.php mod/channel.php mod/connections.php mod/display.php mod/group.php mod/item.php mod/locs.php mod/network.php mod/photos.php mod/ping.php mod/starred.php mod/viewsrc.php | ||||
| * | | | implement diaspora profile message (oops) or updated profile photos won't be ↵ | friendica | 2015-01-29 | 2 | -22/+5 |
| | | | | | | | | | | | | | | | | updated | ||||
| * | | | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-01-28 | 4 | -5/+7 |
| |\ \ \ | |||||
| | * | | | postgres does not support the , syntax. a ; would work, if it weren't ↵ | Habeas Codice | 2015-01-28 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | statement-locked. FWIW, the exact same queries listed for postgres are perfectly valid and equivalent on mysql. no need for separate statements. | ||||
| | * | | | Merge branch 'master' of https://github.com/friendica/red | Habeas Codice | 2015-01-28 | 27 | -388/+604 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | * | | | bookmarkedchats: remove extraneous group by, dupes removed on insert | Habeas Codice | 2015-01-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | suggestedchats: normalize to standard SQL | ||||
| | * | | | fix improper group by usage | Habeas Codice | 2015-01-28 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | fix implicit boolean | Habeas Codice | 2015-01-28 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | provide compatibility functions so code breakage with customised setups or ↵ | friendica | 2015-01-28 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | work in progress should be minor | ||||
| * | | | | remote_user => remote_channel | friendica | 2015-01-28 | 33 | -47/+47 |
| | | | | | |||||
| * | | | | local_user => local_channel | friendica | 2015-01-28 | 155 | -886/+886 |
| | |/ / | |/| | | |||||
| * | | | make sure we honour the disable_discover_tab pref | friendica | 2015-01-28 | 1 | -1/+5 |
| | | | | |||||
| * | | | allow diaspora posts to be delivered to the discover channel unless ↵ | friendica | 2015-01-28 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | prohibited from doing so. | ||||
| * | | | limit the number of forums that can be tagged in a single post - default is ↵ | friendica | 2015-01-28 | 1 | -8/+46 |
| | | | | | | | | | | | | | | | | 2. The reason is simple - count how many posts would be in transit simultaneously if this was unlimited and somebody tagged 40-50 forums. In practice when used legitimately - we've rarely seen more than two, in fact I don't recall seeing more than two ever. Typically it is one and occasionally two. Changing the default is tricky - a client system cannot do it, but the site hosting a forum can choose to. Since not all sites that host forums will choose to do so, the ordering of the mentions would then be important. | ||||
| * | | | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-01-28 | 1 | -4/+2 |
| |\ \ \ | |||||
| | * | | | fix /view/de/lostpass_eml.tpl | marijus | 2015-01-28 | 1 | -4/+2 |
| | | | | | |||||
| * | | | | Revert "issue with de email template (lostpass_eml.tpl)" | friendica | 2015-01-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 3e8fa8c8a2cd125dd7aa0a9482e98ae39db61e52. | ||||
| * | | | | issue with de email template (lostpass_eml.tpl) | friendica | 2015-01-28 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | add yet another firehose check | friendica | 2015-01-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-01-28 | 3 | -2/+5 |
| |\ \ \ | |||||
| | * | | | show shared button only to local user | marijus | 2015-01-28 | 2 | -1/+4 |
| | | | | | |||||
| | * | | | no need for new line here - spacing is done via css | marijus | 2015-01-28 | 1 | -1/+1 |
| | | | | |