aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Widget/Notifications.php
Commit message (Collapse)AuthorAgeFilesLines
* consolidate notifications stringsMario2021-06-171-18/+18
|
* New landing page HQ with separate views for direct messages, public/limited ↵Mario2021-06-171-2/+0
| | | | messages and starred messages if the feature is enabled
* remove deprecated mail codeMario2021-05-281-16/+1
|
* More PHP 8 fixesMax Kostikov2021-03-101-3/+3
|
* implement notifications for direct messagesMario2020-05-141-0/+20
|
* fix event notifications viewall urlMario Vavti2019-05-201-1/+1
|
* more notifications fixesMario Vavti2018-12-031-4/+4
| | | (cherry picked from commit 9ef6c57ca59aa318a3564f6b48c6442870650d3e)
* do not rely on startpage pconfig anymoreMario Vavti2018-10-011-1/+1
|
* some more work on forum notificationsMario Vavti2018-06-021-6/+2
|
* unread forum notifications - wip/unfinishedMario Vavti2018-06-011-0/+15
|
* Modified notifications widget to add the public stream when the current user ↵Julian Schweinsberg2018-04-091-1/+1
| | | | is allowed to see it only
* fix icon position and make string translatableMario Vavti2018-02-261-3/+6
|
* wrong linkMario Vavti2018-02-081-1/+1
|
* if startpage is /hq redirect all notifications links to /hq and minor ↵Mario Vavti2018-01-271-1/+2
| | | | notifications and hq fixes
* start with nonactive state for the notifications button and display some ↵Mario Vavti2018-01-071-0/+1
| | | | text if there are no notifications on small screens only
* notification: slight animation for loading... and do not remove public ↵Mario Vavti2017-12-111-1/+1
| | | | stream items on click (we can not mark them read)
* add a filter for notification to show new posts onlyMario Vavti2017-12-011-6/+9
|
* load notifications links to /display via ajax if we are already in /displayMario Vavti2017-11-091-0/+1
|
* only show pubs notifications if discovery_tab != disabledMario Vavti2017-10-111-15/+17
|
* remove notifications code from nav and go live with new notificationsMario Vavti2017-10-101-4/+0
|
* more fixesMario Vavti2017-10-081-2/+2
|
* new notification fixesMario Vavti2017-10-081-13/+13
|
* experimental new notifications - needs pconfig experimental_notif set to 1 ↵Mario Vavti2017-10-081-0/+152
for your channel to work.