summaryrefslogtreecommitdiffstats
path: root/modules/lfs/server.go
Commit message (Expand)AuthorAgeFilesLines
* Add LFS Migration and Mirror (#14726)KN4CK3R2021-04-081-712/+0
* Close file on invalid range (Addition to #15166) (#15268)KN4CK3R2021-04-061-7/+18
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-1/+6
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-7/+6
* Some code improvements (#14266)Lunny Xiao2021-01-061-3/+2
* Storage configuration support `[storage]` (#13314)Lunny Xiao2020-10-311-2/+6
* LFS support to be stored on minio (#12518)Lunny Xiao2020-09-081-10/+31
* Add Access-Control-Expose-Headers (#12446)zeripath2020-08-131-0/+2
* Support Range header end in lfs (#11314)burbon2020-05-111-5/+15
* Add gitea-vet (#10948)John Olheiser2020-04-051-0/+4
* Multiple LFS improvements (#10667)zeripath2020-03-091-33/+75
* Fix LFS max file size enforcement (#10593)zeripath2020-03-031-0/+6
* Add max-file-size to LFS (#10463)zeripath2020-02-281-0/+6
* Add basic repository lfs management (#7199)zeripath2019-10-281-1/+1
* Ensure Request Body Readers are closed in LFS server (#8454)zeripath2019-10-101-3/+9
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* Add golangci (#6418)kolaente2019-06-121-6/+6
* Fix /verify LFS handler expecting wrong content-type (#7015)Marat Radchenko2019-05-241-18/+15
* Better logging (#6038) (#6095)zeripath2019-04-021-1/+1
* Fix bug when read public repo lfs file (#5912)Lunny Xiao2019-01-311-2/+5
* Only allow local login if password is non-empty (#5906)zeripath2019-01-301-1/+1
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-6/+9
* add valid for lfs oid (#4461)Lunny Xiao2018-07-191-9/+18
* Fix path cleanup in multiple places (#3871)Lauris BH2018-05-011-4/+14
* Fix SSH auth lfs locks (#3152)Antoine GIRARD2018-01-271-64/+69
* Improve LFS tests + fix lfs url refs + keep path upper/lowercase in db. (#3092)Antoine GIRARD2017-12-081-2/+2
* Remove GetRepositoryByRef and add GetRepositoryByOwnerAndName (#3043)Lunny Xiao2017-12-021-11/+6
* Add LFS object verification step after upload (#2868)Lauris BH2017-11-081-1/+47
* Fix LFS not returning correct content length when requesting a range of bytes...Jacob Parry2017-11-071-1/+1
* Fix Git LFS object/repo link storage in database and small refactoring (#2803)Lauris BH2017-10-301-54/+34
* Fix typos in models/ and modules/ (#1248)Ethan Koenig2017-03-151-1/+1
* Refactor and fix incorrect comment (#1247)Ethan Koenig2017-03-151-2/+2
* refactor: Remove unnecessary type conversions (#772)Bo-Yi Wu2017-01-271-1/+1
* Git LFS support v2 (#122)Fabian Zaremba2016-12-261-0/+549