Mercurial > lada > lada-client
diff app.js @ 913:44d7822d0d55
Removed OpenId stuff.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Thu, 13 Aug 2015 11:48:26 +0200 |
parents | 69a22279cdb6 |
children | 9358c5feb843 |
line wrap: on
line diff
--- a/app.js Tue Aug 11 13:34:44 2015 +0200 +++ b/app.js Thu Aug 13 11:48:26 2015 +0200 @@ -69,11 +69,8 @@ Lada.openIDParams = queryString; } Ext.Ajax.request({ - url: 'lada-server/login?return_to=' + window.location.href, + url: 'lada-server/user', method: 'GET', - headers: { - 'X-OPENID-PARAMS': Lada.openIDParams - }, scope: this, success: this.onLoginSuccess, failure: this.onLoginFailure @@ -87,8 +84,8 @@ if (json.message === '699') { /* This is the unauthorized message with the authentication * redirect in the data */ - var authUrl = json.data; - location.href = authUrl; + Ext.MessageBox.alert('Es konnte kein Benutzername gefunden werden!', + json.data); return; } if (json.message === '698') { @@ -107,13 +104,6 @@ }, onLoginSuccess: function(response) { - - if (!Ext.isIE9m) { - /* Strip out the openid query params to look nicers. */ - // Not supported in old IE's - window.history.pushState(this.name, this.name, window.location.pathname); - } - Ext.create('Lada.view.Viewport'); /* Parse Username and Timestamp */