Matthew Hodgson
|
48f4497fe9
|
unbreak login sequence (which spuriously required a sydent server to be specified, which login.html was no longer doing...)
|
2014-08-17 03:47:58 +01:00 |
|
Matthew Hodgson
|
00e8be516a
|
merge weirdness
|
2014-08-16 01:48:44 +01:00 |
|
Matthew Hodgson
|
9f7c5f161c
|
switch some elements from being styled by class to styled by id
|
2014-08-15 23:24:42 +01:00 |
|
Kegan Dougal
|
7ddb7a5cbb
|
Event streaming now happens on an app level, rather than a per-room level. Make eventStreamService manage it's own repolling provided no one calls stop() on it. Couple the stream with eventHandlerService so any controller can just blithely call eventStreamService.resume() and expect to 'get stuff' without having to handle promises (though resume() still returns a promise for that request and proxies it through $q). Kill and reset the stream if you logout.
|
2014-08-15 14:06:56 +01:00 |
|
Kegan Dougal
|
fef3183461
|
Pass back the user_id in the response to /login in case it has changed. Store and use that on the webclient rather than the input field.
|
2014-08-14 16:40:15 +01:00 |
|
Kegan Dougal
|
ca3747fb2f
|
hs: Make /login accept full user IDs or just local parts. webclient: Only enable Register button when both password fields match.
|
2014-08-14 16:29:51 +01:00 |
|
Kegan Dougal
|
6f925f61ff
|
Auto-correct the username when logging in if there isn't an @
|
2014-08-14 16:08:22 +01:00 |
|
Kegan Dougal
|
fb93e14e53
|
Be more helpful when failing to register/login, stating why (communication error, user in user, wrong credentials, etc). Make the HS send M_USER_IN_USE.
|
2014-08-14 16:03:04 +01:00 |
|
Kegan Dougal
|
24bd133d9d
|
Added extra nesting .data and rename callback to be response not data
|
2014-08-14 15:43:16 +01:00 |
|
Kegan Dougal
|
db3e1d73c6
|
Move the unknown token broadcast to the interceptor. Return the $http promise and not a wrapped one via $q. Everything now needs a level deeper nesting. Fixed registration and login.
|
2014-08-14 15:36:40 +01:00 |
|
Kegan Dougal
|
613e468b89
|
Guess the home server URL on the login screen by inspecting the URL of the web client.
|
2014-08-14 13:57:55 +01:00 |
|
Matthew Hodgson
|
6c2db18be1
|
completely change the CSS to be an entirely 'position: absolute' layout rather than top-to-bottom. makes the overscroll much more predictable and sane and not dependent on CSS expressions.
|
2014-08-14 02:14:15 +01:00 |
|
matrix.org
|
4f475c7697
|
Reference Matrix Home Server
|
2014-08-12 15:10:52 +01:00 |
|