-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Swift login endpoint #32693
Add Swift login endpoint #32693
Conversation
Fix documentation links.
Added the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still think that sooner or later, we need to split the function code out from the "api.go", to make the router init function tiny and clear.
I was unable to create a backport for 1.22. @KN4CK3R, please send one manually. 🍵
|
Fix go-gitea#32683 This PR adds the login endpoint and fixes the documentation links.
* giteaofficial/main: Fix delete branch perm checking (go-gitea#32654) Refactor markdown editor and use it for milestone description editor (go-gitea#32688) Fix issue title rendering and refactor legacy function names (go-gitea#32703) Fix oauth2 login methods (go-gitea#32698) Fix word overflow in file search page (go-gitea#32695) Add Swift login endpoint (go-gitea#32693) Quick fix for license file name (go-gitea#32696)
Fix #32683
This PR adds the login endpoint and fixes the documentation links.