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 6f8ab6aaaf
Fix URLJoin, markup render link reoslving, sign-in/up/linkaccount page common data (#36861)
2 weeks ago
..
config Correct spelling (#36783) 3 weeks ago
actions.go Add `actions.WORKFLOW_DIRS` setting (#36619) 1 month ago
actions_test.go Add `actions.WORKFLOW_DIRS` setting (#36619) 1 month ago
admin.go Add some validation on values provided to USER_DISABLED_FEATURES and EXTERNAL_USER_DISABLED_FEATURES (#36688) 1 month ago
api.go Add API endpoint to request contents of multiple files simultaniously (#34139) 11 months ago
asset_dynamic.go
asset_static.go
attachment.go various fixes (#36697) 4 weeks ago
attachment_test.go Enable testifylint rules (#34075) 12 months ago
cache.go Always enable caches (#28527) 2 years ago
camo.go Use camo.Always instead of camo.Allways (#32097) 2 years ago
config.go Use "Enable Gravatar" but not "Disable" (#36771) 3 weeks ago
config_env.go chore: add comments for "api/healthz", clean up test env (#36481) 2 months ago
config_env_test.go enforce explanation for necessary nolints and fix bugs (#34883) 9 months ago
config_option_instance.go Instance-wide (global) info banner and maintenance mode (#36571) 4 weeks ago
config_provider.go Remove unused functions (#36672) 1 month ago
config_provider_test.go Remove unused functions (#36672) 1 month ago
cors.go Move `X_FRAME_OPTIONS` setting from `cors` to `security` section (#30256) 4 weeks ago
cron.go Replace `interface{}` with `any` (#25686) 3 years ago
cron_test.go Fix a bug where lfs gc never worked. (#35198) 7 months ago
database.go Add slow SQL query warning (#27545) 2 years ago
database_sqlite.go
database_test.go Fix incorrect PostgreSQL connection string for Unix sockets (#28865) 2 years ago
federation.go Remove SHA1 for support for ssh rsa signing (#31857) 2 years ago
git.go Refactor git command context & pipeline (#36406) 2 months ago
git_test.go Refactor some tests (#34580) 10 months ago
gloabl_lock.go Use global lock instead of NewExclusivePool to allow distributed lock between multiple Gitea instances (#31813) 2 years ago
glob.go Replace gobwas/glob package (#35478) 6 months ago
global.go Fix duplicate sub-path for avatars (#31365) 2 years ago
global_lock_test.go Enable testifylint rules (#34075) 12 months ago
highlight.go
i18n.go Update i18n.go - Language Picker (#32933) 1 year ago
incoming_email.go Enable addtional linters (#34085) 12 months ago
indexer.go Run `gopls modernize` on codebase (#34751) 9 months ago
indexer_test.go Update dependencies (#35733) 5 months ago
lfs.go Use 8 as default value for git lfs concurrency (#32421) 1 year ago
lfs_test.go Enable testifylint rules (#34075) 12 months ago
log.go Run `gopls modernize` on codebase (#34751) 9 months ago
log_test.go Replace `interface{}` with `any` (#25686) 3 years ago
mailer.go Email option to embed images as base64 instead of link (#32061) 1 year ago
mailer_test.go Use reserved .test TLD for unit tests (#36498) 2 months ago
markup.go Support rendering OpenAPI spec (#36449) 2 months ago
markup_test.go Fix markdown render behaviors (#34122) 12 months ago
metrics.go
migrations.go
mime_type_map.go
mirror.go Run `gopls modernize` on codebase (#34751) 9 months ago
oauth2.go Replace CSRF cookie with `CrossOriginProtection` (#36183) 3 months ago
oauth2_test.go Enable testifylint rules (#34075) 12 months ago
other.go Add `[other].SHOW_FOOTER_POWERED_BY` setting to hide `Powered by` (#30253) 2 years ago
packages.go Fix package upload temp path (#34196) 11 months ago
packages_test.go Enable testifylint rules (#34075) 12 months ago
path.go Uniform all temporary directories and allow customizing temp path (#32352) 12 months ago
path_test.go Refactor path & config system (#25330) 3 years ago
picture.go Use "Enable Gravatar" but not "Disable" (#36771) 3 weeks ago
project.go
proxy.go
queue.go Increase queue length (#27555) 2 years ago
repository.go various fixes (#36697) 4 weeks ago
repository_archive.go
repository_archive_test.go Enable testifylint rules (#34075) 12 months ago
security.go Fix incorrect setting loading order (#36735) 4 weeks ago
server.go Fix URLJoin, markup render link reoslving, sign-in/up/linkaccount page common data (#36861) 2 weeks ago
service.go Replace gobwas/glob package (#35478) 6 months ago
service_test.go Replace gobwas/glob package (#35478) 6 months ago
session.go Support selecting theme on the footer (#35741) 5 months ago
setting.go Fix incorrect setting loading order (#36735) 4 weeks ago
setting_test.go Fix URLJoin, markup render link reoslving, sign-in/up/linkaccount page common data (#36861) 2 weeks ago
ssh.go Update x/crypto package and make builtin SSH use default parameters (#34667) 10 months ago
storage.go Fix typos: unknow -> unknown, pktLineTypeUnknow -> pktLineTypeUnknown (#36419) 2 months ago
storage_test.go Enable testifylint rules (#34075) 12 months ago
task.go
testenv.go Clean up Makefile, tests and legacy code (#36638) 1 month ago
time.go Fix settings not being loaded at CLI (#26402) 1 year ago
ui.go fix(repo): unify DEFAULT_SHOW_FULL_NAME output in templates and dropdown (#36597) 3 weeks ago
webhook.go