discourse/app
Jeff Wong 9799a651b6
FEATURE: Normalize the service worker route (#8359)
* FEATURE: Normalize the service worker route

Update cache headers so they are not immutable outside of the rails app

Add the ability to purge the service worker cache from localhost

Rails -> nginx will pass immutable flags so the file is cached until reloaded.
In most cases, nginx will have its cache flushed on rebuild (new image)

For those needing dynamic re-caching (such as upgrading via the UI),
a rake task for flushing the service worker script is provided
through `assets:flush_sw`
2019-11-20 11:33:41 -08:00
..
assets DEV: Move some autocomplete input styling to SCSS (#8381) 2019-11-20 12:32:00 -05:00
controllers FIX: Use correct MIME type for theme exports (#8379) 2019-11-20 17:19:16 +02:00
helpers FEATURE: Normalize the service worker route (#8359) 2019-11-20 11:33:41 -08:00
jobs DEV: Remove new_version_emails global setting reference 2019-11-20 15:54:09 +00:00
mailers FEATURE: Add support for secure media (#7888) 2019-11-18 11:25:42 +10:00
models DEV: Use enum instead of id for topic timer query 2019-11-19 10:10:14 -07:00
serializers FEATURE: remove support for 'suppress_from_latest' category setting. (#8308) 2019-11-18 12:28:35 +05:30
services DEV: Apply Rubocop redundant return style 2019-11-14 15:10:51 -05:00
views FIX: Confirm new email with backup codes enabled 2019-11-14 16:27:42 -07:00