forgejo/modules/convert
Baekjun Kim e35a39e81d
Include login_name in adminCreateUser response ()
`login_name` (Authentication Sign-in Name) is not included in the response of `adminUserCreate` API. 
This PR is to return user-specified `login_name` if there is one.
2022-07-15 16:52:11 +08:00
..
convert.go Add more linters to improve code readability () 2022-06-20 12:02:49 +02:00
git_commit.go More commit info from API () 2022-03-29 10:47:44 -05:00
git_commit_test.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
issue.go Add more linters to improve code readability () 2022-06-20 12:02:49 +02:00
issue_comment.go Move issues related files into models/issues () 2022-06-13 17:37:59 +08:00
issue_test.go Move issues related files into models/issues () 2022-06-13 17:37:59 +08:00
main_test.go Use a struct as test options () 2022-04-14 21:58:21 +08:00
notification.go Nuke the incorrect permission report on /api/v1/notifications () 2022-05-20 18:57:49 +02:00
package.go Move access and repo permission to models/perm/access () 2022-05-11 12:09:36 +02:00
pull.go Move issues related files into models/issues () 2022-06-13 17:37:59 +08:00
pull_review.go Move issues related files into models/issues () 2022-06-13 17:37:59 +08:00
pull_test.go Move issues related files into models/issues () 2022-06-13 17:37:59 +08:00
release.go Move attachment into models/repo/ () 2021-11-19 21:39:57 +08:00
repository.go Add allow_rebase_update, default_delete_branch_after_merge to repository api response () 2022-07-15 16:00:01 +08:00
status.go Move some code into models/git () 2022-06-12 23:51:54 +08:00
user.go Include login_name in adminCreateUser response () 2022-07-15 16:52:11 +08:00
user_test.go Move user related model into models/user () 2021-11-24 17:49:20 +08:00
utils.go Add migration from GitBucket () 2021-11-14 20:11:10 +01:00
utils_test.go A better go code formatter, and now make fmt can run in Windows () 2021-11-17 20:34:35 +08:00
wiki.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00