You cannot 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
zeripath 194b780cd7
Make gitea work using cmd.exe again (#22073) (#22133)
Backport #22073

Gitea will attempt to lookup its location using LookPath however, this
fails on cmd.exe if gitea is in the current working directory.

exec.LookPath will return an exec.ErrDot error which we can test for and
then simply using filepath.Abs(os.Args[0]) to absolute gitea against the
current working directory.

Fix #22063

Signed-off-by: Andrew Thornton <art27@cantab.net>
2 years ago
..
attachment.go Update default allowed attachment types (#20192) 3 years ago
cache.go format with gofumpt (#18184) 3 years ago
cors.go format with gofumpt (#18184) 3 years ago
cron.go
cron_test.go format with gofumpt (#18184) 3 years ago
database.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2 years ago
database_sqlite.go Remove legacy `+build:` constraint (#19582) 3 years ago
database_test.go
directory.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2 years ago
federation.go Add more linters to improve code readability (#19989) 3 years ago
git.go Use git.HOME_PATH for Git HOME directory (#20114) 3 years ago
i18n.go Remove support for sr-SP (#20155) 3 years ago
indexer.go format with gofumpt (#18184) 3 years ago
indexer_test.go format with gofumpt (#18184) 3 years ago
lfs.go Allow specifying SECRET_KEY_URI, similar to INTERNAL_TOKEN_URI (#19663) 2 years ago
log.go Add more linters to improve code readability (#19989) 3 years ago
mailer.go Correct the fallbacks for mailer configuration (#21945) (#21953) 2 years ago
markup.go Allow render HTML with css/js external links (#19017) 3 years ago
migrations.go format with gofumpt (#18184) 3 years ago
mime_type_map.go format with gofumpt (#18184) 3 years ago
mirror.go format with gofumpt (#18184) 3 years ago
oauth2_client.go OAuth2 login: Set account link to "login" as default behavior (#15768) 4 years ago
packages.go Fixed registry host value. (#19363) 3 years ago
picture.go Add system setting table with cache and also add cache supports for user setting (#18058) 2 years ago
project.go
proxy.go format with gofumpt (#18184) 3 years ago
queue.go Add generic set type (#21408) 2 years ago
repository.go Add disable download source configuration (#20548) 3 years ago
service.go auth/reverseproxy: Add support for full name (#20776) 3 years ago
session.go format with gofumpt (#18184) 3 years ago
setting.go Make gitea work using cmd.exe again (#22073) (#22133) 2 years ago
setting_test.go Add an abstract json layout to make it's easier to change json library (#16528) 4 years ago
storage.go Rework repository archive (#14723) 4 years ago
storage_test.go
task.go Enable deprecation error for v1.17.0 (#18341) 3 years ago
webhook.go Add packagist webhook (#18224) 3 years ago