0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-13 12:09:33 +01:00
gitea/routers
Carlos Felgueiras 6f6120dfa8
Fix validity of the FROM email address not being checked (#29347)
Fixes #27188.
Introduces a check on the installation that tries to parse the FROM
address. If it fails, shows a new error message to the user.

---------

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
2024-02-23 23:02:14 +00:00
..
api Start to migrate from util.OptionalBool to optional.Option[bool] (#29329) 2024-02-23 02:18:33 +00:00
common
install Fix validity of the FROM email address not being checked (#29347) 2024-02-23 23:02:14 +00:00
private
utils
web Allow options to disable user deletion from the interface on app.ini (#29275) 2024-02-23 07:24:04 +00:00
init.go Support SAML authentication (#25165) 2024-02-23 00:08:17 +00:00