gitea/modules
Chongyi Zheng 9631958a82
Refactor lfs requests (#26783)
- Refactor lfs request code
- The original code uses `performRequest` function to create the
request, uses a callback to modify the request, and then send the
request.
- Now it's replaced with `createRequest` that only creates request and
`performRequest` that only sends the request.
- Reuse `createRequest` and `performRequest` in `http_client.go` and
`transferadapter.go`

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2023-09-18 08:40:50 +00:00
..
actions
activitypub More refactoring of db.DefaultContext (#27083) 2023-09-15 06:13:19 +00:00
analyze
assetfs
auth Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
avatar
base Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
cache
charset Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
container
context Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
contexttest
csv
doctor
emoji
eventsource Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
generate
git Support .git-blame-ignore-revs file (#26395) 2023-09-16 17:42:34 +00:00
gitgraph
graceful
hcaptcha
highlight
hostmatcher
html
httpcache
httplib
indexer Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
issue/template
json
label
lfs Refactor lfs requests (#26783) 2023-09-18 08:40:50 +00:00
log Reduce some allocations in type conversion (#26772) 2023-08-29 00:43:16 +08:00
markup fix media description render for orgmode (#26895) 2023-09-13 05:44:59 +00:00
mcaptcha
metrics
migration
nosql
options
packages
paginator
pprof
private
process
proxy
proxyprotocol Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
public
queue
recaptcha
references
regexplru
repository Add RemoteAddress to mirrors (#26952) 2023-09-16 16:03:02 +00:00
secret
session Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
setting Actions are no longer experimental, so enable them by default (#27054) 2023-09-15 06:43:39 +00:00
sitemap
ssh
storage Fix object storage path handling (#27024) 2023-09-13 01:18:52 +00:00
structs
svg
sync Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
system
templates
test
testlogger
timeutil
translation
turnstile
typesniffer
updatechecker
upload
uri
user
util Refactor lfs requests (#26783) 2023-09-18 08:40:50 +00:00
validation Check blocklist for emails when adding them to account (#26812) 2023-08-30 10:46:49 -05:00
web
webhook