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
Jason Song 487ac9bf6c
Support GITEA_I_AM_BEING_UNSAFE_RUNNING_AS_ROOT env (#29788)
It is convenient to skip by setting environment, since it's OK
to use root user in job containers.

It's not a bug, but I want to backport it to v1.21 since it doesn't
break anything.

---------

Co-authored-by: Giteabot <teabot@gitea.io>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
1 year ago
..
actions Set pre-step status to `skipped` if job is skipped (#29489) 1 year ago
activitypub Upgrade to golangci-lint@v1.55.0 (#27756) 1 year ago
analyze
assetfs Use `Set[Type]` instead of `map[Type]bool/struct{}`. (#26804) 2 years ago
auth Use `crypto/sha256` (#29386) 1 year ago
avatar Use `crypto/sha256` (#29386) 1 year ago
badge Implement actions badge svgs (#28102) 1 year ago
base Improve natural sort (#29611) 1 year ago
cache Always enable caches (#28527) 1 year ago
charset Refactor locale&string&template related code (#29165) 1 year ago
container
csv Refactor locale&string&template related code (#29165) 1 year ago
emoji
eventsource Final round of `db.DefaultContext` refactor (#27587) 1 year ago
generate Refactor JWT secret generating & decoding code (#29172) 1 year ago
git Lazy load object format with command line and don't do it in OpenRepository (#29712) 1 year ago
gitgraph More `db.DefaultContext` refactor (#27265) 1 year ago
gitrepo Move get/set default branch from git package to gitrepo package to hide repopath (#29126) 1 year ago
graceful Avoid unexpected panic in graceful manager (#29629) 1 year ago
hcaptcha
highlight Add option to disable ambiguous unicode characters detection (#28454) 1 year ago
hostmatcher Support allowed hosts for webhook to work with proxy (#27655) 1 year ago
html
httpcache Also match weakly validated ETags (#28957) 1 year ago
httplib
indexer Refactor to use optional.Option for issue index search option (#29739) 1 year ago
issue/template Extend issue template yaml engine (#29274) 1 year ago
json
label
lfs Use `crypto/sha256` (#29386) 1 year ago
log Reduce some allocations in type conversion (#26772) 2 years ago
markup Refactor markup/csv: don't read all to memory (#29760) 1 year ago
mcaptcha
metrics Reduce usage of `db.DefaultContext` (#27073) 2 years ago
migration Refactor locale&string&template related code (#29165) 1 year ago
nosql
optional migrate some more "OptionalBool" to "Option[bool]" (#29479) 1 year ago
options
packages Integrate alpine `noarch` packages into other architectures index (#29137) 1 year ago
paginator
pprof
private Return `responseText` instead of string in some functions (#28836) 1 year ago
process Replace assert.Fail with assert.FailNow (#27578) 1 year ago
proxy
proxyprotocol
public Refactor CORS handler (#28587) 1 year ago
queue Fix queue worker incorrectly stopped when there are still more items in the queue (#29532) 1 year ago
recaptcha
references Fix issue link does not support quotes (#29484) (#29487) 1 year ago
regexplru
repository Add user blocking (#29028) 1 year ago
secret Use `crypto/sha256` (#29386) 1 year ago
session Next round of `db.DefaultContext` refactor (#27089) 2 years ago
setting Support GITEA_I_AM_BEING_UNSAFE_RUNNING_AS_ROOT env (#29788) 1 year ago
sitemap
ssh Remove SSH workaround (#27893) 1 year ago
storage Fix object storage path handling (#27024) 2 years ago
structs Fix lint-swagger warning (#29787) 1 year ago
svg
sync
system Replace more db.DefaultContext (#27628) 1 year ago
templates Improve QueryEscape helper function (#29768) 1 year ago
test Move web/api context related testing function into a separate package (#26859) 2 years ago
testlogger
timeutil Fix date rendering by adding `<gitea-absolute-date>` (#29725) 1 year ago
translation Add an trailing slash to dashboard links (#29555) 1 year ago
turnstile
typesniffer
updatechecker Replace more db.DefaultContext (#27628) 1 year ago
uri
user
util Add test for webhook (#29755) 1 year ago
validation Check blocklist for emails when adding them to account (#26812) 2 years ago
web Refactor locale&string&template related code (#29165) 1 year ago
webhook Fix schedule tasks bugs (#28691) 1 year ago