Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow anybody to view ratings - including oneself. Only allow authenticated ↵ | friendica | 2015-02-04 | 1 | -9/+9 |
| | | | | folks to edit them. | ||||
* | add 'view ratings' to the widget. It's actually two stacked widgets rather ↵ | friendica | 2015-02-04 | 1 | -2/+6 |
| | | | | than a widget with two entries. That's the only way we can keep the theming consistent with the rconnect button. | ||||
* | honour the rating enable setting (which we really do need to rename since it ↵ | friendica | 2015-02-04 | 1 | -0/+5 |
| | | | | isn't poco any more) | ||||
* | remote rating and addition of rate-me to channel profile sidebar | friendica | 2015-02-04 | 2 | -12/+32 |
| | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-02-04 | 1 | -28/+60 |
|\ | |||||
| * | not quite there yet but getting closer a little | marijus | 2015-02-04 | 1 | -28/+60 |
| | | |||||
* | | first cut at rating widget. The flaw is that it is limited because it ↵ | friendica | 2015-02-04 | 2 | -0/+33 |
|/ | | | | requires local_channel() (formerly local_user()). We need to extend this to take you home like rpost does if you're logged in as remote_channel() - and/or we need zot to send the rating message to the source channel and target in addition to the directories. | ||||
* | order ratings friends first | friendica | 2015-02-03 | 1 | -4/+0 |
| | |||||
* | final cleanup on ratings feature | friendica | 2015-02-03 | 1 | -0/+1 |
| | |||||
* | finish off the sync functions | friendica | 2015-02-03 | 1 | -0/+43 |
| | |||||
* | ratings - mopping up, most everything but directory sync implemented | friendica | 2015-02-03 | 1 | -0/+3 |
| | |||||
* | Merge branch 'master' into pocorate | friendica | 2015-02-03 | 2 | -2/+7 |
|\ | |||||
| * | garbage in garbage out | friendica | 2015-02-03 | 2 | -2/+7 |
| | | |||||
* | | send rating information to directories | friendica | 2015-02-02 | 3 | -24/+153 |
|/ | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-02-02 | 1 | -0/+75 |
|\ | |||||
| * | comment out latest changes - needs more testing | marijus | 2015-02-02 | 1 | -4/+4 |
| | | |||||
| * | comment this out for now - it is not always true | marijus | 2015-02-02 | 1 | -2/+2 |
| | | |||||
| * | one important line missing | marijus | 2015-02-02 | 1 | -0/+1 |
| | | |||||
| * | we also need folder here | marijus | 2015-02-02 | 1 | -1/+1 |
| | | |||||
| * | typo | marijus | 2015-02-02 | 1 | -1/+1 |
| | | |||||
| * | just select perms | marijus | 2015-02-02 | 1 | -1/+1 |
| | | |||||
| * | respect parent dir permissions | marijus | 2015-02-02 | 1 | -0/+74 |
| | | |||||
* | | issue #889 private tags for forums no longer recognised after tag refactor a ↵ | friendica | 2015-02-02 | 2 | -0/+4 |
|/ | | | | few weeks back. This solution is not optimal as it also leaves you in the privacy ACL in some cases and not in others but it restores the previous functionality | ||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-02-01 | 1 | -0/+1 |
|\ | |||||
| * | add multipart/mixed to getIconFromType() | marijus | 2015-02-01 | 1 | -0/+1 |
| | | |||||
* | | two tracks proceeding in parallel - first adding the ability to store a ↵ | friendica | 2015-02-01 | 1 | -0/+4 |
|/ | | | | digital signature with ratings so that directories can pass them around, second provide some directory registration functions so we can obtain a list of directories from somewhere (to pass ratings around between them). This gives the primary directory role some value as that is where you register your directory. | ||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-01-31 | 1 | -1/+1 |
|\ | |||||
| * | prevent silly fake null date from causing problems OTW from older builds | Habeas Codice | 2015-01-30 | 1 | -1/+1 |
| | | |||||
* | | issue #885, autoperms not working for diaspora connections | friendica | 2015-01-31 | 1 | -1/+1 |
|/ | |||||
* | sync_locations() toggle DB flag functions were broken - result of postgres ↵ | friendica | 2015-01-30 | 1 | -4/+22 |
| | | | | changes. Split these into seperate set and reset blocks. | ||||
* | fix random profiles | friendica | 2015-01-30 | 1 | -2/+3 |
| | |||||
* | let zot_refresh continue without a primary hub if one cannot be found. also ↵ | friendica | 2015-01-30 | 1 | -5/+14 |
| | | | | weekly doc updates | ||||
* | bring back inline images | friendica | 2015-01-29 | 1 | -6/+15 |
| | |||||
* | Merge branch 'master' into pocorate | friendica | 2015-01-29 | 29 | -200/+183 |
|\ | |||||
| * | implement diaspora profile message (oops) or updated profile photos won't be ↵ | friendica | 2015-01-29 | 1 | -21/+4 |
| | | | | | | | | updated | ||||
| * | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-01-28 | 2 | -3/+3 |
| |\ | |||||
| | * | Merge branch 'master' of https://github.com/friendica/red | Habeas Codice | 2015-01-28 | 9 | -144/+446 |
| | |\ | |||||
| | * | | 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 |
| | | | | |||||
| * | | | remote_user => remote_channel | friendica | 2015-01-28 | 7 | -13/+13 |
| | | | | |||||
| * | | | local_user => local_channel | friendica | 2015-01-28 | 27 | -171/+171 |
| | |/ | |/| | |||||
* / | | updates to put rating info into the local xlink before sending it to known ↵ | friendica | 2015-01-28 | 1 | -0/+10 |
|/ / | | | | | | | directory servers | ||||
* | | 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. | ||||
* | | 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 | 1 | -1/+2 |
|\ \ | |||||
| * | | show shared button only to local user | marijus | 2015-01-28 | 1 | -1/+2 |
| | | | |||||
* | | | more minor tweaks to the route mismatch algorithm after watching it all day. | friendica | 2015-01-28 | 1 | -2/+5 |
|/ / | |||||
* | | ignore route mismatches on firehose posts to the sys channel. Use whatever ↵ | friendica | 2015-01-27 | 1 | -1/+1 |
| | | | | | | | | parent route we have. By definition we aren't going to have permission issues with these things. |