gitea/modules/convert
Lunny Xiao 90eb9fb889
Move EmailAddress & UserRedirect into models/user/ ()
* Move EmailAddress into models/user/

* Fix test

* rename user_mail to user_email

* Fix test

* Move UserRedirect into models/user/

* Fix lint & test

* Fix lint

* Fix lint

* remove nolint comment

* Fix lint
..
convert.go Move EmailAddress & UserRedirect into models/user/ ()
git_commit.go Fix zero created time bug on commit api ()
git_commit_test.go Move db related basic functions to models/db ()
issue.go Calculate label URL on API ()
issue_comment.go [refactor] Unify the export of user data via API ()
issue_test.go Move db related basic functions to models/db ()
main_test.go Move db related basic functions to models/db ()
notification.go API: add html urls to notification subjects ()
pull.go API pull's head/base have correct permission ()
pull_review.go Expose resolver via API ()
pull_test.go API pull's head/base have correct permission ()
release.go [refactor] Unify the export of user data via API ()
repository.go Move unit into models/unit/ ()
status.go [refactor] Unify the export of user data via API ()
user.go Stop sanitizing full name in API ()
user_test.go In many cases user avatar link should be an absolute URL with http host ()
utils.go Add migrate from OneDev ()
utils_test.go Add some Unit-Tests ()
wiki.go Add API to get/edit wiki ()