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
Giteabot a4b14638b5
Use correct minio error (#26634) (#26639)
Backport #26634 by @delvh

Previously, `err` was defined above, checked for `err == nil` and used
nowhere else.
Hence, the result of `convertMinioErr` would always be `nil`.
This leads to a NPE further down the line.
That is not intentional, it should convert the error of the most recent
operation, not one of its predecessors.

Found through
https://discord.com/channels/322538954119184384/322538954119184384/1143185780206993550.

Co-authored-by: delvh <dev.lh@web.de>
1 year ago
..
actions Fix activity type match in `matchPullRequestEvent` (#25746) (#25796) 2 years ago
activitypub
analyze
assetfs Skip unuseful error message in dev mode when watching local filesystem (#25919) (#25927) 2 years ago
auth Use a general approach to access custom/static/builtin assets (#24022) 2 years ago
avatar Improve avatar uploading / resizing / compressing, remove Fomantic card module (#24653) 2 years ago
base Replace `interface{}` with `any` (#25686) (#25687) 2 years ago
cache Replace `interface{}` with `any` (#25686) (#25687) 2 years ago
charset Replace `interface{}` with `any` (#25686) (#25687) 2 years ago
container
context Introduce ctx.PathParamRaw to avoid incorrect unescaping (#26392) (#26405) 2 years ago
csv Refactor locale number (#24134) 2 years ago
doctor Refactor path & config system (#25330) (#25416) 2 years ago
emoji
eventsource Replace `interface{}` with `any` (#25686) (#25687) 2 years ago
generate
git Sync repo's IsEmpty status correctly (#26517) (#26560) 1 year ago
gitgraph
graceful Replace `interface{}` with `any` (#25686) (#25687) 2 years ago
hcaptcha
highlight test_env: hardcode major go version in use (#23464) 2 years ago
hostmatcher
html Replace `interface{}` with `any` (#25686) (#25687) 2 years ago
httpcache Use standard HTTP library to serve files (#24693) 2 years ago
httplib Replace `interface{}` with `any` (#25686) (#25687) 2 years ago
indexer Replace `interface{}` with `any` (#25686) (#25687) 2 years ago
issue/template Replace `interface{}` with `any` (#25686) (#25687) 2 years ago
json Replace `interface{}` with `any` (#25686) (#25687) 2 years ago
label Make label templates have consistent behavior and priority (#23749) 2 years ago
lfs Rewrite logger system (#24726) 2 years ago
log Use stderr as fallback if the log file can't be opened (#26074) (#26083) 2 years ago
markup Disallow dangerous URL schemes (#25960) (#25964) 2 years ago
mcaptcha
metrics Use a separate admin page to show global stats, remove `actions` stat (#25062) 2 years ago
migration Replace `interface{}` with `any` (#25686) (#25687) 2 years ago
mirror Improve queue and logger context (#24924) 2 years ago
nosql Replace `interface{}` with `any` (#25686) (#25687) 2 years ago
notification Add Adopt repository event and handler (#25497) (#25518) 2 years ago
options Use a general approach to access custom/static/builtin assets (#24022) 2 years ago
packages Prevent newline errors with Debian packages (#26332) (#26342) 2 years ago
paginator Use more specific test methods (#24265) 2 years ago
pprof
private Replace `interface{}` with `any` (#25686) (#25687) 2 years ago
process Replace `interface{}` with `any` (#25686) (#25687) 2 years ago
proxy
proxyprotocol
public Use standard HTTP library to serve files (#24693) 2 years ago
queue Calculate MAX_WORKERS default value by CPU number (#26177) (#26183) 2 years ago
recaptcha
references
regexplru
repository Remove stars when repo goes private (#19904) 2 years ago
secret Improve decryption failure message (#24573) 2 years ago
session Replace `interface{}` with `any` (#25686) (#25687) 2 years ago
setting Fix storage path logic especially for relative paths (#26441) (#26481) 1 year ago
sitemap
ssh Fix admin queue page title and fix CI failures (#26409) (#26421) 2 years ago
storage Use correct minio error (#26634) (#26639) 1 year ago
structs Add `branch_filter` to hooks API endpoints (#26599) (#26632) 1 year ago
svg Replace `interface{}` with `any` (#25686) (#25687) 2 years ago
sync
system
templates Replace `interface{}` with `any` (#25686) (#25687) 2 years ago
test Fix incorrect CLI exit code and duplicate error message (#26346) (#26347) 2 years ago
testlogger Replace `interface{}` with `any` (#25686) (#25687) 2 years ago
timeutil Fix incorrect webhook time and use relative-time to display it (#24477) 2 years ago
translation Replace `interface{}` with `any` (#25686) (#25687) 2 years ago
turnstile
typesniffer Detect ogg mime-type as audio or video (#26494) (#26505) 1 year ago
updatechecker
upload
uri
user
util Replace `interface{}` with `any` (#25686) (#25687) 2 years ago
validation Replace `interface{}` with `any` (#25686) (#25687) 2 years ago
web Fix incorrect router logger (#26137) (#26143) 2 years ago
webhook New webhook trigger for receiving Pull Request review requests (#24481) 2 years ago