-
Notifications
You must be signed in to change notification settings - Fork 198
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
Commits on Jun 2, 2024
-
Add extra replacements param in email hook
It will help the function listening to the hook to make changes depending on the params
Configuration menu - View commit details
-
Copy full SHA for 5cb38d7 - Browse repository at this point
Copy the full SHA 5cb38d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f27646 - Browse repository at this point
Copy the full SHA 3f27646View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3a0fcf - Browse repository at this point
Copy the full SHA c3a0fcfView commit details
Commits on Jun 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 27fc934 - Browse repository at this point
Copy the full SHA 27fc934View commit details -
Configuration menu - View commit details
-
Copy full SHA for 847baa4 - Browse repository at this point
Copy the full SHA 847baa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5906d7e - Browse repository at this point
Copy the full SHA 5906d7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68e34e4 - Browse repository at this point
Copy the full SHA 68e34e4View commit details -
Because the previous hook called this function before the access start date was even set
Configuration menu - View commit details
-
Copy full SHA for 35e594f - Browse repository at this point
Copy the full SHA 35e594fView commit details
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 599c4b8 - Browse repository at this point
Copy the full SHA 599c4b8View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7a8ea95 - Browse repository at this point
Copy the full SHA 7a8ea95View commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 818e048 - Browse repository at this point
Copy the full SHA 818e048View commit details
Commits on Jul 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8db7a27 - Browse repository at this point
Copy the full SHA 8db7a27View commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1b00837 - Browse repository at this point
Copy the full SHA 1b00837View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1483a4c - Browse repository at this point
Copy the full SHA 1483a4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25f9c15 - Browse repository at this point
Copy the full SHA 25f9c15View commit details
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e6d5438 - Browse repository at this point
Copy the full SHA e6d5438View commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6e4b523 - Browse repository at this point
Copy the full SHA 6e4b523View commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5508b2d - Browse repository at this point
Copy the full SHA 5508b2dView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.