Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move webclient to a python module so that it can be installed | Mark Haines | 2014-11-04 | 1 | -50/+0 |
| | |||||
* | Set required environment variables for e2e testing. | Kegan Dougal | 2014-09-22 | 1 | -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 works | David Baker | 2014-09-05 | 1 | -2/+2 |
| | |||||
* | make the little logos clickable for Erik | Matthew Hodgson | 2014-09-01 | 1 | -1/+1 |
| | |||||
* | nasty big monolithic commit of a whole bunch of UI/UX improvements: | Matthew Hodgson | 2014-08-31 | 1 | -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 iPhones | Matthew Hodgson | 2014-08-23 | 1 | -1/+3 |
| | |||||
* | unbreak login sequence (which spuriously required a sydent server to be ↵ | Matthew Hodgson | 2014-08-17 | 1 | -2/+2 |
| | | | | specified, which login.html was no longer doing...) | ||||
* | switch some elements from being styled by class to styled by id | Matthew Hodgson | 2014-08-15 | 1 | -2/+2 |
| | |||||
* | Pass back the user_id in the response to /login in case it has changed. ↵ | Kegan Dougal | 2014-08-14 | 1 | -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 Dougal | 2014-08-14 | 1 | -1/+1 |
| | | | | enable Register button when both password fields match. | ||||
* | Move the unknown token broadcast to the interceptor. Return the $http ↵ | Kegan Dougal | 2014-08-14 | 1 | -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 Hodgson | 2014-08-14 | 1 | -0/+2 |
| | | | | rather than top-to-bottom. makes the overscroll much more predictable and sane and not dependent on CSS expressions. | ||||
* | Reference Matrix Home Server | matrix.org | 2014-08-12 | 1 | -0/+51 |