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.
 
 
 
 
 
 
Lunny Xiao 32b97b3ce8
Uniform all temporary directories and allow customizing temp path (#32352)
8 months ago
..
actions.go Return `responseText` instead of string in some functions (#28836) 2 years ago
admin.go Simplify how git repositories are opened (#28937) 2 years ago
admin_auth.go chore: use errors.New to replace fmt.Errorf with no parameters will much better (#30621) 2 years ago
admin_auth_ldap.go Add cli flags LDAP group configuration (#33933) 9 months ago
admin_auth_ldap_test.go Enable testifylint rules (#34075) 9 months ago
admin_auth_oauth.go chore: use errors.New to replace fmt.Errorf with no parameters will much better (#30621) 2 years ago
admin_auth_stmp.go chore: use errors.New to replace fmt.Errorf with no parameters will much better (#30621) 2 years ago
admin_regenerate.go Move some asymkey functions to service layer (#28894) 2 years ago
admin_user.go Refactor to use urfave/cli/v2 (#25959) 2 years ago
admin_user_change_password.go Add some tests to clarify the "must-change-password" behavior (#30693) 2 years ago
admin_user_create.go Add new CLI flags to set name and scopes when creating a user with access token (#34080) 9 months ago
admin_user_create_test.go Add new CLI flags to set name and scopes when creating a user with access token (#34080) 9 months ago
admin_user_delete.go chore: use errors.New to replace fmt.Errorf with no parameters will much better (#30621) 2 years ago
admin_user_generate_access_token.go Add new CLI flags to set name and scopes when creating a user with access token (#34080) 9 months ago
admin_user_list.go Reduce usage of `db.DefaultContext` (#27073) 2 years ago
admin_user_must_change_password.go Refactor to use urfave/cli/v2 (#25959) 2 years ago
cert.go Expanded minimum RSA Keylength to 3072 (#26604) 2 years ago
cmd.go Refactor to use urfave/cli/v2 (#25959) 2 years ago
docs.go Refactor to use urfave/cli/v2 (#25959) 2 years ago
doctor.go enable staticcheck QFxxxx rules (#34064) 9 months ago
doctor_convert.go Recommend/convert to use case-sensitive collation for MySQL/MSSQL (#28662) 2 years ago
doctor_test.go Move doctor package from modules to services (#28856) 2 years ago
dump.go Enable addtional linters (#34085) 9 months ago
dump_repo.go Refactor to use urfave/cli/v2 (#25959) 2 years ago
embedded.go chore: use errors.New to replace fmt.Errorf with no parameters will much better (#30621) 2 years ago
generate.go Refactor JWT secret generating & decoding code (#29172) 2 years ago
hook.go Remove context from git struct (#33793) 10 months ago
hook_test.go Use test context in tests and new loop system in benchmarks (#33648) 10 months ago
keys.go Refactor cmd setup and remove deadcode (#29313) 2 years ago
mailer.go Return `responseText` instead of string in some functions (#28836) 2 years ago
main.go unset XDG_HOME_CONFIG as gitea manages configuration locations (#33067) 12 months ago
main_test.go Enable addtional linters (#34085) 9 months ago
manager.go Refactor to use urfave/cli/v2 (#25959) 2 years ago
manager_logging.go chore: use errors.New to replace fmt.Errorf with no parameters will much better (#30621) 2 years ago
migrate.go Add global lock for migrations to make upgrade more safe with multiple replications (#33706) 10 months ago
migrate_storage.go Add global lock for migrations to make upgrade more safe with multiple replications (#33706) 10 months ago
migrate_storage_test.go Enable testifylint rules (#34075) 9 months ago
restore_repo.go Refactor to use urfave/cli/v2 (#25959) 2 years ago
serv.go Enable addtional linters (#34085) 9 months ago
web.go Uniform all temporary directories and allow customizing temp path (#32352) 8 months ago
web_acme.go Enable addtional linters (#34085) 9 months ago
web_graceful.go Implement FSFE REUSE for golang files (#21840) 3 years ago
web_https.go Implement FSFE REUSE for golang files (#21840) 3 years ago