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
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
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
Calen Pennington
31047260cc
Switch ContentTypeGatingConfig.enabled_as_of and CourseDurationLimitConfig.enabled_as_of to datetimes
2018-11-30 10:02:53 -05:00
noraiz-anwar
e0d19d6871
escape json for use in js
2018-11-28 17:31:27 +05:00
rabiaiftikhar
6fbd86108c
EDUCATOR-2303 allow learners to see gated banner before starting proctored or timed exam
2018-11-28 14:11:17 +05:00
Simon Chen
8941f8afbf
Handle the case where assignment type is not in default_labeler
2018-11-27 12:53:28 -05:00
DawoudSheraz
7fb51dfa16
Merge pull request #19308 from edx/dsheraz/educator_1714
...
EDUCATOR-1714 due dates are not shown for Timed exams subsections on self-paced course on studio
2018-11-27 15:07:39 +05:00
DawoudSheraz
e69fafce95
EDUCATOR-1714 due dates are not shown for Timed exams subsections on self-paced course on studio
2018-11-27 14:30:40 +05:00
Zainab Amir
b62ab09d85
LEARNER-6643
...
Added management command to update credit eligibility deadline
Added tests for command change_eligibility_deadline
2018-11-27 14:12:16 +05:00
Bill Filler
af8f1029cd
Merge pull request #19293 from edx/bfiller/REVE-96
...
Don't allow audit-only courses to expire
2018-11-26 15:49:02 -05:00
Bill Filler
7b684106ba
Don't allow audit-only courses to expire
2018-11-26 14:28:50 -05:00
Alex Dusenbery
009074ec4b
Add an /api/courses/v1/grading endpoint to get assignment type and subsection info about a course.
2018-11-26 10:12:12 -05:00
brianhw
2445a38818
Merge pull request #19302 from edx/brian/fix-segment-host
...
Fix synthesized URL emitted to Segment.
2018-11-26 09:58:27 -05:00