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/js/features
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
..
clipboard.js rework eslint config (#11615) 4 years ago
codeeditor.js Monaco improvements (#15333) 3 years ago
colorpicker.js Move jquery-minicolors to npm/webpack (#12305) 4 years ago
contextpopup.js Signed-off-by: jolheiser <john.olheiser@gmail.com> (#14898) 3 years ago
dropzone.js Fix Dropzone following #15315 (#15353) 3 years ago
emoji.js Rename StaticUrlPrefix to AssetUrlPrefix (#15779) 3 years ago
eventsource.sharedworker.js Remove spurious set name from eventsource.sharedworker.js (#15643) 3 years ago
gitgraph.js Add fullTextSearch to dropdowns by default (#14694) 3 years ago
heatmap.js Remove fetch request from heatmap (#13623) 4 years ago
imagediff.js Add Image Diff options in Pull Request Diff view (#14450) 3 years ago
migration.js Add LFS Migration and Mirror (#14726) 3 years ago
notification.js Fix handling of logout event (#15323) 3 years ago
projects.js Project board improvements (#15429) 3 years ago
serviceworker.js Unregister non-matching serviceworkers (#15834) 3 years ago
stopwatch.js Fix handling of logout event (#15323) 3 years ago
tablesort.js [UI] Sortable Tables Header By Click (#7980) 4 years ago
tribute.js Move tributejs to npm/webpack (#11497) 4 years ago