Fix empty field login_name in API response JSON when creating user#30511
Merged
lunny merged 2 commits intogo-gitea:mainfrom Apr 16, 2024
Merged
Fix empty field login_name in API response JSON when creating user#30511lunny merged 2 commits intogo-gitea:mainfrom
login_name in API response JSON when creating user#30511lunny merged 2 commits intogo-gitea:mainfrom
Conversation
lunny
approved these changes
Apr 16, 2024
wolfogre
approved these changes
Apr 16, 2024
Member
|
Backport? |
appleboy
approved these changes
Apr 16, 2024
GiteaBot
pushed a commit
to GiteaBot/gitea
that referenced
this pull request
Apr 16, 2024
…o-gitea#30511) Fix go-gitea#30508 ps: if `sourceID` is not set, `LoginName` will be ignored
GiteaBot
pushed a commit
to GiteaBot/gitea
that referenced
this pull request
Apr 16, 2024
…o-gitea#30511) Fix go-gitea#30508 ps: if `sourceID` is not set, `LoginName` will be ignored
zjjhot
added a commit
to zjjhot/gitea
that referenced
this pull request
Apr 17, 2024
* giteaofficial/main: Reduce unnecessary database queries on actions table (go-gitea#30509) [skip ci] Updated translations via Crowdin Tweak and fix toggle checkboxes (go-gitea#30527) Tweak repo buttons on mobile and labeled button border-radius (go-gitea#30503) Fix long branch name overflows (go-gitea#30345) Update API to return 'source_id' for users (go-gitea#29718) Allow `preferred_username` as username source for OIDC (go-gitea#30454) Fix empty field `login_name` in API response JSON when creating user (go-gitea#30511) feat(api): implement branch/commit comparison API (go-gitea#30349)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix #30508
ps: if
sourceIDis not set,LoginNamewill be ignored