aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-19added south to requirementsRicardo Kirkner
2013-07-19added south to list of installed appsRicardo Kirkner
2013-06-24get tox working againRicardo Kirkner
2013-06-24use future-proof url tag syntaxRicardo Kirkner
2013-06-24use future-proof url tag syntaxRicardo Kirkner
2013-06-24Revert the UserOpenID model change which added the account_verified flag. The...James Tait
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-21Merged origin/trunk into ax-email-verified.James Tait
2013-06-18Add http://ns.login.ubuntu.com/2013/validation/account to the list of request...Ricardo Kirkner
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-17Mention the new account_verified permission in the README, along with a note ...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-09allow whitelisting specific accounts (by email) to avoid the required team re...Ricardo Kirkner
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-02allow requiring specific team membership during authenticationRicardo 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-02Update the README.txt - account verification schemes, not e-mail verification...James Tait
2013-05-02fixes per code reviewRicardo Kirkner
2013-04-30added test for when no teams are requiredRicardo Kirkner
2013-04-30updated README file with docs for OPENID_LAUNCHPAD_TEAMS_REQUIRED settingRicardo Kirkner
2013-04-30allow requiring specific team membership during authenticationRicardo Kirkner
2013-04-18Add a section to the README describing how to specify valid e-mail verificati...James Tait
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-14[r=elachuni] Added Django 1.4 support to the tests.Anthony Lenton
2013-03-14remove duplicate codeChris Johnston
2013-03-14add back 1.1 supportChris Johnston
2013-03-14Update to work with django 1.4Chris Johnston
2013-03-13Merged lp:~bigkevmcd/django-openid-auth/fix-bug-897651Anthony Lenton