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.
gitea/routers
silverwind 99d9b0f728
Move serviceworker to workbox and fix SSE interference
Instead of statically hardcoding every frontend asset, this uses a
type-based approach to cache all js,css and manifest.json requests.

This also fixes the issue that the service worker was interfering with
EventSource because it was unconditionally handling all requests which
this new implementation doesn't.

Fixes: https://github.com/go-gitea/gitea/issues/11092
Fixes: https://github.com/go-gitea/gitea/issues/7372
5 years ago
..
admin Refactor Cron and merge dashboard tasks (#10745) 5 years ago
api/v1 Fix repo-list private and total count bugs (#11500) 5 years ago
dev Display ui time with customize time location (#7792) 6 years ago
events Add EventSource support (#11235) 5 years ago
org Add Organization Wide Labels (#10814) 5 years ago
private Protect default branch against deletion (#11115) 5 years ago
repo Prevent transferring repos to invisible orgs (#11517) 5 years ago
routes Move serviceworker to workbox and fix SSE interference 5 years ago
user Whenever the ctx.Session is updated, release it to save it before sending the redirect (#11456) 5 years ago
utils Handle push rejection message in Merge & Web Editor (#10373) 5 years ago
home.go Ensure public repositories in private organizations are visible and fix admin organizations list (#11465) 5 years ago
init.go Refactor Cron and merge dashboard tasks (#10745) 5 years ago
install.go Whenever the ctx.Session is updated, release it to save it before sending the redirect (#11456) 5 years ago
metrics.go Use gitea forked macaron (#7933) 6 years ago
swagger_json.go Add gitea-vet (#10948) 5 years ago