gitea/routers/web
wxiaoguang 2c1ff8701a
Refactor context flash msg and global variables (#33375)
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`
2025-01-25 14:36:47 +00:00
..
admin Support performance trace (#32973) 2025-01-21 18:57:07 +00:00
auth Support disable passkey auth (#33348) 2025-01-22 22:58:36 +00:00
devtest De-emphasize signed commits (#31160) 2024-12-28 04:18:30 +08:00
events
explore Fix bleve fuzziness search (#33078) 2025-01-03 00:32:02 +08:00
feed Refactor context flash msg and global variables (#33375) 2025-01-25 14:36:47 +00:00
healthcheck
misc Refactor template & test related code (#32938) 2024-12-22 15:33:19 +00:00
org Use project's redirect url instead of composing url (#33058) 2024-12-31 19:19:53 +08:00
repo Refactor context flash msg and global variables (#33375) 2025-01-25 14:36:47 +00:00
shared [Feature] Private README.md for organization (#32872) 2024-12-31 04:22:09 +00:00
user Remove duplicate "ResponseWriter.Status" method (#33346) 2025-01-22 06:37:52 +00:00
base.go Prepare for support performance trace (#33286) 2025-01-15 20:05:18 +00:00
githttp.go Fix LFS route mock, realm, middleware names (#32488) 2024-11-13 16:58:09 +08:00
goget.go Make git clone URL could use current signed-in user (#33091) 2025-01-07 13:17:44 +08:00
home.go Refactor template & test related code (#32938) 2024-12-22 15:33:19 +00:00
metrics.go
nodeinfo.go
passkey.go
swagger_json.go
web.go Refactor context flash msg and global variables (#33375) 2025-01-25 14:36:47 +00:00
webfinger.go