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
Lunny Xiao aab7cb6750
Move some files under repo/setting (#25585)
There are too many files under `routers/web/repo` and the file
`routers/web/repo/setting.go` is too big.
This PR move all setting related routers' body functions under
`routers/web/repo/setting` and also split `routers/web/repo/setting.go`
2 years ago
..
admin Sync branches into databases (#22743) 2 years ago
auth Use JSON response for "user/logout" (#25522) 2 years ago
devtest Change form actions to fetch for submit review box (#25219) 2 years ago
events Implement FSFE REUSE for golang files (#21840) 2 years ago
explore Split lfs size from repository size (#22900) 2 years ago
feed Pass 'not' to commit count (#24473) 2 years ago
healthcheck Refactor `setting.Database.UseXXX` to methods (#23354) 2 years ago
misc Decouple the different contexts from each other (#24786) 2 years ago
org Improve loadprojects for issue list (#25468) 2 years ago
repo Move some files under repo/setting (#25585) 2 years ago
shared Support configuration variables on Gitea Actions (#24724) 2 years ago
user Redirect to package after version deletion (#25594) 2 years ago
auth.go Implement FSFE REUSE for golang files (#21840) 2 years ago
auth_windows.go Implement FSFE REUSE for golang files (#21840) 2 years ago
base.go Fix all possible setting error related storages and added some tests (#23911) 2 years ago
goget.go Support SSH for go get (#24664) 2 years ago
home.go Refactor cookie (#24107) 2 years ago
metrics.go Implement FSFE REUSE for golang files (#21840) 2 years ago
nodeinfo.go Implement FSFE REUSE for golang files (#21840) 2 years ago
swagger_json.go Group template helper functions, remove `Printf`, improve template error messages (#23982) 2 years ago
web.go Move some files under repo/setting (#25585) 2 years ago
webfinger.go Use User.ID instead of User.Name in ActivityPub API for Person IRI (#23823) 2 years ago