aboutsummaryrefslogtreecommitdiffstats
path: root/services/lfs
Commit message (Expand)AuthorAgeFilesLines
* Bump github.com/golang-jwt/jwt to v5 (#25975)harryzcy2023-07-191-1/+1
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-2/+2
* Move some regexp out of functions (#25430)John Olheiser2023-06-211-2/+3
* Fix all possible setting error related storages and added some tests (#23911)Lunny Xiao2023-06-141-1/+1
* Redesign Scoped Access Tokens (#24767)Jack Hay2023-06-042-5/+12
* Fix auth check bug (#24382)Lunny Xiao2023-04-271-10/+0
* Require repo scope for PATs for private repos and basic authentication (#24362)John Olheiser2023-04-262-0/+35
* Improve LFS error logs (#24072)wxiaoguang2023-04-121-2/+3
* Check `IsActionsToken` for LFS authentication (#23841)Zettat1232023-04-021-1/+19
* Use minio/sha256-simd for accelerated SHA256 (#23052)zeripath2023-02-221-1/+1
* Use context parameter in models/git (#22367)Jason Song2023-01-092-11/+11
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-032-17/+18
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-272-4/+2
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-4/+4
* Prevent Authorization header for presigned LFS urls (#21531)KN4CK3R2022-10-221-2/+9
* Move some code into models/git (#19879)Lunny Xiao2022-06-122-24/+24
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-1/+2
* more context for models (#19511)65432022-04-282-3/+3
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-6/+6
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-222-10/+10
* Refactor jwt.StandardClaims to RegisteredClaims (#18344)zeripath2022-01-201-2/+1
* format with gofumpt (#18184)65432022-01-202-4/+4
* Support webauthn (#17957)Lunny Xiao2022-01-141-1/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-102-16/+17
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-5/+6
* Move user related model into models/user (#17781)Lunny Xiao2021-11-242-7/+8
* 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
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-2/+2
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-6/+6
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-242-7/+7
* switch to maintained lib (#16532)techknowlogick2021-07-241-1/+1
* Rewrite of the LFS server (#15523)KN4CK3R2021-06-062-377/+218
* Prevent double-login for Git HTTP and LFS and simplify login (#15303)zeripath2021-05-152-90/+79
* Add LFS Migration and Mirror (#14726)KN4CK3R2021-04-082-0/+1015