Commit Graph

18841 Commits

Author SHA1 Message Date
Agha Awais
7a6611c9c2 Problem Editor bokchoy tests 2018-12-21 09:17:24 +00:00
Dave St.Germain
28e6565368 Quick fix for cohort problem in enrollment API 2018-12-20 15:47:58 -05:00
Calen Pennington
325fbe4eb2 Hide empty container blocks from the course blocks api when called by the mobile app
All code in this PR should be removed after REVE-52 is merged and mobile
traffic from older app versions falls to < 5% of the mobile traffic
to the course_blocks api
2018-12-20 15:17:24 -05:00
edx-cache-uploader-bot
32c50b338c Updating migrations 2018-12-20 11:15:00 -05:00
George Babey
9d02b29cd7 Merge pull request #17955 from eduNEXT/ednx/Support-Underscore-Templates-Theme
OSPR-2352 | Support for theming .underscore files
2018-12-20 10:44:55 -05:00
Feanil Patel
e90ce3a419 Merge pull request #19484 from edx/release-mergeback-to-master
Merge release back to master
2018-12-20 09:51:45 -05:00
Jeremy Bowman
cc5b1ce978 Merge pull request #19483 from edx/jmbowman/misc_bokchoy_fixes
Fixes for assorted flaky bok-choy tests
2018-12-20 09:44:54 -05:00
Pooja Kulkarni
6f0e5d68d7 Make video contents visible to unenrolled users
This is based on PR #19284 and is part of the
series of work related to the proposal #18134.

Adds VideoModule.public_view() to enable
unenrolled and anonymous users to view the video
contents of a public course.
When an unenrolled or anonymous user accesses the
video content of a public course, the
public_view() introduced in the previous PR is
used instead of student_view() method.
2018-12-20 11:56:43 +05:30
Jeremy Bowman
b8fee1f9dc Fixes for assorted flaky bok-choy tests 2018-12-19 17:35:52 -05:00
Feanil Patel
f81ce41b20 Revert "EDUCATOR-3764 Mathjax accessibility files" 2018-12-19 11:57:52 -05:00
Nimisha Asthagiri
3a45bee3ea Merge pull request #19453 from edx/arch/cleanup-login
Studio login/registration redirects to LMS
2018-12-19 11:52:45 -05:00
Farhanah Sheets
7c74ecbb23 Fix pep8/pylint violations 2018-12-19 10:26:05 -05:00
Farhanah Sheets
b95a669317 Fixed final a11y test with ignore 2018-12-19 10:26:05 -05:00
Farhanah Sheets
b1a7235511 Update ignore rules for aria-current 2018-12-19 10:26:05 -05:00
Michael Terry
bd6743d96e Remove PasswordHistory model
This completes the work to deprecate PasswordHistory.

DEPR-7
2018-12-19 09:45:53 -05:00
Michael Terry
e8555de4b4 Merge pull request #19423 from edx/mikix/password-history-removal
Remove PasswordHistory
2018-12-19 09:22:39 -05:00
asadiqbal
24b58b5275 ENT-1115 2018-12-18 16:46:16 -05:00
DawoudSheraz
19b7adae5c Merge pull request #19365 from edx/dsheraz/educator_3764
EDUCATOR-3764 Mathjax accessibility files
2018-12-18 17:29:48 +05:00
Agha Awais
7d7cb8414e fixed typo 2018-12-18 10:08:59 +00:00
Saleem Latif
38ac3d5032 Request password reset with recovery email address 2018-12-18 14:20:08 +05:00
DawoudSheraz
e954eb01a0 EDUCATOR-3764 Mathjax accessibility inclusion inside edx-platform 2018-12-18 14:16:47 +05:00
Nimisha Asthagiri
886bc4b20b Studio login/registration redirects to LMS 2018-12-17 20:50:57 -05:00
Bill Filler
0858ae233a Merge pull request #19461 from edx/bfiller/REVE-190
REVE:190 - check if user is in holdback before showing new track selection
2018-12-17 16:45:31 -05:00
Bill Filler
684d6e3669 check if user is in holdback before showing new track selection 2018-12-17 16:05:13 -05:00
Nimisha Asthagiri
358ed851dc Merge pull request #19442 from edx/arch/infinite-login-loop-spike
Check and update login status with all login-related cookies
2018-12-17 14:31:48 -05:00
Nimisha Asthagiri
c7c8e856cd Check and update login status with all login-related cookies 2018-12-17 13:03:32 -05:00
Michael Terry
01129787c0 Remove PasswordHistory
This is a feature that has been deprecated and can be safely removed.

DEPR-7
2018-12-13 13:18:56 -05:00
jansenk
0fb7c101c7 Add API call to list roles of the logged-on user
EDUCATOR-3796
2018-12-12 14:54:07 -05:00
Awais Jibran
fda85ddcf5 Merge pull request #19418 from edx/aj/fix-segmentio-event
Handle string datetime with datetime parser.
2018-12-12 12:08:08 +05:00
Awais Jibran
ddd69db7cf Handle string datetime with datetime parser. 2018-12-11 13:24:10 -05:00
Gavin Sidebottom
3dad2be55d Refactored XBlockAside rendering and added support for student view 2018-12-11 12:27:03 +05:00
Alex Dusenbery
353fe07c27 Remove flaky test_logout_cancel_no_redirect bokchoy test 2018-12-10 16:43:15 -05:00
Alex Dusenbery
a853c03615 Remove flaky test_hls_video_with_youtube_blocked bokchoy test 2018-12-10 15:29:56 -05:00
Michael Youngstrom
45f834aef0 Merge pull request #19402 from edx/testeng/bokchoy_auto_cache_update_9e270636e02e8c783099fbd262c60f2d3f748b16
Bokchoy db cache update
2018-12-10 12:12:26 -05:00
David Ormsbee
192ed213f6 Merge pull request #19284 from open-craft/symbolist/access-for-unenrolled-learners
Access for unenrolled learners.
2018-12-10 11:03:00 -05:00
edx-cache-uploader-bot
6414577fd1 Updating migrations 2018-12-10 10:54:10 -05:00
Saleem Latif
bd411de12d Add recovery email to account settings page 2018-12-10 17:59:19 +05:00
Matthew Piatetsky
a55ed88378 Merge pull request #19342 from edx/bessiesteinberg/REVE-104-forum-mods
REVE-104 & REVE-108: Ensure Course Roles' Access
2018-12-07 17:38:46 -05:00
Ned Batchelder
e9d55a2110 Merge pull request #19361 from edx/nedbat/cri-136
Use XBlock services to get translation at runtime CRI-136
2018-12-07 16:55:45 -05:00
Matthew Piatetsky
14a899a65d REVE-104 & REVE-108: Ensure Course Roles' Access 2018-12-07 16:39:09 -05:00
Paulo Viadanna
c4fc4b5df6 Adds CouseModule.course_visibility and XBlock.public_view() for unenrolled users access to courses.
The course_visiblity field can have one of three values:
1. private (default): This keeps the standard access rules.
2. public_outline: Allows unenrolled and anonymous users access to the outline.
3. public: Allows unenrolled and anonymous users access to both outline and
   course content.

When an unenrolled user accesses course content, instead of student_view(),
public_view() is used. A default implementation is provided for XBlocks
which do not implement this view. The public_view() must not have any
functionality which assumes the presence of a valid User and should show
a readonly only interface for the XBlock content.
2018-12-07 22:17:36 +05:00
Felipe Montoya
1119e1e69a Making the include function used to support static .underscore templates support comprehensive_theming 2018-12-06 16:06:32 -05:00
Saleem Latif
a28eb818be Fixed quality and a typo 2018-12-06 21:51:04 +05:00
Saleem Latif
18b66819e2 Revert "ENT-1116: Add recovery email to account settings page" 2018-12-06 21:20:46 +05:00
edx-cache-uploader-bot
8a7e22315c Updating migrations 2018-12-06 09:35:26 -05:00
Saleem Latif
2055f94253 Add recovery email to account settings page 2018-12-06 14:27:28 +05:00
Ned Batchelder
32a7b9f604 Use XBlock services to get translation at runtime 2018-12-05 19:28:04 -05:00
Nimisha Asthagiri
405690b7a9 Merge pull request #19372 from edx/arch/move-modulestore-docs
Colocate Modulestore docs with its code
2018-12-05 12:25:44 -05:00
Nimisha Asthagiri
b842d4b1f1 Colocate Modulestore docs with modulestore code 2018-12-05 11:08:33 -05:00
DawoudSheraz
47a7fcda4e EDUCATOR-3604 programmatic association for Discussion Forum title label 2018-12-04 10:10:55 +05:00