about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/actions/notifications.js
AgeCommit message (Expand)Author
2023-02-03[Glitch] Run eslint --fixClaire
2022-10-11Move more modules from flavours/glitch/utils to flavours/glitchClaire
2022-10-11Rename flavours/glitch/util into flavours/glitch/utilsClaire
2022-10-11Move flavours/glitch/util/api to flavours/glitch/apiClaire
2022-10-11Move flavours/glitch/util/initial_state to flavours/glitch/initial_stateClaire
2022-08-25[Glitch] Fix quickly switching notification filters resulting in empty or inc...Claire
2022-08-25[Glitch] Revamp post filtering systemClaire
2022-08-25[Glitch] Fix quickly switching notification filters resulting in empty or inc...Claire
2022-06-28[Glitch] Add notifications for new reportsEugen Rochko
2022-05-08[Glitch] Fix streaming notifications not using quick filter logicClaire
2022-02-23[Glitch] Add notifications for new sign-upsEugen Rochko
2022-02-12[Glitch] Add notifications when a reblogged status has been updatedEugen Rochko
2021-08-27[Glitch] Fix follow request count to dynamically updatematildepark
2020-12-19[Glitch] Change notification permission handlingThibG
2020-11-25[Glitch] Fixed ESLint errorabcang
2020-11-12[Glitch] Add button to dismiss desktop notifications permissions bannerEugen Rochko
2020-10-21[Glitch] Fix browser notification permission request logicThibG
2020-09-28[Glitch] Add option to be notified when a followed user postsEugen Rochko
2020-09-19Minor refactoring and fixupsThibaut Girka
2020-09-17Add button to manually mark all notifications as readThibaut Girka
2020-05-29[Glitch] Fix timeline markers not working on ChromeThibG
2020-01-24[Glitch] Add announcementsEugen Rochko
2019-12-07[Glitch] Add follow_request notification typeThibG
2019-10-17Fix notification filters not applying to poll optionsThibaut Girka
2019-09-18[Glitch] Fix “load more” adding older toots/notifications to pending itemsThibG
2019-07-16[Glitch] Add option to disable real-time updates in web UIEugen Rochko
2019-06-30[Glitch] Optimize makeGetStatusThibG
2019-06-19[Glitch] Completely hide toots matched by “irreversible” filters even if ...ThibG
2019-03-18[Glitch] Save quick filter settings when selecting a different filterThibG
2019-03-11[Glitch] Add support for poll ending notificationsThibaut Girka
2019-03-05Port upstream refactoring of reducers and actionsThibaut Girka
2018-12-18[Glitch] Add notification quick-filter bar in the frontend appThibaut Girka
2018-12-01Fix since_idThibaut Girka
2018-11-13[Glitch] Fix loading indicator inconsistencyThibaut Girka
2018-09-07Count unread notifications when window loses focusThibaut Girka
2018-09-07Keep track of unread notifications when the notification column isn't mountedThibaut Girka
2018-07-10[Glitch] Fix filters not affecting notifications in web UIThibaut Girka
2018-05-29[Glitch] Use randomized setTimeout when fallback-polling and re-add since_idThibaut Girka
2018-05-29[Glitch] Allow clients to fetch notifications made while they were offlineThibaut Girka
2018-05-10[Glitch] Use plaintext value for field value tooltips in web UIThibaut Girka
2018-01-09Fix newlines-to-spaces functionality (tootsuite pr #6158)cwm
2017-12-03Rename themes -> flavours ? ?kibigo!