- Mar 17, 2020
-
-
Matt Hughes authored
We sometimes update preexisting SAML SSO providers to configure them to automatically create SSO identity verification (IdV) records when a learner links an account via that provider. Turning that configuration from off to on does make it such that when learners log back in via their linked account, a new IdV record will be created for them. But it's possible we'd want this process to happen more automatically and seamlessly, for which this management command will be helpful. Note that this does not help with removing SSO verification records for a provider for which this configuration has been turned off. JIRA:EDUCATOR-4947
-
atesker authored
EDUCATOR-4903. Move defaults to correct place - cr
-
Nicholas D'Alfonso authored
- ensure logic for displaying reset dealines banner in courseware is behind the relative dates waffle flag, only shows if the course is self paced, and handles the situation where no sequentials exist.
-
Nathan Sprenkle authored
* Don't disable download button after click * Allow reuploading for team membership CSV
-
Nathan Sprenkle authored
* Change upload div to a button for focus styling * Fix team membership button resize on focus * Remove box shadow from focus styling
-
Brandon Baker authored
* Upgrade frontend-enterprise and pass in user ENT-2648 * Add react-router-dom * Add back caret
-
Jansen Kantor authored
* correctly resolve teamset-level and course-level max_team_size
-
Adeel Khan authored
Explore new courses links gets disabled by ad blocker. Changing class name to bypass this. PROD-1348
-
Awais Jibran authored
-
HammadAhmadWaqas authored
-
- Mar 16, 2020
-
-
Michael Terry authored
If the user is not logged in, the ExperimentWaffleFlag code was raising an exception when trying to send an event to segment. This is a quick fix to ignore anonymous users.
-
Jeff LaJoie authored
-
Michael Terry authored
This is an unused-as-of-yet utility function to generate a bunch of ics files for a user's course schedule. Will be used as part of the calendar_sync feature package. AA-37
-
HammadAhmadWaqas authored
also setting query batch size 1000 instead of 5000
-
Awais Qureshi authored
checking django-wiki and fixing deprecation warnings.
-
- Mar 13, 2020
-
-
Zachary Hancock authored
fixes bug where bulk creation of enrollments caused no new history records to be created
-
Awais Jibran authored
2900k/ last 7 days
-
Simon Chen authored
MST-157 Create a new program enrollments inspector support tool to help edX support members to inspect the existing states of program enrollees This reverts commit 37f3c3f8.
-
Albert (AJ) St. Aubin authored
[MICROBA-152]
-
- Mar 12, 2020
-
-
Nicholas D'Alfonso authored
- Also, only show banner if the course end_date has not already pass AND if the user is verified within the course.
-
David Ormsbee authored
Revert "MST-157 Create a new program enrollments inspector support tool to help edX support members to inspect the existing states of program enrollees" This reverts commit 9bdcb9c5.
-
Simon Chen authored
MST-157 Create a new program enrollments inspector support tool to help edX support members to inspect the existing states of program enrollees
-
Abdul Hannan authored
* Remove start field in Schedules Co-authored-by:
hunytalk <ahannan@edx.org> Co-authored-by:
Cory Lee <cory@edx.org>
-
Awais Jibran authored
-
- Mar 11, 2020
-
-
Nathan Sprenkle authored
* Enable pagiation to show all a learner's teams on the "My Teams" tab * Selectively hide/show pagination on the "My Teams" tab * Increase "My Teams" page size to 5
-
atesker authored
cr1 cr2 cr3 cr3-remove unused var
-
Alex Dusenbery authored
-
Waheed Ahmed authored
The VideoBlock `handle_ajax` is allowing NaN values for speed key and causing videos to not load. Also added a data migration to fix the data for learners. PROD-1148
-
Samuel Walladge authored
BROKER_HEARTBEAT appears to interfere with the celery worker configuration. If we want to disable or change the heartbeat interval, It must be from these configuration options. Just setting --without-heartbeat and/or --heartbeat-interval on the workers does not fully work. Eg. --without-heartbeat disables sending heartbeats, but BROKER_HEARTBEAT = 60 means that the connection will get a 60s heartbeat interval negotiated.
-
Dillon Dumesnil authored
-
adeelehsan authored
Before getting data validate the page number on the current number of pages
-
- Mar 10, 2020
-
-
Dillon Dumesnil authored
-
Jeff LaJoie authored
-
Ayub-khan authored
-Upgrade edx-drf-extensions -settings-update
-
Awais Jibran authored
-
- Mar 09, 2020
-
-
Michael Terry authored
When self paced blocks don't have a start date set, still provide a link to the block (noticable on dates side bar at the least).
-
Jeff LaJoie authored
-
Michael Terry authored
Much like we ignore due dates for homework in units for course staff, we want to not bother them with a banner about being overdue.
-
Dave St.Germain authored
-
Dave St.Germain authored
-