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
Eric Fischer
c78bf811fd
Prefetch user group data for bulk access checks
2018-05-03 16:38:52 -04:00
Stuart Young
1fd2167144
rebalance python unittests onto new shards
2018-05-03 11:16:05 -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
Brittney Exline
91e63ed8e0
ENT-945 Using SSOVerifications in ID Verification flow
...
This reworks what was done #17930 , since it had to be reverted from the IDVerificationAggregate migration.
We decided to abandon that model and directly read from both id verification models.
2018-04-30 11:57:59 -04:00
muhammad-ammar
aaaafee2b2
remove video transcript enabled flag
2018-04-30 15:59:32 +05:00
Jeremy Bowman
3851a645bb
Merge pull request #18041 from edx/jmbowman/TE-2528
...
TE-2528 Upgrade testing dependencies
2018-04-26 15:34:16 -04:00
Jeremy Bowman
9477ad23d1
TE-2528 Upgrade testing dependencies
2018-04-25 16:37:29 -04:00
Brittney Exline
292f9ca831
Partial revert of "ENT-945 Update IDVerification interfaces to accountfor SSOVerification"
...
This partially reverts commit ee1c3a4548 .
The migration files introduced by the commit have been kept since they have been run
already on several enviornments.
2018-04-25 16:01:15 -04:00
Waheed Ahmed
d82ecad681
Merge pull request #17985 from edx/waheed/LEARNER-4254-update-support-form
...
Update support form.
2018-04-24 22:02:26 +05:00
Brittney Exline
60f46d5a92
Merge pull request #17930 from edx/bexline/sso_id_verification2
...
ENT-945 Apply logic for taking into account SSOVerifications
2018-04-24 07:40:52 -06:00
muhammad-ammar
d5758bd1f9
delete transcript from advance tab
...
EDUCATOR-1759
2018-04-24 16:49:33 +05:00
Waheed Ahmed
2c09ebb208
Update support form to make course required.
...
Update support form to auto select course and make course
selection required to submit form.
LEARNER-4254
2018-04-24 14:29:49 +05:00
Brittney Exline
ee1c3a4548
ENT-945 Update IDVerification interfaces to accountfor SSOVerification
2018-04-23 10:48:12 -04:00
Qubad786
cadd4378c7
updload/download/replace transcripts
...
EDUCATOR-2167
EDUCATOR-2168
EDUCATOR-2169
2018-04-23 18:28:35 +05:00
Uman Shahzad
5746729895
Revert "Revert "Show Enterprise display name if we should hide sensitive user…"
2018-04-23 18:27:36 +05:00
Qubad786
7afd3b6c21
remove sub from editable metadata fields
2018-04-23 17:37:15 +05:00
muhammad-ammar
9d7ed19b64
disable subs field syncying
2018-04-23 17:35:45 +05:00
muhammad-ammar
cda7fe9a29
update available translations retrieval interface
...
EDUCATOR-2384
2018-04-23 17:35:43 +05:00
muhammad-ammar
d0cd247d08
Deprecate Contentstore for Video Component Preview LMS/CMS
...
EDUCATOR-1756
2018-04-23 17:35:43 +05:00
Daniel Clemente Laboreo
00c339d091
Implement iter_all_for_block and iter_all_for_course for DjangoUserStateClient
2018-04-20 11:26:16 +03:00
Ned Batchelder
1642eeabaa
Merge pull request #14128 from edx/jbarciauskas/PLAT-1109-ignore-integrity-error
...
[PLAT-1109] Suppress IntegrityErrors caused by race condition
2018-04-19 16:22:05 -04:00
Eric Fischer
38f5358541
Revert "pass title/label to LTI consumers"
...
This reverts commit f1fa7b8e06 .
2018-04-18 12:59:15 -04:00
Feanil Patel
139ac68ad3
Merge pull request #17981 from edx/release-mergeback-to-master
...
Merge release back to master
2018-04-17 16:31:04 -04:00
George Babey
a155aad01c
Revert "Show Enterprise display name if we should hide sensitive username."
...
This reverts commit d58bd06928 .
This commit caused performance issues due to increased API load from checking the
enterprise association on each page load
2018-04-17 09:07:17 -04:00
Mushtaq Ali
5a9477af30
Import video transcripts - EDUCATOR-2173
2018-04-16 12:05:44 +05:00
Nimisha Asthagiri
d0c99dca41
Merge pull request #17921 from edx/douglashall/remove_ccx_usage_of_course_structures
...
Remove use of the deprecated course_structures module.
2018-04-13 09:40:54 -04:00
Uman Shahzad
d58bd06928
Show Enterprise display name if we should hide sensitive username.
2018-04-12 19:10:30 +05:00
Douglas Hall
a2f5210969
Updates after review feedback.
2018-04-11 16:04:54 -04:00
Douglas Hall
4d72d9caae
Remove use of the deprecated course_structures module.
2018-04-11 12:54:14 -04:00
Joel Barciauskas
caf9901c1b
[PLAT-1109] Suppress IntegrityErrors caused by race condition
...
Suppress IntegrityErrors that may be caused by a race condition
between processes resulting from a slow-loading page and a user refreshing the
page.
2018-04-11 13:47:11 +05:00
Brittney Exline
d31d9bd684
ENT-942 Implement an abstraction layer for SoftwareSecurePhotoVerification class methods
2018-04-05 15:48:59 -04:00
Michael Terry
c19d01a994
Add live validation to password reset
...
Adds a new React factory for that page to handle the logic. Also
cleans up the UI a little (centers it, stops using serif font, etc).
2018-04-05 11:59:26 -04:00
noraiz-anwar
0dd4978f37
permit staff role to rescore, override and delete problem scores for individual learners
2018-04-05 18:40:55 +05:00
Michael Terry
a576d682ff
Improve password complexity messaging
...
Send password form instructions that include password complexity and
also send error messages back that include all parts of the
complexity instead of single parts at a time.
And clean up phrasing to be more consistent.
2018-03-21 10:29:53 -04:00
Eric Fischer
f1fa7b8e06
pass title/label to LTI consumers
2018-03-20 12:51:39 -04:00
Michael Terry
a0c6f66252
Check policy during pw live validation
...
The password live validation was not considering the full password
complexity settings. This branch hooks that up and refactors the
various ways to validate a password to all go through the same code
path.
LEARNER-4502
LEARNER-4504
2018-03-16 09:23:43 -04:00
Robert Raposa
0d60d85e2f
Merge pull request #17688 from edx/robrap/update-waffle-docs
...
Add docs for handling default values.
2018-03-15 17:26:02 -04:00
Robert Raposa
c7268f2293
Remove flaky test and commented-out tests.
...
Presumably the commented-out tests were also flaky at one point, and
the current process is to remove flaky tests.
EDUCATOR-2512
2018-03-15 09:59:06 -04:00
Tasawer Nawaz
4912888168
stop using deprecated single item basket view
...
LEARNER-4428
2018-03-14 20:29:51 +05:00
Feanil Patel
9bddcf5546
Merge pull request #17652 from edx/feanil/remove_flaky_lti_tests
...
Feanil/remove flaky lti tests
2018-03-08 13:17:43 -05:00
Feanil Patel
d76ad8eb4b
Remove LTI tests that build on top of flaky permission alert tests.
2018-03-08 11:24:33 -05:00
Feanil Patel
00ccc879bd
Remove flaky lti scenario.
2018-03-08 11:24:33 -05:00
Matt Tuchfarber
4c7dc0b250
Add bundle key to program purchase button
...
In order for a program to be tracked as a bundle in ecommerce and GA
a bundle key must be added to the basket URL. This adds that key to
the purchase button on the program marketing page.
2018-03-07 15:40:51 -05:00
Bill DeRusha
e213d84c5a
Merge pull request #16267 from open-craft/haikuginger/allowed-enrollment-signal
...
Switch to using a signal to manage pending enrollments when a user is activated or changes their email address
2018-03-07 11:58:11 -05:00
Jose Antonio Gonzalez
99f6d78def
customize course info title
2018-03-07 10:12:08 +02:00
Jesse Shapiro
1f5c94d9b6
Process pending enrollments when a user is activated or changes their email address
2018-03-06 16:38:00 +02:00
Mushtaq Ali
36483f938d
Export video transcripts - EDUCATOR-1789
2018-03-06 15:25:46 +05:00
Bill DeRusha
d4b57bc218
Removed self-paced feature flag from code
2018-02-26 13:44:53 -05:00