- 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
-
- 16 Nov, 2017 1 commit
-
-
Jose Antonio Gonzalez committed
-
- 14 Nov, 2017 1 commit
-
-
LEARNER-2736
Tasawer Nawaz committed
-
- 03 Nov, 2017 1 commit
-
-
John Eskew committed
-
- 02 Nov, 2017 1 commit
-
-
John Eskew 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
-
- 19 Oct, 2017 1 commit
-
-
Brittney Exline committed
-
- 17 Oct, 2017 1 commit
-
-
bmedx committed
-
- 16 Oct, 2017 1 commit
-
-
muzaffaryousaf committed
-
- 11 Oct, 2017 1 commit
-
-
Jesse Shapiro committed
-
- 05 Oct, 2017 1 commit
-
-
Bill Filler committed
-
- 25 Sep, 2017 1 commit
-
-
Uman Shahzad committed
-
- 15 Sep, 2017 1 commit
-
-
McKenzie Welter committed
-
- 13 Sep, 2017 1 commit
-
-
Uman Shahzad committed
-
- 06 Sep, 2017 1 commit
-
-
Fred Smith committed
-
- 01 Sep, 2017 1 commit
-
-
bmedx committed
-
- 31 Aug, 2017 1 commit
-
-
Gabe Mulley committed
-
- 29 Aug, 2017 1 commit
-
-
Omar Al-Ithawi committed
-
- 17 Aug, 2017 1 commit
-
-
Jesse Shapiro committed
-
- 16 Aug, 2017 1 commit
-
-
RSS_TIMEOUT was removed in e8ee2978 but missed in lms/envs
Kevin Falcone committed
-
- 03 Aug, 2017 2 commits
-
-
Aamish Baloch committed
-
Aamish Baloch committed
-
- 21 Jul, 2017 2 commits
-
-
ANALYTICS_API_KEY was used to make direct requests to the ANALYTICS_SERVER_URL which was our original original analytics effort.
Kevin Falcone committed -
We cleaned out the feature flag and code using these in https://github.com/edx/edx-platform/pull/5707 but missed the config (I'll go get them in configuration.git later, when I pull them out of the secure repos, which is where I found them).
Kevin Falcone committed
-
- 14 Jul, 2017 1 commit
-
-
Jesse Shapiro committed
-
- 11 Jul, 2017 1 commit
-
-
EDUCATOR-565 | Add POLICY_CHANGE_GRADES_ROUTING_KEY, fix errors in compute_all_grades_for_course circuitry.
Alex Dusenbery committed
-
- 06 Jul, 2017 1 commit
-
-
Mushtaq Ali committed
-
- 05 Jul, 2017 1 commit
-
-
Aamish Baloch committed
-
- 29 Jun, 2017 1 commit
-
-
Saleem Latif committed
-
- 20 Jun, 2017 1 commit
-
-
PSA was monolothic, now split, with new features, like a DB-backed partial pipeline. FB OAuth2 version also upped. Partial pipelines don't get cleared except when necessary. They persist for special cases like change of browser while still mid-pipeline (i.e. email validation step). Refactor, cleanup, and update of a lot of small things as well. PLEASE NOTE the new `social_auth_partial` table.
Uman Shahzad committed
-
- 12 Jun, 2017 3 commits
-
-
- Keeps platform set default of "Audit" to be backwards compatible and not break stuff - get COURSE_MODE_DEFAULTS from config if set
Giulio Gratta committed -
Adam Palay committed
-
move tasks into tasks.py add more logging
Adam Palay committed
-
- 08 Jun, 2017 1 commit
-
-
Douglas Cerna committed
-
- 05 Jun, 2017 1 commit
-
-
Defaults to SUPPORT_SITE_LINK intentionally. Also fixed surrounding quality tests, and overall quality improvements.
Uman Shahzad committed
-
- 26 May, 2017 1 commit
-
-
This also serves as a slight refactor of ENT-392.
Uman Shahzad committed
-
- 25 May, 2017 1 commit
-
-
Pulling URLs from settings allows us to rely on site configuration overrides in order to support multi-tenancy. LEARNER-1103
Clinton Blackburn committed
-
- 22 May, 2017 1 commit
-
-
Matt Drayer committed
-
- 18 May, 2017 1 commit
-
-
Add Enterprise sidebar to login and registration views; remove unneeded fields; make registration form more narrow
Jesse Shapiro committed
-
- 10 May, 2017 1 commit
-
-
Edward Zarecor committed
-