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
wxiaoguang 6465f94a2d
Fix queue worker incorrectly stopped when there are still more items in the queue (#29532)
Without `case <-t.C`, the workers would stop incorrectly, the test won't
pass. For the worse case, there might be only one running worker
processing the queue items for long time because other workers are
stopped. The root cause is related to the logic of doDispatchBatchToWorker.
It isn't a serious problem at the moment, so keep it as-is.
11 months ago
..
actions Set pre-step status to `skipped` if job is skipped (#29489) 11 months ago
activitypub Upgrade to golangci-lint@v1.55.0 (#27756) 1 year ago
analyze
assetfs
auth Use `crypto/sha256` (#29386) 11 months ago
avatar Use `crypto/sha256` (#29386) 11 months ago
badge Implement actions badge svgs (#28102) 11 months ago
base Use `crypto/sha256` (#29386) 11 months ago
cache Always enable caches (#28527) 1 year ago
charset Refactor locale&string&template related code (#29165) 12 months ago
container
csv Refactor locale&string&template related code (#29165) 12 months ago
emoji
eventsource Final round of `db.DefaultContext` refactor (#27587) 1 year ago
generate Refactor JWT secret generating & decoding code (#29172) 12 months ago
git Add a check for when the command is canceled by the program on Window… (#29538) 11 months ago
gitgraph More `db.DefaultContext` refactor (#27265) 1 year ago
gitrepo Simplify how git repositories are opened (#28937) 1 year ago
graceful Suggest to use Type=simple for systemd service (#28717) 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 remove util.OptionalBool and related functions (#29513) 11 months ago
issue/template
json
label
lfs Use `crypto/sha256` (#29386) 11 months ago
log
markup Refactor some Str2html code (#29397) 11 months ago
mcaptcha
metrics Reduce usage of `db.DefaultContext` (#27073) 1 year ago
migration Refactor locale&string&template related code (#29165) 12 months ago
nosql
optional migrate some more "OptionalBool" to "Option[bool]" (#29479) 11 months ago
options
packages Integrate alpine `noarch` packages into other architectures index (#29137) 11 months 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) 11 months ago
recaptcha
references Fix issue link does not support quotes (#29484) (#29487) 11 months ago
regexplru
repository Move migration functions to services layer (#29497) 11 months ago
secret Use `crypto/sha256` (#29386) 11 months ago
session Next round of `db.DefaultContext` refactor (#27089) 1 year ago
setting Allow options to disable user gpg keys configuration from the interface on app.ini (#29486) 11 months ago
sitemap
ssh Remove SSH workaround (#27893) 1 year ago
storage
structs Add admin API route for managing user's badges (#23106) 11 months ago
svg
sync
system Replace more db.DefaultContext (#27628) 1 year ago
templates Rename Str2html to SanitizeHTML and clarify its behavior (#29516) 11 months ago
test
testlogger
timeutil Refactor locale&string&template related code (#29165) 12 months ago
translation Improve TrHTML and add more tests (#29228) 12 months ago
turnstile
typesniffer
updatechecker Replace more db.DefaultContext (#27628) 1 year ago
uri
user
util remove util.OptionalBool and related functions (#29513) 11 months ago
validation
web Refactor locale&string&template related code (#29165) 12 months ago
webhook Fix schedule tasks bugs (#28691) 1 year ago