lp:~wligtenberg/django-openid-auth/mysql_fix

Created by Willem Ligtenberg and last modified
Get this branch:
bzr branch lp:~wligtenberg/django-openid-auth/mysql_fix
Only Willem Ligtenberg can upload to this branch. If you are Willem Ligtenberg please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Willem Ligtenberg
Project:
django-openid-auth
Status:
Development

Recent revisions

66. By dev <dev@bmt-nb104>

MySQL fix

65. By Elliot Murphy

Fix a typo in README, patch from Bryan Alsdorf.

64. By James Henstridge

Make sanitise_redirect_url map the empty string to LOGIN_REDIRECT_URL. Fixes bug #510866.

63. By Dave Walker

Option allowing openid for auth into /admin (django.contrib.admin)

62. By Stuart Metcalfe

prevents manual assignment of local groups which are bound to remote teams in the user admin ui

61. By Stuart Langridge

Add a test for the sanitise_redirect_url function

60. By Stuart Langridge

allow a list of permitted external domains to be defined in settings and allow redirects to those external domains as well as local URLs (as before)

59. By Thomas Bechtold

add testcase and documentation for auto-map feature

58. By Elliot Murphy

New version number since we have a few contributions that need to be
merged and released.

57. By Thomas Bechtold

This branch add the possibility to automatic map available django-groups with launchpad teams.
There are 2 new variables for the django settings.py file. If no one of the new variables is set, nothing changes.
The 2 variables are:

OPENID_LAUNCHPAD_TEAMS_MAPPING_AUTO = True
OPENID_LAUNCHPAD_TEAMS_MAPPING_AUTO_BLACKLIST = []

If OPENID_LAUNCHPAD_TEAMS_MAPPING_AUTO is True, the variable OPENID_LAUNCHPAD_TEAMS_MAPPING has no more function. all django groups will be automaticly mapped to launchpad teams. with the variable OPENID_LAUNCHPAD_TEAMS_MAPPING_AUTO_BLACKLIST it possible to add a list with django groups which should not be mapped.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.