Ahsan Ulhaq
bc418c47c5
edx.org/login?next= should not be able to point to an asset
...
ECOM-6463
2017-02-16 14:44:01 +05:00
Ayesha Baig
61f2067935
[YONK-513]: Add feature flag which allows for disabling of account creation
2017-02-13 12:28:57 +05:00
Renzo Lucioni
e7771148b7
Load all programs from the catalog
...
This commit contains back end changes necessary to load programs from the catalog in all contexts. The existing program munging utility is applied as late as possible to avoid conflating this work with changes to the front end; those will be made separately.
ECOM-4422
2017-02-06 23:16:29 -05:00
Clinton Blackburn
1189867dd2
Removed references to ECOMMERCE_API_SIGNING_KEY
...
We should not be using custom signing keys for each service at this time. We may want to return to this strategy in the future; but, this is not the direction any of our other services are going in.
ECOM-6541
2017-02-01 01:51:21 -05:00
Vedran Karacic
7fe8e47554
[SOL-2133] Add user deactivation endpoint.
2017-01-31 11:34:26 +00:00
Toby Lawrence
6cdb417019
Merge pull request #13879 from open-craft/haikuginger/disable-ccx-studio
...
Remove access to CCX courses from Studio
2016-11-28 15:44:29 -05:00
Calen Pennington
ac2b5bccf2
Merge pull request #13717 from open-craft/smarnach/anonymous-id
...
Allow to store multiple anonymous ids per (user, course)
2016-11-22 10:11:40 -05:00
Douglas Hall
1c8e859b51
Allow for LinkedIn add to profile cert name override
2016-11-21 12:33:33 -05:00
Clinton Blackburn
d7a7bcc1d7
Setting user info cookie on learner dashboard
...
The user info is now updated every time a user loads the learner dashboard. Given that this is the page most learners land on after enrolling in a course, updating this cookie here will ensure that the enrollment status hash is relatively up-to-date.
ECOM-4895
2016-11-18 13:56:48 -05:00
Clinton Blackburn
f0030334af
Added enrollment hash to login cookie
...
This will allow the marketing site to determine if locally-stored enrollment data needs to be refreshed.
ECOM-4896
2016-11-18 13:56:48 -05:00
Sven Marnach
f5d556e745
Allow to store multiple anonymous ids for each (user, course).
2016-11-14 12:55:00 +01:00
Douglas Hall
92995b42ec
Merge pull request #13935 from edx/douglashall/WL-798
...
WL-798 Allow for hiding course mode banners on student dashboard
2016-11-09 14:36:04 -05:00
Douglas Hall
ec7245537a
Allow for not showing course modes on student dashboard
2016-11-09 11:39:29 -05:00
John Eskew
cd522358f2
Merge pull request #13706 from edx/jeskew/move_embargo_out_of_common
...
Move embargo from common to openedx/core/djangoapps.
2016-11-08 14:38:24 -05:00
sanfordstudent
8ffc9197e8
Merge pull request #13881 from edx/efischer/tnl-5314
...
Dashboard Final Grade Updates
2016-11-07 16:08:06 -05:00
Sanford Student
54df702630
Dashboard final grade display uses PersistedCourseGrade
...
Will fall back to stored certificate grade if needed as we've discussed.
TNL-5314
2016-11-07 14:00:27 -05:00
John Eskew
e3cb462d18
Move embargo from common to openedx/core/djangoapps.
2016-11-07 08:47:36 -05:00
attiyaishaque
0ffde1a620
ECOM-5281 Adding retries and celery task for sending activation email.
2016-11-07 11:23:43 +05:00
Toby Lawrence
2acb4a6cad
[PERF-386] Utilize ForumsConfig to enable and disable forums.
...
This specifically enables/disables the underlying comment service client
used to make calls to the service. When disabled, this client will now
throw an exception which can be propagated upwards so that callers can
make the right decision about how to notify users of the error, or
handle retry, etc etc.
2016-11-03 10:20:19 -04:00
Jesse Shapiro
bd9f859419
Fix the stupid errors that copy-paste makes for
2016-11-01 11:12:54 -04:00
Jesse Shapiro
fa7c80b40a
Remove access to CCX courses from Studio entirely and test that revocation
2016-11-01 09:55:45 -04:00
Douglas Hall
7097e5d02c
Merge pull request #13817 from edx/ibrahimahmed443/WL-744-registration-error-message
...
Edit error message for Username on registration
2016-10-26 10:41:45 -04:00
Ibrahim
1459b23456
Edit error message for Username on registration
2016-10-26 14:48:23 +05:00
Ahsan Ulhaq
7368c3428f
use reverse
2016-10-25 23:28:09 +05:00
Ahsan Ulhaq
c49f84fa3c
parameter next on login page would redirect regardless url safe
...
ECOM-5968
2016-10-25 15:08:40 +05:00
Bill DeRusha
a36df010c0
Fix for UTM parameter tracking when UTM not present
2016-10-17 10:28:47 -04:00
Andy Armstrong
4d4097e13c
Move dark_lang and lang_pref apps to openedx/core
2016-10-13 11:56:24 -04:00
Robert Raposa
fea03e466c
Move student.views to student/urls.py
2016-10-11 11:41:16 -04:00
Tasawer
1ac94921c3
Show verification expiration message on learner dashboard and allow them to reverify if expiration is X days away.
...
ECOM-2979
2016-10-08 11:32:02 +05:00
Bill DeRusha
a776733d51
Merge pull request #13638 from edx/bderusha/utm-tracking
...
Add UTM tracking for registrations
2016-10-07 17:45:43 -04:00
Nimisha Asthagiri
2112e7f8c8
Merge pull request #13659 from edx/common_cleanup/external_auth
...
Moves external_auth from common to openedx/core
2016-10-07 13:39:21 -04:00
Nimisha Asthagiri
fd49f88e08
Moves external_auth from common to openedx/core.
2016-10-07 12:34:22 -04:00
Bill DeRusha
9877c6ad6e
Add UTM tracking for registrations
...
Add UTM cookie tracking for registrations.
Add config model for cookie names.
ECOM-5539
2016-10-07 10:27:57 -04:00
Nimisha Asthagiri
4c0f85b4d9
Move auth_exchange from common to openedx/core.
...
Move oauth_dispatch from lms to openedx/core.
2016-10-06 12:54:39 -04:00
Ahsan
c5d975577a
Invalidate access token
...
ECOM-4641
2016-10-03 13:02:52 +05:00
cahrens
e77b5eb3c3
Merge with release.
2016-09-28 09:58:14 -04:00
attiyaishaque
648bc7efb4
Revert "Adding celery task for sending activation email."
...
This reverts commit fe136122db .
2016-09-27 17:20:57 +05:00
Awais Jibran
b74e964d7c
Revert "Fix user registration "
2016-09-27 16:19:34 +05:00
Awais Jibran
10f6bd1703
Celery need to serialize the arguments for a task. Here, user is not serializable,replace it with ID. ECOM-5784
2016-09-26 18:15:25 +05:00
Matjaz Gregoric
344c72b3e2
Use non-ascii PLATFORM_NAME in tests.
...
It should help catch unicode encoding problems earlier.
This also updates python-saml dependency to a version that includes a
patch for unicode strings.
2016-09-23 15:38:23 +02:00
attiyaishaque
fe136122db
Adding celery task for sending activation email.
2016-09-23 11:43:26 +05:00
Awais Jibran
3f21b0718f
Show error message on password reset if provided passwords does not match.
2016-09-22 10:36:53 +05:00
Nimisha Asthagiri
5822919549
Cache Enrollment state for (user, course) in request cache.
2016-09-12 15:56:03 -04:00
Jesse Shapiro
ce2ab5b15c
Adding 'visible' field for SSO providers
2016-09-08 11:27:09 -04:00
Clinton Blackburn
0dedc6ab71
Revert "Updated User Info Cookie"
2016-09-02 17:26:00 -04:00
Clinton Blackburn
09f7b6145f
Updated logon user info cookie
...
- Cookie now includes users' enrollment info
- Removed user email address from cookie
- Refactored functions so that we can update this cookie on other pages
- Added six to ensure new code is compatible with Python 3.x
ECOM-4896
2016-08-31 19:40:00 -04:00
Clinton Blackburn
2159b71870
Factory Cleanup
...
- Corrected import ordering
- Using a constant for the User password
ECOM-4896
2016-08-31 19:40:00 -04:00
Renzo Lucioni
40ca3efd6c
Merge pull request #13272 from edx/release
...
Merge release into master
2016-08-18 12:04:39 -04:00
Renzo Lucioni
de2608009f
Fix Unicode error on dashboard
...
Programs with Unicode in their name would prevent the dashboard from loading. ECOM-5293.
2016-08-17 19:21:39 -04:00
Ayub khan
1d83abc7d3
Merge pull request #13164 from edx/shr/bug/ECOM-5140-multiple-refunds-dashboard-page
...
Handle MultipleObjectsReturned exception for dashboardpage
2016-08-15 23:04:03 +05:00