Jolyon Bloomfield
8adaca66d1
INCR-200 Migrate common/djangoapps/util/tests and migrations
2019-04-05 00:57:46 -04: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
Dillon Dumesnil
0a0df72fc9
Cleaning up unicode waffle flag
2018-10-19 13:25:08 -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
Nimisha Asthagiri
700a902b68
Cleanup and remove deprecated RequestCache Django app
...
ARCH-223
2018-09-12 14:39:11 -04: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
Michael Youngstrom
26b4e30833
Remove django 1.8 shim
2018-06-06 10:34:56 -04: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
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
d40ce8c8d0
Use Levenshtein not nltk
2018-03-14 11:49:09 -04: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
cbf836227b
Disable migration-checking test in Django 1.9+
2018-01-10 15:50:39 -05:00
Douglas Hall
9071117ea2
Revert "Revert "ENT-779 Remove ProviderConfig.drop_existing_session field from DB.""
...
This reverts commit 23e17b3c35 .
2018-01-04 16:57:52 -05:00
Douglas Hall
23e17b3c35
Revert "ENT-779 Remove ProviderConfig.drop_existing_session field from DB."
2018-01-04 13:20:22 -05:00
Douglas Hall
2c3afb232b
ENT-779 Remove ProviderConfig.drop_existing_session field from DB.
...
References to this field were already removed with:
https://github.com/edx/edx-platform/pull/16987
2017-12-22 12:34:29 -05:00
Douglas Hall
d8494483c1
ENT-779 Remove code references to ProviderConfig.drop_existing_session.
...
We no longer need the drop_existing_session flag on IdP configurations
because dropping the existing session should actually be the only
behavior for certain view in the edx-enterprise code.
2017-12-21 14:39:46 -05:00
Jeremy Bowman
d44e6297ae
PLAT-1847 Fix cms tests under Django 1.9
2017-12-13 15:29:02 -05:00
Ned Batchelder
e23e3a0486
Fix a number of unused-import pylint violations
2017-11-21 19:57:06 -05:00
muzaffaryousaf
db07a049bf
Clean makemigration test and bump the val version.
2017-11-09 17:48:45 +05:00
muzaffaryousaf
7de3871f67
Fix the makemigration test temporary.
2017-11-09 13:20:29 +05:00
Clinton Blackburn
69eeca61d8
Opening courseware to anonymous users
...
Anonymous users may now view units in the courseware. This access is limited to units that are not considered problems/graded (e.g. homework, exams).
2017-11-06 16:42:06 -05:00
Jillian Vogel
425239a509
Disables Enterprise Integration feature by default
...
Moves ENABLE_ENTERPRISE_INTEGRATION to settings.FEATURES,
and changes the default value to False.
2017-10-19 15:58:13 +10:30
Douglas Hall
ca903278f5
Updating edx-enterprise to 0.51.2.
...
https://github.com/edx/edx-enterprise/compare/0.51.0...0.51.2
2017-10-11 08:47:50 -04:00
John Eskew
7dfb6cc681
Change all UTC timezones to import from pytz instead of Django.
2017-10-05 11:12:52 -04:00
Matt Tuchfarber
9de5cbea12
Bump enterprise to 0.48.2
2017-10-02 13:40:31 -04:00
Uman Shahzad
a27688afd0
Bump to edx-enterprise to 0.48.1
2017-09-26 00:43:09 +05:00
Uman Shahzad
6355604b51
Ignore pending migrations for edx-enterprise temporarily.
2017-09-22 05:17:18 +05:00
Jeremy Bowman
fd6af6b05e
ddt usage cleanup
2017-09-05 17:25:51 -04:00
Waheed Ahmed
7d5446125d
Create migration to remove 'sailthru_activation_template' from DB.
...
Follow up PR for PR-15863 to remove the field from database table.
LEARNER-2201
2017-08-29 13:07:28 +05:00
Waheed Ahmed
54b50341bd
Modified migrations sync test.
2017-08-24 11:58:17 +05:00
cahrens
819a56fee3
Remove usages of deprecated SlashSeparatedCourseKey.
2017-08-14 11:01:00 -04:00
cahrens
6f71706b17
Remove SlashSeparatedCourseKey from tests.
2017-08-07 14:49:30 -04:00
Ahmed Jazzar
fc5716d9b1
Fixed milestone issues
...
In settings_handler and any_unfulfilled_milestones (for mobile APIs)
2017-07-20 10:55:44 -07:00
Matt Tuchfarber
4813df02a3
Fix WL sites from causing multiple zendesk emails
...
WL-1109. Currently the system is using org filters to tag zendesk
tickets. MITxPro uses both MITxPro and MITProfessionalX org filters
to pull courses from both orgs. This is causing multiple emails to
be sent from Zendesk as they are getting tagged with both
whitelabel_MITProfessionalX and whitelabel_MITxPRO. This fix changes
to using SITE_NAME instead.
2017-07-17 12:47:23 -04:00
Andy Armstrong
93235d118d
Reorder imports using isort (except lms and cms)
2017-05-30 16:04:54 -04:00
asadiqbal
8fc31b42e3
ENT-374 Support ticket is created without enterprise tags for Anonymous users.
2017-05-15 13:24:45 +05:00
Ned Batchelder
2f1936ce73
Replace context processor with new help-tokens app
...
This makes it possible to refer to multiple book from a single app.
This also means that Open edX branches will be able to pass bok-choy
tests (at least if the books have already been built.)
2017-04-27 10:34:09 -04:00
asadiqbal
8cea65b2d7
ENT-188
2017-04-21 16:30:23 +05:00
Carol Tong
8ee34ab3ba
Fix broken LMS Help Links
2017-04-04 09:22:03 -04:00
Andy Armstrong
0325425c8c
Add data sharing consent redirect for more course tabs
...
LEARNER-394
2017-03-31 19:12:13 -04:00
asadiqbal
ed33d3b09f
ENT-287 Track Selection: Enterprise messaging only for catalog courses
2017-03-31 16:54:16 +05:00