aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Ping.php
Commit message (Collapse)AuthorAgeFilesLines
* decode encoded midMario Vavti2019-06-281-2/+1
|
* select event by event_hash instead of item_idMario Vavti2019-04-301-1/+1
|
* provide link to source and some cleanupMario Vavti2019-04-191-1/+1
|
* home notifications won't expand if there are more than 300 unseen network ↵zotlabs2018-12-091-2/+4
| | | | notifications ahead of them.
* allow notification filtering by name or addrzotlabs2018-11-301-1/+7
|
* more fixes for forum notifications handling: do not count likes/dislikes if ↵Mario Vavti2018-11-031-1/+1
| | | | likes notifications are disabled and also do not show like activities when clicking a forum notification and like notifications are disabled
* fix forum ping results - the term query requires xchan_name instead of ↵Mario Vavti2018-10-291-4/+3
| | | | xchan_hash. also improve the query itself - item_permission_sql() is redundant here since we always deal with local_channel() and use count(id) instead of sum(item_unseen) to get the unseen count
* fix issues with forum handling in mod network and ping. also some code cleanup.Mario Vavti2018-10-271-6/+11
|
* notifications: fix unseen forum countMario Vavti2018-10-261-6/+8
|
* refine stream filter and forum notification behaviour (mostly for ↵Mario Vavti2018-10-241-1/+1
| | | | 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.
* pubstream appMario Vavti2018-10-061-3/+8
|
* add the pf argument to the forum notification linksMario Vavti2018-06-061-1/+1
|
* missing $perm_sqlMario Vavti2018-06-031-1/+4
|
* finalize filters and forum notificationsMario Vavti2018-06-021-66/+43
|
* some more work on forum notificationsMario Vavti2018-06-021-0/+13
|
* unread forum notifications - wip/unfinishedMario Vavti2018-06-011-0/+61
|
* we must now provide the full path to the profile image for the cavatar ↵Mario Vavti2018-05-151-1/+1
| | | | plugin to work
* possible fix for issue #1101Mario Vavti2018-04-231-1/+1
|
* fix closing parenthesis in wrong spotMario Vavti2018-04-171-2/+2
|
* allow to toggle visibility of likes/dislikes in notificationsMario Vavti2018-04-111-1/+12
|
* hubzilla issue #1050 pubstream notifications visible when pubstream is notzotlabs2018-04-081-1/+2
|
* since we only save the parent mid in notify we must look for thr_parent when ↵Mario Vavti2018-02-131-1/+12
| | | | dealing with likes
* more db and queries finetuningMario Vavti2018-02-081-13/+13
|
* remove some never used indices which prevented our item queries to find the ↵Mario Vavti2018-02-041-11/+8
| | | | right query execution plan in mysql and adjust some queries to optimze the result
* query optimisations for notifications - use a specific index onlyMario Vavti2018-01-281-2/+6
|
* notifications: only handle item otype notify_idsMario Vavti2017-12-181-2/+2
|
* fix some pubstream on/off weirdnessMario2017-12-031-1/+1
|
* some more work on mod hqMario Vavti2017-11-241-1/+1
|
* cloud tiles: use folder-o for folders and set the icon colour to something a ↵zotlabs2017-11-191-1/+2
| | | | bit less harsh than the link colour for system icons. Dark solid blue folders are a bit overwhelming, as is the default text_colour (black)
* only provide notify id if otype == itemMario Vavti2017-11-191-1/+1
|
* do not double encode already encoded midMario Vavti2017-11-191-1/+6
|
* some more work on mod hqMario Vavti2017-11-181-0/+2
|
* use substr() instead of str_replace()Mario Vavti2017-11-171-2/+1
|
* inroduce the HQ module - a module with the potential to become a nice ↵Mario Vavti2017-11-171-1/+0
| | | | landing page for hubzilla. It is nothing more than a downgraded mod display atm.
* strip author name from notify messages in notifications - fix issue #911Mario Vavti2017-11-171-1/+8
|
* fix unable to mark all messages readMario Vavti2017-11-061-1/+1
|
* update item_normal() to not include ACTIVITY_OBJ_FILE obj_typeMario Vavti2017-11-031-10/+4
|
* do not show seen notifys in notifications - show them in mod notifications ↵Mario Vavti2017-10-221-27/+10
| | | | instead. Update notifications count also on notifications updates
* new notification fixesMario Vavti2017-10-081-1/+1
|
* provide single post view for pubstream and rewrite llink to point to ↵Mario Vavti2017-10-071-0/+1
| | | | /pubstream/?f=&mid=some_mid instead of /display/some_mid for pubs notifications
* introduce public stream notificationsMario Vavti2017-10-061-2/+36
|
* introduce shared files notificationsMario Vavti2017-10-041-1/+34
|
* bring back notifications for account approvalsMario Vavti2017-10-041-0/+24
|
* consolidate disable_discover_tab config if it was not yet set to either 1 or ↵git-marijus2017-08-061-1/+2
| | | | 0 in DB
* do not show pubs notifications for items with ACTIVITY_OBJ_FILE obj_typegit-marijus2017-08-011-1/+3
|
* do not include ACTIVITY_OBJ_FILE obj_type in the ping/something querygit-marijus2017-07-301-2/+5
|
* provide public stream notification also for not authenticated viewersgit-marijus2017-07-291-2/+8
|
* fix notifications - item_notshown is set for likes, etc.zotlabs2017-07-291-2/+3
|
* filter by item_notshown instead of obj_typegit-marijus2017-07-281-3/+2
|
* do not show obj_type ACTIVITY_OBJ_FILE under activity notifications and do ↵git-marijus2017-07-281-2/+4
| | | | not mark those read in /network