- 12 Dec, 2017 1 commit
-
-
Ned Batchelder committed
-
- 08 Dec, 2017 1 commit
-
-
Ned Batchelder committed
-
- 09 Nov, 2017 3 commits
-
-
(cherry picked from commit 43150a1d)
John Eskew committed -
Cherry-pick: Pin Jasmine version to avoid failing js tests
Michael Youngstrom committed -
Michael Youngstrom committed
-
- 06 Nov, 2017 1 commit
-
-
(cherry picked from commit 2499dc95)
Ned Batchelder committed
-
- 27 Oct, 2017 1 commit
-
-
Fix i18n for the page title in course tabs
Ned Batchelder committed
-
- 25 Oct, 2017 1 commit
-
-
Andy Armstrong committed
-
- 12 Oct, 2017 2 commits
-
-
Pin moment dependency
Michael Youngstrom committed -
Michael Youngstrom committed
-
- 04 Oct, 2017 1 commit
-
-
when serving course export tarball. (cherry picked from commit 2f98f8af)
Jillian Vogel committed
-
- 21 Aug, 2017 2 commits
-
-
Adds settings.FEATURES['THIRD_PARTY_AUTH_HINT']
George Song committed -
When provided, this setting appends tpa_hint=<value> to the `next` URL provided for /login and /register page URLs, which bypasses the Open edX Login/Register page with an an automatic redirection to the TPA login/register URL. This allows the already implemented tpa_hint feature to be automatically added to login, registration, and enrolment URLs generated throughout the platform. Avoids auto-appending the tpa_hint parameter when the request is already in the TPA pipeline, to prevent infinite redirect loops, and adds tests to verify this behaviour.
Jillian Vogel committed
-
- 18 Aug, 2017 2 commits
-
-
Allow i18n strings to be scraped from openedx/features
Ned Batchelder committed -
LEARNER-2304
Andy Armstrong committed
-
- 10 Aug, 2017 1 commit
-
-
Host poisoning vulnerability fix
Ned Batchelder committed
-
- 09 Aug, 2017 1 commit
-
-
LEARNER-2172 Applied as a patch from pull #15773 by @nedbat (cherry picked from commit 4201a315)
Ahsan Ulhaq committed
-
- 08 Aug, 2017 1 commit
-
-
Move the user_attribute creation for site from within the user creation transaction to outside
Ned Batchelder committed
-
- 04 Aug, 2017 2 commits
-
-
Strip `c` from `.pyc` for error message comparison
George Song committed -
In Python 2.7, `__file__` returns `.pyc` by default, this breaks our comparison so let's strip out the trailing `c`. Cherry picked from #15742 f3faad7e.
George Song committed
-
- 03 Aug, 2017 3 commits
-
-
Respect `BATCH_ENROLLMENT_NOTIFY_USERS_DEFAULT` setting for subsequen…
Ned Batchelder committed -
Dont fetch caption on getting translations
Ned Batchelder committed -
This fixes the endless loop of fetchCaptions ajax requests. fetchCaption on error calls fetchAvailableTranslations which again calls fetchCaption on success and so on. We don't see any significance for calling fetchCaption in fetchAvailableTranslations.
Qubad786 committed
-
- 02 Aug, 2017 1 commit
-
-
Cherry picked from #15683 22cc8afb.
Sven Marnach committed
-
- 01 Aug, 2017 3 commits
-
-
learner-1521
Simon Chen committed -
(cherry picked from commit cc6f8be8)
Alex Dusenbery committed -
(cherry picked from commit 66fdd2fb)
Sanford Student committed
-
- 31 Jul, 2017 2 commits
-
-
Upgrade xblock-lti-consumer
Ned Batchelder committed -
Collect translation strings from the openedx folder
Ned Batchelder committed
-
- 28 Jul, 2017 1 commit
-
-
LEARNER-2112
Andy Armstrong committed
-
- 20 Jul, 2017 1 commit
-
- 14 Jul, 2017 2 commits
-
-
(cherry picked from commit 6ea2ed92)
Ari Rizzitano committed -
Default ORA2 storage settings use AWS, so no change required to aws envs. (cherry picked from commit 0fcdcb02)
Jillian Vogel committed
-
- 13 Jul, 2017 1 commit
-
-
Cherry-pick import api ginkgo
Ned Batchelder committed
-
- 12 Jul, 2017 1 commit
-
-
Joel Barciauskas committed
-
- 11 Jul, 2017 1 commit
-
-
Don't allow any user to create courses by default
Ned Batchelder committed
-
- 10 Jul, 2017 1 commit
-
-
* Change settings default * Set `ENABLE_CREATOR_GROUP` to False for devstack * Set `ENABLE_CREATOR_GROUP` to False for tests In f095c5fe it was decided to enable anyone to make courses in Studio by default in order to make things easier in dev environments. This was before the code was open source. This default is likely in effect for many Open edX instances, but almost no one would want this setting outside of development. Cherry picked from #15343 6b085281.
Joel Barciauskas committed
-
- 07 Jul, 2017 3 commits
-
-
(cherry picked from commit c567add6)
Douglas Cerna committed -
(cherry picked from commit fdd974dd) (cherry picked from commit 292502ba)
Ned Batchelder committed -
LEARNER-1798
Andy Armstrong committed
-