You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/api/v1
wxiaoguang 20c135cd46
Use Go 1.19 fmt for Gitea 1.17, sync emoji data (#21239)
The images used by Gitea's drone pipeline were upgraded to Go 1.19.x
It causes the lint fails because Go 1.19 uses new code format.

This PR partially backport #20758 (including the emoji-data sync),
partially fix the format manually.
2 years ago
..
admin Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
misc Move issues related files into models/issues (#19931) 3 years ago
notify Move issues related files into models/issues (#19931) 3 years ago
org Fix owners cannot create organization repos bug (#20841) (#20854) 3 years ago
packages Hide private repositories in packages (#19584) 3 years ago
repo Use Go 1.19 fmt for Gitea 1.17, sync emoji data (#21239) 2 years ago
settings Make mirror feature more configurable (#16957) 4 years ago
swagger Add API to query collaborators permission for a repository (#18761) 3 years ago
user Use Go 1.19 fmt for Gitea 1.17, sync emoji data (#21239) 2 years ago
utils Use middleware to open gitRepo (#19559) 3 years ago
api.go Use Go 1.19 fmt for Gitea 1.17, sync emoji data (#21239) 2 years ago
auth.go Remove legacy `+build:` constraint (#19582) 3 years ago
auth_windows.go Let web and API routes have different auth methods group (#19168) 3 years ago