aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Network.php
Commit message (Expand)AuthorAgeFilesLines
* implement optional events and polls filterMario2020-02-211-5/+19
* some work on zot6 DMsMario2020-01-151-0/+6
* some more xss preventionMario Vavti2019-03-181-9/+9
* affinity slider as appphani002019-02-141-3/+5
* Fix syntax errorDM42.Net (Matt Dent)2018-12-141-1/+1
* Make Affinity Slider (optionally) 'sticky' across page loads. (default is cur...DM42.Net (Matt Dent)2018-12-141-0/+7
* more fixes for forum notifications handling: do not count likes/dislikes if l...Mario Vavti2018-11-031-1/+5
* fix issues with forum handling in mod network and ping. also some code cleanup.Mario Vavti2018-10-271-4/+13
* refine stream filter and forum notification behaviour (mostly for performance...Mario Vavti2018-10-241-20/+30
* rename grid to network (for consistency) and activity to stream (as seen in o...Mario Vavti2018-10-061-1/+1
* move *_list_mode to featuresMario Vavti2018-10-041-1/+1
* Status editor hookM. Dent2018-09-291-1/+1
* do not unset $_GET[search] and adjust activity_order widgetMario Vavti2018-09-291-1/+1
* improve network searchMario Vavti2018-09-291-15/+4
* Update Network.phpMax Kostikov2018-09-281-1/+1
* remove network_tabs() which has been deprecated and replaced by activity_{ord...Mario Vavti2018-09-131-8/+4
* include item.title in /network and /channel searchMario Vavti2018-09-111-1/+2
* remove distinct from network query again until performance issue is resolved ...Mario Vavti2018-08-271-2/+2
* Get full page of itemsM.Dent2018-08-231-2/+2
* more code optimisationzotlabs2018-08-201-10/+12
* order nouveau by created instead of received since ordering by received retur...Mario Vavti2018-07-041-2/+2
* apply changes to slider defaults across all modules that use buildQuery for u...zotlabs2018-06-151-2/+2
* hubzilla core issue #1227 - affinity slider unable to reach 0,99 when slider ...zotlabs2018-06-151-4/+6
* restrict cid filter to unthreaded order (makes much more sense that way imho ...Mario Vavti2018-06-091-1/+1
* if unthreaded and cid and not pf, query author onlyMario Vavti2018-06-081-5/+10
* do not query for parents if $conv and $nouveau are setMario Vavti2018-06-071-5/+11
* rely on the pf argument to determine if we deal with a forum or not. xchan_pu...Mario Vavti2018-06-051-3/+5
* be specific about the term type and do not sort the resultsMario Vavti2018-06-041-2/+5
* improve network cid queryMario Vavti2018-06-031-24/+22
* merge groups and filed posts into activity filtersMario Vavti2018-05-311-2/+2
* strpos does not work with arrays :(Mario Vavti2018-05-301-1/+1
* restrict the network/channel navbar search to content and hashtagsMario Vavti2018-05-301-0/+3
* make navbar search use the module search function in /network and /channelMario Vavti2018-05-301-0/+4
* remove redundant reference for orderMario Vavti2018-05-301-5/+0
* first cut on restructuring the previously called network tabsMario Vavti2018-05-301-4/+17
* hubzilla issue #1200zotlabs2018-05-271-2/+2
* implement jot reset buttonMario Vavti2018-05-201-1/+2
* add top level posts containing the cid's url to the cid search in mod_network...zotlabs2018-05-101-1/+1
* mod_network: privacy group query returning results when group is empty. Notif...zotlabs2018-04-251-8/+5
* add alt_pager to mod_moderate, remove legacy $a parameter from all occurrence...zotlabs2018-04-171-1/+1
* remove some more distinct in queries and observe any regressions. this is rel...Mario Vavti2018-04-161-6/+1
* fix regression where in the starred tab only top level posts were visibleMario Vavti2018-04-151-4/+4
* use new forum tag style in forum search postingszotlabs2018-02-111-1/+1
* remove some never used indices which prevented our item queries to find the r...Mario Vavti2018-02-041-13/+23
* test of new affinity preset code (post 3.0)zotlabs2017-12-301-5/+3
* cleanupzotlabs2017-12-281-3/+5
* a different (hopefully better) implementation of affinity presets, but not fo...zotlabs2017-12-281-2/+4
* update item_normal() to not include ACTIVITY_OBJ_FILE obj_typeMario Vavti2017-11-031-2/+1
* support for netselect queryzotlabs2017-11-011-3/+13
* feed untranslated appnames to nav_set_selected() and query for the active app...Mario Vavti2017-10-091-1/+1