0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-06-14 16:38:39 +02:00
gitea/routers/api
Sybren aa45777c92
Allow custom "created" timestamps in user creation API (#22549)
Allow back-dating user creation via the `adminCreateUser` API operation.
`CreateUserOption` now has an optional field `created_at`, which can
contain a datetime-formatted string. If this field is present, the
user's `created_unix` database field will be updated to its value.

This is important for Blender's migration of users from Phabricator to
Gitea. There are many users, and the creation timestamp of their account
can give us some indication as to how long someone's been part of the
community.

The back-dating is done in a separate query that just updates the user's
`created_unix` field. This was the easiest and cleanest way I could
find, as in the initial `INSERT` query the field always is set to "now".
2023-02-16 10:32:01 -06:00
..
actions Implement actions (#21937) 2023-01-31 09:45:19 +08:00
packages Add /$count endpoints for NuGet v2 (#22855) 2023-02-11 19:30:44 +08:00
v1 Allow custom "created" timestamps in user creation API (#22549) 2023-02-16 10:32:01 -06:00