All notable changes to Gogs are documented in this file.
main
)[git.timeout] DIFF
for customizing operation timeout of git diff
. #6315[server] SSH_SERVER_MACS
for setting list of accepted MACs for connections to builtin SSH server. #6434main
. #6285X-Frame-Options
header to prevent Clickjacking. #6409[mailer]
is no longer used, please use [email]
.[service]
is no longer used, please use [auth]
.APP_NAME
is no longer used, please use BRAND_NAME
.[security] REVERSE_PROXY_AUTHENTICATION_USER
is no longer used, please use [auth] REVERSE_PROXY_AUTHENTICATION_HEADER
.[auth] ACTIVE_CODE_LIVE_MINUTES
is no longer used, please use [auth] ACTIVATE_CODE_LIVES
.[auth] RESET_PASSWD_CODE_LIVE_MINUTES
is no longer used, please use [auth] RESET_PASSWORD_CODE_LIVES
.[auth] ENABLE_CAPTCHA
is no longer used, please use [auth] ENABLE_REGISTRATION_CAPTCHA
.[auth] ENABLE_NOTIFY_MAIL
is no longer used, please use [user] ENABLE_EMAIL_NOTIFICATION
.[auth] REGISTER_EMAIL_CONFIRM
is no longer used, please use [auth] REQUIRE_EMAIL_CONFIRMATION
.[session] GC_INTERVAL_TIME
is no longer used, please use [session] GC_INTERVAL
.[session] SESSION_LIFE_TIME
is no longer used, please use [session] MAX_LIFE_TIME
.[server] ROOT_URL
is no longer used, please use [server] EXTERNAL_URL
.[server] LANDING_PAGE
is no longer used, please use [server] LANDING_URL
.[database] DB_TYPE
is no longer used, please use [database] TYPE
.[database] PASSWD
is no longer used, please use [database] PASSWORD
.Content-Type
to be application/octet-stream
. The server now tells the LFS client to always use Content-Type: application/octet-stream
when upload files.?go-get=1
for subdirectories. #6314--target
is specified on Windows. #6339updated_at
field is now correctly updated when updates an issue. #6209login_source.cfg
column to have VARCHAR(255)
instead of TEXT
in MySQL. #6280Last-Modified
HTTP header for raw files. #5811.r
, .sas
, .tex
, .yaml
). #5856public/
directory, please refer to documentation for usage. #5920GET /admin/teams/:teamid/members
to list members of a team. #5877[server] LOAD_ASSETS_FROM_DISK = true
to load them from disk. #5920miniwinsvc
to minwinsvc
.APP_NAME
is deprecated and will end support in 0.13.0, please start using BRAND_NAME
.[server] ROOT_URL
is deprecated and will end support in 0.13.0, please start using [server] EXTERNAL_URL
.[server] LANDING_PAGE
is deprecated and will end support in 0.13.0, please start using [server] LANDING_URL
.[database] DB_TYPE
is deprecated and will end support in 0.13.0, please start using [database] TYPE
.[database] PASSWD
is deprecated and will end support in 0.13.0, please start using [database] PASSWORD
.[security] REVERSE_PROXY_AUTHENTICATION_USER
is deprecated and will end support in 0.13.0, please start using [auth] REVERSE_PROXY_AUTHENTICATION_HEADER
.[mailer]
is deprecated and will end support in 0.13.0, please start using [email]
.[service]
is deprecated and will end support in 0.13.0, please start using [auth]
.[auth] ACTIVE_CODE_LIVE_MINUTES
is deprecated and will end support in 0.13.0, please start using [auth] ACTIVATE_CODE_LIVES
.[auth] RESET_PASSWD_CODE_LIVE_MINUTES
is deprecated and will end support in 0.13.0, please start using [auth] RESET_PASSWORD_CODE_LIVES
.[auth] REGISTER_EMAIL_CONFIRM
is deprecated and will end support in 0.13.0, please start using [auth] REQUIRE_EMAIL_CONFIRMATION
.[auth] ENABLE_CAPTCHA
is deprecated and will end support in 0.13.0, please start using [auth] ENABLE_REGISTRATION_CAPTCHA
.[auth] ENABLE_NOTIFY_MAIL
is deprecated and will end support in 0.13.0, please start using [user] ENABLE_EMAIL_NOTIFICATION
.[session] GC_INTERVAL_TIME
is deprecated and will end support in 0.13.0, please start using [session] GC_INTERVAL
.[session] SESSION_LIFE_TIME
is deprecated and will end support in 0.13.0, please start using [session] MAX_LIFE_TIME
.-
is reserved and cannot be used for users or organizations..ipynb
. #5170[service] REQUIRE_SIGNIN_VIEW = true
.[other] SHOW_FOOTER_VERSION
[server] STATIC_ROOT_PATH
[repository] MIRROR_QUEUE_LENGTH
[repository] PULL_REQUEST_QUEUE_LENGTH
[session] ENABLE_SET_COOKIE
[release.attachment] PATH
[webhook] QUEUE_LENGTH
sqlite
, which means CGO is now required.Older change logs can be found on GitHub.