summaryrefslogtreecommitdiffstats
path: root/modules/lfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-272-100/+111
* 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
* Fix git lfs path (#3016)Antoine GIRARD2017-11-291-6/+13
* Git LFS lock api (#2938)Antoine GIRARD2017-11-281-0/+236
* Add LFS object verification step after upload (#2868)Lauris BH2017-11-082-2/+63
* 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 lint errors (#2547)Ethan Koenig2017-09-191-4/+1
* Fix typos in models/ and modules/ (#1248)Ethan Koenig2017-03-152-2/+2
* 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
* fix gofmt errorBo-Yi Wu2016-12-301-1/+1
* Git LFS support v2 (#122)Fabian Zaremba2016-12-263-0/+663