- 23 Nov, 2017 1 commit
-
-
The LMS and edx-enterprise currently communicate via REST APIs, even though they are all running within the same service. Currently API URLs are constructed using LMS_ROOT_URL, but that is problematic on some systems where the external LMS_ROOT_URL is not accessible from the private network, or routing internal requests via the external URL is not desireable. This patch introduces a new setting variable LMS_INTERNAL_ROOT_URL which defaults to the value of LMS_ROOT_URL for backwards compatibility. The LMS and edx-enterprise will use LMS_INTERNAL_ROOT_URL to construct API URLs instead of LMS_ROOT_URL.
Matjaz Gregoric committed
-
- 20 Nov, 2017 1 commit
-
-
Jeremy Bowman committed
-
- 16 Nov, 2017 1 commit
-
-
Jose Antonio Gonzalez committed
-
- 15 Nov, 2017 1 commit
-
-
John Eskew committed
-
- 09 Nov, 2017 2 commits
-
-
Nimisha Asthagiri committed
-
Alex Dusenbery committed
-
- 08 Nov, 2017 1 commit
-
-
Muzaffar yousaf committed
-
- 07 Nov, 2017 3 commits
-
-
Jeremy Bowman committed
-
Feanil Patel committed
-
EDUCATOR-1335 - This Adds a dedicated app which is responsible for communication with edx-video-pipeline service. It also adds the backend for saving 3rd party transcription service credentials on edx-video-pipline and cache it in edx-val.
Qubad786 committed
-
- 06 Nov, 2017 1 commit
-
-
Jeremy Bowman committed
-
- 03 Nov, 2017 4 commits
-
-
John Eskew committed
-
John Eskew committed
-
Jeremy Bowman committed
-
This also creates a new app common_initialization in order to provide a place to run initialization code common to both the LMS and CMS.
Troy Sankey committed
-
- 02 Nov, 2017 6 commits
-
-
John Eskew committed
-
John Eskew committed
-
John Eskew committed
-
Jeremy Bowman committed
-
bmedx committed
-
John Eskew committed
-
- 01 Nov, 2017 2 commits
-
-
John Eskew committed
-
Jeremy Bowman committed
-
- 31 Oct, 2017 1 commit
-
-
Jeremy Bowman committed
-
- 30 Oct, 2017 1 commit
-
-
all dirs must now go into COMPREHENSIVE_THEME_DIRS. Move comprehensive theming setup section out of startup.py and into settings files using new 'derived' functionality. Add 'derive_settings' at the end of all top-level Django settings files. Move validation of comprehensive theming settings into new apps.py theming file. Split theming code into code safe to run before settings are initialized -and- after settings are initialized.
John Eskew committed
-
- 27 Oct, 2017 2 commits
-
-
Jeremy Bowman committed
-
This fixes a bug introduced in 3be0fa81
Troy Sankey committed
-
- 26 Oct, 2017 1 commit
-
-
EDUCATOR-1448 Modifies paver webpack task to use production configuration in all non-devstack environments, and a development config in devstack.
Eric Fischer committed
-
- 25 Oct, 2017 1 commit
-
-
John Eskew committed
-
- 23 Oct, 2017 2 commits
-
-
Nimisha Asthagiri committed
-
Nimisha Asthagiri committed
-
- 18 Oct, 2017 1 commit
-
-
Jeremy Bowman committed
-
- 17 Oct, 2017 1 commit
-
-
bmedx committed
-
- 16 Oct, 2017 2 commits
-
-
muzaffaryousaf committed
-
The module is still used by (at least) edx-enterprise.
John Eskew committed
-
- 11 Oct, 2017 2 commits
-
-
John Eskew committed
-
Jesse Shapiro committed
-
- 05 Oct, 2017 1 commit
-
-
Bill Filler committed
-
- 25 Sep, 2017 1 commit
-
-
Uman Shahzad committed
-
- 20 Sep, 2017 1 commit
-
-
Michael Roytman committed
-