1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-07-09 13:54:19 -04: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 Rework markup link rendering (#26745) 2024-01-15 08:49:24 +00:00
install Fix validity of the FROM email address not being checked (#29347) 2024-02-23 23:02:14 +00:00
private Simplify how git repositories are opened (#28937) 2024-01-27 21:09:51 +01:00
utils Improve user search display name (#29002) 2024-02-01 17:10:16 +00:00
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