summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version for release to PyPI.1.0.9Gabriel Hurley2013-05-131-1/+1
* setting of SECRET_KEY is required for Django-1.5Matthias Runge2013-04-241-0/+2
* Bump version for new release to PyPI.Gabriel Hurley2013-04-231-1/+1
* Merge pull request #31 from linhuacheng/patch-7Gabriel Hurley2013-04-191-0/+1
|\
| * Updated User object for Django 1.5 compatibility.linhuacheng2013-04-051-0/+1
* | Merge pull request #32 from loles/masterGabriel Hurley2013-04-193-4/+13
|\ \ | |/ |/|
| * Fix unit tests after adding insecure flagŁukasz Oleś2013-04-091-1/+2
| * Allow insecure authenticationŁukasz Oleś2013-04-082-3/+11
|/
* Merge pull request #25 from dklyle/masterGabriel Hurley2013-04-011-0/+50
|\
| * Allowing for more complex combinations of permissions. Will check forDavid Lyle2013-03-071-0/+50
* | Merge pull request #27 from conkiztador/fix-django-depGabriel Hurley2013-03-192-1/+23
|\ \ | |/ |/|
| * Fix compatibility with Django < 1.4.3Kieran Spear2013-03-192-1/+23
|/
* Bump version for new release.Gabriel Hurley2013-03-051-1/+1
* Merge pull request #24 from conkiztador/switch_redirect_toGabriel Hurley2013-02-272-4/+24
|\
| * Support custom redirect url from the 'switch' viewKieran Spear2013-02-252-4/+24
|/
* Merge pull request #23 from linhuacheng/patch-4Gabriel Hurley2013-02-101-1/+1
|\
| * Turn log level down for failure on delete token.linhuacheng2013-02-081-1/+1
|/
* Merge pull request #22 from dklyle/masterGabriel Hurley2013-01-301-0/+7
|\
| * Fixing tests that broke in transition to python-keystoneclient v0.2David Lyle2013-01-301-0/+7
|/
* Merge pull request #20 from linhuacheng/patch-2Gabriel Hurley2013-01-291-1/+2
|\
| * Update openstack_auth/views.pylinhuacheng2013-01-281-1/+2
|/
* Merge pull request #18 from ericpeterson-l/masterGabriel Hurley2013-01-261-2/+1
|\
| * missed obvious bug when moving to new threaderpet2013-01-251-2/+1
* | Merge pull request #17 from samos123/localizationGabriel Hurley2013-01-264-2/+57
|\ \
| * | Fixed l10n bugs and added zh_CN translationSam Stoelinga2013-01-254-2/+57
* | | Merge pull request #16 from mrunge/masterGabriel Hurley2013-01-262-0/+56
|\ \ \ | |/ / |/| |
| * | Added german translationMatthias Runge2013-01-242-0/+56
|/ /
* | Merge pull request #15 from ericpeterson-l/masterGabriel Hurley2013-01-162-0/+22
|\ \ | |/
| * horizon bug 1079832 Logout does not revoke the tokens created, correcting to ...ericpeterson-l2013-01-162-0/+22
* | Merge pull request #14 from conkiztador/allow-insecure-sslGabriel Hurley2013-01-161-4/+11
|\ \ | |/ |/|
| * Allow insecure authenticationKieran Spear2013-01-151-4/+11
|/
* Fixes compatibility with keystoneclient v0.2.1.0.6Gabriel Hurley2012-12-096-8/+26
* Improves error handling; fixes failing test.1.0.5Gabriel Hurley2012-12-094-7/+15
* Slimming down the session size.Gabriel Hurley2012-11-163-7/+6
* Use the MD5 hash of PKI-signed tokens.1.0.3Gabriel Hurley2012-11-023-2/+53
* Bumping version number for bugfix release with redirect fix.1.0.2Gabriel Hurley2012-08-201-1/+1
* Merge pull request #7 from vuntz/redirect-nextGabriel Hurley2012-08-201-2/+4
|\
| * Fix redirection in logging formVincent Untz2012-08-201-2/+4
|/
* Bumping version number for permission support release.Gabriel Hurley2012-07-081-1/+1
* Adds permissions support.Gabriel Hurley2012-07-082-4/+46
* Catch AuthorizationFailure.Gabriel Hurley2012-07-083-5/+12
* Adding manifest file.Gabriel Hurley2012-07-081-0/+3
* Fixed typo in readme.Gabriel Hurley2012-07-081-1/+1
* Added docs to readme.Gabriel Hurley2012-07-081-0/+4
* Adding a few translation files.Gabriel Hurley2012-07-088-0/+223
* Adds docs.Gabriel Hurley2012-07-0817-24/+725
* Check for expired tokens during authentication.Gabriel Hurley2012-07-082-0/+27
* Added note about unit tests.Gabriel Hurley2012-07-031-7/+14
* Fixed README typo.Gabriel Hurley2012-07-031-1/+1
* Initial commit.Gabriel Hurley2012-07-0320-0/+928