You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/web_src
silverwind 8ab815ae93
Unregister non-matching serviceworkers (#15834)
* Unregister non-matching serviceworkers

With the addition of the /assets url, users who visited a previous
version of the site now may have two active service workers, one with
the old scope `/` and one with scope `/assets`. This check for
serviceworkers that do not match the current script path and unregisters
them.

Also included is a small refactor to publicpath.js which was simplified
because AssetUrlPrefix is always present now. Also it makes use of the
new joinPaths helper too.

Fixes: https://github.com/go-gitea/gitea/pull/15823
3 years ago
..
fomantic Stop packaging node_modules in release tarballs (#15273) 3 years ago
js Unregister non-matching serviceworkers (#15834) 3 years ago
less Reaction improvements (#15836) 3 years ago
svg use gogs.ico to create a better svg for migration page (#14795) 3 years ago