aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Directory.php
Commit message (Collapse)AuthorAgeFilesLines
* minorzotlabs2016-10-121-0/+1
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-10-041-2/+1
|\
| * feature_enabled() only takes two argumentsMario Vavti2016-10-041-2/+1
| |
* | remove leftover rating fragmentredmatrix2016-10-041-2/+5
|/
* separate the 'expert' feature into 'advanced_theming' and ↵redmatrix2016-09-011-1/+1
| | | | 'advanced_dirsearch'. Hide both features unless techlevel > 3.
* ratings are gone. They can be enabled, but there is no UI for doing so at ↵redmatrix2016-08-251-1/+1
| | | | 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-2/+2
| | | | observer_prohibited()
* module updatesredmatrix2016-04-181-0/+425