1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-23 19:26:08 +02:00
gitea/services/lfs
Lunny Xiao ecf1f2d3f6
Fix auth check bug (#24382)
Fix https://github.com/go-gitea/gitea/pull/24362/files#r1179095324

`getAuthenticatedMeta` has checked them, these code are duplicated one.
And the first invokation has a wrong permission check. `DownloadHandle`
should require read permission but not write.
2023-04-27 22:43:27 +02:00
..
locks.go Require repo scope for PATs for private repos and basic authentication (#24362) 2023-04-26 19:24:03 -05:00
server.go Fix auth check bug (#24382) 2023-04-27 22:43:27 +02:00