aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Network.php
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Mario2021-06-171-0/+4
| | | | messages and starred messages if the feature is enabled
* 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 ↵Mario2021-01-251-1/+1
| | | | Activity::store() to what we get if we get something otherwise default to authenticated, comments by the owner have the relay flag set and therefor $perm will be not be set to post_comments - always check if we own the parent in lib/libzot (not only if $perm = send_stream) if otherwise not allowed
* 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 ↵Mario2020-11-181-20/+5
| | | | re-implement this for single thread view like eg /display. Instead of calculating scroll positions during updates, keep track of expanded items and set the expanded state when updating - this fixes issue #1488
* adapt notifications and mark item seen handling to play well with client ↵Mario2020-10-221-33/+0
| | | | side page caching
* 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 ↵DM42.Net (Matt Dent)2018-12-141-0/+7
| | | | current behavior: reset slider with each page load)
* more fixes for forum notifications handling: do not count likes/dislikes if ↵Mario Vavti2018-11-031-1/+5
| | | | likes notifications are disabled and also do not show like activities when clicking a forum notification and like notifications are disabled
* 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 ↵Mario Vavti2018-10-241-20/+30
| | | | performance). personal posts will be displayed in unthreaded mode and clicking a forum notification will show only the unseen items of the forum in unthreaded mode. group the filters in the widget - threaded at the top, unthreaded beneath.
* rename grid to network (for consistency) and activity to stream (as seen in ↵Mario Vavti2018-10-061-1/+1
| | | | osada) because it makes much more sense.
* 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 ↵Mario Vavti2018-09-131-8/+4
| | | | activity_{order, filters} widgets
* 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
| | | | or another fix for the underlying problem is found
* 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 ↵Mario Vavti2018-07-041-2/+2
| | | | returns unexpected results once old expired items get re-imported
* apply changes to slider defaults across all modules that use buildQuery for ↵zotlabs2018-06-151-2/+2
| | | | updates
* hubzilla core issue #1227 - affinity slider unable to reach 0,99 when slider ↵zotlabs2018-06-151-4/+6
| | | | saved default changes
* restrict cid filter to unthreaded order (makes much more sense that way imho ↵Mario Vavti2018-06-091-1/+1
| | | | and the query is a lot faster) and slighty change order of the filters
* 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. ↵Mario Vavti2018-06-051-3/+5
| | | | xchan_pubforum is not set for all public forums in the forum filters for some reason.
* 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
|