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

Prevent sending welcome email immediately on enrole in case their access starts in the future #7615

Merged
merged 18 commits into from
Nov 7, 2024

Commits on Jun 2, 2024

  1. Add extra replacements param in email hook

    It will help the function listening to the hook to make changes depending on the params
    Imran92 committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    5cb38d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f27646 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3a0fcf View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    27fc934 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    847baa4 View commit details
    Browse the repository at this point in the history
  3. Update hook name

    Imran92 committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    5906d7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68e34e4 View commit details
    Browse the repository at this point in the history
  5. Update test to use new hook

    Because the previous hook called this function before the access start date was even set
    Imran92 committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    35e594f View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Make is_enrolled optiona

    Imran92 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    599c4b8 View commit details
    Browse the repository at this point in the history
  2. Change the hook

    The previous hook got called 'before' the access dates were set. So it was not possible to check the access date and decide if the email should be sent or not. This hook is called after the date is set. So it's possible to send the email conditionally by checking the access start date
    Imran92 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    7a8ea95 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    818e048 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    8db7a27 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    1b00837 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1483a4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25f9c15 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    e6d5438 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    6e4b523 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    5508b2d View commit details
    Browse the repository at this point in the history