Git with a cup of tea, painless self-hosted git service
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
wxiaoguang 72be55f7d3
Refactor git command stderr handling (#36402)
2 weeks ago
..
actions.go Migrate to urfave v3 (#34510) 8 months ago
admin.go Move some functions to gitrepo package (#35543) 4 months ago
admin_auth.go Migrate to urfave v3 (#34510) 8 months ago
admin_auth_ldap.go Add an option to automatically verify SSH keys from LDAP (#35927) 1 month ago
admin_auth_ldap_test.go fix nilnil in onedev downloader (#36154) 1 month ago
admin_auth_oauth.go Refactor OpenIDConnect to support SSH/FullName sync (#34978) 7 months ago
admin_auth_oauth_test.go Refactor OpenIDConnect to support SSH/FullName sync (#34978) 7 months ago
admin_auth_smtp.go Fix incorrect cli default values and default command (#34765) 8 months ago
admin_auth_smtp_test.go Fix incorrect cli default values and default command (#34765) 8 months ago
admin_regenerate.go Migrate to urfave v3 (#34510) 8 months ago
admin_user.go Migrate to urfave v3 (#34510) 8 months ago
admin_user_change_password.go Migrate to urfave v3 (#34510) 8 months ago
admin_user_change_password_test.go Remove incorrect "db.DefaultContext" usages (#35366) 5 months ago
admin_user_create.go Address some CodeQL security concerns (#35572) 4 months ago
admin_user_create_test.go Remove incorrect "db.DefaultContext" usages (#35366) 5 months ago
admin_user_delete.go Migrate to urfave v3 (#34510) 8 months ago
admin_user_delete_test.go Remove incorrect "db.DefaultContext" usages (#35366) 5 months ago
admin_user_generate_access_token.go Migrate to urfave v3 (#34510) 8 months ago
admin_user_list.go Migrate to urfave v3 (#34510) 8 months ago
admin_user_must_change_password.go Address some CodeQL security concerns (#35572) 4 months ago
admin_user_must_change_password_test.go Remove incorrect "db.DefaultContext" usages (#35366) 5 months ago
cert.go Run `gopls modernize` on codebase (#34751) 8 months ago
cert_test.go Migrate to urfave v3 (#34510) 8 months ago
cmd.go Fix cli "Before" handling (#35797) 3 months ago
cmd_test.go Fix incorrect cli default values and default command (#34765) 8 months ago
config.go Intorduce "config edit-ini" sub command to help maintaining INI config file (#35735) 3 months ago
config_test.go Intorduce "config edit-ini" sub command to help maintaining INI config file (#35735) 3 months ago
docs.go Migrate to urfave v3 (#34510) 8 months ago
doctor.go Fix context usages (#35348) 5 months ago
doctor_convert.go Migrate to urfave v3 (#34510) 8 months ago
doctor_test.go Migrate to urfave v3 (#34510) 8 months ago
dump.go Don't store repo archives on `gitea dump` (#35467) 5 months ago
dump_repo.go Fix context usages (#35348) 5 months ago
embedded.go Replace gobwas/glob package (#35478) 5 months ago
generate.go Address some CodeQL security concerns (#35572) 4 months ago
hook.go Refactor git command stderr handling (#36402) 2 weeks ago
hook_test.go Fix some trivial problems (#36336) 3 weeks ago
keys.go Fix cli "Before" handling (#35797) 3 months ago
mailer.go Migrate to urfave v3 (#34510) 8 months ago
main.go Fix cli "Before" handling (#35797) 3 months ago
main_test.go Fix cli "Before" handling (#35797) 3 months ago
manager.go Migrate to urfave v3 (#34510) 8 months ago
manager_logging.go Fix incorrect cli default values and default command (#34765) 8 months ago
migrate.go Migrate to urfave v3 (#34510) 8 months ago
migrate_storage.go fix: spelling error in migrate-storage cmd utility (#36226) 1 month ago
migrate_storage_test.go Remove incorrect "db.DefaultContext" usages (#35366) 5 months ago
restore_repo.go Migrate to urfave v3 (#34510) 8 months ago
serv.go Fix clone mixed bug (#35810) 3 months ago
web.go refactor(pprof): use explicit mux instead of DefaultServeMux (#36276) 4 weeks ago
web_acme.go
web_graceful.go
web_https.go