- 12 Jun, 2015 20 commits
-
-
In bulk_operations() exit, emit signals at the end.
Usman Khalid committed -
Course Blocks + Navigation API (feature flagged) for Mobile
Nimisha Asthagiri committed -
[LTI Provider] Basic LTI authentication
David Ormsbee committed -
Avoid POSTing unnecessary payment processor parameter
Renzo Lucioni committed -
Release
Renzo Lucioni committed -
This is an initial authentication implementation that allows LTI users to log in transparently to edX. The behavior is driven by pilot users at Harvard; this was the most requested feature. The patch creates a new database model that maps users' LTI identifiers to newly-created edX accounts. If an LTI launch comes in with a user_id field that is not in the database, a new edX account is created with a random user name and password. This account is then stored in the database, so that it is permanently associated with the LTI user ID. This patch takes a simplistic approach to session management. If a user is logged in with a different account when they perform an LTI launch, they will be logged out and then re-logged in using their LTI account. In order to keep the patch simple, I have split out some refactoring that needs to be done into a separate branch that I'll post once this has been merged. Since we no longer redirect to the login page, we don't need to maintain two separate LTI endpoints (one for the LTI launch and one for authenticated users), or deal with the session management that requires. There are also multiple fetches of the LtiConsumer object (one in the view, one in the signature validation) that the later patch will consolidate into one. This branch fixes the previous conflicts with the test refactoring carried out in PR 8240.
Phil McGachey committed -
Specified number of mongo and split calls in xblock outline handler test with ddt.
Waheed Ahmed committed -
Merge pull request #8495 from edx/shr/bug/tnl-2122-fix-show-enable-import-from-youtube-transcript-button add name param check_transcripts
Shrhawk committed -
Patch/2015 06 11
Jim Abramson committed -
Nimisha Asthagiri committed
-
Nimisha Asthagiri committed
-
Nimisha Asthagiri committed
-
Nimisha Asthagiri committed
-
PLAT-674
Waheed Ahmed committed -
Syed Hassan Raza committed
-
show credit eligibility requirements in studio
zubair-arbi committed -
ECOM-1591
zubair-arbi committed -
BUGFIX: CCX Font Awesome icon name fixes
Sarina Canelake committed -
Revert "[LTI Provider] Basic LTI authentication"
Ben Patterson committed -
Ben Patterson committed
-
- 11 Jun, 2015 20 commits
-
-
[LTI Provider] Basic LTI authentication
David Ormsbee committed -
Renzo Lucioni committed
-
Credit provider integration Python API (Part 2 of 3)
Will Daly committed -
(SOL-618) Fix for flaky library users studio test
Kelketek committed -
Clee/discussion api delete comment rebased
Christopher Lee committed -
PLAT-676
Usman Khalid committed -
christopher lee committed
-
Includes button copy revision and a styling tweak to make the selected payment button appear active while disabled.
Renzo Lucioni committed -
XCOM-398
jsa committed -
Update AUTHORS
Sarina Canelake committed -
Add comment editing to discussion API
Greg Price committed -
Alessandro Verdura committed
-
This is done via PATCH on a comment instance endpoint.
Greg Price committed -
* Add end-point for initiating a request for credit from a provider. * Add an end-point for a provider to update the status of a request (approved / denied).
Will Daly committed -
Remove V2 of the EdX.org footer
Will Daly committed -
Release 2015 06 10 conflict
Edward Zarecor committed -
Remove course_title from bulk email.
Muzaffar yousaf committed -
Flag test as flaky. See SOL-975
Ben Patterson committed -
Removed IsAuthenticatedOrDebug
Clinton Blackburn committed -
mattdrayer/SOL-449: Remove @skip decorator
Matt Drayer committed
-