Commit graph

63 commits

Author SHA1 Message Date
nobody
3faaf00e78 suggestions pagination 2021-10-30 02:46:48 -07:00
nobody
a582e6e9d8 directory issue when choosing collections and no collections exist. This always returns the first directory entry with no xchan_name and makes the directory unusable afterward; so ensure there is a search string before redirecting to chanview 2021-07-20 15:56:12 -07:00
nobody
c1f99901f8 check sites module for blocked stuff 2021-04-14 19:19:06 -07:00
nobody
5828a844b6 Add site restriction checking to returned directory entries. Previously we only checked personal blocklists. Also some performance improvements on directory filtering. 2021-04-14 17:18:23 -07:00
nobody
bd298f4165 "active" setting for directory searches 2021-04-13 20:11:33 -07:00
nobody
b4d755f8ab provide "updated only" setting on directory searches which limits to entries that have been updated in < 60 days 2021-04-13 19:03:27 -07:00
nobody
6589475b26 Merge branch 'dev' of ../p3 into dev 2021-03-14 22:12:39 -07:00
nobody
d69589e17e scripted replace of 'array()' with '[]' 2021-03-14 22:10:44 -07:00
nobody
730c386cd8 search actor url from navbar 2021-03-14 16:41:45 -07:00
nobody
7b9d245841 search actor urls 2021-03-14 16:04:13 -07:00
nobody
faf7681eee add link to 'sites' on directory page via Findpeople widget. 2020-09-10 18:12:35 -07:00
nobody
3062ef211d more suggestion tweaks 2020-09-03 04:04:30 -07:00
nobody
26ff92ce8c suggestion debugging cont. 2020-09-03 03:46:25 -07:00
nobody
e338474458 suggestion improvements 2020-09-03 03:39:26 -07:00
nobody
c3fb6c890f suggestion work 2020-09-02 18:17:52 -07:00
nobody
f814dfbee0 remove safe-mode rendering of 'about' text - it really mangles profiles 2020-08-31 23:27:14 -07:00
nobody
9f10569f36 change default block_public_directory to true 2020-08-31 19:32:03 -07:00
nobody
ef6c8482b7 directory work 2020-08-31 19:24:21 -07:00
zotlabs
72601039d2 move superblock to core 2020-03-19 21:08:50 -07:00
zotlabs
027d9e211d more html5 br conversions 2019-11-21 20:00:57 -08:00
zotlabs
261a5ee888 Updates and fixes 2019-09-22 20:56:30 -07:00
zotlabs
1131ba9096 typo 2019-08-13 23:59:45 -07:00
zotlabs
e7e22d4f2e bug fix 2019-08-13 23:57:00 -07:00
zotlabs
dfd771da4e fix suggestion ignore redirection and update zotsh 2019-08-13 19:42:32 -07:00
zotlabs
18dc941526 directory issue 2019-06-30 19:10:12 -07:00
zotlabs
17599db5c9 cleanup - filter "unsafe" entries from driectory tag cloud 2019-06-20 23:17:04 -07:00
zotlabs
687eb93153 directory entry reporting handler 2019-05-05 18:44:33 -07:00
zotlabs
b64858a099 directory: if safe mode is enabled, strip links from profile elements 2019-05-05 13:06:15 -07:00
zotlabs
f7971c8a57 don't provide dirsort links in mod_directory suggestion mode 2019-04-30 23:46:08 -07:00
zotlabs
79f5866137 fix suggestion ordering 2019-04-30 23:18:39 -07:00
zotlabs
dd0df677a6 resolve some of the issues associated with having multiple suggestion implementations, and add xign sync to this subsystem 2019-04-30 16:52:07 -07:00
zotlabs
96d431fcb5 add collections to directory 2019-04-02 18:53:43 -07:00
zotlabs
7169bd1ebc xss issue from upstream, messagefilter enhancements 2019-03-18 19:19:04 -07:00
zotlabs
a1af668815 more work to support collections 2019-03-05 17:27:16 -08:00
zotlabs
63a75cc7d5 rename privacy groups to access lists, forums to groups 2019-02-14 15:26:37 -08:00
zotlabs
54bfc4a88d delivery issues 2018-09-21 16:29:13 -07:00
zotlabs
9beda708de Change main router request variable from 'q' to 'req'. This is necessary to implement search in the twitter api addon, because twitter requires use of the variable 'q'. 2018-08-26 23:35:29 -07:00
zotlabs
88f3ce6736 cleanup unnecessary functions 2018-07-31 17:27:50 -07:00
zotlabs
38a2493ed0 Merge branch 'red' 2018-06-07 18:44:05 -07:00
Mario Vavti
b3928f3d2a escape query string 2018-06-07 22:45:07 +02:00
zotlabs
915c50064c consolidate directory functions into libzotdir 2018-06-04 23:19:16 -07:00
zotlabs
c53f788cc8 add alt_pager to mod_moderate, remove legacy $a parameter from all occurrences of alt_pager 2018-04-17 23:36:35 -07:00
zotlabs
998f39868f directory: link entry keywords to a directory keyword search 2018-03-29 14:27:26 -07:00
zotlabs
59a2057fa0 fix some issues with friend suggestions on standalone sites with no '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. 2018-03-04 17:40:38 -08:00
zotlabs
471c3c4d06 add dummy f= arg to suggestion urls, use directory version of suggest for newmember link instead of the suggest module as the UI is prettier. 2018-03-03 15:54:13 -08:00
zotlabs
7b6ddeb859 allow a site to block (public) the directory separately from other resources. 2017-11-12 21:43:46 -08:00
zotlabs
359bfb76f6 common connections on suggestion page showing wildly different results than remote profile, and is consistently off by one 2017-11-05 16:29:01 -08:00
Mario Vavti
cc1ffff7cd feed untranslated appnames to nav_set_selected() and query for the active app directly to get app details 2017-10-09 21:22:57 +02:00
git-marijus
27678a523c more nav_set_selected apps 2017-07-21 22:36:47 +02:00
zotlabs
7ccf47f4c6 don't allow negative age in directory listings 2017-05-31 20:08:35 -07:00