summaryrefslogtreecommitdiffstats
path: root/modules/lfs
Commit message (Expand)AuthorAgeFilesLines
* 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-191-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-0818-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
* Add size to Save function (#15264)zeripath2021-04-031-1/+1
* Close file on invalid range (#15166)KN4CK3R2021-04-031-0/+8
* Fix race in LFS ContentStore.Put(...) (#14895)zeripath2021-03-061-11/+51
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-012-2/+9
* Move macaron to chi (#14293)Lunny Xiao2021-01-262-9/+8
* Some code improvements (#14266)Lunny Xiao2021-01-061-3/+2
* Move LFSLock APIFormat into convert package (#13808)65432020-12-031-7/+8
* Storage configuration support `[storage]` (#13314)Lunny Xiao2020-10-312-3/+28
* LFS support to be stored on minio (#12518)Lunny Xiao2020-09-083-69/+62
* Add Access-Control-Expose-Headers (#12446)zeripath2020-08-131-0/+2
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-111-1/+6
* Support Range header end in lfs (#11314)burbon2020-05-111-5/+15
* Add gitea-vet (#10948)John Olheiser2020-04-052-0/+8
* Multiple LFS improvements (#10667)zeripath2020-03-093-46/+149
* Fix LFS max file size enforcement (#10593)zeripath2020-03-031-0/+6
* Add max-file-size to LFS (#10463)zeripath2020-02-281-0/+6
* Make repository management section handle lfs locks (#8726)zeripath2019-12-121-2/+2
* Add basic repository lfs management (#7199)zeripath2019-10-281-1/+1
* Ensure Request Body Readers are closed in LFS server (#8454)zeripath2019-10-102-5/+15
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* Removed unnecessary conversions (#7557)Christian Muehlhaeuser2019-07-231-1/+1
* Add golangci (#6418)kolaente2019-06-122-18/+11
* Fix LFS Locks over SSH (#6999)zeripath2019-05-281-32/+83
* Fix /verify LFS handler expecting wrong content-type (#7015)Marat Radchenko2019-05-241-18/+15
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Better logging (#6038) (#6095)zeripath2019-04-021-1/+1
* Allow markdown files to read from the LFS (#5787)zeripath2019-02-121-0/+69
* Fix bug when read public repo lfs file (#5912)Lunny Xiao2019-01-311-2/+5