Neil Alexander
|
ac96fd565b
|
Identifier key login
Merge commit '56318dcca400b5ada4dfa4f8fac922522fc88128'
|
2020-01-20 11:37:23 +00:00 |
|
Serra Allgood
|
56318dcca4
|
Fix login using identifier key
Not a full fix, it only really supports logging in with
the localpart of an mxid.
Signed-off-by: Serra Allgood <serra@allgood.dev>
|
2019-11-27 14:09:06 -08:00 |
|
Andrew Morgan
|
78032b3f4c
|
Correctly create new device when device_id is passed to /login (#753)
Fixes https://github.com/matrix-org/dendrite/issues/401
Currently when passing a `device_id` parameter to `/login`, which is [supposed](https://matrix.org/docs/spec/client_server/unstable#post-matrix-client-r0-login) to return a device with that ID set, it instead just generates a random `device_id` and hands that back to you.
The code was already there to do this correctly, it looks like it had just been broken during some change. Hopefully sytest will prevent this from becoming broken again.
|
2019-07-22 15:05:38 +01:00 |
|
Alex Chen
|
86e65bb22d
|
Add back missing returns for httputil.LogThenError calls (#730)
Signed-off-by: Alex Chen <minecnly@gmail.com>
|
2019-07-09 17:33:52 +01:00 |
|
Andrew Morgan
|
bc382bba46
|
Fix pipeline, emoji and syntax (#713)
Fixes #697
Switched to golangci-lint, fixes issues with buildkite and does some linting fixes to appease the new linters.
|
2019-06-19 14:05:03 +01:00 |
|
ruben
|
74827428bd
|
use go module for dependencies (#594)
|
2019-05-21 21:56:55 +01:00 |
|