aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/views/login.js
Commit message (Collapse)AuthorAgeLines
* update Android to Cordova 3.6Struan Donald2015-08-28-0/+108
| | | | | | | | Required due to security issue Remove Android directory as no longer required, move src -> www to match standard layout, update .gitignore to avoid including the standard platform files, update README based on Steve's zurich one
* instead of using js to inject the correct cordova js file in toStruan Donald2013-07-12-108/+0
| | | | | | | | | | index.html restructure things so that the common files are a level down and the platofrm specific ones are directly placed in the relevant project. This both makes for less fuss and also avoids the error with Android < v3 instantiating cordova twice. Note that the iOS common assets are included by a build script rather than a symlink as symlinking doesn't seem to agree with Xcode
* stop signout button propogating event to sign in buttonStruan Donald2013-07-04-1/+2
|
* clear validation errors before validating to stop old ones hanging about. ↵Struan Donald2013-06-28-0/+1
| | | | Fixes #479
* replace click with vclick as speeds up response to events on iOSStruan Donald2013-06-06-4/+4
|
* better validation messages and display for signout pageStruan Donald2013-06-05-4/+3
|
* make go button on onscreen keyboard work on sign in screenStruan Donald2013-06-05-1/+11
|
* login page design and sort behaviour of hiding/showing on login/outStruan Donald2013-05-24-6/+7
|
* make locating screen cover whole pageStruan Donald2013-05-23-0/+1
|
* sign out using the api to remove the session cookieStruan Donald2013-04-26-4/+20
|
* we do not want to sign the user out at the end of the browser sessionStruan Donald2013-04-26-1/+2
|
* check logged in status by using api callStruan Donald2013-04-26-0/+1
|
* basic login page and link from map screenStruan Donald2013-04-24-0/+77