Braden MacDonald
60f4f1ac77
Enable Azure AD third party auth provider by default
2016-04-06 12:51:22 -04:00
Omar Khan
07892a75f2
Custom icons for third party auth login buttons
...
- Icon images can be uploaded from the django admin
- Test coverage improved
2016-04-06 12:50:55 -04:00
Renzo Lucioni
77a90a08ca
Add option to bypass course home
...
Exposes an advanced setting in Studio allowing course teams to bypass the home tab when students arrive from the dashboard, sending them directly to course content. ECOM-3961.
2016-04-05 09:08:51 -04:00
Renzo Lucioni
7222f9b0f5
Hide chrome and default_tab from advanced settings
...
It doesn't make sense to list these LMS block attributes in course-level advanced settings. Doing so is confusing to course teams.
2016-04-05 09:08:39 -04:00
J. Cliff Dyer
1df040228a
Configure LMS to select oauth2 providing library.
...
Available backends:
* django-oauth-toolkit (DOT)
* django-oauth2-provider (DOP)
* Use provided client ID to select backend for
* AccessToken requests
* third party auth-token exchange
* Create adapters to isolate library-dependent functionality
* Handle django-oauth-toolkit tokens in edX DRF authenticator class
MA-1998
MA-2000
2016-03-30 14:21:27 +00:00
J. Cliff Dyer
88fef8b2a4
Use renamed edx_oauth2_provider throughout.
...
MA-1998 Install and configure django_oauth_toolkit to coexist with
existing oauth libraries.
2016-03-30 14:21:17 +00:00
Andy Armstrong
e8f620a2f4
Merge pull request #11938 from edx/andya/fix-underscore-on-sandboxes
...
Fix issues with Underscore in the asset pipeline
2016-03-25 11:16:22 -04:00
Andy Armstrong
6dd09a89cf
Fix issues with Underscore in the asset pipeline
...
FEDX-121
The previous approach for handling NPM assets was
to symlink them into the static directory. This appeared
to cause trouble with the asset pipeline where the files
in question were not installed and then old versions were
picked up instead.
This change instead copies NPM libraries to a new
static directory so that the pipeline can consume them
as with any other file. This new directory is added to
.gitignore so that the files don't get accidentally
checked in.
2016-03-25 10:02:38 -04:00
Simon Chen
d15e192b26
Fix to remove mulitple page tags on mako templates
2016-03-25 09:56:23 -04:00
sanfordstudent
5ec01207be
Merge pull request #11924 from edx/sstudent/safe_video_template
...
Sstudent/safe video template
2016-03-24 10:10:30 -04:00
Sanford Student
3d6fb38d69
making video template safe
2016-03-24 08:31:10 -04:00
Muddasser
bcb7fe3722
Merge pull request #11872 from edx/muddasser/bokchoy/test_mathjax_in_hint
...
Extract hint from html instead of text
2016-03-24 16:49:51 +05:00
attiyaIshaque
40dcb51084
Merge pull request #11850 from edx/ai/tnl3964-forum-vote-button
...
Fix styling of vote button in forums responses.
2016-03-24 11:26:28 +05:00
M. Rehan
8459b5be77
Merge pull request #10705 from edx/mrehan/SUST-22
...
Implement 'from_string_or_404' in utils
2016-03-23 21:26:39 +05:00
Muhammad Rehan
771a7d06ca
Implement 'from_string_or_404' util and its example usage.
2016-03-23 20:10:32 +05:00
attiyaIshaque
1e74f942f1
Merge branch 'master' into ai/tnl3964-forum-vote-button
2016-03-23 19:00:01 +05:00
vkaracic
3c8ae7c3b2
Change EcommerceService's is_enabled to accept User instead of request
...
. And change the verification link in the sidebar to redirect to new basket if the EcommerceService is enabled.
2016-03-23 07:44:55 +00:00
Andy Armstrong
c7336b3d68
Merge pull request #11880 from edx/andya/add-ui-toolkit-only
...
Add the UI Toolkit to edx-platform
2016-03-22 16:34:54 -04:00
M. Rehan
c9e1a86086
Merge pull request #11860 from edx/adam/fix-math-input-ajax
...
TNL-4217 – Initialize preview once for an input for the first time
2016-03-23 00:58:18 +05:00
Andy Armstrong
0177eeded4
Add the UI Toolkit to edx-platform
...
UITK-75
2016-03-22 15:31:27 -04:00
Adam Palay
d3a467d366
Only add event listener if it hasn't been added yet
2016-03-23 00:00:27 +05:00
Ben Patterson
3332721948
Merge pull request #11867 from edx/benp/courseteam-flaky-fix
...
Fix flaky condition that's showing up in firefox 42.
2016-03-22 13:55:59 -04:00
Eric Fischer
c97a6a5178
Merge pull request #11758 from edx/christina/xss-tests
...
Bok choy XSS changes
2016-03-22 13:02:47 -04:00
Ben Patterson
44c7c927ed
Merge pull request #11869 from edx/benp/bok-choy-race-condition
...
Wait for numerical selection to load before continuing.
2016-03-22 12:55:33 -04:00
Ben Patterson
c6a2afa037
Wait for numerical selection to load before continuing.
...
TNL-4272
2016-03-22 11:53:54 -04:00
Andy Armstrong
e854690a99
Revert "Upgrade underscore.string.min.js."
...
This reverts commit e5c7fdda03 .
Unfortunately this change broke bundling on sandboxes, so reverting
it so that master isn't left in a bad state.
2016-03-22 10:44:19 -04:00
cahrens
0c9937889b
Enabling XSS vulnerability flag for bok choy tests
2016-03-22 10:16:27 -04:00
Eric Fischer
9e71e3f311
Mark test as flaky TNL-4272
2016-03-22 09:56:37 -04:00
Muddasser
6da296e454
Extract hint from html instead of text
2016-03-22 16:28:43 +05:00
Ben Patterson
66cf6ffb0a
Fix flaky condition that's showing up in firefox 42.
2016-03-21 16:45:06 -04:00
Renzo Lucioni
a5b10ca0fe
Merge pull request #11805 from edx/renzo/self-paced-modulestore-wrapper
...
Override field data within the XBlock runtime
2016-03-21 12:14:22 -04:00
Attiya Ishaque
269a8e9d4d
Styling on forums response vote button.
2016-03-21 18:33:06 +05:00
Renzo Lucioni
cd9986b662
Override field data within the XBlock runtime
...
Resolves an issue preventing students in self-paced courses from seeing all available discussion modules. ECOM-3733.
2016-03-18 17:15:00 -04:00
Andy Armstrong
76b8e2e897
Merge pull request #11631 from edx/fedx/upgrade-libraries
...
Upgrade Underscore.js and Underscore.string.js
2016-03-18 16:32:16 -04:00
Toby Lawrence
f3d000ec18
Merge pull request #11812 from edx/PERF-276
...
Clear out usages of deprecated vendor prefixes.
2016-03-18 08:02:45 -04:00
sanfordstudent
658348da68
Merge pull request #11816 from edx/sstudent/MA-2164
...
MA-2164 adding youtube url to encoded videos
2016-03-18 06:41:04 -04:00
cahrens
e5c7fdda03
Upgrade underscore.string.min.js.
...
FED-68
2016-03-17 23:33:55 -04:00
Adam
ec57ee027d
Merge pull request #11848 from edx/release
...
Release
2016-03-17 22:58:10 -04:00
Sanford Student
3893f3f069
MA-2164 add youtube when mobile video encoding missing
2016-03-17 19:59:33 -04:00
David Ormsbee
b8b7327e93
Revert "Make Capa problems do initial load without AJAX."
...
This reverts commit 9984bbc29a .
2016-03-17 14:26:04 -04:00
Toby Lawrence
9b8ff773ee
Merge pull request #11824 from edx/release
...
Merge release back to master.
2016-03-16 21:11:37 -04:00
cahrens
a1f73f7ba8
Simplify how underscore.string is referred to.
2016-03-16 17:09:26 -04:00
cahrens
dd2a203677
Upgrade underscore to newest version.
...
FEDX-24
2016-03-16 17:08:27 -04:00
Andy Armstrong
7ead068a4e
Merge pull request #11813 from edx/andya/upgrade-requirejs
...
Upgrade RequireJS
2016-03-16 14:24:27 -04:00
Jesse Zoldak
f01f36a541
Merge pull request #11822 from edx/zoldak/revert-pr11613
...
Revert "ziafazal/WL-328: Multi-Site Comprehensive Theming"
2016-03-16 13:23:42 -04:00
Andy Armstrong
06daf79b94
Upgrade RequireJS
...
FEDX-105
2016-03-16 12:42:00 -04:00
Jesse Zoldak
f891d27cbb
Revert "ziafazal/WL-328: Multi-Site Comprehensive Theming"
...
This reverts commit 954dae584a .
2016-03-16 11:19:36 -04:00
Diana Huang
091dc27c4f
Use is-hidden instead of hidden.
2016-03-15 17:17:56 -04:00
Toby Lawrence
e2b8df7ec6
Clear out usages of deprecated vendor prefixes.
2016-03-15 11:57:38 -04:00
Qubad786
167efea65c
render progress status while problem content rendering
2016-03-15 19:53:30 +05:00