gitea/modules
wxiaoguang ef339713c2
Refactor internal routers (partial backport, auth token const time comparing) (#32473) (#32479)
Partially backport #32473. LFS related changes are not in 1.22, so skip
them.

1. Ignore non-existing repos during migrations
2. Improve ReadBatchLine's comment
3. Use `X-Gitea-Internal-Auth` header for internal API calls and make
the comparing constant time (it wasn't a serous problem because in a
real world it's nearly impossible to timing-attack the token, but indeed
security related and good to fix and backport)
4. Fix route mock nil check
2024-11-13 10:26:37 +08:00
..
actions Fix wrong status of `Set up Job` when first step is skipped (#32120) (#32125) 2024-09-25 10:19:35 +08:00
activitypub Use forum.gitea.com instead of old URL (#31989) (#31992) 2024-09-07 03:47:23 +08:00
analyze
assetfs
auth
avatar
badge
base Fix natural sort (#31384) (#31394) 2024-06-17 07:41:47 +00:00
cache Increase `cacheContextLifetime` to reduce false reports (#32011) (#32023) 2024-09-11 11:14:40 +08:00
charset
container
csv
dump
emoji
eventsource
generate
git Refactor internal routers (partial backport, auth token const time comparing) (#32473) (#32479) 2024-11-13 10:26:37 +08:00
gitgraph
gitrepo
graceful
hcaptcha
highlight
hostmatcher Support allowed hosts for migrations to work with proxy (#32025) (#32026) 2024-09-11 14:54:19 +08:00
html
httpcache Fix wrong last modify time (#32102) (#32104) 2024-09-22 19:12:57 +00:00
httplib Fix wrong last modify time (#32102) (#32104) 2024-09-22 19:12:57 +00:00
indexer Fixed race condition when deleting documents by repoId in ElasticSearch (#32185) (#32188) 2024-10-03 16:33:26 +00:00
issue/template
json
label
lfs Distinguish LFS object errors to ignore missing objects during migration (#31702) (#31745) 2024-07-31 23:06:37 +08:00
log
markup Upgrade bleve to 2.4.2 (#31894) 2024-08-21 05:13:59 +00:00
mcaptcha
metrics
migration
nosql
optional
options
packages cargo registry - respect renamed dependencies (#32430) (#32478) 2024-11-12 03:26:26 +00:00
paginator
pprof
private Refactor internal routers (partial backport, auth token const time comparing) (#32473) (#32479) 2024-11-13 10:26:37 +08:00
process
proxy
proxyprotocol
public
queue
recaptcha
references
regexplru
repository Fix created_unix for mirroring (#32342) (#32406) 2024-11-05 11:43:30 +08:00
secret
session
setting remove typo (#31524) 2024-06-29 15:54:15 +00:00
sitemap
ssh
storage Fix `missing signature key` error when pulling Docker images with `SERVE_DIRECT` enabled (#32365) (#32397) 2024-11-01 03:53:59 +00:00
structs Increase max length of org team names from 30 to 255 characters (#31410) (#31421) 2024-06-20 01:27:13 +00:00
svg
sync
system
templates Lazy load avatar images (#32051) (#32063) 2024-09-18 16:52:44 +08:00
test Remove sub-path from container registry realm (#31293) (#31300) 2024-06-10 12:04:49 +08:00
testlogger
timeutil
translation
turnstile
typesniffer
updatechecker
uri
user
util
validation
web Refactor internal routers (partial backport, auth token const time comparing) (#32473) (#32479) 2024-11-13 10:26:37 +08:00
webhook