- Jun 28, 2019
-
-
Michael Youngstrom authored
-
- Jun 27, 2019
-
-
uzairr authored
Currently, entitlement view is not displaying any message if there are no records against a query.To improve user experience, changes have been made so that a proper message would be displayed. LEARNER-7155
-
uzairr authored
-
usama sadiq authored
-
usama sadiq authored
Added future absolute_import changed unicode() with six.text_type()
-
Adeel Khan authored
-
- Jun 26, 2019
-
-
atesker authored
EDUCATOR-4353 code review comments
-
Christie Rice authored
-
usama sadiq authored
Added the import statements
-
- Jun 25, 2019
-
-
Simon Chen authored
-
Calen Pennington authored
-
Calen Pennington authored
-
Douglas Hall authored
-
Simon Chen authored
-
nadeemshahzad authored
-
adeelehsan authored
INCR-471
-
Adeel Khan authored
This would patch all templates (django/mako) for a possible XSS code injection via translation files by html escaping them.. LEARNER-4632
-
- Jun 24, 2019
-
-
amitvadhel authored
-
Christie Rice authored
-
Christie Rice authored
-
DawoudSheraz authored
-
- Jun 23, 2019
-
-
amitvadhel authored
-
- Jun 21, 2019
-
-
Ned Batchelder authored
These were originally fixed individually, but had to be reverted, and are now combined in one commit. The originals were: 7b9040f6 This enum was backwards 8774ff1f Use ref_name to disambiguate serializers that drf-yasg would otherwise assume are the same. 8a443971 Is this field missing because it is None? 4a1154a7 Give a safer buffer for clearing the rate limiting 64c47856 DRF 3.7.4 changed how you delegate to another view, so don't 7359ca4f Is this right? It fixes two tests fdd66e53 Adjust the expected error message for DRF 3.7.7 9257f68f The default TIME_ZONE should be UTC
-
Ned Batchelder authored
* Install drf-yasg * Add drf-yasg settings and urls * Pin drf to make drf-yasg work * Adjust config-models version to be compatible * Remove django-rest-swagger (the old way)
-
Douglas Hall authored
-
usama sadiq authored
Added absolute_import Changed the use of unicode with six.text_type
-
Hammad Ahmad Waqas authored
course_about page on course overview field
-
amitvadhel authored
-
amitvadhel authored
-
uzairr authored
After executing python-modernize and isort, few changes occurred in import sequence as well as unicode func is replaced by six.text_type func. INCR-478
-
- Jun 20, 2019
-
-
Amit authored
-
Calen Pennington authored
Allow a limited subset of fields in the Course Block View for blocks that have been denied authorization
-
atesker authored
gradebook show student email only for master's track. show emails for masters track - unit tests pass fixed more unit tests and linting
-
Usman Khalid authored
Some deprecated functionality has been removed: - Reading data field and transforms being applied in the init() method. - The source field. - The source_visible attribute.
-
usama sadiq authored
Added absolute import in both files
-
- Jun 19, 2019
-
-
Mushtaq Ali authored
Add CSRF_TRUSTED_ORIGINS settings to successfully make POST requests from edx-learner-portal to edx-platform - ENT-2025
-
amitvadhel authored
-
amitvadhel authored
-
- Jun 18, 2019
-
-
Zainab Amir authored
Remember me button does the same thing regardless of if it is checked or not. Remember me button being unchecked makes a user think they will be logged out at the end of a browsing session when this is in fact not the case LEARNER-6220
-
- Jun 17, 2019
-
-
Calen Pennington authored
-