| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable tenv and testifylint rules (#32852) | TheFox0x7 | 2024-12-15 | 1 | -3/+3 |
* | In some lfs server implementations, they require the ref attribute. (#32838) | hiifong | 2024-12-15 | 1 | -1/+4 |
* | Add User-Agent for gitea's self-implemented lfs client. (#32832) | hiifong | 2024-12-14 | 1 | -3/+6 |
* | Fix lfs migration (#32812) | hiifong | 2024-12-12 | 2 | -1/+3 |
* | Use 8 as default value for git lfs concurrency (#32421) | wxiaoguang | 2024-11-05 | 2 | -2/+5 |
* | Make LFS http_client parallel within a batch. (#32369) | Royce Remer | 2024-11-04 | 2 | -133/+137 |
* | Add new [lfs_client].BATCH_SIZE and [server].LFS_MAX_BATCH_SIZE config settin... | Royce Remer | 2024-10-30 | 1 | -3/+2 |
* | Distinguish LFS object errors to ignore missing objects during migration (#31... | Jason Song | 2024-07-31 | 2 | -4/+40 |
* | Support legacy _links LFS batch responses (#31513) | Royce Remer | 2024-06-28 | 3 | -0/+21 |
* | Fix #31185 try fix lfs download from bitbucket failed (#31201) | Zoupers Zou | 2024-06-11 | 5 | -5/+8 |
* | Make sure git version&feature are always prepared (#30877) | wxiaoguang | 2024-05-06 | 1 | -1/+1 |
* | fix: close file in the Upload func (#30262) | guangwu | 2024-04-03 | 1 | -2/+2 |
* | Use `crypto/sha256` (#29386) | KN4CK3R | 2024-02-25 | 2 | -4/+2 |
* | Update tool dependencies (#29030) | silverwind | 2024-02-02 | 1 | -1/+0 |
* | Do not set `Accept` header twice (#28598) | KN4CK3R | 2023-12-28 | 1 | -4/+1 |
* | Add missing head of lfs client batch (#28550) | Lunny Xiao | 2023-12-20 | 1 | -1/+4 |
* | Upgrade to golangci-lint@v1.55.0 (#27756) | silverwind | 2023-10-24 | 1 | -3/+2 |
* | Refactor lfs requests (#26783) | Chongyi Zheng | 2023-09-18 | 5 | -135/+123 |
* | Rewrite logger system (#24726) | wxiaoguang | 2023-05-21 | 1 | -9/+3 |
* | Make repository response support HTTP range request (#24592) | wxiaoguang | 2023-05-09 | 1 | -3/+3 |
* | Use more specific test methods (#24265) | KN4CK3R | 2023-04-22 | 1 | -2/+2 |
* | Make minio package support legacy MD5 checksum (#23768) | wxiaoguang | 2023-03-28 | 1 | -11/+29 |
* | Use minio/sha256-simd for accelerated SHA256 (#23052) | zeripath | 2023-02-22 | 2 | -2/+4 |
* | escape filename when assemble URL (#22850) | sillyguodong | 2023-02-12 | 1 | -2/+2 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 15 | -30/+15 |
* | Removed some vestigial code related to Range bounds checks (#20312) | Philip Peterson | 2022-07-28 | 1 | -16/+0 |
* | Move some code into models/git (#19879) | Lunny Xiao | 2022-06-12 | 1 | -1/+1 |
* | Remove legacy `+build:` constraint (#19582) | wxiaoguang | 2022-05-02 | 2 | -2/+0 |
* | Update HTTP status codes to modern codes (#18063) | KN4CK3R | 2022-03-23 | 1 | -1/+1 |
* | Improve SyncMirrors logging (#19045) | zeripath | 2022-03-10 | 1 | -0/+13 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 3 | -6/+4 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -4/+4 |
* | Fix source typos (#18227) | luzpaz | 2022-01-10 | 1 | -2/+2 |
* | Use `hostmatcher` to replace `matchlist`, improve security (#17605) | wxiaoguang | 2021-11-20 | 3 | -10/+13 |
* | Fix some lints (#17337) | Lunny Xiao | 2021-10-17 | 1 | -3/+1 |
* | refactor: move from io/ioutil to io and os package (#17109) | Eng Zer Jun | 2021-09-22 | 2 | -8/+6 |
* | Add bundle download for repository (#14538) | John Olheiser | 2021-08-24 | 2 | -0/+2 |
* | Add proxy settings and support for migration and webhook (#16704) | Lunny Xiao | 2021-08-18 | 3 | -6/+13 |
* | Add an abstract json layout to make it's easier to change json library (#16528) | Lunny Xiao | 2021-07-24 | 4 | -15/+15 |
* | Fix various documentation, user-facing, and source comment typos (#16367) | luzpaz | 2021-07-08 | 1 | -1/+1 |
* | Add push to remote mirror repository (#15157) | KN4CK3R | 2021-06-14 | 8 | -138/+662 |
* | Fixed assert statements. (#16089) | KN4CK3R | 2021-06-07 | 2 | -12/+12 |
* | Rewrite of the LFS server (#15523) | KN4CK3R | 2021-06-06 | 1 | -2/+9 |
* | Fix lfs management find (#15537) | Lunny Xiao | 2021-04-21 | 1 | -0/+2 |
* | Add LFS Migration and Mirror (#14726) | KN4CK3R | 2021-04-08 | 18 | -1157/+1195 |
* | Close file on invalid range (Addition to #15166) (#15268) | KN4CK3R | 2021-04-06 | 3 | -29/+21 |
* | [refactor] replace int with httpStatusCodes (#15282) | 6543 | 2021-04-05 | 1 | -23/+24 |
* | Add size to Save function (#15264) | zeripath | 2021-04-03 | 1 | -1/+1 |
* | Close file on invalid range (#15166) | KN4CK3R | 2021-04-03 | 1 | -0/+8 |
* | Fix race in LFS ContentStore.Put(...) (#14895) | zeripath | 2021-03-06 | 1 | -11/+51 |