aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Ratings.php
Commit message (Collapse)AuthorAgeFilesLines
* ratings are gone. They can be enabled, but there is no UI for doing so at ↵redmatrix2016-08-251-10/+4
| | | | this time; and will likely only be available in a 'pro' configuration once the new implementation details have been hashed out. This appears to require a mechanism for rebuttal before it can again be opened to the public. There are also some synchronisation issues to contend with; as ratings are currently only distributed to active directory servers. There is no reliable mechanism for a new directory server to fetch existing ratings.
* turn the oft-repeated block_public ... check into a function ↵redmatrix2016-05-221-3/+3
| | | | observer_prohibited()
* module updatesredmatrix2016-04-181-0/+115