aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Ping.php
Commit message (Expand)AuthorAgeFilesLines
* remove mod pingMario2021-05-281-707/+0
* 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 not...zotlabs2018-12-091-2/+4
* allow notification filtering by name or addrzotlabs2018-11-301-1/+7
* more fixes for forum notifications handling: do not count likes/dislikes if l...Mario Vavti2018-11-031-1/+1
* fix forum ping results - the term query requires xchan_name instead of xchan_...Mario Vavti2018-10-291-4/+3
* 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 performance...Mario Vavti2018-10-241-1/+1
* 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 plugin...Mario Vavti2018-05-151-1/+1
* 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
* more db and queries finetuningMario Vavti2018-02-081-13/+13
* remove some never used indices which prevented our item queries to find the r...Mario Vavti2018-02-041-11/+8
* 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
* 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 landing...Mario Vavti2017-11-171-1/+0
* 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 in...Mario Vavti2017-10-221-27/+10
* new notification fixesMario Vavti2017-10-081-1/+1
* provide single post view for pubstream and rewrite llink to point to /pubstre...Mario Vavti2017-10-071-0/+1
* 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
* 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