gitea/modules
wxiaoguang 61be51e56b
Refactor markup package ()
To make the markup package easier to maintain:
1. Split some go files into small files
2. Use a shared util.NopCloser, remove duplicate code
3. Remove unused functions
..
actions Fix wrong status of `Set up Job` when first step is skipped ()
activitypub Remove SHA1 for support for ssh rsa signing ()
analyze Rename code_langauge.go to code_language.go ()
assetfs Use `Set[Type]` instead of `map[Type]bool/struct{}`. ()
auth Add Passkey login support ()
avatar Use `crypto/sha256` ()
badge Implement actions badge svgs ()
base fix OIDC introspection authentication ()
cache bump to go 1.23 ()
charset refactor: remove redundant err declarations ()
container Allow disabling authentication related user features ()
csv Render embedded code preview by permlink in markdown ()
dump Refactor "dump" sub-command ()
emoji Update emoji set to Unicode 15 ()
eventsource Final round of `db.DefaultContext` refactor ()
generate Refactor JWT secret generating & decoding code ()
git Fix git error handling ()
gitgraph More `db.DefaultContext` refactor ()
gitrepo Refactor markup package ()
globallock Use global lock instead of NewExclusivePool to allow distributed lock between multiple Gitea instances ()
graceful Remove unused error in graceful manager ()
hcaptcha Consume hcaptcha and pwn deps ()
highlight Add option to disable ambiguous unicode characters detection ()
hostmatcher Support allowed hosts for migrations to work with proxy ()
html Refactor backend SVG package and add tests ()
httpcache Fix wrong last modify time ()
httplib Fix wrong last modify time ()
indexer Update go dependencies ()
issue/template bump to go 1.23 ()
json Replace `interface{}` with `any` ()
label Make label templates have consistent behavior and priority ()
lfs Make LFS http_client parallel within a batch. ()
lfstransfer Add pure SSH LFS support ()
log Refactor markup package ()
markup Refactor markup package ()
mcaptcha Implement FSFE REUSE for golang files ()
metrics Rename project board -> column to make the UI less confusing ()
migration Support migrating GitHub/GitLab PR draft status ()
nosql Update tool dependencies, lock govulncheck and actionlint ()
optional Resolve lint for unused parameter and unnecessary type arguments ()
options Use a general approach to access custom/static/builtin assets ()
packages Refactor markup package ()
paginator Use more specific test methods ()
pprof Implement FSFE REUSE for golang files ()
private Make git push options accept short name ()
process Update misspell to 0.5.1 and add `misspellings.csv` ()
proxy Use proxy for pull mirror ()
proxyprotocol Implement FSFE REUSE for golang files ()
public Refactor CORS handler ()
queue bump to go 1.23 ()
recaptcha Implement FSFE REUSE for golang files ()
references Refactor to use UnsafeStringToBytes ()
regexplru Upgrade go dependencies ()
repository Make LFS http_client parallel within a batch. ()
secret Use `crypto/sha256` ()
session Improve oauth2 client "preferred username field" logic and the error handling ()
setting Make LFS http_client parallel within a batch. ()
sitemap Fix sitemap ()
ssh Remove SSH workaround ()
storage Add artifacts test fixture ()
structs Make admins adhere to branch protection rules ()
svg Refactor markdown attention render ()
sync Use global lock instead of NewExclusivePool to allow distributed lock between multiple Gitea instances ()
system Refactor to use UnsafeStringToBytes ()
templates Replace DateTime with proper functions ()
test Remove sub-path from container registry realm ()
testlogger Refactor tests to prevent from unnecessary preparations ()
timeutil Replace DateTime with proper functions ()
translation Render embedded code preview by permlink in markdown ()
turnstile Add new captcha: cloudflare turnstile ()
typesniffer Detect ogg mime-type as audio or video ()
updatechecker Replace more db.DefaultContext ()
uri Implement FSFE REUSE for golang files ()
user Implement FSFE REUSE for golang files ()
util Refactor markup package ()
validation Check blocklist for emails when adding them to account ()
web Refactor names ()
webhook Fix schedule tasks bugs ()
zstd Support compression for Actions logs ()