Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | php8: daily warning fixes (deriving from mod network) | Mario | 2021-03-11 | 1 | -4/+6 |
| | |||||
* | php8: random fixes deriving from mod network | Mario | 2021-03-10 | 1 | -3/+5 |
| | |||||
* | a possible fix for issue #1529 | Mario Vavti | 2021-03-09 | 1 | -2/+2 |
| | |||||
* | expose manual public item import from searchbar, set commen_policy in ↵ | Mario | 2021-01-25 | 1 | -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 mode | Mario | 2021-01-14 | 1 | -122/+123 |
| | |||||
* | make simple update more simple again | Mario | 2020-11-21 | 1 | -1/+1 |
| | |||||
* | Do away with auto updates except for our own actions. We might consider to ↵ | Mario | 2020-11-18 | 1 | -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 ↵ | Mario | 2020-10-22 | 1 | -33/+0 |
| | | | | side page caching | ||||
* | make acl selector work correctly if we provide a cid in mod network | Mario | 2020-10-16 | 1 | -11/+14 |
| | |||||
* | reduce result sets and work around a regression in justifiedGallery | Mario | 2020-07-14 | 1 | -1/+1 |
| | |||||
* | implement optional events and polls filter | Mario | 2020-02-21 | 1 | -5/+19 |
| | |||||
* | some work on zot6 DMs | Mario | 2020-01-15 | 1 | -0/+6 |
| | |||||
* | some more xss prevention | Mario Vavti | 2019-03-18 | 1 | -9/+9 |
| | |||||
* | affinity slider as app | phani00 | 2019-02-14 | 1 | -3/+5 |
| | |||||
* | Fix syntax error | DM42.Net (Matt Dent) | 2018-12-14 | 1 | -1/+1 |
| | |||||
* | Make Affinity Slider (optionally) 'sticky' across page loads. (default is ↵ | DM42.Net (Matt Dent) | 2018-12-14 | 1 | -0/+7 |
| | | | | current behavior: reset slider with each page load) | ||||
* | more fixes for forum notifications handling: do not count likes/dislikes if ↵ | Mario Vavti | 2018-11-03 | 1 | -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 Vavti | 2018-10-27 | 1 | -4/+13 |
| | |||||
* | refine stream filter and forum notification behaviour (mostly for ↵ | Mario Vavti | 2018-10-24 | 1 | -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 Vavti | 2018-10-06 | 1 | -1/+1 |
| | | | | osada) because it makes much more sense. | ||||
* | move *_list_mode to features | Mario Vavti | 2018-10-04 | 1 | -1/+1 |
| | |||||
* | Status editor hook | M. Dent | 2018-09-29 | 1 | -1/+1 |
| | |||||
* | do not unset $_GET[search] and adjust activity_order widget | Mario Vavti | 2018-09-29 | 1 | -1/+1 |
| | |||||
* | improve network search | Mario Vavti | 2018-09-29 | 1 | -15/+4 |
| | |||||
* | Update Network.php | Max Kostikov | 2018-09-28 | 1 | -1/+1 |
| | |||||
* | remove network_tabs() which has been deprecated and replaced by ↵ | Mario Vavti | 2018-09-13 | 1 | -8/+4 |
| | | | | activity_{order, filters} widgets | ||||
* | include item.title in /network and /channel search | Mario Vavti | 2018-09-11 | 1 | -1/+2 |
| | |||||
* | remove distinct from network query again until performance issue is resolved ↵ | Mario Vavti | 2018-08-27 | 1 | -2/+2 |
| | | | | or another fix for the underlying problem is found | ||||
* | Get full page of items | M.Dent | 2018-08-23 | 1 | -2/+2 |
| | |||||
* | more code optimisation | zotlabs | 2018-08-20 | 1 | -10/+12 |
| | |||||
* | order nouveau by created instead of received since ordering by received ↵ | Mario Vavti | 2018-07-04 | 1 | -2/+2 |
| | | | | returns unexpected results once old expired items get re-imported | ||||
* | apply changes to slider defaults across all modules that use buildQuery for ↵ | zotlabs | 2018-06-15 | 1 | -2/+2 |
| | | | | updates | ||||
* | hubzilla core issue #1227 - affinity slider unable to reach 0,99 when slider ↵ | zotlabs | 2018-06-15 | 1 | -4/+6 |
| | | | | saved default changes | ||||
* | restrict cid filter to unthreaded order (makes much more sense that way imho ↵ | Mario Vavti | 2018-06-09 | 1 | -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 only | Mario Vavti | 2018-06-08 | 1 | -5/+10 |
| | |||||
* | do not query for parents if $conv and $nouveau are set | Mario Vavti | 2018-06-07 | 1 | -5/+11 |
| | |||||
* | rely on the pf argument to determine if we deal with a forum or not. ↵ | Mario Vavti | 2018-06-05 | 1 | -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 results | Mario Vavti | 2018-06-04 | 1 | -2/+5 |
| | |||||
* | improve network cid query | Mario Vavti | 2018-06-03 | 1 | -24/+22 |
| | |||||
* | merge groups and filed posts into activity filters | Mario Vavti | 2018-05-31 | 1 | -2/+2 |
| | |||||
* | strpos does not work with arrays :( | Mario Vavti | 2018-05-30 | 1 | -1/+1 |
| | |||||
* | restrict the network/channel navbar search to content and hashtags | Mario Vavti | 2018-05-30 | 1 | -0/+3 |
| | |||||
* | make navbar search use the module search function in /network and /channel | Mario Vavti | 2018-05-30 | 1 | -0/+4 |
| | |||||
* | remove redundant reference for order | Mario Vavti | 2018-05-30 | 1 | -5/+0 |
| | |||||
* | first cut on restructuring the previously called network tabs | Mario Vavti | 2018-05-30 | 1 | -4/+17 |
| | |||||
* | hubzilla issue #1200 | zotlabs | 2018-05-27 | 1 | -2/+2 |
| | |||||
* | implement jot reset button | Mario Vavti | 2018-05-20 | 1 | -1/+2 |
| | |||||
* | add top level posts containing the cid's url to the cid search in ↵ | zotlabs | 2018-05-10 | 1 | -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. ↵ | zotlabs | 2018-04-25 | 1 | -8/+5 |
| | | | | Notification that the group is empty was also displayed twice. | ||||
* | add alt_pager to mod_moderate, remove legacy $a parameter from all ↵ | zotlabs | 2018-04-17 | 1 | -1/+1 |
| | | | | occurrences of alt_pager |