aboutsummaryrefslogtreecommitdiff
path: root/django_openid_auth
AgeCommit message (Expand)Author
2015-04-23Ensure that we handle unicode everywhere.Natalia
2015-04-23Fully test suite passing on djangos from 1.4 to 1.8.Natalia
2014-09-01Fixed typo.Natalia Bidart
2014-09-01Be compatible with django 1.4 and 1.5.Natalia Bidart
2014-09-01Conditionally use transaction.autocommit when running migrations.Natalia Bidart
2014-09-01Run migration with autocommit so tests run with sqlite.Natalia Bidart
2014-08-29Removed debug print.Natalia Bidart
2014-08-29Added migration to add the required permission account_verified.Natalia Bidart
2014-04-23Add assertion to tests for clean OPENID_LAUNCHPAD_STAFF_TEAMS settingFabián Ezequiel Gallina
2014-04-23Django 1.6 compatibilityFabián Ezequiel Gallina
2014-04-22Fix django.conf.urls importsFabián Ezequiel Gallina
2013-07-19added initial south migrationRicardo Kirkner
2013-06-24use future-proof url tag syntaxRicardo Kirkner
2013-06-21Just use the object manager to get the permission.James Tait
2013-06-21Remove all reference to the account_verified property of the UserOpenID model...James Tait
2013-06-18updated commentRicardo Kirkner
2013-06-18a few changes per reviewRicardo Kirkner
2013-06-18ensure account_verified and permission matchRicardo Kirkner
2013-06-18only request account_verified if there are valid schemes registered for the e...Ricardo Kirkner
2013-06-18refactored tests to make sure account_verified reflects openid responseRicardo Kirkner
2013-05-25Move removal of the account_verified permission to the UserOpenID model delet...James Tait
2013-05-16Override the UserOpenID save method and deal with the account_verified permis...James Tait
2013-05-16Rename _test_login_attribute_exchange to check_login_attribute_exchange to ma...James Tait
2013-05-16Use named params in tests for clarity.James Tait
2013-05-14Fix the UserOpenIDAdmin to set the permission on the user whose OpenID has ju...James Tait
2013-05-14Checkpioint commit. This basically works with user.has_perm, but seems like t...James Tait
2013-05-10Merged origin/trunk into ax-email-verified.James Tait
2013-05-09Enable restricting acceptable account verification schemes per provider.James Tait
2013-05-08added two tests per reviewRicardo Kirkner
2013-05-08Merged trunk.James Tait
2013-05-07allow whitelisting specific accounts (by email) to avoid the required team re...Ricardo Kirkner
2013-05-02added test as requested per reviewRicardo Kirkner
2013-05-02Guard update_user_openid against missing account_verified element; DRY up ax ...James Tait
2013-05-02Clarify why the user's username hasn't been updated in tests.James Tait
2013-05-02fixes per code reviewRicardo Kirkner
2013-04-30added test for when no teams are requiredRicardo Kirkner
2013-04-30allow requiring specific team membership during authenticationRicardo Kirkner
2013-04-18Allow specifying several acceptable account verification schemes.James Tait
2013-04-18Explicit is better than implicit.James Tait
2013-04-18Add the account_verified property to the UserOpenID model and update it upon ...James Tait
2013-04-03Request account verification in the AX request.James Tait
2013-03-15[r=elachuni] Fixes admin test where redirect url doesn't match as expectedAnthony Lenton
2013-03-14Specify op_endpoint in tests, to work with openid 2.2.5Anthony Lenton
2013-03-14Made tests pass in 1.1 again, and added a tox file.Anthony Lenton
2013-03-13Updated copyright notices, and version for upcoming 0.5 release.Anthony Lenton
2013-03-13[r=elachuni,facundobatista] LP#936153, After login, redirecting to a URL that...Anthony Lenton
2013-03-13Fixes admin redirect url errorChris Johnston
2012-08-29[r=jamesh] Small changes to make it work with django-1.3Anthony Lenton
2012-08-29[r=michael.nelson] Changed UserOpenID.user admin widget to raw_idAnthony Lenton
2012-06-01Added a settings, OPENID_USE_EMAIL_FOR_USERNAME to use a stripped version of ...Anthony Lenton