aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Directory.php
Commit message (Collapse)AuthorAgeFilesLines
* settings for directory and set App::$profile_uid in directory if local_channel()Mario2018-09-241-1/+5
|
* escape query stringMario Vavti2018-06-071-1/+1
|
* add alt_pager to mod_moderate, remove legacy $a parameter from all ↵zotlabs2018-04-171-1/+1
| | | | occurrences of alt_pager
* directory: link entry keywords to a directory keyword searchzotlabs2018-03-291-2/+2
|
* fix some issues with friend suggestions on standalone sites with no ↵zotlabs2018-03-041-0/+5
| | | | 'suggestme' volunteers. This wrongly pulled up a site directory suggesting everybody on the site. While a better outcome than finding nobody, this does not fit with our ethical design goals. If there are no friends of friends, we will only suggest those who volunteer to be on the default suggestion list. Also do not attempt to load poco data from dead sites.
* add dummy f= arg to suggestion urls, use directory version of suggest for ↵zotlabs2018-03-031-1/+1
| | | | newmember link instead of the suggest module as the UI is prettier.
* 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