- Apr 13, 2021
-
-
Thomas Tracy authored
* refactor: reformat the manual verifications command to allow for single user verifications * reformat error message * linting * linting: add doc string * whitespace
-
Hammad Ahmad Waqas authored
ENT-4361 | Added user's "id" and "email" as public fields in ACCOUNT_VISIBILITY_CONFIGURATION.
-
Justin Hynes authored
feat: stop removing `verify_uuid` value when revoking course certs
-
Saad Yousaf authored
Co-authored-by:
SaadYousaf <saadyousaf@A006-00314.local>
-
- Apr 12, 2021
-
-
David Ormsbee authored
This reverts commit 35b27806.
-
Ned Batchelder authored
During the Lilac stabilization period, try to prod developers to think about whether they should also update Lilac.
-
Sarina Canelake authored
Merge pull request #26860 from open-craft/giantas/bb-3825-fix-new-post-indicator-in-discussion-xblock [BB-3825] Fix: Hide new post indicator on thread open
-
Justin Hynes authored
[MB-1077] - Stop removing the verify_uuid when revoking course certificates. In v2 of course certificates this will allow us to retain the same URL to the certificate. If a learner's certificate is revoked (from being invalidated or no longer passing the course) the UUID will remain intact and the URL will not change. - Look for an existing cert for the user in a course-run during generation. If one exists, use the UUID from the existing certificate when updating the record. - Stop generating a `key` for v2 web-certificates. This is not needed for web-certs (this is used in PDF cert generation).
-
edX cache uploader bot authored
-
Paul Aswa authored
This fixes the removal of the new post indicator in the Discussion XBlock once a thread has been opened.
-
Ali Akbar authored
Allow reset password from Support Tools
-
HammadAhmadWaqas authored
* Updated api/user/v1/accounts list view to search based on multiple emails as well.
-
Ali-D-Akbar authored
-
Binod Pant authored
fix:
Fixes integrated_channels bug in learner_data transmission during course details fetch (#27303) courseOverview model was being incorrectly used in the learner_data module of integrated_channels ENT-4222, ENT-4428 -
Albert (AJ) St. Aubin authored
[MICROBA-951] When running the notify_credentials command locally there is an OperationalError thrown by MySQL when there are no more results available for the queryset iterator. This change catches that exception, checks state, and then logs according to that state. This code runs in production without issue. This changes allows for the code to be run locally without a separate code path.
-
Kyle McCormick authored
This package is no longer used.
-
Kyle McCormick authored
Attempting to import packages from lms/djangoapps, cms/djangoapps, or common/djangoapps as if they are import roots will now simply raise ImportErrors (like any other invalid import) instead of DeprecatedEdxPlatformImportError. See docs/decisions/0007-sys-path-modification-removal.rst for more details.
-
Kyle McCormick authored
-
Awais Jibran authored
* Use config settings for olxcleaner Use config settings instead of hardcoded values for olx validation. This would help in adding a great deal of control when you want to change these settings in the future. With this approch we would not need a redeploy. * Use configs and deprecate waffleflag and also add / update tests
-
Jawayria authored
BOM_2408: Removed unused imports from openedx/core/djangoapps/user_api
-
Jawayria authored
BOM-2408: Removed unused imports from openedx/core/{djangolib, lib} a…
-
- Apr 10, 2021
-
-
Uzair Rasheed authored
Add independent ratelimit setting for forms
-
- Apr 09, 2021
-
-
Feanil Patel authored
chore: Remove decentralized devstack config.
-
taliaedX authored
chore: update edx-enterprise
-
Feanil Patel authored
We have decided not to pursue the decentralized devstack design right now and so we want to cleanup files and task that were built as a part of the process. Related Ticket: ARCHBOM-1685
-
stvn authored
* Commits: fix: Stop using view_auth_classes helper in discussions API
-
stvn authored
as it conflicts with the manually-assigned `permission_classes`; the decorator erases them.
-
uzairr authored
Currently, login and registration forms and view to log the user in are sharing same ratelimit settings which is causing too much noise while rendering forms.This PR will introduce a separate setting for logistration forms. VAN-436
-
Bianca Severino authored
[MST-738] Pass username into CourseHomeMetadataView
-
Jawayria authored
BOM-2408: Removed unused imports from openedx/core/djangoapps/{themin…
-
Jawayria authored
BOM-2416: Removed unused imports from docs, scripts, pavelib
-
Carla Duarte authored
feat: add letter grade to MFE Progress Tab API
-
Christie Rice authored
MICROBA-1106
-
Carla Duarte authored
-
Jawayria authored
Removed unused imports from docs, scripts, pavelib
-
Saad Yousaf authored
[TNL-8051] - bump olxcleaner version with latest update.
-
Jawayria authored
BOM-2350: Removed unused imports from cms using 'unimport'
-
- Apr 08, 2021
-
-
SaadYousaf authored
-
Pooja Kulkarni authored
This adds a new django app to allow the GDPR user retirement via Open edX's REST API. Prior to this the only way to trigger the user retirement was either by the user themself clicking "Delete my account" in the account setting page or via creating a User Retirement request by admin. With these changes, the user retirement process can be triggered using REST API.
-