summary refs log tree commit diff
path: root/webclient/login (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Pass back the user_id in the response to /login in case it has changed. ↵Kegan Dougal2014-08-142-2/+2
| | | | 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-142-7/+1
| | | | enable Register button when both password fields match.
* Auto-correct the username when logging in if there isn't an @Kegan Dougal2014-08-141-0/+6
|
* Be more helpful when failing to register/login, stating why (communication ↵Kegan Dougal2014-08-141-4/+16
| | | | error, user in user, wrong credentials, etc). Make the HS send M_USER_IN_USE.
* Added extra nesting .data and rename callback to be response not dataKegan Dougal2014-08-141-2/+2
|
* Move the unknown token broadcast to the interceptor. Return the $http ↵Kegan Dougal2014-08-142-5/+10
| | | | promise and not a wrapped one via $q. Everything now needs a level deeper nesting. Fixed registration and login.
* Guess the home server URL on the login screen by inspecting the URL of the ↵Kegan Dougal2014-08-141-1/+9
| | | | web client.
* 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-122-0/+132