aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Ping.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
* initial notifications support for new shared files and new (since initial ↵git-marijus2017-07-281-7/+45
| | | | site load) pubstream activity
* provide /locs link on settings page if there is more than one hubloc for ↵zotlabs2016-11-051-4/+0
| | | | this channnel *that isn't deleted*.
* [TASK] Update Doxyfile and fix Doxygen errors.Klaus Weidenbach2016-10-131-112/+95
| | | | | | Updated Doxyfile to include new folders. Add a list for @hooks tags. Fixed some parsing problems for Doxygen.
* more backticksredmatrix2016-10-031-6/+6
|
* issue #466, sql typoredmatrix2016-07-281-1/+1
|
* the rest of the schema updates - WARNING: some third party plugins may fail; ↵redmatrix2016-06-011-19/+19
| | | | e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files.
* typoMario Vavti2016-05-261-1/+1
|
* moved enotifyredmatrix2016-05-241-2/+3
|
* module updatesredmatrix2016-04-181-0/+497