summaryrefslogtreecommitdiffstats
path: root/modules/lfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add User-Agent for gitea's self-implemented lfs client. (branding)Earl Warren2024-12-171-1/+1
* In some lfs server implementations, they require the ref attribute. (#32838)hiifong2024-12-151-1/+4
* Add User-Agent for gitea's self-implemented lfs client. (#32832)hiifong2024-12-151-3/+6
* Fix lfs migration (#32812)hiifong2024-12-152-1/+3
* Use 8 as default value for git lfs concurrency (#32421)wxiaoguang2024-12-062-2/+5
* Make LFS http_client parallel within a batch. (#32369)Royce Remer2024-12-062-133/+137
* test: fix test lintingMichael Kriese2024-11-112-5/+5
* Add new [lfs_client].BATCH_SIZE and [server].LFS_MAX_BATCH_SIZE config settin...Royce Remer2024-11-051-3/+2
* [FEAT] Allow pushmirror to use publickey authenticationPhilip Peterson2024-08-221-0/+4
* [CHORE] Drop `go-git` supportGusted2024-08-122-64/+0
* Distinguish LFS object errors to ignore missing objects during migration (#31...Jason Song2024-08-042-4/+40
* Add testifylint to lint checks (#4535)TheFox0x72024-07-303-21/+24
* Support legacy _links LFS batch responses (#31513)Royce Remer2024-06-293-0/+21
* Fix #31185 try fix lfs download from bitbucket failed (#31201)Zoupers Zou2024-06-165-5/+8
* fix: close file in the Upload func (#30262)guangwu2024-04-071-2/+2
* [GITEA] Drop sha256-simd in favor of stdlibGusted2024-02-052-4/+2
* Update tool dependencies (#29030)silverwind2024-02-031-1/+0
* Do not set `Accept` header twice (#28598)KN4CK3R2023-12-281-4/+1
* Add missing head of lfs client batch (#28550)Lunny Xiao2023-12-201-1/+4
* Upgrade to golangci-lint@v1.55.0 (#27756)silverwind2023-10-241-3/+2
* Refactor lfs requests (#26783)Chongyi Zheng2023-09-185-135/+123
* Rewrite logger system (#24726)wxiaoguang2023-05-221-9/+3
* Make repository response support HTTP range request (#24592)wxiaoguang2023-05-091-3/+3
* Use more specific test methods (#24265)KN4CK3R2023-04-221-2/+2
* Make minio package support legacy MD5 checksum (#23768)wxiaoguang2023-03-281-11/+29
* Use minio/sha256-simd for accelerated SHA256 (#23052)zeripath2023-02-222-2/+4
* escape filename when assemble URL (#22850)sillyguodong2023-02-121-2/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2715-30/+15
* Removed some vestigial code related to Range bounds checks (#20312)Philip Peterson2022-07-281-16/+0
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-1/+1
* Remove legacy `+build:` constraint (#19582)wxiaoguang2022-05-022-2/+0
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-1/+1
* Improve SyncMirrors logging (#19045)zeripath2022-03-101-0/+13
* format with gofumpt (#18184)65432022-01-203-6/+4
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-201-4/+4
* Fix source typos (#18227)luzpaz2022-01-101-2/+2
* Use `hostmatcher` to replace `matchlist`, improve security (#17605)wxiaoguang2021-11-203-10/+13
* Fix some lints (#17337)Lunny Xiao2021-10-171-3/+1
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-222-8/+6
* Add bundle download for repository (#14538)John Olheiser2021-08-242-0/+2
* Add proxy settings and support for migration and webhook (#16704)Lunny Xiao2021-08-183-6/+13
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-244-15/+15
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-1/+1
* Add push to remote mirror repository (#15157)KN4CK3R2021-06-148-138/+662
* Fixed assert statements. (#16089)KN4CK3R2021-06-072-12/+12
* Rewrite of the LFS server (#15523)KN4CK3R2021-06-061-2/+9
* Fix lfs management find (#15537)Lunny Xiao2021-04-211-0/+2
* Add LFS Migration and Mirror (#14726)KN4CK3R2021-04-0918-1157/+1195
* Close file on invalid range (Addition to #15166) (#15268)KN4CK3R2021-04-063-29/+21
* [refactor] replace int with httpStatusCodes (#15282)65432021-04-051-23/+24