Skip to content
Snippets Groups Projects
  1. Aug 19, 2020
  2. Aug 16, 2020
  3. Aug 14, 2020
  4. Aug 13, 2020
  5. Aug 12, 2020
    • Eugen Rochko's avatar
    • ThibG's avatar
      Improve email address validation (#14565) · 8d217d72
      ThibG authored
      * Increase DNS timeout from 1 second to 5 seconds for MX check
      
      1 seconds is rather short when using a recursive DNS resolver which
      hasn't got a cached result already available. Use 5 seconds instead,
      which is the timeout value we use for outgoing HTTP queries.
      
      * Add more precise error messages for invalid e-mail addresses
      8d217d72
    • ThibG's avatar
      Add client-side validation in password change forms (#14564) · 7dc4c742
      ThibG authored
      * Fix client-side username validation at registration
      
      It used the Account::USERNAME_RE regexp which is for *remote* users,
      local user validation is stricter. Also take into account max username length.
      
      * Add client-side form validation for password change
      
      * Add client-side form validation to dedicated registration form
      
      Previous changes only applied to the /about page, not the dedicated form on
      /auth
      7dc4c742
  6. Aug 11, 2020
  7. Aug 09, 2020
  8. Aug 08, 2020
  9. Aug 07, 2020
  10. Aug 06, 2020
  11. Aug 05, 2020
  12. Aug 04, 2020
Loading