Ahsan Ulhaq
ee7555e85f
update usage of SessionAuthenticationAllowInactiveUser
...
LEARNER-6469
2018-10-01 17:52:52 +05:00
Nimisha Asthagiri
8cf44283c9
Consolidate user login and authentication code
2018-09-15 03:21:39 -04:00
asadiqbal
0dbdac3262
Unlink learner from Enterprise Customer when learner unlinks from IDP
2018-09-04 11:07:53 +05:00
Jeremy Bowman
3ff3eee2f2
TE-2689 Remove useless pylint suppressions part 4
2018-08-20 12:54:22 -04:00
Jeremy Bowman
713d64e1e2
TE-2702 Update Read the Docs links to HTTPS
2018-08-15 17:34:01 -04:00
irfanuddinahmad
ead8a78e29
disabled activation email
2018-07-13 12:48:02 +05:00
Jeremy Bowman
69092ac18b
Fix unit tests with latest social-auth-* packages
2018-06-13 17:24:33 -04:00
Michael Youngstrom
f4dc2ca000
Merge pull request #18314 from edx/youngstrom/remove_django_18_shim
...
Remove temp django upgrade logic
2018-06-06 11:09:17 -04:00
Tyler Hallada
1f42d1b384
Merge pull request #18316 from edx/thallada/PLAT-1524-on-delete
...
PLAT-1524: Add on_delete kwarg to ForeignKey & OneToOneFields
2018-06-06 10:38:15 -04:00
Michael Youngstrom
26b4e30833
Remove django 1.8 shim
2018-06-06 10:34:56 -04:00
Tyler Hallada
1540f9ec72
Add on_delete kwarg to ForeignKey & OneToOneFields
...
Django 2.0 will make this field required for `ForeignKey` and `OneToOneFields`.
In previous versions the option defaulted to `models.CASCADE` when not
specified. This change should make the deprecation warnings in the current
Django version go away.
The migrations where also modified, but the changes should not cause a change in
the database schema since `models.CASCADE` was already the old default.
2018-06-05 17:05:12 -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
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
Adeel Khan
cd2f6592c3
Catch HttpError thrown by Python Social Auth.
...
This patch enables catching HttpError exception raised
by PSA because of any issue caused at client/server.
Further it redirects user to login page with a
message about the error.
LEARNER-4344
2018-04-26 13:02:38 +05:00
Brittney Exline
f41bf2f409
ENT-944 Create SSOVerifications for users in tpa pipeline based on provider's settings
2018-04-23 10:10:26 -04:00
Saleem Latif
7545705c36
Deleted SAML Identity provider appears in the Enterprise customer IdPs list.
2018-04-19 11:40:18 +05:00
Bill DeRusha
d1ed33ac23
Update and refactor random password generator
2018-04-13 14:17:21 -04:00
Brittney Exline
9a86a67ae0
ENT-943 Cleanup of old third_party_auth provider slug fields
2018-04-10 09:58:31 -04:00
Brittney Exline
682ec886ed
ENT-943 Refactoring third_party_auth models
2018-04-05 15:19:58 -04:00
Troy Sankey
2e05eeca54
reorder 0017_auto_20180327_1631 to be after the other 0017
...
The migration 0017_remove_icon_class_image_secondary_fields was in
conflict with 0017_auto_20180327_1631, so we bump the latter to 0018.
2018-03-29 14:35:55 -04:00
edx-pipeline-bot
70ae23d4c2
Merge pull request #17831 from edx/release-mergeback-to-master
...
Merge release back to master
2018-03-29 13:58:22 -04:00
Douglas Hall
2ecbe19b29
ENT-936 Allow TPA providers to be configured to not send a welcome email upon registration.
2018-03-28 14:00:35 -04:00
Troy Sankey
81ed96bc88
bump django to 1.11.11
2018-03-27 15:55:07 -04:00
John Hensley
c7c01e4a22
Fix user creation management commands
...
Two user creation scripts were broken by the move of
student.views._do_create_account to student.helpers.do_create_account.
This patch just catches the scripts up.
2018-02-14 11:32:26 -05:00
Jeremy Bowman
5289c7e828
PLAT-1915 Stop using deprecated BaseException.message
2018-01-31 17:22:01 -05:00
Brittney Exline
c4670a33d7
ENT-839 Add ability to configure SP metadata for an IdP
2018-01-30 11:37:46 -05:00
asadiqbal
47547c0c1b
Delete SAML Provider Configurations
2018-01-26 17:54:45 +05:00
bmedx
1d45c85135
Refactor student login for readability and fix Django 1.11 issues
2018-01-24 11:26:43 -05:00
Douglas Hall
f0341e5d29
ENT-851 TPA Registry.get should return None if passed None.
2018-01-17 13:55:56 -05:00
Jeremy Bowman
1a7753d775
PLAT-1881 Fix datetimes lacking timezone information
2018-01-10 14:33:01 -05:00
Douglas Hall
9976771628
Merge pull request #17099 from edx/douglashall/ENT-779_migration_2
...
Revert "Revert "ENT-779 Remove ProviderConfig.drop_existing_session f…
2018-01-08 11:00:08 -05:00
Asad Iqbal
3daea9bae3
Merge pull request #17090 from edx/asadiqbal08/ENT-478-new
...
[ENT-478]:asadiqbal08/ SAML Provider Configs List View Updates
2018-01-08 12:55:01 +05:00
John Eskew
b4552a60f3
Merge pull request #17048 from edx/jeskew/lms_shard_4_fixes_django_19
...
Fix LMS shard 4 test failures under Django 1.9.
2018-01-05 15:59:54 -05:00
John Eskew
1504c098a9
Form expected test redirect urls properly.
2018-01-05 14:23:22 -05:00
asadiqbal
e536811640
remove backend_name
2018-01-05 17:32:33 +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
Zubair Afzal
2eddbad3af
Merge pull request #17072 from edx/zub/ENT-403-django-admin-thrid-party-auth-name-with-update_link
...
add update link on name field for django admin SAMLProviderConfigAdmin
2018-01-04 16:39:03 +05:00
Douglas Hall
c223ccdc5b
Merge pull request #17030 from edx/douglashall/ENT-779_drop_existing_session_migration
...
ENT-779 Remove ProviderConfig.drop_existing_session field from DB.
2018-01-03 15:51:35 -05:00
zubair-arbi
4a5f3e8e52
add update link on name field for django admin SAMLProviderConfigAdmin
...
ENT-403
2018-01-03 14:40:03 +05:00
zubair-arbi
7504be1c67
Remove username from force syncing in third party auth pipeline
2018-01-01 16:24:03 +05:00
bmedx
6ece1708a6
Make sure httpretty usage cleans up after itself
2017-12-22 15:36:46 -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
f6e0c70232
Merge pull request #16987 from edx/douglashall/ENT-779_remove_tpa_flag_refs
...
ENT-779 Remove code references to ProviderConfig.drop_existing_session.
2017-12-22 09:07:08 -05:00
zubair-arbi
d7502acc5b
ENT-768
...
display friendly error message for saml rejection
2017-12-22 15:12:11 +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
Saleem Latif
86da9c1c63
Disable linking of personal accounts to enterprise customers via SSO
2017-12-18 15:12:42 +05:00
Matt Drayer
885ddb9977
Utilize configured user for SuccessFactors BizX OData API callbacks
2017-12-12 15:23:05 -05:00
Matt Drayer
61bd579810
mattdrayer/ENT-783: Remove city from SuccessFactors OData API requests
2017-12-01 13:27:57 -05:00
Uman Shahzad
53fea6a4b7
Merge pull request #16624 from open-craft/uman/force-sync-learner-data
...
[ENT-759] Add a TPA pipeline step to take forced sync into account.
2017-11-29 17:11:29 +05:00