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/modules
Paul Tötterman fb970b9d87 Add ServerName to tls.Config in LDAP auth (#3104)
From https://godoc.org/crypto/tls#Config

    ServerName is used to verify the hostname on the returned
    certificates unless InsecureSkipVerify is given. It is also included
    in the client's handshake to support virtual hosting unless it is
    an IP address.

This is needed for certificate validation without InsecureSkipVerify.
9 years ago
..
auth Add ServerName to tls.Config in LDAP auth (#3104) 9 years ago
avatar Make markdown as an independent module 9 years ago
base PDF-Previews in file-lists now working (#3000) 9 years ago
bindata #2954 use text/plain as default email content format 9 years ago
context #1692 add admin APIs to add/remove a user from teams 9 years ago
cron Move cron module to independent package 9 years ago
httplib Remove unused tests 9 years ago
log #1597 support pull requests in same repository 9 years ago
mailer #2954 minor fix for when to set HTML alternative 9 years ago
markdown Support alphanumeric issue style (ABC-1234) for external issue tracker (#2992) 9 years ago
process introduce git-shell 9 years ago
setting #2954 use text/plain as default email content format 9 years ago
ssh #2850 fix potential SSH commands dislocation 9 years ago
template #2878 print error of JSON unmarshal and always returns a valid object 9 years ago
user Factor out function to get the current user 10 years ago