1
1
mirror of https://github.com/go-gitea/gitea.git synced 2026-03-27 07:21:51 +01:00
gitea/modules/lfs
ChristopherHX bc5c554072
Feature non-zipped actions artifacts (action v7) (#36786)
- content_encoding contains a slash => v4 artifact
- updated proto files to support mime_type and no longer return errors for upload-artifact v7
- json and txt files are now previewed in browser
- normalized content-disposition header creation
- azure blob storage uploads directly in servedirect mode (no proxying data)
- normalize content-disposition headers based on go mime package
  - getting both filename and filename* encoding is done via custom code

Closes #36829

-----

Signed-off-by: ChristopherHX <christopher.homberger@web.de>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2026-03-26 00:37:48 +08:00
..
client_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
client.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
content_store.go Feature non-zipped actions artifacts (action v7) (#36786) 2026-03-26 00:37:48 +08:00
endpoint_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
endpoint.go escape filename when assemble URL (#22850) 2023-02-12 09:31:14 +08:00
filesystem_client.go fix: close file in the Upload func (#30262) 2024-04-03 10:58:13 -04:00
http_client_test.go Drop json-iterator dependency (#35544) 2025-09-28 22:30:28 +08:00
http_client.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
LICENSE Git LFS support v2 (#122) 2016-12-26 09:16:37 +08:00
pointer_scanner_gogit.go Refactor git command stdio pipe (#36422) 2026-01-22 06:04:26 +00:00
pointer_scanner_nogogit.go Refactor git command stdio pipe (#36422) 2026-01-22 06:04:26 +00:00
pointer_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
pointer.go Refactor repo contents API and add "contents-ext" API (#34822) 2025-06-25 02:34:21 +00:00
shared.go Add chunked transfer encoding support for LFS uploads (#36380) 2026-01-16 07:15:18 +08:00
transferadapter_test.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
transferadapter.go Fix #31185 try fix lfs download from bitbucket failed (#31201) 2024-06-11 22:22:28 +00:00