aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Directory.php
Commit message (Collapse)AuthorAgeFilesLines
* allow a site to block (public) the directory separately from other resources.zotlabs2017-11-121-0/+5
|
* common connections on suggestion page showing wildly different results than ↵zotlabs2017-11-051-2/+2
| | | | remote profile, and is consistently off by one
* feed untranslated appnames to nav_set_selected() and query for the active ↵Mario Vavti2017-10-091-1/+1
| | | | app directly to get app details
* more nav_set_selected appsgit-marijus2017-07-211-1/+1
|
* don't allow negative age in directory listingszotlabs2017-05-311-1/+1
|
* remove include/widgets.phpzotlabs2017-03-161-1/+0
|
* use chanlink_url() in directory since the xchan might not yet be available ↵Mario Vavti2017-02-241-1/+1
| | | | on our server
* more places to use chanlink_hash() instead of chanlink_url() for profile_linkMario Vavti2017-02-231-1/+1
|
* peoplefind widget should honour directory option settings (such as this site ↵zotlabs2016-12-301-0/+1
| | | | only).
* call zidify_links() when formatting bbcode for internal consumptionzotlabs2016-12-191-1/+1
|
* 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