gitea/modules
zeripath 7948cb3149
Prevent NPE whilst migrating if there is a team request review ()
A pr.Reviewer may be nil when migrating from Gitea if this is a team
request review.

We do not migrate teams therefore we cannot map these requests, but we can
migrate user requests.

Signed-off-by: Andrew Thornton <art27@cantab.net>
..
activitypub format with gofumpt ()
analyze Simplify `IsVendor` ()
appstate Use a struct as test options ()
auth Remove legacy `+build:` constraint ()
avatar Remove legacy `+build:` constraint ()
base Update JS dependencies ()
cache Update go-chi/cache to utilize Ping() ()
charset Detect truncated utf-8 characters at the end of content as still representing utf-8 ()
container Move reaction to models/issues/ ()
context Move some repository related code into sub package ()
convert Nuke the incorrect permission report on /api/v1/notifications ()
csv format with gofumpt ()
doctor Add breaking email restrictions checker in doctor ()
emoji format with gofumpt ()
eventsource Improve Stopwatch behavior ()
generate Use base32 for 2FA scratch token ()
git Only log non ErrNotExist errors in git.GetNote ()
gitgraph Move almost all functions' parameter db.Engine to context.Context ()
graceful Remove legacy `+build:` constraint ()
hcaptcha hCaptcha Support ()
highlight format with gofumpt ()
hostmatcher Support `hostname:port` to pass host matcher's check ()
httpcache Set the LastModified header for raw files ()
httplib refactor httplib ()
indexer Move some repository related code into sub package ()
json Refactor legacy `unknwon/com` package, improve golangci lint ()
lfs Remove legacy `+build:` constraint ()
log Only set CanColorStdout / CanColorStderr to true if the stdout/stderr is a terminal ()
markup Add support for rendering terminal output with colors ()
metrics format with gofumpt ()
migration Prevent NPE whilst migrating if there is a team request review ()
nosql Remove legacy `unknwon/com` package ()
notification Move access and repo permission to models/perm/access ()
options Remove legacy `+build:` constraint ()
packages Add Helm Chart registry ()
paginator Remove legacy unmaintained packages, refactor to support change default locale ()
password Fixed assert statements. ()
pprof refactor: move from io/ioutil to io and os package ()
private Add Goroutine stack inspector to admin/monitor ()
process Set Setpgid on child git processes ()
proxy Return nil proxy function if proxy not enabled ()
public Remove legacy `+build:` constraint ()
queue Fix 64-bit atomic operations on 32-bit machines ()
recaptcha refactor: move from io/ioutil to io and os package ()
references format with gofumpt ()
repository Move some repository related code into sub package ()
secret Use `CryptoRandomBytes` instead of `CryptoRandomString` ()
session format with gofumpt ()
setting Make AppDataPath absolute against the AppWorkPath if it is not ()
ssh Implement http signatures support for the API ()
storage Add Package Registry ()
structs Respect DefaultUserIsRestricted system default when creating new user ()
svg Remove legacy `+build:` constraint ()
sync Use queue instead of memory queue in webhook send service ()
templates Automatically render wiki TOC ()
test Move access and repo permission to models/perm/access ()
timeutil Remove legacy unmaintained packages, refactor to support change default locale ()
translation Remove legacy unmaintained packages, refactor to support change default locale ()
typesniffer Fix raw endpoint PDF file headers ()
updatechecker format with gofumpt ()
upload Simplify parameter types ()
uri Prevent NPE if gitea uploader fails to open url ()
user Add gitea-vet ()
util Update go tool dependencies ()
validation use IsLoopback ()
web Ensure responses are context.ResponseWriters ()