You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/services
zeripath e29e163737
Improve SMTP authentication and Fix user creation bugs (#16612)
* Improve SMTP authentication, Fix user creation bugs and add LDAP cert/key options

This PR has two parts:

Improvements for SMTP authentication:

* Default to use SMTPS if port is 465, and allow setting of force SMTPS.
* Always use STARTTLS if available
* Provide CRAM-MD5 mechanism
* Add options for HELO hostname disabling
* Add options for providing certificates and keys
* Handle application specific password response as a failed user login
instead of as a 500.

Close #16104

Fix creation of new users:

* A bug was introduced when allowing users to change usernames which
prevents the creation of external users.
* The LoginSource refactor also broke this page.

Close #16104

Signed-off-by: Andrew Thornton <art27@cantab.net>
4 years ago
..
agit Add agit flow support in gitea (#14295) 4 years ago
archiver Rework repository archive (#14723) 4 years ago
auth Improve SMTP authentication and Fix user creation bugs (#16612) 4 years ago
comments Enhance Ghost comment mitigation Settings (#14392) 4 years ago
externalaccount Allow externalID to be UUID (#8551) 5 years ago
forms Improve SMTP authentication and Fix user creation bugs (#16612) 4 years ago
gitdiff Add an abstract json layout to make it's easier to change json library (#16528) 4 years ago
issue Fix various documentation, user-facing, and source comment typos (#16367) 4 years ago
lfs Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) 4 years ago
mailer Use TrN helper for email templates (#16425) 4 years ago
mirror Replace `list.List` with slices (#16311) 4 years ago
pull Replace `list.List` with slices (#16311) 4 years ago
release Add tag protection (#15629) 4 years ago
repository Replace `list.List` with slices (#16311) 4 years ago
webhook Add an abstract json layout to make it's easier to change json library (#16528) 4 years ago
wiki Fix 500 on first wiki page (#16586) 4 years ago