gitea/modules/setting
wxiaoguang 84cbb6c4d2
Fix duplicate sub-path for avatars ()
Fix , and add tests

And this PR introduces an undocumented & debug-purpose-only config
option: `USE_SUB_URL_PATH`. It does nothing for end users, it only helps
the development of sub-path related problems.

And also fix 

Co-authored-by: @ExplodingDragon
..
config Customizable "Open with" applications for repository clone ()
actions.go add skip ci functionality ()
actions_test.go Restrict `[actions].DEFAULT_ACTIONS_URL` to only `github` or `self` ()
admin.go Add setting to disable user features when user login type is not plain ()
api.go
asset_dynamic.go
asset_static.go
attachment.go Update allowed attachment types ()
attachment_test.go Fix all possible setting error related storages and added some tests ()
cache.go Always enable caches ()
camo.go
config.go Customizable "Open with" applications for repository clone ()
config_env.go Enable `unparam` linter ()
config_env_test.go Fix `environment-to-ini` inherited key bug ()
config_provider.go Initial support for colorblindness-friendly themes ()
config_provider_test.go Fix INI parsing for value with trailing slash ()
cors.go Refactor CORS handler ()
cron.go Replace `interface{}` with `any` ()
cron_test.go Rewrite queue ()
database.go Add slow SQL query warning ()
database_sqlite.go
database_test.go Fix incorrect PostgreSQL connection string for Unix sockets ()
federation.go
git.go Use `[git.config]` for reflog cleaning up ()
git_test.go Use `[git.config]` for reflog cleaning up ()
glob.go Improve grep search ()
global.go Fix duplicate sub-path for avatars ()
highlight.go
i18n.go
incoming_email.go Resolve lint for unused parameter and unnecessary type arguments ()
indexer.go Improve grep search ()
indexer_test.go
lfs.go Use general token signing secret ()
lfs_test.go Display deprecated warning in admin panel pages as well as in the log file ()
log.go Refactor "dump" sub-command ()
log_test.go Replace `interface{}` with `any` ()
mailer.go Add option for mailer to override mail headers ()
mailer_test.go Remove unnecessary code ()
markup.go Add .livemd as a markdown extension ()
metrics.go
migrations.go
mime_type_map.go
mirror.go Avoid polluting the config ()
oauth2.go Always load or generate oauth2 jwt secret ()
oauth2_test.go Always load or generate oauth2 jwt secret ()
other.go Add `[other].SHOW_FOOTER_POWERED_BY` setting to hide `Powered by` ()
packages.go Remove sub-path from container registry realm ()
packages_test.go Fix all possible setting error related storages and added some tests ()
path.go Do not allow different storage configurations to point to the same directory ()
path_test.go Refactor path & config system ()
picture.go Fix all possible setting error related storages and added some tests ()
project.go
proxy.go
queue.go Increase queue length ()
repository.go Refactor startup deprecation messages ()
repository_archive.go Fix all possible setting error related storages and added some tests ()
repository_archive_test.go Fix all possible setting error related storages and added some tests ()
security.go Remember login for a month by default ()
server.go Fix duplicate sub-path for avatars ()
service.go Add reverseproxy auth for API back with default disabled ()
service_test.go Fix allowed user types setting problem ()
session.go Refactor startup deprecation messages ()
setting.go Fix duplicate sub-path for avatars ()
setting_test.go
ssh.go Expanded minimum RSA Keylength to 3072 ()
storage.go Enable `unparam` linter ()
storage_test.go Azure blob storage support ()
task.go
time.go Enable more `revive` linter rules ()
ui.go Add `MAX_ROWS` option for CSV rendering ()
webhook.go