summary refs log tree commit diff
path: root/webclient/login/login.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move webclient to a python module so that it can be installedMark Haines2014-11-041-50/+0
|
* Set required environment variables for e2e testing.Kegan Dougal2014-09-221-1/+1
| | | | | Added an 'id' to the login button so it can be automatically triggered. Also, added an onPrepare section to protractor.conf to do the login.
* hide the forgot password link until it worksDavid Baker2014-09-051-2/+2
|
* make the little logos clickable for ErikMatthew Hodgson2014-09-011-1/+1
|
* nasty big monolithic commit of a whole bunch of UI/UX improvements:Matthew Hodgson2014-08-311-47/+41
| | | | | | | | - add a simple CSS template across the app for navigation & cosmetics - split login into login & register, and totally reskin it - restructure room CSS to play nicely with it - implement basis 1:1 chat from user pages - disable autofocus on iOS to improve UX
* very quick and dirty responsive design for iPhonesMatthew Hodgson2014-08-231-1/+3
|
* unbreak login sequence (which spuriously required a sydent server to be ↵Matthew Hodgson2014-08-171-2/+2
| | | | specified, which login.html was no longer doing...)
* switch some elements from being styled by class to styled by idMatthew Hodgson2014-08-151-2/+2
|
* Pass back the user_id in the response to /login in case it has changed. ↵Kegan Dougal2014-08-141-1/+1
| | | | Store and use that on the webclient rather than the input field.
* hs: Make /login accept full user IDs or just local parts. webclient: Only ↵Kegan Dougal2014-08-141-1/+1
| | | | enable Register button when both password fields match.
* Move the unknown token broadcast to the interceptor. Return the $http ↵Kegan Dougal2014-08-141-0/+1
| | | | promise and not a wrapped one via $q. Everything now needs a level deeper nesting. Fixed registration and login.
* completely change the CSS to be an entirely 'position: absolute' layout ↵Matthew Hodgson2014-08-141-0/+2
| | | | rather than top-to-bottom. makes the overscroll much more predictable and sane and not dependent on CSS expressions.
* Reference Matrix Home Servermatrix.org2014-08-121-0/+51