-
-
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
Enhance data retrived through API call on /users/{username} #7197
Comments
#7196 accomplishes last login |
it also now includes created. |
What about adding the |
I'm working on another pull request at the moment but once that's done, I'll try this. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions. |
ref: https://try.gitea.io/api/swagger#/user/userGetCurrent hat specific is missing? |
[x]
):Description
Today I had to delete all the users than never connected to the plateforme (and they were quite a lot).
I realized the API call on /users/{username} didn't provide the last-user-connection info.
What about giving the API the ability to provide the user's creation and last-connection date?
http://giteaSrv/api/v1/users/mylogin
The text was updated successfully, but these errors were encountered: