- 09 Jan, 2015 1 commit
-
-
Brian Talbot committed
-
- 06 Jan, 2015 1 commit
-
-
* updating vendor files * updating class syntax (to new FA-based classes) for all UI elements * correcting broken tests
Chris committed
-
- 22 Dec, 2014 1 commit
-
-
Will Daly committed
-
- 13 Dec, 2014 1 commit
-
-
TE-532
Ben Patterson committed
-
- 10 Dec, 2014 2 commits
-
-
Ben Patterson committed
-
Clinton Blackburn committed
-
- 08 Dec, 2014 1 commit
-
-
Fix all the 3rd party auth scenarios. Update pipeline to preserve parameters. Updating tests
stephensanchez committed
-
- 05 Dec, 2014 1 commit
-
-
Revert "If feature flag is enabled, replace the old login/registration pages with the new combined login/registration page." This reverts commit f40447b3. Conflicts: lms/urls.py Revert "Add support for external auth on the combined login/registration page" This reverts commit 98875339. Conflicts: lms/templates/courseware/mktg_course_about.html lms/urls.py
Will Daly committed
-
- 04 Dec, 2014 1 commit
-
-
Add support for redirect URLs in third party auth for combined login/registration page Remove old login/registration acceptance tests Add deprecation warnings to old login and register views Move third party auth util to student_account Add exception for microsites
Will Daly committed
-
- 03 Dec, 2014 1 commit
-
-
If feature flag is enabled, replace the old login/registration pages with the new combined login/registration page.
Will Daly committed
-
- 01 Dec, 2014 3 commits
-
-
Sarina Canelake committed
-
Sarina Canelake committed
-
Sarina Canelake committed
-
- 26 Nov, 2014 1 commit
-
-
stv committed
-
- 12 Nov, 2014 2 commits
-
-
Also fixes failing Python unit tests
Renzo Lucioni committed -
Will Daly committed
-
- 05 Nov, 2014 1 commit
-
-
Greg Price committed
-
- 28 Oct, 2014 1 commit
-
-
Set marketing site logged in cookie from third party auth.
Will Daly committed
-
- 27 Oct, 2014 1 commit
-
-
Will Daly committed
-
- 24 Oct, 2014 2 commits
-
-
Renzo Lucioni committed
-
account for third party auth.
Will Daly committed
-
- 22 Oct, 2014 1 commit
-
-
Change third party auth login failure code to a 401, to detect authentication success with no linked account. If already authenticated, redirect immediately to the dashboard. Use "Location" header correctly for 302 redirects from student views. Add utility functions for simulating a running third-party auth pipeline. Add a utility function for checking whether third party auth is enabled. Respect default values sent by the server
Will Daly committed
-
- 20 Oct, 2014 1 commit
-
-
Reset the correct URLs module to fix test failures. Fix third party auth to reconfigure the registry on test cleanup.
Will Daly committed
-
- 25 Sep, 2014 1 commit
-
-
Add Python APIs for account/profile information to user_api Updating profile page to have social linking Authors: Renzo Lucioni, Alasdair Swan, Stephen Sanchez, Will Daly
Will Daly committed
-
- 24 Sep, 2014 3 commits
-
-
Julia Hansbrough committed
-
Julia Hansbrough committed
-
Julia Hansbrough committed
-
- 17 Sep, 2014 2 commits
-
-
Renzo Lucioni committed
-
Renzo Lucioni committed
-
- 11 Sep, 2014 1 commit
-
-
Julia Hansbrough committed
-
- 03 Sep, 2014 1 commit
-
-
Renzo Lucioni committed
-
- 29 Aug, 2014 1 commit
-
-
Also, removed the client-side analytics for logging in. Ensures that analytics are collected for third-party-auth logins. Fixed failing tests related to third-party-auth.
Julia Hansbrough committed
-
- 26 Aug, 2014 1 commit
-
-
David Ormsbee committed
-
- 25 Aug, 2014 1 commit
-
-
Move the open edx logo inside the div Adding a bunch of placeholder views. indenting. Making some styles work against LMS sass. Adding back the old edx footer and associated icons, with a feature flag.
Stephen Sanchez committed
-
- 06 Aug, 2014 1 commit
-
-
LMS-6622
Waheed Ahmed committed
-
- 01 Jul, 2014 1 commit
-
-
David Baumgold committed
-
- 16 Jun, 2014 1 commit
-
-
This change adds three new configuration variables to third_party_auth's LinkedIn provider: * SOCIAL_AUTH_LINKEDIN_OAUTH2_SCOPE, * SOCIAL_AUTH_LINKEDIN_OAUTH2_FIELD_SELECTORS, * SOCIAL_AUTH_LINKEDIN_OAUTH2_EXTRA_DATA Being able to configure these additional settings is useful if you want the LinkedIn provider to pre-populate the email field when a new user registers via the linkedin provider. The Google provider prepoulates the email field by default, but if you want LinkedIn to do the same, these two settings should be set to: SOCIAL_AUTH_LINKEDIN_OAUTH2_SCOPE = ['r_basicprofile', 'r_emailaddress'] SOCIAL_AUTH_LINKEDIN_OAUTH2_FIELD_SELECTORS = ['email-address'] For more info see: http://psa.matiasaguirre.net/docs/backends/linkedin.html
Matjaz Gregoric committed
-
- 30 Apr, 2014 1 commit
-
-
John Cox committed
-
- 25 Apr, 2014 2 commits