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.
 
 
 
 
 
 
Copilot 8feabe4160
Add FOLDER_ICON_THEME configuration option (#36496)
3 days ago
..
config Use configurable remote name for git commands (#35172) 6 months ago
actions.go modules/setting/actions.go: fixed typo: ì->i (#35253) 6 months ago
actions_test.go Enable testifylint rules (#34075) 10 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) 10 months ago
asset_dynamic.go Use a general approach to access custom/static/builtin assets (#24022) 3 years ago
asset_static.go Use a general approach to access custom/static/builtin assets (#24022) 3 years ago
attachment.go fix attachment file size limit in server backend (#35519) 3 months ago
attachment_test.go Enable testifylint rules (#34075) 10 months ago
cache.go Always enable caches (#28527) 2 years ago
camo.go Use camo.Always instead of camo.Allways (#32097) 1 year ago
config.go Bump golangci-lint to 2.7.2, enable modernize stringsbuilder (#36180) 2 months ago
config_env.go chore: add comments for "api/healthz", clean up test env (#36481) 4 days ago
config_env_test.go enforce explanation for necessary nolints and fix bugs (#34883) 7 months ago
config_provider.go Changed a small typo in an error message and code comments. (#36117) 2 months ago
config_provider_test.go Enable testifylint rules (#34075) 10 months ago
cors.go Fix settings not being loaded at CLI (#26402) 1 year ago
cron.go Replace `interface{}` with `any` (#25686) 3 years ago
cron_test.go Fix a bug where lfs gc never worked. (#35198) 6 months ago
database.go Add slow SQL query warning (#27545) 2 years ago
database_sqlite.go Implement FSFE REUSE for golang files (#21840) 3 years ago
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) 1 year ago
git.go Refactor git command context & pipeline (#36406) 2 weeks ago
git_test.go Refactor some tests (#34580) 8 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) 5 months ago
global.go Fix duplicate sub-path for avatars (#31365) 2 years ago
global_lock_test.go Enable testifylint rules (#34075) 10 months ago
highlight.go Refactor the setting to make unit test easier (#22405) 3 years ago
i18n.go Update i18n.go - Language Picker (#32933) 1 year ago
incoming_email.go Enable addtional linters (#34085) 10 months ago
indexer.go Run `gopls modernize` on codebase (#34751) 8 months ago
indexer_test.go Update dependencies (#35733) 3 months ago
lfs.go Use 8 as default value for git lfs concurrency (#32421) 1 year ago
lfs_test.go Enable testifylint rules (#34075) 10 months ago
log.go Run `gopls modernize` on codebase (#34751) 8 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) 11 months ago
mailer_test.go Use reserved .test TLD for unit tests (#36498) 3 days ago
markup.go Support rendering OpenAPI spec (#36449) 1 week ago
markup_test.go Fix markdown render behaviors (#34122) 10 months ago
metrics.go Refactor the setting to make unit test easier (#22405) 3 years ago
migrations.go Refactor the setting to make unit test easier (#22405) 3 years ago
mime_type_map.go Refactor the setting to make unit test easier (#22405) 3 years ago
mirror.go Run `gopls modernize` on codebase (#34751) 8 months ago
oauth2.go Replace CSRF cookie with `CrossOriginProtection` (#36183) 1 month ago
oauth2_test.go Enable testifylint rules (#34075) 10 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) 10 months ago
packages_test.go Enable testifylint rules (#34075) 10 months ago
path.go Uniform all temporary directories and allow customizing temp path (#32352) 10 months ago
path_test.go Refactor path & config system (#25330) 3 years ago
picture.go Fix all possible setting error related storages and added some tests (#23911) 3 years ago
project.go Refactor the setting to make unit test easier (#22405) 3 years ago
proxy.go Refactor the setting to make unit test easier (#22405) 3 years ago
queue.go Increase queue length (#27555) 2 years ago
repository.go Stream repo zip/tar.gz/bundle achives by default (#35487) 5 months ago
repository_archive.go Fix all possible setting error related storages and added some tests (#23911) 3 years ago
repository_archive_test.go Enable testifylint rules (#34075) 10 months ago
security.go Replace CSRF cookie with `CrossOriginProtection` (#36183) 1 month ago
server.go Make Golang correctly delete temp files during uploading (#36128) 2 months ago
service.go Replace gobwas/glob package (#35478) 5 months ago
service_test.go Replace gobwas/glob package (#35478) 5 months ago
session.go Support selecting theme on the footer (#35741) 3 months ago
setting.go Fix bug when viewing the commit diff page with non-ANSI files (#36149) 2 months ago
setting_test.go Implement FSFE REUSE for golang files (#21840) 3 years ago
ssh.go Update x/crypto package and make builtin SSH use default parameters (#34667) 8 months ago
storage.go Fix typos: unknow -> unknown, pktLineTypeUnknow -> pktLineTypeUnknown (#36419) 2 weeks ago
storage_test.go Enable testifylint rules (#34075) 10 months ago
task.go handle deprecated settings (#22992) 3 years ago
testenv.go chore: add comments for "api/healthz", clean up test env (#36481) 4 days ago
time.go Fix settings not being loaded at CLI (#26402) 1 year ago
ui.go Add FOLDER_ICON_THEME configuration option (#36496) 3 days ago
webhook.go Refactor the setting to make unit test easier (#22405) 3 years ago