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
Lunny Xiao 6e3aaa9975
Performance optimization for git push (#30104) (#30354)
Agit returned result should be from `ProcReceive` hook but not
`PostReceive` hook. Then for all non-agit pull requests, it will not
check the pull requests for every pushing `refs/pull/%d/head`.

Backport #30104
11 months ago
..
api Performance improvements for pull request list page (#29900) (#29972) 11 months ago
common Fix incorrect cookie path for AppSubURL (#29534) (#29552) 12 months ago
install Fix validity of the FROM email address not being checked (#29347) (#29360) 1 year ago
private Performance optimization for git push (#30104) (#30354) 11 months ago
utils Implement FSFE REUSE for golang files (#21840) 2 years ago
web Fix possible renderer security problem(#30136) (#30315) 11 months ago
init.go Another round of `db.DefaultContext` refactor (#27103) (#27262) 1 year ago