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.
Giteabot
24cf06592e
Restrict `[actions].DEFAULT_ACTIONS_URL` to only `github` or `self` ( #25581 ) ( #25604 )
...
Backport #25581 by @wolfogre
Resolve #24789
## ⚠️ BREAKING ⚠️
Before this, `DEFAULT_ACTIONS_URL` cound be set to any custom URLs like
`https://gitea.com ` or `http://your-git-server,https://gitea.com `, and
the default value was `https://gitea.com `.
But now, `DEFAULT_ACTIONS_URL` supports only
`github`(`https://github.com `) or `self`(the root url of current Gitea
instance), and the default value is `github`.
If it has configured with a URL, an error log will be displayed and it
will fallback to `github`.
Actually, what we really want to do is always make it
`https://github.com `, however, this may not be acceptable for some
instances of internal use, so there's extra support for `self`, but no
more, even `https://gitea.com `.
Please note that `uses: https://xxx/yyy/zzz ` always works and it does
exactly what it is supposed to do.
Although it's breaking, I belive it should be backported to `v1.20` due
to some security issues.
Follow-up on the runner side:
- https://gitea.com/gitea/act_runner/pulls/262
- https://gitea.com/gitea/act/pulls/70
Co-authored-by: Jason Song <i@wolfogre.com>
2 years ago
..
actions.go
Restrict `[actions].DEFAULT_ACTIONS_URL` to only `github` or `self` ( #25581 ) ( #25604 )
2 years ago
actions_test.go
Restrict `[actions].DEFAULT_ACTIONS_URL` to only `github` or `self` ( #25581 ) ( #25604 )
2 years ago
admin.go
…
api.go
…
asset_dynamic.go
…
asset_static.go
…
attachment.go
Fix all possible setting error related storages and added some tests ( #23911 ) ( #25244 )
2 years ago
attachment_test.go
Fix all possible setting error related storages and added some tests ( #23911 ) ( #25244 )
2 years ago
cache.go
…
camo.go
…
config_env.go
…
config_env_test.go
…
config_provider.go
Refactor path & config system ( #25330 ) ( #25416 )
2 years ago
config_provider_test.go
Refactor path & config system ( #25330 ) ( #25416 )
2 years ago
cors.go
…
cron.go
…
cron_test.go
…
database.go
Use "utf8mb4" for MySQL by default ( #25432 )
2 years ago
database_sqlite.go
…
database_test.go
…
federation.go
…
git.go
…
git_test.go
…
highlight.go
…
i18n.go
…
incoming_email.go
…
indexer.go
…
indexer_test.go
…
lfs.go
Avoid polluting config file when "save" ( #25395 ) ( #25406 )
2 years ago
lfs_test.go
Fix all possible setting error related storages and added some tests ( #23911 ) ( #25244 )
2 years ago
log.go
Fix sub-command log level ( #25537 ) ( #25553 )
2 years ago
log_test.go
…
mailer.go
…
mailer_test.go
…
markup.go
…
metrics.go
…
migrations.go
…
mime_type_map.go
…
mirror.go
Avoid polluting the config ( #25345 ) ( #25354 )
2 years ago
oauth2.go
Do not prepare oauth2 config if it is not enabled, do not write config in some sub-commands ( #25567 ) ( #25576 )
2 years ago
other.go
…
packages.go
Fix all possible setting error related storages and added some tests ( #23911 ) ( #25244 )
2 years ago
packages_test.go
Fix all possible setting error related storages and added some tests ( #23911 ) ( #25244 )
2 years ago
path.go
Use InitWorkPathAndCfgProvider for environment-to-ini to avoid unnecessary checks ( #25480 ) ( #25488 )
2 years ago
path_test.go
Refactor path & config system ( #25330 ) ( #25416 )
2 years ago
picture.go
Fix all possible setting error related storages and added some tests ( #23911 ) ( #25244 )
2 years ago
project.go
…
proxy.go
…
queue.go
…
repository.go
Fix all possible setting error related storages and added some tests ( #23911 ) ( #25244 )
2 years ago
repository_archive.go
Fix all possible setting error related storages and added some tests ( #23911 ) ( #25244 )
2 years ago
repository_archive_test.go
Fix all possible setting error related storages and added some tests ( #23911 ) ( #25244 )
2 years ago
security.go
Avoid polluting config file when "save" ( #25395 ) ( #25406 )
2 years ago
server.go
Refactor path & config system ( #25330 ) ( #25416 )
2 years ago
service.go
…
service_test.go
…
session.go
…
setting.go
Refactor path & config system ( #25330 ) ( #25416 )
2 years ago
setting_test.go
…
ssh.go
…
storage.go
Fix all possible setting error related storages and added some tests ( #23911 ) ( #25244 )
2 years ago
storage_test.go
Fix all possible setting error related storages and added some tests ( #23911 ) ( #25244 )
2 years ago
task.go
…
time.go
…
ui.go
…
webhook.go
…