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 cb72c901b3
Intorduce "config edit-ini" sub command to help maintaining INI config file (#35735)
2 months ago
..
config Use configurable remote name for git commands (#35172) 4 months ago
actions.go modules/setting/actions.go: fixed typo: ì->i (#35253) 4 months ago
actions_test.go Enable testifylint rules (#34075) 9 months ago
admin.go Enhance USER_DISABLED_FEATURES to allow disabling change username or full name (#31959) 1 year ago
api.go Add API endpoint to request contents of multiple files simultaniously (#34139) 8 months ago
asset_dynamic.go
asset_static.go
attachment.go fix attachment file size limit in server backend (#35519) 2 months ago
attachment_test.go Enable testifylint rules (#34075) 9 months ago
cache.go
camo.go Use camo.Always instead of camo.Allways (#32097) 1 year ago
config.go Use configurable remote name for git commands (#35172) 4 months ago
config_env.go Address some CodeQL security concerns (#35572) 3 months ago
config_env_test.go enforce explanation for necessary nolints and fix bugs (#34883) 6 months ago
config_provider.go Intorduce "config edit-ini" sub command to help maintaining INI config file (#35735) 2 months ago
config_provider_test.go Enable testifylint rules (#34075) 9 months ago
cors.go Fix settings not being loaded at CLI (#26402) 12 months ago
cron.go
cron_test.go Fix a bug where lfs gc never worked. (#35198) 4 months ago
database.go
database_sqlite.go
database_test.go
federation.go Remove SHA1 for support for ssh rsa signing (#31857) 1 year ago
git.go
git_test.go Refactor some tests (#34580) 7 months ago
gloabl_lock.go Use global lock instead of NewExclusivePool to allow distributed lock between multiple Gitea instances (#31813) 1 year ago
glob.go Replace gobwas/glob package (#35478) 3 months ago
global.go Fix duplicate sub-path for avatars (#31365) 2 years ago
global_lock_test.go Enable testifylint rules (#34075) 9 months ago
highlight.go
i18n.go Update i18n.go - Language Picker (#32933) 1 year ago
incoming_email.go Enable addtional linters (#34085) 9 months ago
indexer.go Run `gopls modernize` on codebase (#34751) 6 months ago
indexer_test.go Update dependencies (#35733) 2 months ago
lfs.go Use 8 as default value for git lfs concurrency (#32421) 1 year ago
lfs_test.go Enable testifylint rules (#34075) 9 months ago
log.go Run `gopls modernize` on codebase (#34751) 6 months ago
log_test.go
mailer.go Email option to embed images as base64 instead of link (#32061) 10 months ago
mailer_test.go Enable testifylint rules (#34075) 9 months ago
markup.go Make external iframe render work (#35730) 2 months ago
markup_test.go Fix markdown render behaviors (#34122) 9 months ago
metrics.go
migrations.go
mime_type_map.go
mirror.go Run `gopls modernize` on codebase (#34751) 6 months ago
oauth2.go Refactor OpenIDConnect to support SSH/FullName sync (#34978) 5 months ago
oauth2_test.go Enable testifylint rules (#34075) 9 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) 8 months ago
packages_test.go Enable testifylint rules (#34075) 9 months ago
path.go Uniform all temporary directories and allow customizing temp path (#32352) 8 months ago
path_test.go
picture.go
project.go
proxy.go
queue.go
repository.go Stream repo zip/tar.gz/bundle achives by default (#35487) 3 months ago
repository_archive.go
repository_archive_test.go Enable testifylint rules (#34075) 9 months ago
security.go enforce explanation for necessary nolints and fix bugs (#34883) 6 months ago
server.go Fix various problems (#35012) 5 months ago
service.go Replace gobwas/glob package (#35478) 3 months ago
service_test.go Replace gobwas/glob package (#35478) 3 months ago
session.go Fix settings not being loaded at CLI (#26402) 12 months ago
setting.go Move ParseBool to optional (#33979) 9 months ago
setting_test.go
ssh.go Update x/crypto package and make builtin SSH use default parameters (#34667) 6 months ago
storage.go enforce explanation for necessary nolints and fix bugs (#34883) 6 months ago
storage_test.go Enable testifylint rules (#34075) 9 months ago
task.go
time.go Fix settings not being loaded at CLI (#26402) 12 months ago
ui.go Avoid emoji mismatch and allow to only enable chosen emojis (#35692) 2 months ago
webhook.go