aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Directory.php
Commit message (Collapse)AuthorAgeFilesLines
* reduce default directory result setMario2024-03-261-1/+1
|
* Deprecate *_config() functions in core.Harald Eilertsen2024-03-241-8/+8
|
* Hidden > SpamMario Vavti2023-05-051-1/+1
|
* provide possibility to flag via ajax calls to prevent pageloadsMario Vavti2023-05-031-6/+7
|
* use shorter stringsMario Vavti2023-04-271-1/+1
|
* update doco and fix safemodeMario Vavti2023-04-271-3/+4
|
* enable dir admins to flag or hide entriesMario Vavti2023-04-261-4/+11
|
* fix php warningsMario Vavti2022-10-251-3/+3
|
* fix php warningsMario Vavti2022-10-231-1/+1
|
* fix php warningsMario2022-10-201-1/+1
|
* fix php warningsMario2022-10-121-23/+18
|
* address deprecation warningsMario2022-02-131-6/+6
|
* remove dir_fns includesMario2021-05-271-1/+0
|
* more add interactive flagMario2021-03-111-1/+1
|
* more libzotdirMario2021-01-091-96/+98
|
* reduce result sets and work around a regression in justifiedGalleryMario2020-07-141-1/+1
|
* directory: port censoring from zap and disable oembed in profile aboutMario2019-12-091-14/+29
|
* More nofollow tags to discourage backlink farmersTerrox2019-09-031-1/+1
|
* disable directory options when using suggestion mode and only return one ↵zotlabs2019-04-301-2/+8
| | | | | | page (60 items) so that sorting works correctly
* fix suggestion ordering in directory modulezotlabs2019-04-301-3/+25
|
* use urlencodeMario Vavti2019-03-181-1/+1
|
* ENT_COMPAT will only take care of double-quotes. Use double-quotes here to ↵Mario Vavti2019-03-181-1/+1
| | | | prevent XSS
* 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