summaryrefslogtreecommitdiffstats
path: root/modules/lfs/server.go
Commit message (Expand)AuthorAgeFilesLines
* 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