gitea/services/convert
Tobias Balle-Petersen 58b204b813
Update API to return 'source_id' for users (#29718)
Using the API, a user's _source_id_ can be set in the _CreateUserOption_
model, but the field is not returned in the _User_ model.

This PR updates the _User_ model to include the field _source_id_ (The
ID of the Authentication Source).
2024-04-16 06:08:48 +00:00
..
activity.go
attachment.go
convert.go
git_commit_test.go
git_commit.go
issue_comment.go Fix missed doer (#30231) 2024-04-08 21:26:41 +00:00
issue_test.go
issue.go Fix missed doer (#30231) 2024-04-08 21:26:41 +00:00
main_test.go
mirror.go
notification.go Performance improvements for pull request list page (#29900) 2024-03-21 14:13:08 +01:00
package.go
pull_review_test.go Fix possible NPE in ToPullReviewList (#29759) 2024-03-13 19:46:15 +00:00
pull_review.go Fix possible NPE in ToPullReviewList (#29759) 2024-03-13 19:46:15 +00:00
pull_test.go
pull.go Fix missed doer (#30231) 2024-04-08 21:26:41 +00:00
release_test.go
release.go
repository.go
secret.go
status.go
user_test.go
user.go Update API to return 'source_id' for users (#29718) 2024-04-16 06:08:48 +00:00
utils_test.go
utils.go
wiki.go