aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Network.php
Commit message (Expand)AuthorAgeFilesLines
* AS2Mario2024-02-251-1/+1
* more deprecate $aMario2023-09-211-1/+1
* implement optional moderation of unsolicited comments, minor css fixes and so...Mario2023-06-231-0/+2
* fix issue #1694Mario2022-09-301-2/+2
* php8: warning fixesMario2022-09-141-0/+4
* this was required for old style forum posts only and should not be needed any...Mario2022-02-211-9/+11
* merge branch perms_ng into devMario2021-12-151-4/+3
* resolve some vsprintf issuesMario2021-09-071-12/+9
* mod network clean-upXanthor2021-06-291-65/+65
* New landing page HQ with separate views for direct messages, public/limited m...Mario2021-06-171-0/+4
* php8: fix some undefined variablesMario2021-03-141-0/+2
* php8: daily warning fixes (deriving from mod network)Mario2021-03-111-4/+6
* php8: random fixes deriving from mod networkMario2021-03-101-3/+5
* a possible fix for issue #1529Mario Vavti2021-03-091-2/+2
* expose manual public item import from searchbar, set commen_policy in Activit...Mario2021-01-251-1/+1
* some work to fix r_preview in list modeMario2021-01-141-122/+123
* make simple update more simple againMario2020-11-211-1/+1
* Do away with auto updates except for our own actions. We might consider to re...Mario2020-11-181-20/+5
* adapt notifications and mark item seen handling to play well with client side...Mario2020-10-221-33/+0
* make acl selector work correctly if we provide a cid in mod networkMario2020-10-161-11/+14
* reduce result sets and work around a regression in justifiedGalleryMario2020-07-141-1/+1
* 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