Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restrict email address validation #17688

Merged
merged 15 commits into from
Mar 14, 2022
Merged

Commits on Mar 14, 2022

  1. Configuration menu
    Copy the full SHA
    51dab6e View commit details
    Browse the repository at this point in the history
  2. fix lint

    lunny committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    d8a3ce8 View commit details
    Browse the repository at this point in the history
  3. Allow + for email address

    lunny committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    eca3ae9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c094e27 View commit details
    Browse the repository at this point in the history
  5. Update models/user/email_address_test.go

    Co-authored-by: silverwind <me@silverwind.io>
    lunny and silverwind committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    8d3f5b1 View commit details
    Browse the repository at this point in the history
  6. Remove ; support from email address because of go standard library ne…

    …t/mail.ParseAddress don't support it
    lunny committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    9bba866 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ec5d2d4 View commit details
    Browse the repository at this point in the history
  8. Fix lint

    lunny committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    68191cf View commit details
    Browse the repository at this point in the history
  9. Fix test

    lunny committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    c7e3ebf View commit details
    Browse the repository at this point in the history
  10. Fix lint

    lunny committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    e22b415 View commit details
    Browse the repository at this point in the history
  11. Fix test

    lunny committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    0ff1c49 View commit details
    Browse the repository at this point in the history
  12. Fix fmt

    lunny committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    1037c2b View commit details
    Browse the repository at this point in the history
  13. Fix lint

    lunny committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    6287ac0 View commit details
    Browse the repository at this point in the history
  14. Fix test

    lunny committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    3048360 View commit details
    Browse the repository at this point in the history
  15. Fix test

    lunny committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    b523619 View commit details
    Browse the repository at this point in the history