gitea/modules
wxiaoguang d9d3f5234e
Fix incorrect CurrentUser check for docker rootless (#24435)
Many users report that 1.19 has a regression bug: the rootless image
can't start if the UID is not 1000.

https://github.com/go-gitea/gitea/issues/23632#issuecomment-1524589213


https://discourse.gitea.io/t/gitea-doesnt-start-after-update-to-1-19/6920/9


The problem is that the IsRunUserMatchCurrentUser logic is fragile, the
"SSH" config is not ready when it executes.

This PR is just a quick fix for 1.19. For 1.20, we need a clear and
stable solution.
2023-04-29 23:47:04 -04:00
..
actions
activitypub
analyze
auth
avatar
base
cache
charset
container
context
csv
doctor
emoji
eventsource
generate
git
gitgraph
graceful
hcaptcha
highlight
hostmatcher
html
httpcache
httplib
indexer
issue/template
json
label
lfs
log Improve trace logging for pulls and processes (#22633) 2023-02-03 18:11:48 -05:00
markup
mcaptcha
metrics
migration Scoped labels (#22585) 2023-02-18 21:17:39 +02:00
mirror
nosql
notification Implement actions (#21937) 2023-01-31 09:45:19 +08:00
options
packages
paginator
pprof
private Implement actions (#21937) 2023-01-31 09:45:19 +08:00
process
proxy
proxyprotocol
public
queue
recaptcha
references
regexplru
repository
secret
session
setting Fix incorrect CurrentUser check for docker rootless (#24435) 2023-04-29 23:47:04 -04:00
sitemap
ssh
storage
structs Fix Org edit page bugs: renaming detection, maxlength (#24161) (#24171) 2023-04-17 12:20:47 -04:00
svg
sync Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
system
templates
test
timeutil
translation
turnstile
typesniffer
updatechecker
upload
uri
user Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
util
validation
watcher
web
webhook