Nimisha Asthagiri
dd8aba8fc9
Fixes merge conflict with account creation transaction.
2015-03-21 09:23:27 -04:00
Nimisha Asthagiri
289469dd3a
Merge pull request #7353 from edx/mobile/third-party-oauth-reg
...
Mobile registration with Google/FB
2015-03-20 17:04:37 -04:00
Nimisha Asthagiri
dfcef9ddcb
MA-95: Update Registration endpoint to support 3rd party credentials
...
Automatically link edX account with social account in login mobile API path
2015-03-20 15:43:40 -04:00
Sarina Canelake
90a0459e50
Merge pull request #7380 from OmarIthawi/edraak/platform-name-in-password-reset-confirm
...
Keep platform_name in the password_reset_confirm.html always TNL-1654
2015-03-20 09:14:40 -04:00
Ned Batchelder
7d799e34f3
Remove unused imports
2015-03-17 07:10:31 -04:00
Omar Al-Ithawi
3d107c04eb
Keep platform_name in the password_reset_confirm.html always TNL-1654
2015-03-17 10:24:20 +02:00
Andy Armstrong
6976a33a85
Add the preferences endpoint to the User API
...
TNL-1493
See https://openedx.atlassian.net/wiki/display/TNL/User+API for details
2015-03-16 23:34:35 -04:00
Awais
4bab316bb9
ECOM-911 no-id-professional mode registration flow
2015-03-13 10:03:05 +00:00
cahrens
e30ea5c08b
Switch to api directory and improve error handling.
2015-03-09 12:51:43 -04:00
cahrens
c8a20df210
Combine account and profile into same API.
2015-03-05 16:13:49 -05:00
Will Daly
7bad603978
Merge pull request #7076 from edx/will/deprecate-embargo
...
Deprecate old embargo implementation.
2015-03-03 15:54:41 -05:00
Andy Armstrong
dfe0057b79
Implement profile API
...
TNL-1491
See the API design here:
https://openedx.atlassian.net/wiki/display/TNL/User+API
2015-03-02 16:28:52 -05:00
cahrens
3ed31c2b1b
Add name change and email change support to accounts API.
...
Name change is immediate, email change is multi-step.
2015-02-27 16:35:05 -05:00
Will Daly
ae8ddc8aee
Deprecate old embargo implementation.
...
The new "country access" implementation replaces the old
implementation. Middleware and tests have been updated
accordingly, but deprecated models are preserved
for backwards compatibility.
2015-02-23 15:48:04 -05:00
Will Daly
f854726efc
Add tracking code to LinkedIn URL.
...
Add client-side analytics event for LinkedIn Add to Profile button click.
Add management command for generating certs for testing.
Update styling of the certificate messages.
2015-02-23 11:52:47 -05:00
Greg Price
84f9d03fc4
Merge pull request #6953 from edx/gprice/registration-endpoint-refactor
...
Refactor registration endpoint and return field-specific detail in errors
2015-02-20 16:19:10 -05:00
Greg Price
0646b5f53d
Refactor registration views to avoid shim
...
This also changes the registration API contract to use the course_id
parameter for analytics instead of an extra analytics parameter.
2015-02-20 11:31:55 -05:00
Greg Price
291004dee0
Factor create_account param validation into a form
2015-02-20 11:31:54 -05:00
Alan Boudreault
ac445d6eff
Add ENABLE_DISCUSSION_EMAIL_DIGEST feature, to enable discussion emails digest by default for all users
2015-02-19 14:34:10 +08:00
Will Daly
a18e0c6bc7
Rename LinkedIn configuration field to "company_identifier"
...
Add "source" parameter to LinkedIn add-to-profile URL.
Add platform name to certification name.
Style changes for linked in sharing on dashboard
2015-02-13 12:23:51 -05:00
Will Daly
70ec4c5f66
Merge pull request #6948 from edx/will/country-access-part-2
...
Finish Country Access (Part 2 of 3)
2015-02-11 13:15:38 -05:00
Awais Qureshi
f3c3202341
Merge pull request #6931 from edx/awais786/ECOM-1028-add-profile-linkedin
...
ECOM-1028 adding linked-in button , config model and migration for linke...
2015-02-11 20:45:30 +05:00
Awais
57ef60de0a
ECOM-1028 adding linked-in button , config model and migration for linked url.
...
ECOM-1028 update the migration and move the code into class method.
2015-02-11 19:09:30 +05:00
Adam
296167e531
Merge pull request #6950 from edx/release
...
Release
2015-02-10 16:06:24 -05:00
Will Daly
e609f982d7
Country Access: block enrollment
...
Block users from enrolling in a course if the user
is blocked by country access rules.
1) Enrollment via the login/registration page.
2) Enrollment from the marketing iframe (via student.views.change_enrollment)
3) Enrollment using 100% redeem codes.
4) Enrollment via upgrade.
This does NOT cover enrollment through third party authentication,
which is sufficiently complex to deserve its own commit.
2015-02-10 13:07:51 -05:00
Greg Price
12f89b3c2d
Make registration endpoint CSRF exempt
2015-02-10 09:47:49 -05:00
Waheed Ahmed
cb88c1dd66
Fixed ajax login when advanced security check is on for NoneType user.
...
TNL-1352
2015-02-09 21:14:06 +05:00
Sarina Canelake
6cdaad58de
Merge pull request #6730 from OmarIthawi/edraak/unicode-fixes-log-username
...
(WIP) Unicode fixes for log messages with username and other unicode input
2015-02-04 11:31:57 -05:00
Sarina Canelake
01064fcc79
Fix logging calls to use unicode, and lazy logging
2015-02-04 10:53:33 +02:00
Omar Al-Ithawi
4e733c6e1f
Unicode fixes for log messages and other things
2015-02-04 09:55:44 +02:00
Awais Qureshi
22af2b75af
ECOM-890: Update invoice data model.
...
ECOM-891: Allow tracking of invoice transactions.
Authors: Awais Qureshi and Aamir Khan
2015-02-03 13:27:40 -05:00
Renzo Lucioni
a8bed5ce98
Make logistration generally available if feature flag is active
...
Makes logistration available at /login and /register as well as /accounts/login/ and /accounts/register/. In addition:
- Adds support for redirect URLs in third party auth for combined login/registration page
- Adds support for external auth on the combined login/registration page
- Removes old login and registration acceptance tests
- Adds deprecation warnings to old login and register views
- Moves third party auth util to student_account
- Adds exception for microsites (theming)
2015-01-30 13:28:30 -05:00
Renzo Lucioni
80589eab36
Remove old payment and verification flow
...
Removes old payment and verification endpoints, views, templates, and tests, making the new split flow the default. The SEPARATE_VERIFICATION_FROM_PAYMENT feature flag is also removed.
2015-01-29 10:56:25 -05:00
Zia Fazal
ca3d84a5d4
New pre-requisite course feature via milestones app
2015-01-15 15:17:38 -05:00
Braden MacDonald
6be35e0fc1
Merge pull request #6459 from edx/content-libraries
...
Content libraries MVP
2015-01-13 11:20:20 -08:00
arbisoft
62ea486570
ECOM-528 updated the test cases
2015-01-12 15:55:06 +05:00
Braden MacDonald
d38e69c69a
Acceptance & Jasmine tests for library permissions editor
2015-01-12 13:37:59 +03:00
arbisoft
50961fe5ad
ECOM-528 code refactoring
2015-01-10 05:08:24 +05:00
arbisoft
4dfabe9eb0
ECOM-528 removed the commented code in test cases
2015-01-09 20:10:19 +05:00
arbisoft
36626a2b8b
ECOM-528 added test cases
2015-01-09 17:55:22 +05:00
arbisoft
7eb8195c23
ECOM-528 added donation support for verified courses
2015-01-09 12:31:33 +05:00
arbisoft
7bdbf8f17c
ECOM-528 added donation support for verified courses
2015-01-09 00:02:04 +05:00
arbisoft
99659ce3d4
ECOM-528 added donation support for verified courses
2015-01-08 14:52:31 +05:00
Will Daly
a90f7ab1bf
Enter the new verification / payment flow using a GET param
...
Allow disabling of experiment
2014-12-30 13:36:25 -08:00
Afzal Wali
872dbb874b
WL-172 Show a Order History list on the Student Dashboard for any PaidCourseRegistration or RegCodeItem that the user might have purchased
2014-12-17 16:19:06 -05:00
David Baumgold
3bcf18dd59
Merge pull request #6153 from edx/db/update-pep8
...
Update pep8 to 1.5.7
2014-12-12 15:00:13 -05:00
Afzal Wali
51e53587dc
WL-105 Show course cards sorted by start dates, oldest first.
2014-12-11 20:05:04 -05:00
David Baumgold
36e77c7463
Fixing pep8 issues
2014-12-11 13:04:49 -05:00
Clinton Blackburn
fc242ea23e
Merge branch 'release'
...
Release 2014-12-10
2014-12-09 17:39:17 -05:00
stephensanchez
7ab0cb0730
3rd-party pipeline supports updating email optin
...
Fix all the 3rd party auth scenarios.
Update pipeline to preserve parameters.
Updating tests
2014-12-08 19:52:06 +00:00