lp:~mordred/django-openid-auth/zip-safe

Created by Monty Taylor and last modified
Get this branch:
bzr branch lp:~mordred/django-openid-auth/zip-safe
Only Monty Taylor can upload to this branch. If you are Monty Taylor please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Monty Taylor
Project:
django-openid-auth
Status:
Development

Recent revisions

105. By Monty Taylor

Add zip_safe flag to setup.py

We are providing django templates which django cannot find when the software
is installed inside of an egg zipfile. This means, additionally, that anyone
who install_requires on django_openid_auth and then gets their depends
installed via setup.py install or setup.py develop will get a completely
unfunctional install.

Setting zip_safe=False explicitly fixes this.

104. By Ricardo Kirkner

use future-proof url tag syntax

103. By James Tait

Revert the UserOpenID model change which added the account_verified flag. The intention was to allow for the support of multiple UserOpenIDs for a given User, but in reality the solution wouldn't have provided this, because we have no idea which OP provided the e-mail address associated with the account. In the meantime, allow for the simple case of handling account_verified for a single UserOpenID, while not ruling out future support for the complex case.

102. By Ricardo Kirkner

Add http://ns.login.ubuntu.com/2013/validation/account to the list of requested attributes in the Attribute Exchange request, and store the result in UserOpenID.

101. By Ricardo Kirkner

allow whitelisting specific accounts (by email) to avoid the required team restriction

100. By Ricardo Kirkner

allow requiring specific team membership during authentication

99. By Anthony Lenton

[r=elachuni] Fixes admin test where redirect url doesn't match as expected

98. By Anthony Lenton

Specify op_endpoint in tests, to work with openid 2.2.5

97. By Anthony Lenton

Made tests pass in 1.1 again, and added a tox file.

96. By Anthony Lenton

[r=elachuni] Added Django 1.4 support to the tests.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~django-openid-auth/django-openid-auth/trunk
This branch contains Public information 
Everyone can see this information.

Subscribers