gitea/routers
Lunny Xiao 5340db4dbe
Fix bug when updating user email (#36058)
Fix #20390 

We should use `ReplacePrimaryEmailAddress` instead of
`AdminAddOrSetPrimaryEmailAddress` when modify user's email from admin
panel. And also we need a database transaction to keep deletion and
insertion succeed at the same time.
2025-12-01 23:50:10 +00:00
..
api Add "Go to file", "Delete Directory" to repo file list page (#35911) 2025-11-30 11:58:15 +08:00
common Fix oauth2 session gob register (#36017) 2025-11-26 23:25:34 +08:00
install Fix oauth2 session gob register (#36017) 2025-11-26 23:25:34 +08:00
private Use git model to detect whether branch exist instead of gitrepo method (#35459) 2025-10-25 10:08:25 -07:00
utils
web Fix bug when updating user email (#36058) 2025-12-01 23:50:10 +00:00
init.go Use global lock instead of status pool for cron lock (#35507) 2025-09-27 10:11:52 -07:00