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
KN4CK3R a35749893b
Move `convert` package to services (#22264)
Addition to #22256

The `convert` package relies heavily on different models which is
[disallowed by our definition of
modules](https://github.com/go-gitea/gitea/blob/main/CONTRIBUTING.md#design-guideline).
This helps to prevent possible import cycles.

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2 years ago
..
activitypub Implement FSFE REUSE for golang files (#21840) 2 years ago
admin Move `convert` package to services (#22264) 2 years ago
misc Implement FSFE REUSE for golang files (#21840) 2 years ago
notify Move `convert` package to services (#22264) 2 years ago
org Move `convert` package to services (#22264) 2 years ago
packages Move `convert` package to services (#22264) 2 years ago
repo Move `convert` package to services (#22264) 2 years ago
settings Implement FSFE REUSE for golang files (#21840) 2 years ago
swagger Implement FSFE REUSE for golang files (#21840) 2 years ago
user Move `convert` package to services (#22264) 2 years ago
utils Move `convert` package to services (#22264) 2 years ago
api.go Remove ReverseProxy authentication from the API (#22219) 2 years ago
auth.go Implement FSFE REUSE for golang files (#21840) 2 years ago
auth_windows.go Implement FSFE REUSE for golang files (#21840) 2 years ago