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/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`
6 days ago
..
admin Support performance trace (#32973) 1 week ago
auth Support disable passkey auth (#33348) 1 week ago
devtest De-emphasize signed commits (#31160) 1 month ago
events Move context from modules to services (#29440) 11 months ago
explore Fix bleve fuzziness search (#33078) 4 weeks ago
feed Refactor context flash msg and global variables (#33375) 6 days ago
healthcheck Always enable caches (#28527) 1 year ago
misc Refactor template & test related code (#32938) 1 month ago
org Use project's redirect url instead of composing url (#33058) 1 month ago
repo Refactor context flash msg and global variables (#33375) 6 days ago
shared [Feature] Private README.md for organization (#32872) 1 month ago
user Remove duplicate "ResponseWriter.Status" method (#33346) 1 week ago
base.go Prepare for support performance trace (#33286) 2 weeks ago
githttp.go Fix LFS route mock, realm, middleware names (#32488) 3 months ago
goget.go Make git clone URL could use current signed-in user (#33091) 3 weeks ago
home.go Refactor template & test related code (#32938) 1 month ago
metrics.go Implement FSFE REUSE for golang files (#21840) 2 years ago
nodeinfo.go Move context from modules to services (#29440) 11 months ago
passkey.go Move context from modules to services (#29440) 11 months ago
swagger_json.go Move context from modules to services (#29440) 11 months ago
web.go Refactor context flash msg and global variables (#33375) 6 days ago
webfinger.go Move context from modules to services (#29440) 11 months ago