summaryrefslogtreecommitdiff
path: root/openstack_auth/views.py
Commit message (Expand)AuthorAgeFilesLines
* IDP specific webssolin-hua-cheng2015-09-091-6/+4
* Fix Python 3 issuesVictor Stinner2015-08-271-1/+2
* Merge "Add message show for switch project"Jenkins2015-07-161-3/+10
|\
| * Add message show for switch projecttinytmy2015-07-151-3/+10
* | Fixing docstring formatting for paramDavid Lyle2015-07-151-5/+4
|/
* Support removal of last_activity session flageric2015-05-261-2/+0
* Prepend WEBROOT to redirect URL for WebSSOAdam Young2015-04-271-1/+1
* Add authentication using openID and SAMLThai Tran2015-03-311-2/+48
* Use keystone auth pluginsJamie Lennox2015-01-231-25/+18
* Merge "add last_activity to session"Jenkins2015-01-071-0/+2
|\
| * add last_activity to sessionMatthias Runge2014-12-181-0/+2
* | Merge "Add call to KS V3 revoke_token on logout"Jenkins2015-01-051-15/+13
|\ \
| * | Add call to KS V3 revoke_token on logoutlin-hua-cheng2014-12-181-15/+13
| |/
* | Make region sticky on Login pagelin-hua-cheng2014-11-201-0/+6
|/
* Merge "Make region and project sticky"Jenkins2014-11-201-3/+8
|\
| * Make region and project stickyeric2014-11-171-3/+8
* | Fix inability to switch region via Switch Region dropdownVlad Okhrimenko2014-10-221-8/+9
|/
* Bump hacking to 0.9.x seriesAkihiro Motoki2014-10-191-1/+0
* Adding django kwargs to login and logout viewsYves-Gwenael Bourhis2014-09-121-10/+24
* Added url_path_replace and has_in_url_path methodsYves-Gwenael Bourhis2014-08-261-2/+2
* Cache the User's Project by Token IDLin Hua Cheng2014-07-301-0/+1
* Fix H4xx docstring issuesAkihiro Motoki2014-07-291-5/+6
* Adding back the forms.Login importDavid Lyle2014-06-211-0/+4
* Restore "redirect to login page after logout" behaviourJulie Pichon2014-06-191-1/+1
* Fix H301 and H304 hacking issuesAkihiro Motoki2014-06-061-42/+43
* Merge "Redirect the user if they're already logged in"Jenkins2014-05-211-0/+9
|\
| * Redirect the user if they're already logged inJulie Pichon2014-05-091-0/+9
* | Fix H306 imports not in alphabetical orderAkihiro Motoki2014-04-041-6/+6
* | Fix remaining PEP8 (E***) and PyFlakes (F***) issuesAkihiro Motoki2014-04-041-1/+1
|/
* moves default keystone API to v3David Lyle2014-02-031-1/+2
* Merge "Require user to be logged in when switching regions"Jenkins2013-12-201-0/+1
|\
| * Require user to be logged in when switching regionsRob Raymond2013-11-261-0/+1
* | Support Django 1.4, 1.5 and 1.6Sascha Peilicke2013-12-051-1/+8
|/
* Pass OPENSTACK_SSL_CACERT setting to keystoneBrian DeHamer2013-10-261-0/+4
* Revoking token when switching tenant or loging outYves-Gwenael Bourhis2013-09-261-24/+27
* Align with OpenStack project standardsMonty Taylor2013-09-101-0/+13
* Add capability for Keystone V3 Authentication.Lin Hua Cheng2013-07-081-16/+29
* Merge pull request #39 from linhuacheng/patch-11Gabriel Hurley2013-05-201-3/+9
|\
| * Add username on the log for logout and rescope.linhuacheng2013-04-251-3/+9
* | Adding basic multi-region supportDavid Lyle2013-05-091-0/+18
|/
* Add logging on logout and token rescopinglinhuacheng2013-04-241-0/+3
* Allow insecure authenticationŁukasz Oleś2013-04-081-2/+6
* Fix compatibility with Django < 1.4.3Kieran Spear2013-03-191-1/+5
* Support custom redirect url from the 'switch' viewKieran Spear2013-02-251-2/+10
* Turn log level down for failure on delete token.linhuacheng2013-02-081-1/+1
* Update openstack_auth/views.pylinhuacheng2013-01-281-1/+2
* missed obvious bug when moving to new threaderpet2013-01-251-2/+1
* horizon bug 1079832 Logout does not revoke the tokens created, correcting to ...ericpeterson-l2013-01-161-0/+18
* Fixes compatibility with keystoneclient v0.2.1.0.6Gabriel Hurley2012-12-091-1/+2
* Improves error handling; fixes failing test.1.0.5Gabriel Hurley2012-12-091-4/+10