0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-20 00:13:02 +01:00
gitea/routers/api/v1
Lunny Xiao 110fc57cbc
Move some code into models/git (#19879)
* Move access and repo permission to models/perm/access

* fix test

* Move some git related files into sub package models/git

* Fix build

* fix git test

* move lfs to sub package

* move more git related functions to models/git

* Move functions sequence

* Some improvements per @KN4CK3R and @delvh
2022-06-12 23:51:54 +08:00
..
admin Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
misc
notify Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
org Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
packages
repo Move some code into models/git (#19879) 2022-06-12 23:51:54 +08:00
settings
swagger
user Move some repository related code into sub package (#19711) 2022-06-06 16:01:49 +08:00
utils
api.go Implement http signatures support for the API (#17565) 2022-06-05 08:16:14 +01:00
auth_windows.go
auth.go