0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-11-06 06:09:07 +01:00
gitea/modules/setting
Lunny Xiao 8e12ba34ba
Allow options to disable user ssh keys configuration from the interface on app.ini (#29447)
Follow #29275
Extract from #20549
Fix #24716

---------

Co-authored-by: delvh <dev.lh@web.de>
2024-03-04 07:50:21 +00:00
..
config Customizable "Open with" applications for repository clone (#29320) 2024-02-24 13:12:17 +00:00
actions.go
actions_test.go
admin.go Allow options to disable user ssh keys configuration from the interface on app.ini (#29447) 2024-03-04 07:50:21 +00:00
api.go
asset_dynamic.go
asset_static.go
attachment.go
attachment_test.go
cache.go
camo.go
config.go Customizable "Open with" applications for repository clone (#29320) 2024-02-24 13:12:17 +00:00
config_env.go
config_env_test.go
config_provider.go Remove unnecessary parameter (#29092) 2024-02-08 12:31:38 +00:00
config_provider_test.go
cors.go
cron.go
cron_test.go
database.go Add slow SQL query warning (#27545) 2024-02-23 00:57:24 +00:00
database_sqlite.go
database_test.go Fix incorrect PostgreSQL connection string for Unix sockets (#28865) 2024-01-20 16:04:47 +00:00
federation.go
git.go
git_test.go
highlight.go
i18n.go
incoming_email.go
indexer.go Disallow duplicate storage paths (#26484) 2024-02-09 14:06:03 +00:00
indexer_test.go
lfs.go Use general token signing secret (#29205) 2024-02-18 17:39:04 +00:00
lfs_test.go
log.go
log_test.go
mailer.go
mailer_test.go
markup.go
metrics.go
migrations.go
mime_type_map.go
mirror.go
oauth2.go Use general token signing secret (#29205) 2024-02-18 17:39:04 +00:00
oauth2_test.go Use general token signing secret (#29205) 2024-02-18 17:39:04 +00:00
other.go
packages.go
packages_test.go
path.go Disallow duplicate storage paths (#26484) 2024-02-09 14:06:03 +00:00
path_test.go
picture.go
project.go
proxy.go
queue.go
repository.go Disallow duplicate storage paths (#26484) 2024-02-09 14:06:03 +00:00
repository_archive.go
repository_archive_test.go
security.go Warn that DISABLE_QUERY_AUTH_TOKEN is false only if it's explicitly defined (#28783) 2024-01-14 21:20:18 +01:00
server.go Disallow duplicate storage paths (#26484) 2024-02-09 14:06:03 +00:00
service.go
service_test.go
session.go Fix incorrect cookie path for AppSubURL (#29534) 2024-03-03 00:14:12 +00:00
setting.go Disallow duplicate storage paths (#26484) 2024-02-09 14:06:03 +00:00
setting_test.go
ssh.go
storage.go Disallow duplicate storage paths (#26484) 2024-02-09 14:06:03 +00:00
storage_test.go
task.go
time.go
ui.go Add global setting how timestamps should be rendered (#28657) 2024-01-02 09:25:30 +08:00
webhook.go