aboutsummaryrefslogtreecommitdiff
path: root/src/services/notification_utils
Commit message (Collapse)AuthorAge
* Support `status` notification typemarcin mikołajczak2024-05-25
| | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
* use last favicon instead of first for consistency with browsersHenry Jameson2023-11-22
|
* fix tests and make utils consistent in where they pull configuration fromHenry Jameson2023-11-22
|
* fix badgeHenry Jameson2023-11-20
|
* temp console log for mobile debugHenry Jameson2023-11-20
|
* fix notification dot in favicon and mobile nav, minor refactorHenry Jameson2023-11-20
|
* reports visibility setting + actual filtering for desktop notifsHenry Jameson2023-11-19
|
* use dispatch instead of commmit, fix bad copypastaHenry Jameson2023-11-16
|
* use URL for original favicon instead of canvasHenry Jameson2023-11-16
|
* refactored notifications into their own module separate from statuses (WIP)Henry Jameson2023-11-16
|
* fixHenry Jameson2023-11-13
|
* add options for marking single notification as readHenry Jameson2023-11-13
|
* Merge remote-tracking branch 'origin/develop' into notifications-thru-swHenry Jameson2023-11-13
|\
| * Display unread visuals when there are unread extra notificationstusooa2023-08-18
| |
* | Don't use notification-badge'd favicon for badges in notificationsHenry Jameson2023-11-09
| |
* | wrong keyHenry Jameson2023-10-26
| |
* | fallback to old notification method, don't spam if old way of creatingHenry Jameson2023-10-26
|/ | | | notification fails, try to use favicon
* Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma-fe into ↵Ilja2022-07-18
|\ | | | | | | feat/report-notification
| * Add settings for filtering end-of-poll notificationsTusooa Zhu2022-05-20
| | | | | | | | Ref: poll-notif
| * Show poll-end notificationsTusooa Zhu2022-05-20
| | | | | | | | Ref: poll-notif
* | Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma-fe into ↵Ilja2022-02-26
|\| | | | | | | feat/report-notification
| * add basic validation for statusless status notificationsShpuld Shpuldson2021-02-26
| |
* | Fix up and code reviewIlja2022-02-26
| | | | | | | | | | | | | | | | * Check if it works properly * Notifs are shown as BE returns them * The Interaction view has Reports, but only when you're mod or admin * Do some extra translations * Fix some console spam
* | report notification wipShpuld Shpuldson2020-11-15
|/
* Add desktop chat notificationseugenijm2020-07-13
|
* NotificationUtils: Add tag to notifications.lain2020-06-11
|
* NotificationUtils: Extract preparation of notification object.lain2020-06-11
|
* Add support for follow request notificationseugenijm2020-04-30
|
* Emoji Reactions - fixes and improvementsShpuld Shpludson2020-02-11
|
* Optimize Notifications RenderingShpuld Shpludson2020-01-14
|
* Add view for moves notificationskPherox2019-12-11
|
* npm eslint --fix .Henry Jameson2019-07-05
|
* removed unused masto api, added initial version of interactions timelineHenry Jameson2019-05-14
|
* #436: fix notification order, follow type link issue, duplicate keydave2019-03-14
|
* quickfixHenry Jameson2019-01-25
|
* this attempts converting id to number to sort them numerically, since "99" >Henry Jameson2019-01-25
| | | | "100" while 99 < 100
* fix tests, removed one unused function, fix real problem that tests helped toHenry Jameson2019-01-11
| | | | surface
* Remove all explicit and implicit conversions of statusId to number, changedHenry Jameson2019-01-11
| | | | explicit ones so that they convert them to string
* New routes, notifications, other impovements in side drwaershpuld2018-12-28