summaryrefslogtreecommitdiffstats
path: root/assets/js/notifications.js (follow)
AgeCommit message (Collapse)Author
2020-03-15Migrate to a good Content Security Policy (#1023)leonklingele
So attacks such as XSS (see [0]) will no longer be of an issue. [0]: https://github.com/omarroth/invidious/issues/1022
2019-07-20Remove default arguments from function definitionsOmar Roth
2019-06-16Fix event listener for notifications.jsOmar Roth
2019-06-16Optimize get_subscriptions AJAXOmar Roth
2019-06-16Fix typo in notifications.jsOmar Roth
2019-06-16Shorten timeout for AJAXOmar Roth
2019-06-15Fix retry on timeout for AJAX requestsOmar Roth
2019-06-07Minor refactorOmar Roth
2019-06-01Only add notification event listener after onloadOmar Roth
2019-06-01Add support for Web notificationsOmar Roth