about summary refs log tree commit diff
path: root/app/javascript/mastodon/service_worker
AgeCommit message (Expand)Author
2020-03-08Code style improvements in JavaScript (#13159)Bèr Kessels
2019-12-01Add follow_request notification type (#12198)ThibG
2019-03-11Support pushing and receiving updates to poll tallies (#10209)ThibG
2019-01-11Hide CWed content in notifications and fix sensitive images without CWs (#9778)ThibG
2018-09-24Fix a problem about generating an url of notifications (#8758)Genbu Hase
2018-08-23Only display web push notifications after API call (fixes #7902) (#8396)ThibG
2018-07-03Disable service worker media cache and IndexedDB storage (#7932)Eugen Rochko
2018-06-20Return collect response when fail put cache to storage (#7863)Hinaloe
2018-06-01Update ESLint for Code Climate (#7696)Yamagishi Kazutoshi
2018-05-29Cache attachments on external host with service worker (#7493)Akihiko Odaki
2018-05-27Don't use Object.assign with Notification, only display actions for mentions ...Eugen Rochko
2018-05-21Unescape HTML entities in rich web push notifications in web UI (#7569)Eugen Rochko
2018-05-21Convert rich push notifications to plaintext in webapp (#7563)Eugen Rochko
2018-05-19Cache media only when storage can be freed (#7547)Akihiko Odaki
2018-05-19Improve payload format of Web Push API now that it's open (#7521)Eugen Rochko
2018-05-16Let navigator follow redirect instead that handling redirect in fetch (#7500)Akihiko Odaki
2018-05-15Consider only-if-cached in FetchEvent valid on non-Mozilla-Firefox browser (#...Akihiko Odaki
2018-05-15Ignore only-if-cached cache mode on Mozilla Firefox prior to version 60 (#7503)Akihiko Odaki
2018-05-15Clone response before using when caching web page (#7498)Akihiko Odaki
2018-05-14Disallow async function in service worker (#7482)Akihiko Odaki
2018-04-08Free stroage if it is exceeding disk quota (#7061)Akihiko Odaki
2018-03-27Clone response before put it to the cache (#6932)unarist
2018-03-27Cache media (#6902)Akihiko Odaki
2018-03-18Synchronize HTML page cache with sessions (#6815)Akihiko Odaki
2018-03-17Cache HTML page with Service Worker (#6802)Akihiko Odaki
2017-09-01Refactor Web::PushSubscription, remove welcome message (#4524)Eugen Rochko
2017-08-01fix(web_push_notifications): Send message with welcome notifications (#4471)Sorin Davidoi
2017-07-28feat(web_push_notifications): Group notifications (#4388)Sorin Davidoi
2017-07-28fix(web_push_notification): Do not hard reload tab (#4380)Sorin Davidoi
2017-07-18feat(push-notifications): Open link in current tab if possible (#4228)Sorin Davidoi
2017-07-13Web Push Notifications (#3243)Sorin Davidoi