aboutsummaryrefslogtreecommitdiffstats
path: root/services/lfs/locks.go
Commit message (Expand)AuthorAgeFilesLines
* Redesign Scoped Access Tokens (#24767)Jack Hay2023-06-041-4/+5
* Require repo scope for PATs for private repos and basic authentication (#24362)John Olheiser2023-04-261-0/+20
* Use context parameter in models/git (#22367)Jason Song2023-01-091-4/+4
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-11/+11
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-4/+4
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-14/+14
* more context for models (#19511)65432022-04-281-2/+2
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-6/+6
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-5/+5
* format with gofumpt (#18184)65432022-01-201-3/+3
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-8/+8
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-4/+4
* 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-241-3/+3
* Rewrite of the LFS server (#15523)KN4CK3R2021-06-061-36/+1
* Prevent double-login for Git HTTP and LFS and simplify login (#15303)zeripath2021-05-151-21/+27
* Add LFS Migration and Mirror (#14726)KN4CK3R2021-04-081-0/+349