gitea/routers/web/user
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>
2022-12-29 10:57:15 +08:00
..
setting refactor some functions to support ctx as first parameter (#21878) 2022-12-03 10:48:26 +08:00
avatar.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
code.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
home.go Rename almost all Ctx functions (#22071) 2022-12-10 10:46:31 +08:00
home_test.go Add a simple test for external renderer (#20033) 2022-12-12 20:45:21 +08:00
main_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
notification.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
package.go Use dynamic package type list (#22263) 2022-12-29 00:31:54 +01:00
profile.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
search.go Move convert package to services (#22264) 2022-12-29 10:57:15 +08:00
stop_watch.go Move convert package to services (#22264) 2022-12-29 10:57:15 +08:00
task.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00