gitea/modules/web
wxiaoguang 2c1ff8701a
Refactor context flash msg and global variables ()
1. add `GetSiteCookieFlashMessage` to help to parse flash message
2. clarify `handleRepoHomeFeed` logic
3. remove unnecessary global variables, use `sync.OnceValue` instead
4. add some tests for `IsUsableUsername` and `IsUsableRepoName`
..
middleware Refactor context flash msg and global variables ()
routing Support performance trace ()
types Refactor web package and context package ()
handler.go Prepare for support performance trace ()
routemock.go Refactor names ()
routemock_test.go Refactor names ()
router.go Refactor arch route handlers ()
router_combo.go Refactor arch route handlers ()
router_path.go Refactor package (routes and error handling, npm peer dependency) ()
router_test.go Refactor maven package registry ()