Jolyon Bloomfield
8adaca66d1
INCR-200 Migrate common/djangoapps/util/tests and migrations
2019-04-05 00:57:46 -04:00
Mike Dikan
2c149ca6be
Removing the Deprecated the 'external_auth' package in favor of 'third_party_auth' which is the current recommendation.
2019-03-02 16:06:46 -05:00
Jeremy Bowman
5c7a8e3ac1
Merge pull request #19622 from cclauss/Fix-parens-for-Python3
...
Fix explicit tuple parameters for Python 3
2019-02-21 15:45:09 -05:00
Julia Eskew
368f221f0a
Initial start on annotations.
2019-02-19 11:24:21 -05:00
cclauss
44d62fac75
Fix explicit tuple parameters for Python 3
2019-02-19 12:37:34 +01:00
Diana Huang
6572d99e76
Remove all references to datadog from our code.
2019-01-08 15:41:24 -05:00
Ned Batchelder
046fe60913
Remove unused imports
2018-11-07 10:31:51 -05:00
Feanil Patel
4e13a1c2dd
Revert "upgrade gunicorn 19.0 and make upgrade"
...
This reverts commit f6c215ae5b .
2018-10-31 15:01:00 -04:00
Dillon-Dumesnil
1754dc5119
Merge pull request #19105 from edx/ddumesnil/unicode_cleanup
...
Cleaning up unicode waffle flag
2018-10-30 13:20:41 -04:00
nadeemshahzad
f6c215ae5b
upgrade gunicorn 19.0 and make upgrade
2018-10-30 10:42:58 +00:00
Dillon Dumesnil
0a0df72fc9
Cleaning up unicode waffle flag
2018-10-19 13:25:08 -04:00
Dillon Dumesnil
a5f3f1cbee
Ensuring password to be normalized is unicode
2018-10-19 12:41:51 -04:00
Cali Stenson
9c57cd1770
Add unicode normalization to passwords.
...
LEARNER-4283
2018-10-12 15:47:15 -04:00
Dillon Dumesnil
deb758c808
Added in tests for the new password validation. Fixed old tests that
...
relied on the old configuration values and old way of validating
passwords. Also improved registration page by always showing error
messages rather than hiding them on leaving the field.
2018-10-10 11:06:30 -04:00
Dillon Dumesnil
4fa27f98dc
Implementing django password validators for edX. This involves removing
...
the old validate password method and configuration values in favor of
AUTH_PASSWORD_VALIDATORS, a list of validators to use to check a
password. These include some that come straight from Django and some
that were written according to Django's specifications. This work also
included maintaining the current messaging as instruction text and
passing along restrictions for the password field.
2018-10-10 10:58:21 -04:00
Ned Batchelder
6a48195908
No need to keep self.tracker here
2018-09-17 16:48:14 -04:00
Nimisha Asthagiri
700a902b68
Cleanup and remove deprecated RequestCache Django app
...
ARCH-223
2018-09-12 14:39:11 -04:00
Awais Jibran
9cec43afb7
Merge pull request #18842 from edx/aj/fix-checklist-for-edge
...
Fix edge checklist 500 error.
2018-09-11 23:05:41 +05:00
Awais Jibran
3bb34faa8f
Fix edge checklist 500 error
...
EDUCATOR-3355
2018-09-10 16:30:13 +05:00
shadinaif
80039ab028
This is to upgrade the ddt package from the old 0.8.0 version to the latest version that supports Python3
...
(version 1.2.0 as of this commit)
This commit is intended to close INCR-6 issue (see https://openedx.atlassian.net/browse/INCR-6 )
2018-09-10 11:33:05 +03:00
Jeremy Bowman
bcaec3c5bb
TE-2525 nose.tools removal part 1/2
2018-08-07 08:30:12 -04:00
noraiz-anwar
593c2d1ae8
add python getter in capa system
2018-07-18 18:44:56 +05:00
uzairr
e77a19a4a3
Update UTM params of social sharing buttons
...
To improve Customer experience small changes have done in the
Google Analytics so that incoming stats are organized efficiently.
LEARNER-5360
2018-06-14 12:38:01 +00:00
Michael Youngstrom
26b4e30833
Remove django 1.8 shim
2018-06-06 10:34:56 -04:00
Eric Fischer
247bb50ed2
s/django.core.urlresolvers/django.urls/g
...
Django 1.10 deprecation fix for Hackathon XIX
Addresses PLAT-1397
2018-06-05 13:59:09 -04:00
Anthony Mangano
07609e7d75
Add password_policy checks to login views
...
LEARNER-4869
2018-05-04 11:55:57 -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
Uman Shahzad
87919f4d53
Add Enterprise middleware that injects customer data.
2018-04-21 08:14:52 +05: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
Uman Shahzad
d58bd06928
Show Enterprise display name if we should hide sensitive username.
2018-04-12 19:10:30 +05:00
Michael Terry
1c1b8451ba
Use unicode passwords when validating
...
Requiring that up front lets us properly validate length and such.
2018-04-09 09:43:30 -04:00
Douglas Hall
d238a2de96
Upgrade edx-enterprise package to 0.67.1.
...
https://github.com/edx/edx-enterprise/compare/0.67.0...0.67.1
2018-04-04 09:17:20 -04:00
Amir Qayyum Khan
b6c6535f15
Fixed error: ImportError: No module named notmigrations
2018-04-02 17:44:59 +05:00
Douglas Hall
5c1ab83c29
Upgrade edx-enterprise to 0.67.0.
...
https://github.com/edx/edx-enterprise/compare/0.66.1...0.67.0
2018-03-27 12:21:55 -04: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
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
Michael Terry
d40ce8c8d0
Use Levenshtein not nltk
2018-03-14 11:49:09 -04:00
Jeff LaJoie
b289bb90b5
LEARNER-4423: Adds in PCI compliance checks for alphabetic and numeric characters
2018-03-12 15:14:41 -04:00
Gavin Sidebottom
67442c2641
Fixed unthemed error pages in Studio and LMS
2018-02-22 16:49:06 -05:00
Brian Mesick
86d077ac3d
Merge pull request #17413 from edx/bmedx/upgrade_nltk
...
Upgrade NLTK to 3.2.5, fixup usage and tests
2018-02-07 15:39:22 -05:00
bmedx
6a22de454f
Upgrade NLTK to 3.2.5, fixup usage and tests
2018-02-07 10:42:23 -05:00
Jeremy Bowman
bf86b3da98
PLAT-1942 Handle xmodule_django field deprecations
2018-02-05 15:05:54 -05:00
Jeremy Bowman
5289c7e828
PLAT-1915 Stop using deprecated BaseException.message
2018-01-31 17:22:01 -05:00
Douglas Hall
1410209a11
Add migration for removing old edx-enterprise password fields from the database.
2018-01-30 13:43:10 -05:00
Douglas Hall
538b073ee4
ENT-854 Remove references to old EnterpriseCustomerReportingConfiguration model fields.
2018-01-29 15:43:28 -05:00
John Eskew
fa7bb1ea81
Merge pull request #17311 from mitodl/python_lib_import_fix_v2
...
Enabled python code lib import with GIT_IMPORT_STATIC set to False
2018-01-26 14:41:12 -05:00
Qubad786
64555c60c0
Move request_cache to openedx.core.djangoapps
2018-01-26 15:09:25 +05:00
Gavin Sidebottom
ec0263bc5b
changed 'course code lib' references to 'python lib' to maintain consistency
2018-01-25 16:08:57 -05:00
Gavin Sidebottom
8476f19463
Enabled python code lib import with GIT_IMPORT_STATIC set to False
2018-01-25 16:08:25 -05:00
Bill Filler
4fe5f3457d
Conditionally display gated content in courseware
...
Display gated sections in course outline, navigation and in the course
when user has met prerequiste condition.
WL-1273, WL-1317
2018-01-18 12:34:19 -05:00