Commit Graph
Select branches
Hide Pull Requests
master
1.0.10
1.0.11
1.0.2
1.0.3
1.0.5
1.0.6
1.0.9
1.1.1
1.1.2
1.1.3
1.1.4
1.1.5
1.1.6
1.1.7
1.1.8
1.1.9
1.2.0
1.2.1
1.2.2
1.3.0
1.3.1
1.4.0
2.0.0
2.0.1
2.1.0
2.1.1
2.2.0
2.2.1
2.3.0
2.4.0
2.4.1
2.4.2
3.0.0
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.5.0
3.6.0
3.6.1
kilo-eol
liberty-eol
mitaka-eol
newton-eol
ocata-em
ocata-eol
pike-em
pike-eol
Select branches
Hide Pull Requests
master
1.0.10
1.0.11
1.0.2
1.0.3
1.0.5
1.0.6
1.0.9
1.1.1
1.1.2
1.1.3
1.1.4
1.1.5
1.1.6
1.1.7
1.1.8
1.1.9
1.2.0
1.2.1
1.2.2
1.3.0
1.3.1
1.4.0
2.0.0
2.0.1
2.1.0
2.1.1
2.2.0
2.2.1
2.3.0
2.4.0
2.4.1
2.4.2
3.0.0
3.1.0
3.1.1
3.2.0
3.3.0
3.4.0
3.5.0
3.6.0
3.6.1
kilo-eol
liberty-eol
mitaka-eol
newton-eol
ocata-em
ocata-eol
pike-em
pike-eol
-
b78a77f147
Adding basic multi-region support
David Lyle
2013-05-09 17:02:55 -0600 -
7a1d24f7d6
Add username on the log for logout and rescope.
linhuacheng
2013-04-25 17:10:06 -0700 -
fcee315e16
Merge pull request #37 from mrunge/master
Gabriel Hurley
2013-04-25 12:21:55 -0700 -
81588a071c
fix typo
Matthias Runge
2013-04-25 08:09:29 +0200 -
473f4a2f0c
Merge pull request #35 from linhuacheng/patch-8
Gabriel Hurley
2013-04-24 14:29:01 -0700 -
eeac08d9e7
Merge pull request #36 from linhuacheng/patch-10
Gabriel Hurley
2013-04-24 14:28:41 -0700 -
6e36509ac9
Add logging on logout and token rescoping
linhuacheng
2013-04-24 14:11:04 -0700 -
d9709c013f
Add logging for success/failed login.
linhuacheng
2013-04-24 14:04:18 -0700 -
72cc5b6c4a
Bump version for release to PyPI.
Gabriel Hurley
2013-04-24 13:56:35 -0700 -
92e60b45f0
Merge pull request #34 from mrunge/master
Gabriel Hurley
2013-04-24 13:55:22 -0700 -
ce3837499e
setting of SECRET_KEY is required for Django-1.5
Matthias Runge
2013-04-24 09:25:29 +0200 -
1b4120087a
Bump version for new release to PyPI.
Gabriel Hurley
2013-04-23 13:43:17 -0700 -
d79912d878
Merge pull request #31 from linhuacheng/patch-7
Gabriel Hurley
2013-04-19 11:57:04 -0700 -
5cb2862bf4
Merge pull request #32 from loles/master
Gabriel Hurley
2013-04-19 11:56:47 -0700 -
917be38f61
Fix unit tests after adding insecure flag
Łukasz Oleś
2013-04-09 11:07:55 +0400 -
574e9d5f38
Allow insecure authentication Pass through the value of OPENSTACK_SSL_NO_VERIFY from settings.py to keystoneclient. This allows connecting to servers with self-signed or otherwise invalid certificates for testing purposes. It extends commit
8759ad4804
Łukasz Oleś
2013-04-08 11:54:00 +0400 -
6235d54def
Updated User object for Django 1.5 compatibility.
linhuacheng
2013-04-05 17:48:47 -0700 -
0ad712a52c
Merge pull request #25 from dklyle/master
Gabriel Hurley
2013-04-01 12:03:58 -0700 -
397379e5ce
Merge pull request #27 from conkiztador/fix-django-dep
Gabriel Hurley
2013-03-19 12:35:33 -0700 -
e9b9c5abff
Fix compatibility with Django < 1.4.3
Kieran Spear
2013-03-19 10:43:26 +1100 -
4e40eed813
Allowing for more complex combinations of permissions. Will check for logical AND of all top level permissions. Will use logical OR for all first level tuples (check that use has one permissions in the tuple)
David Lyle
2013-03-07 16:03:45 -0700 -
f6efb0ff31
Bump version for new release.
Gabriel Hurley
2013-03-05 14:18:47 -0800 -
2fabeb84a2
Merge pull request #24 from conkiztador/switch_redirect_to
Gabriel Hurley
2013-02-27 20:47:58 -0800 -
f09875e53d
Support custom redirect url from the 'switch' view
Kieran Spear
2013-02-25 15:19:09 +1100 -
808b0296e5
Merge pull request #23 from linhuacheng/patch-4
Gabriel Hurley
2013-02-10 13:36:50 -0800 -
185f855e6e
Turn log level down for failure on delete token.
linhuacheng
2013-02-08 13:22:20 -0800 -
b6fe60c642
Merge pull request #22 from dklyle/master
Gabriel Hurley
2013-01-30 15:37:05 -0800 -
00d96fb242
Fixing tests that broke in transition to python-keystoneclient v0.2
David Lyle
2013-01-30 15:19:03 -0700 -
4b898d5022
Merge pull request #20 from linhuacheng/patch-2
Gabriel Hurley
2013-01-29 16:38:24 -0800 -
6f378a81d5
Update openstack_auth/views.py
linhuacheng
2013-01-28 16:55:24 -0800 -
b5d55ff5ee
Merge pull request #18 from ericpeterson-l/master
Gabriel Hurley
2013-01-26 10:51:56 -0800 -
2e0ec6b5de
Merge pull request #17 from samos123/localization
Gabriel Hurley
2013-01-26 10:51:19 -0800 -
b613c787dc
Merge pull request #16 from mrunge/master
Gabriel Hurley
2013-01-26 10:50:55 -0800 -
ea954ca842
missed obvious bug when moving to new thread
erpet
2013-01-25 14:12:17 -0700 -
e2523bb2a7
Fixed l10n bugs and added zh_CN translation
Sam Stoelinga
2013-01-25 14:22:43 +0800 -
253b254083
Added german translation
Matthias Runge
2013-01-24 10:34:06 +0100 -
9c0e61ef84
Merge pull request #15 from ericpeterson-l/master
Gabriel Hurley
2013-01-16 15:13:04 -0800 -
b319ac78c8
horizon bug 1079832 Logout does not revoke the tokens created, correcting to keep tuple of endpoints and clients
ericpeterson-l
2012-12-11 15:16:48 -0700 -
ce96d17127
Merge pull request #14 from conkiztador/allow-insecure-ssl
Gabriel Hurley
2013-01-16 12:10:03 -0800 -
8759ad4804
Allow insecure authentication
Kieran Spear
2013-01-15 15:23:03 +1100 -
b95664d5ba
Fixes compatibility with keystoneclient v0.2.
1.0.6
Gabriel Hurley
2012-12-09 19:28:13 -0800 -
f8b1be84bf
Improves error handling; fixes failing test.
1.0.5
Gabriel Hurley
2012-12-09 18:39:53 -0800 -
8a88978154
Slimming down the session size.
Gabriel Hurley
2012-11-16 11:51:26 -0800 -
b7c6d9b93e
Use the MD5 hash of PKI-signed tokens.
1.0.3
Gabriel Hurley
2012-11-02 14:29:27 -0700 -
ef030ff77a
Bumping version number for bugfix release with redirect fix.
1.0.2
Gabriel Hurley
2012-08-20 14:49:44 -0700 -
8ac8c7e375
Merge pull request #7 from vuntz/redirect-next
Gabriel Hurley
2012-08-20 14:37:46 -0700 -
47ffb622b6
Fix redirection in logging form
Vincent Untz
2012-08-20 16:25:50 +0200 -
0273b9186e
Bumping version number for permission support release.
Gabriel Hurley
2012-07-08 19:33:03 -0700 -
03fe09c5a5
Adds permissions support.
Gabriel Hurley
2012-07-08 19:30:51 -0700 -
a1ff650761
Catch AuthorizationFailure.
Gabriel Hurley
2012-07-08 17:18:45 -0700 -
a31c1dae93
Adding manifest file.
Gabriel Hurley
2012-07-08 16:25:22 -0700 -
0bc387b463
Fixed typo in readme.
Gabriel Hurley
2012-07-08 16:13:13 -0700 -
25c0ff6fe7
Added docs to readme.
Gabriel Hurley
2012-07-08 16:12:44 -0700 -
30dddae112
Adding a few translation files.
Gabriel Hurley
2012-07-08 16:03:33 -0700 -
998c96cfae
Adds docs.
Gabriel Hurley
2012-07-08 15:39:38 -0700 -
9d45964b02
Check for expired tokens during authentication.
Gabriel Hurley
2012-07-08 14:55:31 -0700 -
df30fe0887
Added note about unit tests.
Gabriel Hurley
2012-07-03 02:29:22 -0700 -
afc7a64ff4
Fixed README typo.
Gabriel Hurley
2012-07-03 02:27:34 -0700 -
9962375e0c
Initial commit.
Gabriel Hurley
2012-07-03 02:25:01 -0700