Alex Dusenbery
ef477ee2a4
LEARNER-5123 | Cache VisibleBlocks per course AND user, only fetch the ones the user needs for subsection scoring.
2018-05-14 13:44:56 -04:00
J Eskew
62865599c7
Merge pull request #18154 from edx/jeskew/add_model_for_retired_users
...
Refuse password reset for retired users.
2018-05-14 13:02:53 -04:00
John Eskew
2ef404b83e
Fix two deprecation warnings.
2018-05-14 12:24:36 -04:00
Michael Terry
6833823ccc
Update student records buttons
...
Updates the look and feel of the two (experimental and disabled by
default) links to student records.
Also converts the 'student_records' waffle switch to a waffle flag
named 'credentials.student_records.
LEARNER-5246
2018-05-11 16:38:16 -04:00
Awais Jibran
a84884fff9
Merge pull request #18157 from edx/aj/fix-courseware-title-error
...
Fix Courseware IndexError
2018-05-11 11:00:37 +05:00
Alex Dusenbery
2d4dd3750b
LEARNER-5123 | Hotfix - don't regrade everything for a user in a course with too many visible blocks.
2018-05-10 14:49:15 -04:00
Brian Mesick
4170b5d294
Merge pull request #18175 from edx/bmedx/sailthru_retirement_fixes
...
Fix issues with Sailthru retirement
2018-05-10 14:01:19 -04:00
bmedx
1e6c6fca5c
Fix issues with Sailthru retirement
2018-05-10 13:31:34 -04:00
Gabe Mulley
5fa6c51368
Revert "Use edx-ace for the password reset email"
2018-05-10 13:06:52 -04:00
Gabe Mulley
7a5cecf3e9
Merge pull request #16545 from appsembler/omar/fmo/multipart-email
...
Use edx-ace for the password reset email
2018-05-10 11:31:43 -04:00
Alex Dusenbery
08a961d60f
EDUCATOR-2618 | Add more function_trace() to inline discussion view.
2018-05-10 10:14:38 -04:00
Albert St. Aubin
fade1fb3f1
Correction for incorrect conditional error logic and wrong channel
...
[LEARNER-5123]
2018-05-10 07:51:48 -04:00
Eric Fischer
f7a66eab78
Revert "Merge pull request #18150 from edx/efischer/last_one_i_swear"
...
This reverts commit fcef6b3f47 , reversing
changes made to 0b11634e4c .
2018-05-09 11:53:56 -04:00
Albert (AJ) St. Aubin
bfdcc49401
Merge pull request #18159 from edx/aj/LEARNER-5123_2
...
Correctly passing course key in the JSON object to async
2018-05-09 10:28:35 -04:00
Albert St. Aubin
4e0b3d3b2e
Correctly passing course key in the JSON object to async
...
[LEARNER-5123]
2018-05-09 09:57:27 -04:00
Diana Huang
d768c77c7a
Merge pull request #18123 from edx/diana/button-bokchoy-tests
...
Bok choy tests for the account deletion flow
2018-05-09 09:46:31 -04:00
J Eskew
edbdae9fb8
Merge pull request #18124 from edx/jeskew/fix_some_django20_deprecation_warnings
...
Fix more Django 2.0 deprecation warnings around URLconfs.
2018-05-08 16:29:12 -04:00
Douglas Hall
c6ec5edbf7
Add API documentation with django-rest-swagger.
2018-05-08 14:38:33 -04:00
Eric Fischer
b1316290dc
Merge pull request #17738 from caesar2164/encode-sysadmin-staffing-profile-name-upstream
...
Encodes staff profile names as they can be unicode
2018-05-08 13:59:34 -04:00
Awais Jibran
f4883e1be6
Fix sequence title error in courseware
2018-05-08 21:56:29 +05:00
Omar Al-Ithawi
556c8b86d0
Use edx-ace for password reset email
2018-05-08 18:53:31 +03:00
Albert St. Aubin
787653e793
Moving the update course and subsection grades to async task
...
[LEARNER-5123]
The update course and subsection grades method was causing a DB lock
on other requsets. This should be performed in the background and given
its own async task.
2018-05-08 09:43:12 -04:00
John Eskew
e5ee0fc91f
Remove more unneeded 'namespace=' params.
2018-05-07 18:25:36 -04:00
Diana Huang
a06072c8d9
Bok Choy tests for account deletion workflow.
2018-05-07 15:37:24 -04:00
Eric Fischer
9c63ff3d21
Don't barf during debug logging, that's silly
2018-05-07 15:25:25 -04:00
Eric Fischer
d39b8ccfa9
only check access of asked-for threads
2018-05-07 13:37:11 -04:00
Uzair Rasheed
0fc942bad3
Merge pull request #18058 from edx/LEARNER-617/verification-status-via-sailthru
...
Send verification status email through sailthru
2018-05-07 15:24:07 +05:00
Mushtaq Ali
f4b1da1f42
Merge pull request #17718 from edx/transcripts-phase-2
...
Transcripts phase 2
2018-05-07 12:42:50 +05:00
uzairr
dfb295fe38
Send verification status email through sailthru
...
Support needs to inform a learner different states of its
id-verification.In order to achieve it email will be sent
to learner about its verification state using sailthru.
LEARNER-617
2018-05-07 12:30:47 +05:00
Eric Fischer
8172b49552
Revert "Merge pull request #18125 from edx/efischer/the_code_also_gazes_into_you"
...
This reverts commit 86282eb850 , reversing
changes made to be097fed99 .
2018-05-04 14:45:06 -04:00
Douglas Hall
554f609ddf
Merge pull request #18128 from edx/douglashall/update_course_discussion_settings
...
Store Discussions ID Map on CourseDiscussionSettings model when course publish signal is fired.
2018-05-03 18:09:56 -04:00
Douglas Hall
695b036282
Store Discussions ID Map on CourseDiscussionSettings model when course publish signal is fired.
2018-05-03 17:23:30 -04:00
Eric Fischer
c78bf811fd
Prefetch user group data for bulk access checks
2018-05-03 16:38:52 -04:00
Nimisha Asthagiri
eb3e8d9585
Merge pull request #17602 from Microsoft/edx_master
...
Bulk Grades API (v1 grades api w/courses endpoint)
2018-05-03 15:36:27 -04:00
John Eskew
ffb1f9fe2a
Fix more Django 2.0 deprecation warnings around URLconfs.
2018-05-03 13:50:08 -04:00
Kabir Khan
c0f353467e
V1 Grades API with added support for bulk read of all user grades in a course.
...
URL patterns changed to follow edx API conventions
2018-05-03 10:23:33 -07:00
Eric Fischer
efd9fc04ce
cache results of thread authorship check
2018-05-03 13:16:24 -04:00
Stu Young
7b76ab8a4d
Merge pull request #18023 from edx/estute/TE-2427-reshard-lms4
...
Reshard python unittests
2018-05-03 11:53:32 -04:00
Alex Dusenbery
95d5b13714
EDUCATOR-2753 | Add calls to retire secondary user data to the /accounts/retire endpoint.
2018-05-03 11:35:50 -04:00
Stuart Young
1fd2167144
rebalance python unittests onto new shards
2018-05-03 11:16:05 -04:00
Michael Terry
f8b009fecc
Fix extracting i18n from jsx code
...
React code (in jsx files) was not being extracted at all. Fixed this
by updating to edx-i18n-tools 0.4.5.
Also, template literals (feature of es2015) don't work well with
gettext at all. So convert those instances to HtmlUtils or
StringUtils interpolation calls.
FEDX-505
2018-05-02 15:21:45 -04:00
Eric Fischer
4147b72f18
fix is_authenticated mocks
2018-05-02 11:26:27 -04:00
Eric Fischer
e18448e27d
Silence deprecation warnings
...
https://docs.djangoproject.com/en/1.11/releases/1.10/#using-user-is-authenticated-and-user-is-anonymous-as-methods
2018-05-02 10:03:50 -04:00
Eric Fischer
b7dda32a36
remove tests also
2018-05-01 13:44:55 -04:00
Eric Fischer
23c52d03d7
This isn't used when rendering inline
2018-05-01 12:38:11 -04:00
Brittney Exline
5b19309691
Merge pull request #18070 from edx/bexline/sso_id_verification2
...
ENT-945 Using SSOVerifications in ID Verification flow
2018-04-30 14:14:03 -06:00
rabiaiftikhar
c51d121faa
EDUCATOR-2774 add new condition for cert eligible column in grade report
2018-04-30 23:43:31 +05:00
Simon Chen
4efd355ba7
Merge pull request #18091 from edx/schen/EDUCATOR-2698
...
Implement retire users function in the SurveyAnswer model for GDPR
2018-04-30 14:17:03 -04:00
Simon Chen
174c01759f
Implement retire users function in the SurveyAnswer model for GDPR
2018-04-30 13:07:32 -04:00
Gregory Martin
75f94f9735
Merge pull request #18079 from edx/yro/EDUCATOR-2700-B
...
Update models to 'Retire' not delete data
2018-04-30 12:51:41 -04:00