Git with a cup of tea, painless self-hosted git service Mirror for internal git.with.parts use https://git.with.parts
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.
 
 
 
 
 
 
gitea/modules/setting
Giteabot 8c7bda8755
Fix incorrect PostgreSQL connection string for Unix sockets (#28865) (#28870)
10 months ago
..
config Refactor system setting (#27000) (#27452) 1 year ago
actions.go Make Actions tasks/jobs timeouts configurable by the user (#27400) (#27402) 1 year ago
actions_test.go
admin.go
api.go
asset_dynamic.go
asset_static.go
attachment.go Fix incorrect default value of `[attachment].MAX_SIZE` (#28373) (#28376) 12 months ago
attachment_test.go
cache.go
camo.go
config.go Refactor system setting (#27000) (#27452) 1 year ago
config_env.go Fix `environment-to-ini` inherited key bug (#27543) (#27546) 1 year ago
config_env_test.go Fix `environment-to-ini` inherited key bug (#27543) (#27546) 1 year ago
config_provider.go Fix INI parsing for value with trailing slash (#26995) 1 year ago
config_provider_test.go Fix INI parsing for value with trailing slash (#26995) 1 year ago
cors.go Refactor CORS handler (#28587) (#28611) 11 months ago
cron.go Replace `interface{}` with `any` (#25686) 1 year ago
cron_test.go
database.go Fix incorrect PostgreSQL connection string for Unix sockets (#28865) (#28870) 10 months ago
database_sqlite.go
database_test.go Fix incorrect PostgreSQL connection string for Unix sockets (#28865) (#28870) 10 months ago
federation.go
git.go
git_test.go
highlight.go
i18n.go
incoming_email.go
indexer.go
indexer_test.go
lfs.go Handle base64 decoding correctly to avoid panic (#26483) 1 year ago
lfs_test.go Display deprecated warning in admin panel pages as well as in the log file (#26094) 1 year ago
log.go Clarify the logger's MODE config option (#26267) 1 year ago
log_test.go Replace `interface{}` with `any` (#25686) 1 year ago
mailer.go
mailer_test.go
markup.go
metrics.go
migrations.go
mime_type_map.go
mirror.go
oauth2.go Handle base64 decoding correctly to avoid panic (#26483) 1 year ago
other.go
packages.go Avoid creating directories when loading config (#25944) 1 year ago
packages_test.go
path.go Update path related documents (#25417) 1 year ago
path_test.go
picture.go
project.go
proxy.go
queue.go Increase queue length (#27555) (#27562) 1 year ago
repository.go Change default size of attachments and repo files (#28100) (#28106) 1 year ago
repository_archive.go
repository_archive_test.go
security.go Warn that `DISABLE_QUERY_AUTH_TOKEN` is false only if it's explicitly defined (#28783) (#28868) 10 months ago
server.go Avoid cycle-redirecting user/login page (#28636) (#28658) 11 months ago
service.go Add reverseproxy auth for API back with default disabled (#26703) 1 year ago
service_test.go Fix allowed user types setting problem (#26200) 1 year ago
session.go Use secure cookie for HTTPS sites (#26999) 1 year ago
setting.go Make "install page" respect environment config (#25648) 1 year ago
setting_test.go
ssh.go Expanded minimum RSA Keylength to 3072 (#26604) 1 year ago
storage.go Fix storage path logic especially for relative paths (#26441) 1 year ago
storage_test.go Fix storage path logic especially for relative paths (#26441) 1 year ago
task.go
time.go
ui.go Add option to disable ambiguous unicode characters detection (#28454) (#28499) 11 months ago
webhook.go