aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Network.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* implement jot reset buttonMario Vavti2018-05-201-1/+2
|
* add top level posts containing the cid's url to the cid search in ↵zotlabs2018-05-101-1/+1
| | | | mod_network. We could alternatively search for mention tags here for a bit more precision but the sql could get pretty hairy with all the joins going on.
* mod_network: privacy group query returning results when group is empty. ↵zotlabs2018-04-251-8/+5
| | | | Notification that the group is empty was also displayed twice.
* add alt_pager to mod_moderate, remove legacy $a parameter from all ↵zotlabs2018-04-171-1/+1
| | | | occurrences of alt_pager
* remove some more distinct in queries and observe any regressions. this is ↵Mario Vavti2018-04-161-6/+1
| | | | related to issue #1079 and commit d47ea20aa8bb8219f7a0760e81ba3db542392390
* 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 ↵Mario Vavti2018-02-041-13/+23
| | | | right query execution plan in mysql and adjust some queries to optimze the result
* 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 ↵zotlabs2017-12-281-2/+4
| | | | for 3.0 because strings have changed.
* 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 ↵Mario Vavti2017-10-091-1/+1
| | | | app directly to get app details
* remove item_thread_top from simple_update query - we're already fetching ↵zotlabs2017-09-101-1/+2
| | | | distinct(parent) and this prevented comments from displaying after submission when remote-authed.
* introduce item_normal_update(). the differnce to item_normal() is that we do ↵Mario Vavti2017-09-031-1/+2
| | | | not query for item_deleted = 0 and therefor can find deleted likes which allows us to update our unlikes on the fly if static page update is enabled
* ditch discover tab in favour of the public stream appgit-marijus2017-08-241-18/+4
|
* consolidate disable_discover_tab config if it was not yet set to either 1 or ↵git-marijus2017-08-061-2/+3
| | | | 0 in DB
* plugin hook for update_unseenzotlabs2017-08-011-4/+9
|
* another syntax errorgit-marijus2017-07-301-1/+1
|
* missing quotes on string in network update_unseenzotlabs2017-07-291-1/+1
|
* switch back to filter by ACTIVITY_OBJ_FILE for marking items read in ↵git-marijus2017-07-291-2/+2
| | | | /network since item_notshown is also used for likes
* filter by item_notshown instead of obj_typegit-marijus2017-07-281-2/+2
|
* do not show obj_type ACTIVITY_OBJ_FILE under activity notifications and do ↵git-marijus2017-07-281-1/+2
| | | | not mark those read in /network
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-07-211-1/+1
|\
| * provide a mechanism to mark apps active in the bingit-marijus2017-07-211-1/+1
| |
* | allow wildcard tag and category searcheszotlabs2017-07-201-2/+2
|/
* remove deprecated app parameter from conversation()zotlabs2017-06-201-1/+1
|