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/cmd
wxiaoguang 7a550b3af2
Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/modules) (#19163)
* Remove `db.DefaultContext` usage in routers, use `ctx` directly

* Use `ctx` directly if there is one, remove some `db.DefaultContext` in `services`

* Use ctx instead of db.DefaultContext for `cmd` and some `modules` packages

* fix incorrect context usage
3 years ago
..
admin.go Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/modules) (#19163) 3 years ago
admin_auth_ldap.go Add LDAP group sync to Teams, fixes #1395 (#16299) 3 years ago
admin_auth_ldap_test.go
cert.go
cmd.go Fix flag validation (#19046) 3 years ago
convert.go
docs.go
doctor.go
dump.go
dump_repo.go
embedded.go
embedded_stub.go
generate.go
hook.go Fix the bug: deploy key with write access can not push (#19010) 3 years ago
hook_test.go
keys.go
mailer.go
manager.go
migrate.go
migrate_storage.go
restore_repo.go
serv.go Fix the bug: deploy key with write access can not push (#19010) 3 years ago
web.go Support custom ACME provider (#18340) 3 years ago
web_acme.go Support custom ACME provider (#18340) 3 years ago
web_graceful.go
web_https.go