about summary refs log tree commit diff
path: root/app/javascript/mastodon/service_worker/entry.js
AgeCommit message (Expand)Author
2022-10-26Disable media cache on service worker (#19471)Yamagishi Kazutoshi
2022-10-23Fix PWA manifest using `/web` paths (#19421)Eugen Rochko
2022-08-25Replace to `workbox-webpack-plugin` from `offline-plugin` (#18409)Yamagishi Kazutoshi
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-19Cache media only when storage can be freed (#7547)Akihiko Odaki
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-07-18feat(push-notifications): Open link in current tab if possible (#4228)Sorin Davidoi
2017-07-13Web Push Notifications (#3243)Sorin Davidoi