element-portable/src/components/views
David Baker 0269562383 Support registration & login with phone number (#742)
* WIP msisdn sign in

* A mostly working country picker

* Fix bug where you'dbe logged out after registering

Stop the guest sync, otherwise it gets 401ed for using a guest
access token for a non-guest, causing us to beliebe we've been
logged out.

* Use InteractiveAuth component for registration

* Fix tests

* Remove old signup code

* Signup -> Login

Now that Signup contains no code whatsoever related to signing up,
rename it to Login. Get rid of the Signup class.

* Stray newline

* Fix more merge failing

* Get phone country & number to the right place

* More-or-less working msisdn auth component

* Send the bind_msisdn param on registration

* Refinements to country dropdown

Rendering the whole lot when the component was rendered just makes
the page load really slow, so just show 2 at a time and rely on
type-to-search.

Make type-to-search always display an exact iso2 match first

* Propagate initial inputs to the phone input

* Support msisdn login

* semicolon

* Fix PropTypes

* Oops, use the 1qst element of the array

Not the array of object keys which has no particular order

* Make dropdown/countrydropdown controlled

* Unused line

* Add note on DOM layout

* onOptionChange is required

* More docs

* Add missing propTypes

* Don't resume promise on error

* Use React.Children to manipulate children

* Make catch less weird

* Fix null dereference

Assuming [0] of an empty list == undefined doesn't work if you're
then taking a property of it.
2017-03-09 10:59:22 +00:00
..
avatars Wrap multiline JSX in parens 2017-02-02 18:47:24 +00:00
create_room Fix a bunch of linting errors 2017-01-20 14:22:27 +00:00
dialogs Merge pull request #736 from matrix-org/luke/chat-create-or-reuse-dialog 2017-03-07 16:22:52 +00:00
elements Support registration & login with phone number (#742) 2017-03-09 10:59:22 +00:00
login Support registration & login with phone number (#742) 2017-03-09 10:59:22 +00:00
messages No text required, do not continuate after redacted even 2017-03-06 10:26:26 +00:00
room_settings fix a bunch of dark-theme buttons 2017-01-20 21:00:22 +00:00
rooms Merge pull request #739 from matrix-org/luke/visible-redactions 2017-03-09 09:41:31 +00:00
settings Merge pull request #729 from matrix-org/dbkr/register_ui_auth 2017-03-03 13:37:41 +00:00
voip Fix a bunch of linting errors 2017-01-20 14:22:27 +00:00