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/common
Lunny Xiao 1b2dffff8e
Add global lock for migrations to make upgrade more safe with multiple replications (#33706)
7 days ago
..
auth.go
codesearch.go Fix various problems (artifact order, api empty slice, assignee check, fuzzy prompt, mirror proxy, adopt git) (#33569) 4 weeks ago
compare.go feat(api): implement branch/commit comparison API (#30349) 11 months ago
db.go Add global lock for migrations to make upgrade more safe with multiple replications (#33706) 7 days ago
deadline.go Fix milestone deadline and date related problems (#32339) 4 months ago
errpage.go Refactor template & test related code (#32938) 3 months ago
errpage_test.go Use test context in tests and new loop system in benchmarks (#33648) 3 weeks ago
lfs.go Fix LFS route mock, realm, middleware names (#32488) 4 months ago
markup.go Refactor error system (#33610) 4 weeks ago
middleware.go Support performance trace (#32973) 2 months ago
redirect.go Refactor AppURL usage (#30885) 10 months ago
serve.go