summaryrefslogtreecommitdiffstats
path: root/services/lfs/server.go
Commit message (Expand)AuthorAgeFilesLines
* Prevent Authorization header for presigned LFS urls (#21531)KN4CK3R2022-10-221-2/+9
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-10/+10
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-1/+2
* more context for models (#19511)65432022-04-281-1/+1
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-5/+5
* Refactor jwt.StandardClaims to RegisteredClaims (#18344)zeripath2022-01-201-2/+1
* format with gofumpt (#18184)65432022-01-201-1/+1
* Support webauthn (#17957)Lunny Xiao2022-01-141-1/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-8/+9
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-5/+6
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-3/+4
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-3/+4
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-1/+2
* Test if LFS object is accessible (#16865)KN4CK3R2021-08-311-14/+45
* Download lfs in git and web workflow from minio/s3 directly (#16731)Abner2021-08-211-0/+8
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-4/+4
* switch to maintained lib (#16532)techknowlogick2021-07-241-1/+1
* Rewrite of the LFS server (#15523)KN4CK3R2021-06-061-341/+217
* Prevent double-login for Git HTTP and LFS and simplify login (#15303)zeripath2021-05-151-69/+52
* Add LFS Migration and Mirror (#14726)KN4CK3R2021-04-081-0/+666