Jeremy Bowman
f1668c3e55
TE-2790 Fix microsite config leak in tests
2018-10-22 14:48:28 -04:00
John Hensley
efc3057fe1
Add enrollment status check for instructor
...
To the Student Admin tab of the instructor dashboard, add the ability to
check a specific learner's enrollment status.
2018-10-23 03:31:43 +10:30
Jeremy Bowman
d961f9658e
TE-2786 Fix grade computation test assertions
2018-10-19 17:17:38 -04:00
Rick Reilly
0c8d66bb2a
Add extesion engine gradebook ui in under the mastersGradebook route
2018-10-19 12:56:16 -04:00
Troy Sankey
35d052492d
update the name of the GDPR/retirement notes endpoint
...
In https://github.com/edx/edx-notes-api/pull/67 the name of the endpoint
url changed in order to mitigate LEARNER-6532. This commit gets
edx-platform back in sync.
PLAT-2367
2018-10-18 13:53:17 -04:00
Matthew Piatetsky
3c47d19a52
add redirect behavior when accessing expired course and add tests
2018-10-17 21:37:28 -04:00
Matthew Piatetsky
3e87cb7c7d
fix expired message on dashboard and some of the tests
2018-10-17 09:20:45 -04:00
Nimisha Asthagiri
dc56a63e03
Remove deprecated JwtBuilder
...
ARCH-248
2018-10-17 07:43:59 -04:00
Robert Raposa
fbc59231fc
Update edx-drf-extensions to 2.0.0.
...
Note: this version update is backward incompatible.
ARCH-255
2018-10-17 01:00:34 -04:00
Alex Dusenbery
f9d3d641cb
Use CursorPagination to paginate responses from grades views.
2018-10-15 11:38:45 -04:00
Nimisha Asthagiri
f844e765fb
Create shared test mixin for testing OAuth Scopes and various Auth.
...
ARCH-168
2018-10-13 16:21:01 -04:00
J Eskew
0e76d04819
Merge pull request #17682 from mitodl/fix_overrideing_due_date_issue
...
Fixed override due date by limiting scope to selected users
2018-10-12 17:37:32 -04:00
Calen Pennington
97a659c416
Limit access for Audit users to courses after a specified period of time
2018-10-12 16:43:23 -04:00
Calen Pennington
969728874b
Merge pull request #19065 from cpennington/access-control-messaging
...
Access control messaging
2018-10-12 11:21:34 -04:00
Alex Dusenbery
e5473f5396
Add the read API for course gradebook data (single and multiple users).
2018-10-12 10:48:34 -04:00
Zia Fazal
5d2919644b
Merge pull request #19048 from edx/ziafazal/WL-1810
...
WL-1810: Do not send user info to sailthru when registered from white label site
2018-10-12 12:55:27 +05:00
mduboseedx
c82fa99a34
Merge pull request #18336 from mitodl/fixed_instructor_api
...
Fixed code duplication in task listing api on instructor dashboard
2018-10-11 10:02:12 -04:00
Calen Pennington
3a7cff01e8
Allow AccessResponse objects to carry an HTML fragment targetted at the user
2018-10-11 09:54:12 -04:00
Zia Fazal
9bfe4c3b6c
Do not send user info to sailthru when registered from white label site
...
Added tests to support changes
2018-10-11 17:26:02 +05:00
Amir Qayyum Khan
9db5e83032
Fixed code duplication in task listing api on instructor dashboard
2018-10-11 12:28:21 +05:00
Calen Pennington
c57170dc48
Add a deprecation warning for when courseware is imported incorrectly
2018-10-10 15:34:33 -04:00
Calen Pennington
72f556c1a9
Import courseware module from fully-qualified module name
2018-10-10 15:34:33 -04:00
Dillon Dumesnil
deb758c808
Added in tests for the new password validation. Fixed old tests that
...
relied on the old configuration values and old way of validating
passwords. Also improved registration page by always showing error
messages rather than hiding them on leaving the field.
2018-10-10 11:06:30 -04:00
rabiaiftikhar
aac430da34
EDUCATOR-3213 make Global EdX Staff able to view all forum posts
2018-10-10 12:01:23 +05:00
Simon Chen
929ca61e6c
Default the waffle flag to be on
2018-10-05 11:54:04 -04:00
Simon Chen
4132eb3fcd
Merge pull request #19026 from edx/naa/freeze-grades
...
Stop-gap implementation to freeze grades 30 days after course end
2018-10-04 08:55:01 -04:00
Rabia Iftikhar
2075218919
Merge pull request #19034 from edx/ri/EDUCATOR-3514-download-student-profile-info
...
EDUCATOR-3514 increase the length of task_input while creating instance of InstructorTask
2018-10-04 17:18:04 +05:00
Nimisha Asthagiri
ddafbb0d29
POC: Stop-gap implementation to freeze grades.
2018-10-04 08:13:35 -04:00
Cory Lee
257768c8a4
Merge pull request #19039 from edx/devops/move_tasks_to_more_appropriate_queues
...
Move tasks to non-default queues
2018-10-03 09:56:04 -04:00
rabiaiftikhar
667bf488d9
EDUCATOR-3514 increase the length of task_input while creating instance of InstructorTask
2018-10-03 12:16:40 +05:00
Cory Lee
8d36e8b4ab
Remove unecessary bits
2018-10-02 15:06:36 -04:00
Cory Lee
fb281ae9c8
Remove unnecessary specification
2018-10-02 15:05:56 -04:00
Cory Lee
0f63f4c643
Remove unnecessary import
2018-10-02 15:05:26 -04:00
Cory Lee
14ed6cf682
Prepare to remove low priority queue, replacing with default
2018-10-02 14:37:31 -04:00
Joseph Mulloy
1533623a0d
Move tasks to low priority queue from default
2018-10-02 13:27:44 -04:00
Fred Smith
eae5a8117f
move instructor tasks to low priority queue
2018-10-02 13:26:36 -04:00
Cory Lee
e051cff33d
Moving some tasks to low priority queue
2018-10-02 12:44:49 -04:00
Amir Qayyum Khan
9124933925
Fixed issue where git logs aren't functioning
...
Use the course key as the primary key for storing coure import logs in
mongo, instead of the deprecated course key (this only applies to
courses imported via git_import.py).
No effort is made to migrate existing logs, since they are ephemeral.
2018-10-02 21:01:20 +05:00
Nimisha Asthagiri
31a1ad4a09
Merge pull request #18999 from edx/arch/refactor-jwt-builder
...
JWT Cookies
2018-10-01 13:45:15 -04:00
Nimisha Asthagiri
02ba5fb0e8
Login service support for JWT Cookies
2018-10-01 13:08:40 -04:00
Ahsan Ulhaq
ee7555e85f
update usage of SessionAuthenticationAllowInactiveUser
...
LEARNER-6469
2018-10-01 17:52:52 +05:00
David Ormsbee
5f97cecefb
Remove course publish from CCX data migration.
...
This removes the portion of the CCX course names data migration
that triggers course publishing. While course publishing is the
desired behavior, doing so within the migration makes it so that
this migration is not practical to run if you have hundreds or
thousands of CCX courses (we run out of memory).
By doing the data migration without the accompanying course
publishes, this means that CCX course names will still show up
incorrectly for courses until there is an edit or publish of
either that CCX course or the underlying course that the CCX
course extends. But we at least set up the data so that it's
gradually self-correcting over time, and do so with little coding
effort or operational risk/weirdness.
A more comprehensive fix for this would involve:
* Fixing the memory leak around CourseOverviews creation and/or;
* Moving CourseOverview generation to happen asynchronously and/or;
* Being more careful about transactionality in the data migration
and running it repeatedly until it all passes.
Full details of our migration issues are at:
https://github.com/edx/edx-platform/pull/18808#issuecomment-422930820
2018-09-28 18:54:14 -04:00
Ned Batchelder
f2dac46681
Merge pull request #18475 from appsembler/omar/ace-enroll-email
...
Convert instructor email messages to ACE
2018-09-27 16:44:08 -04:00
Diana Huang
8c589dcf34
Merge pull request #19006 from edx/diana/update-login-registration-tests
...
Registration deprecation: switch existing tests to use the newer endpoint.
2018-09-27 15:52:55 -04:00
Attiya Ishaque
5c8d594518
Merge pull request #18849 from edx/aj/fix-bulk-email
...
Skip sending email if an email address contains non-ascii char.
2018-09-27 23:51:10 +05:00
Feanil Patel
17d8410b41
Merge pull request #18985 from edx/feanil/remove_lms_migrate
...
Remove tools that don't seem to be used.
2018-09-27 14:26:05 -04:00
Awais Jibran
ac3c274d57
Skip sending email if an email address contains non-ascii char.
2018-09-27 22:45:15 +05:00
Diana Huang
deb8bd47d9
Switch existing tests to use the newer endpoint.
2018-09-27 13:33:42 -04:00
Omar Al-Ithawi
6ff3235f84
Convert instructor email messages to ACE
2018-09-25 17:51:10 +03:00
Bill DeRusha
e878b9fb0e
Merge pull request #18978 from edx/bderusha/unGDPRfix
...
Set usable password when canceling user retirement
2018-09-21 15:19:48 -04:00