aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Notifications.php
Commit message (Collapse)AuthorAgeFilesLines
* move mark notifications read code to mod notificationsMario2021-05-281-1/+49
|
* fix regression in mod notificationsMario2021-04-161-10/+13
|
* get devHilmar R2021-03-011-4/+4
|
* this is messing with names containing a comma and is superfluous nowMario Vavti2018-07-061-2/+0
|
* do not show seen notifys in notifications - show them in mod notifications ↵Mario Vavti2017-10-221-8/+27
| | | | instead. Update notifications count also on notifications updates
* some styling for system notificationsMario Vavti2017-05-181-1/+1
|
* remove the channel introduction on the system notifications page. "Hubzilla, ↵Hubzilla2017-01-211-1/+4
| | | | George commented on your status 20 minutes ago". We need the channel introduction (in this case "Hubzilla," in emails for situations where one person controls a lot of channels. We don't need it on the web notification summary; where you're only viewing notifications for a single given channel.
* more backticksredmatrix2016-10-031-88/+25
|
* the rest of the schema updates - WARNING: some third party plugins may fail; ↵redmatrix2016-06-011-3/+3
| | | | 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.
* module updatesredmatrix2016-04-181-0/+111