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

Verify admin email address #3267

Merged
merged 33 commits into from
Jan 13, 2019
Merged

Verify admin email address #3267

merged 33 commits into from
Jan 13, 2019

Commits on Jan 9, 2019

  1. add an bit

    Omer Lachish committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    35a8cd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d1564d View commit details
    Browse the repository at this point in the history
  3. set e-mail as verified for new setups and invited users

    Omer Lachish committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    44949da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b186979 View commit details
    Browse the repository at this point in the history
  5. default is_invitation_pending to false and actively set it to true

    when inviting users, so that existing users won't show "Invitation
    Pending"
    Omer Lachish committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    693b384 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f614dea View commit details
    Browse the repository at this point in the history
  7. Merge branch 'fix-invitation-pending-for-existing-users' into verify-…

    …admin-email-address
    Omer Lachish committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    65e80d9 View commit details
    Browse the repository at this point in the history
  8. treat admin's e-mail address as verified

    Omer Lachish committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    92a4b92 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'master' into verify-admin-email-address

    Omer Lachish committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    833c813 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. add verification endpoint

    Omer Lachish committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    20ed45c View commit details
    Browse the repository at this point in the history
  2. send verification e-mail

    Omer Lachish committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    5bf4ac0 View commit details
    Browse the repository at this point in the history
  3. Update client/app/components/empty-state/empty-state.html

    Co-Authored-By: rauchy <omer@rauchy.net>
    jezdez and rauchy authored Jan 10, 2019
    Configuration menu
    Copy the full SHA
    91ad2b7 View commit details
    Browse the repository at this point in the history
  4. Update redash/authentication/account.py

    Co-Authored-By: rauchy <omer@rauchy.net>
    jezdez and rauchy authored Jan 10, 2019
    Configuration menu
    Copy the full SHA
    19ce71c View commit details
    Browse the repository at this point in the history
  5. Update redash/handlers/authentication.py

    Co-Authored-By: rauchy <omer@rauchy.net>
    jezdez and rauchy authored Jan 10, 2019
    Configuration menu
    Copy the full SHA
    a1163a1 View commit details
    Browse the repository at this point in the history
  6. Update redash/templates/emails/verify.html

    Co-Authored-By: rauchy <omer@rauchy.net>
    jezdez and rauchy authored Jan 10, 2019
    Configuration menu
    Copy the full SHA
    05dbc60 View commit details
    Browse the repository at this point in the history
  7. Update redash/authentication/account.py

    Co-Authored-By: rauchy <omer@rauchy.net>
    jezdez and rauchy authored Jan 10, 2019
    Configuration menu
    Copy the full SHA
    1dca1ab View commit details
    Browse the repository at this point in the history
  8. Update redash/templates/verify.html

    Co-Authored-By: rauchy <omer@rauchy.net>
    jezdez and rauchy authored Jan 10, 2019
    Configuration menu
    Copy the full SHA
    733ba60 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2019

  1. Update redash/templates/emails/verify.txt

    Co-Authored-By: rauchy <omer@rauchy.net>
    jezdez and rauchy authored Jan 13, 2019
    Configuration menu
    Copy the full SHA
    4b6bc70 View commit details
    Browse the repository at this point in the history
  2. add link in case redirects are disabled

    Omer Lachish committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    9a0a925 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'verify-admin-email-address' of github.com:getredash/red…

    …ash into verify-admin-email-address
    Omer Lachish committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    3b175e2 View commit details
    Browse the repository at this point in the history
  4. POSTing to /email_verification makes more sense than GETting /send_ve…

    …rification
    Omer Lachish committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    fb0137a View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into verify-admin-email-address

    Omer Lachish committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    0f43e89 View commit details
    Browse the repository at this point in the history
  6. avoid sending invitations when no_invite is passed along

    Omer Lachish committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    9574fd6 View commit details
    Browse the repository at this point in the history
  7. Update client/app/pages/users/new.html

    Co-Authored-By: rauchy <omer@rauchy.net>
    arikfr and rauchy authored Jan 13, 2019
    Configuration menu
    Copy the full SHA
    7b96d95 View commit details
    Browse the repository at this point in the history
  8. move e-mail verification prompt to home-page

    Omer Lachish committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    42f48fd View commit details
    Browse the repository at this point in the history
  9. Merge branch 'verify-admin-email-address' of github.com:getredash/red…

    …ash into verify-admin-email-address
    Omer Lachish committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    ac658a8 View commit details
    Browse the repository at this point in the history
  10. get rid of redundant $scope

    Omer Lachish committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    c7f80ef View commit details
    Browse the repository at this point in the history
  11. return JSON

    Omer Lachish committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    c1999ba View commit details
    Browse the repository at this point in the history
  12. Merge branch 'master' into verify-admin-email-address

    Omer Lachish authored Jan 13, 2019
    Configuration menu
    Copy the full SHA
    0412f65 View commit details
    Browse the repository at this point in the history
  13. flip is_email_verified's default value so that existing users do not

    show as not-verified
    Omer Lachish committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    27298da View commit details
    Browse the repository at this point in the history
  14. Merge branch 'verify-admin-email-address' of github.com:getredash/red…

    …ash into verify-admin-email-address
    Omer Lachish committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    4ac9a25 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6e8f69b View commit details
    Browse the repository at this point in the history
  16. Merge branch 'master' into verify-admin-email-address

    Omer Lachish authored Jan 13, 2019
    Configuration menu
    Copy the full SHA
    3399059 View commit details
    Browse the repository at this point in the history