gitea/modules
Lunny Xiao 9a70a12a34
Merge db.Iterate and IterateObjects ()
These two functions are similiar, merge them.
..
activitypub Refactor AssertExistsAndLoadBean to use generics ()
analyze Simplify `IsVendor` ()
auth Remove legacy `+build:` constraint ()
avatar Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ()
base Add generic set type ()
cache Update go-chi/cache to utilize Ping() ()
charset Move go-licenses to generate and separate generate into a frontend and backend component ()
container Add generic set type ()
context Fix package access for admins and inactive users ()
convert Record OAuth client type at registration ()
csv Go 1.19 format ()
doctor Merge db.Iterate and IterateObjects ()
emoji Go 1.19 format ()
eventsource Move some files into models' sub packages ()
generate Use base32 for 2FA scratch token ()
git Keep languages defined in .gitattributes ()
gitgraph Refactor git command arguments and make all arguments to be safe to be used ()
graceful Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ()
hcaptcha hCaptcha Support ()
highlight Upgrade chroma to v2.3.0 ()
hostmatcher Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ()
httpcache Add Cache-Control header to html and api responses, add no-transform ()
httplib refactor httplib ()
indexer Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ()
issue/template Deal with markdown template without metadata ()
json Refactor legacy `unknwon/com` package, improve golangci lint ()
lfs Removed some vestigial code related to Range bounds checks ()
log Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ()
markup Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ()
mcaptcha Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ()
metrics Move some files into models' sub packages ()
migration Add more checks in migration code ()
mirror Implement sync push mirror on commit ()
nosql fix broken insecureskipverify handling in rediss connection uris ()
notification Decouple HookTask from Repository ()
options Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ()
packages Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ()
paginator Remove unnecessary misspell ignore pattern ()
password Fixed assert statements. ()
pprof Go 1.19 format ()
private Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ()
process Add more linters to improve code readability ()
proxy Return nil proxy function if proxy not enabled ()
proxyprotocol Support Proxy protocol ()
public Add generic set type ()
queue Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ()
recaptcha Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ()
references Remove unnecessary misspell ignore pattern ()
regexplru Custom regexp external issues ()
repository Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ()
secret Use `CryptoRandomBytes` instead of `CryptoRandomString` ()
session format with gofumpt ()
setting Allow disable sitemap ()
sitemap Add sitemap support ()
ssh Support Proxy protocol ()
storage Save files in local storage as umask ()
structs Deal with markdown template without metadata ()
svg Remove legacy `+build:` constraint ()
sync Add generic set type ()
system Sync git hooks when config file path changed ()
templates Fix generating compare link ()
test Refactor AssertExistsAndLoadBean to use generics ()
timeutil Fix `Timestamp.IsZero` ()
translation Make every not exist error unwrappable to a fs.ErrNotExist ()
typesniffer Rework raw file http header logic ()
updatechecker Add system setting table with cache and also add cache supports for user setting ()
upload Simplify parameter types ()
uri Prevent NPE if gitea uploader fails to open url ()
user Add gitea-vet ()
util Make every not exist error unwrappable to a fs.ErrNotExist ()
validation Add more checks in migration code ()
watcher Share HTML template renderers and create a watcher framework ()
web refactor webhook *NewPost ()