Eemaan Amir
e5f7a027e4
feat: added a new field to canvas_entry_properties in enrollment email ( #36603 )
...
* feat: added a new field to canvas_entry_properties in enrollment email
* test: updated test files
2025-04-25 17:27:49 +05:00
Muhammad Faraz Maqsood
591008280f
chore: rename braze_client to email_client
2025-03-26 11:21:56 +05:00
Muhammad Faraz Maqsood
2b83fe3bf4
Revert "chore: rename braze_client to email_client"
...
This reverts commit b3f9903a4b .
2025-03-25 17:38:32 +05:00
Muhammad Faraz Maqsood
b3f9903a4b
chore: rename braze_client to email_client
2025-03-25 10:31:32 +05:00
Zainab Amir
fa7953ca24
feat: set traverse pagination to False ( #32269 )
...
* For enrollment email task, while getting course uuid and
owner data don't traverse the discovery endpoint.
* Update log message
2023-05-19 19:46:33 +05:00
Shahbaz Shabbir
cf27d344bd
fix: Add longer retry schedule for course enrollment emails ( #31854 )
2023-03-06 10:44:38 +05:00
shahbaz-arbisoft
4797f2f1c8
fix: Update enrollment email for master track learners
2023-01-16 15:33:53 +05:00
Mubbshar Anwar
3941fa5083
fix: hide course dates block ( #31335 )
...
If course is archived hide the course dates block from email..
VAN-1176
2022-11-24 23:29:12 +05:00
Shahbaz Shabbir
ee6f3164c3
feat: add course enrollment email task ( #31241 )
2022-11-18 17:25:52 +05:00
Zainab Amir
bf76fb3f7f
move send_activation_email celery task ( #28666 )
...
- moved send_activation_email to user_authn app
- registered task under both new and old name
- exposed the old name for task invocation
VAN-417
2021-09-08 10:44:54 +05:00
Burhan Nasir
a409cccc75
Fix: from_address not pull from site configuration ( #27946 )
...
* Fix: from_address not pulled from site configuration
2021-07-09 16:26:14 +05:00
Alex Dusenbery
4b247013ff
feat: account activation now supports a next query param. ENT-4433
...
This change causes the activation link that’s emailed to a newly-registered user
to utilize a next query parameter. The impetus for this change is an edX Enterprise use-case:
we'd like newly registered Enterprise Customer admins and learners
to be directed to the Enterprise Learner Portal (or Admin Portal) upon account activation.
This is likely a broad enough use case to be valuable in other endeavors.
2021-05-10 12:58:26 -04:00
stvn
8869a30bcd
refactor: Move UserFactory helper to common/
2021-04-14 07:26:39 -07:00
Michael Terry
c697acec2b
Merge pull request #26927 from edx/mikix/ace-braze
...
feat: update to edx-ace 1.0.0
2021-03-12 11:05:30 -05:00
Michael Terry
570a869bd3
feat: update to edx-ace 1.0.0
...
The new version switches how you specify recipients, to use
lms_user_id instead of usernames.
AA-489
2021-03-12 10:25:54 -05:00
Awais Qureshi
094573e901
BOM-2375-student-part2
...
pyupgrade in student app.
2021-03-10 16:17:22 +05:00
Aarif
802ae6343b
replaced unittest assertions pytest assertions ( #26527 )
2021-02-18 18:08:52 +05:00
Jawayria
8086ca75f2
Applied pylint-amnesty to student
2021-02-03 15:29:53 +05:00
David Ormsbee
99021bb7c3
Merge pull request #25405 from open-craft/mavidser/se-3398-fix-activation-email-context
...
Include common base contexts in user activation email
2020-11-18 09:37:12 -05:00
Sid Verma
b3f0df738c
Include common base contexts in user activation email
2020-11-11 00:47:03 +05:30
Kyle McCormick
151bd13666
Use full names for common.djangoapps imports; warn when using old style ( #25477 )
...
* Generate common/djangoapps import shims for LMS
* Generate common/djangoapps import shims for Studio
* Stop appending project root to sys.path
* Stop appending common/djangoapps to sys.path
* Import from common.djangoapps.course_action_state instead of course_action_state
* Import from common.djangoapps.course_modes instead of course_modes
* Import from common.djangoapps.database_fixups instead of database_fixups
* Import from common.djangoapps.edxmako instead of edxmako
* Import from common.djangoapps.entitlements instead of entitlements
* Import from common.djangoapps.pipline_mako instead of pipeline_mako
* Import from common.djangoapps.static_replace instead of static_replace
* Import from common.djangoapps.student instead of student
* Import from common.djangoapps.terrain instead of terrain
* Import from common.djangoapps.third_party_auth instead of third_party_auth
* Import from common.djangoapps.track instead of track
* Import from common.djangoapps.util instead of util
* Import from common.djangoapps.xblock_django instead of xblock_django
* Add empty common/djangoapps/__init__.py to fix pytest collection
* Fix pylint formatting violations
* Exclude import_shims/ directory tree from linting
2020-11-10 07:02:01 -05:00
Awais Jibran
bb4b38b30b
Do not log after sending activation email
2020-03-25 11:54:28 +05:00
Feanil Patel
046feb0cf0
Merge pull request #22649 from edx/feanil/fix_pep8
...
Fix all E303 pep8 errors.
2019-12-30 13:32:26 -05:00
Feanil Patel
6e3fe00fff
Fix all E303 pep8 errors.
2019-12-30 12:25:38 -05:00
Feanil Patel
2df8b8226b
Merge pull request #22643 from edx/feanil/2to3_asserts
...
Run `2to3 -f asserts . -w` on edx-platform.
2019-12-30 12:13:42 -05:00
Feanil Patel
9cf2f9f298
Run 2to3 -f future . -w
...
This will remove imports from __future__ that are no longer needed.
https://docs.python.org/3.5/library/2to3.html#2to3fixer-future
2019-12-30 10:35:30 -05:00
Feanil Patel
70294b0ad2
Run 2to3 -f asserts . -w on edx-platform.
...
https://docs.python.org/3.5/library/2to3.html#2to3fixer-asserts
2019-12-30 10:22:19 -05:00
Mahyar Damavand
4ff5d129c8
Fix issues with PR #18928 ...
...
Fix celery task failure
Fix code quality test failures
Fix python test failures
Fix issue with PR #22042
Rebase and fix new test failures
2019-11-25 23:56:10 +03:30
Shadi Naif
f93023bafe
Convert Account Activation Emails to edx-ACE
2019-11-25 23:56:09 +03:30
Ned Batchelder
ea30aba6fc
Revert pull request #22042
...
Revert "Fix code quality test failures"
This reverts commit 8c55e11d1f .
Revert "Fix celery send_activation_email task failure"
This reverts commit 810eea0e51 .
Revert "Convert Account Activation Emails to edx-ACE"
This reverts commit 7984c37a4f .
2019-10-18 15:31:09 -04:00
Mahyar Damavand
810eea0e51
Fix celery send_activation_email task failure
2019-10-15 18:30:13 +03:30
Shadi Naif
7984c37a4f
Convert Account Activation Emails to edx-ACE
2019-10-14 17:22:03 +03:30
Cameron Cairns
6363090144
Addresses INCR-195 - runs modernise /student/tests ( #20419 )
2019-05-07 15:44:49 -04:00
Bill DeRusha
2b11068622
Revert "Convert Account Activation Emails to edx-ACE"
2019-05-01 16:30:09 -04:00
Shadi Naif
07f588517b
Convert Account Activation Emails to edx-ACE
2019-04-27 13:21:34 +03:00
Andy Armstrong
93235d118d
Reorder imports using isort (except lms and cms)
2017-05-30 16:04:54 -04:00
attiyaishaque
0ffde1a620
ECOM-5281 Adding retries and celery task for sending activation email.
2016-11-07 11:23:43 +05:00