1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-06-17 08:42:02 +03:00
Commit Graph

35014 Commits

Author SHA1 Message Date
ddf1e4841a Selecting users with arrow keys added 2016-09-06 13:07:06 +01:00
1fe85f37fd Correct AddressTile and ChatInviteDialog styling, and performance tweak to searching 2016-09-06 11:34:38 +01:00
cb4df84d49 Missing curly bracket 2016-09-06 10:36:44 +01:00
fa3387b326 Code review
- use an empty state key
- swap switch for if
- s/not in view/not visible/
2016-09-06 10:29:38 +01:00
80dd927275 Merge pull request #445 from matrix-org/dbkr/fix_hide_conference_rooms
Fix: conference rooms were no longer hidden
2016-09-05 18:39:15 +01:00
04889a89ec Only count rooms we're in as DM rooms 2016-09-05 18:35:32 +01:00
50ef695740 Fix: conference rooms were no longer hidden 2016-09-05 17:42:22 +01:00
5ed680e5ce Picking the top of the queryList not _userList, as the queryList is the query filtered _userList 2016-09-05 17:34:20 +01:00
3dd84e2b8a Initial AddressTile added 2016-09-05 17:28:08 +01:00
d782d5bbc7 Fix error dialog on conf call error 2016-09-05 17:03:10 +01:00
310e6602ca Fix ref to dispatcher 2016-09-05 15:24:05 +01:00
efccdab0ad Better error message for room not viewed 2016-09-05 15:16:22 +01:00
1c29c95990 Only current room works with postMessage 2016-09-05 15:13:48 +01:00
54f21c9acc Expose join rules of a room 2016-09-05 14:58:16 +01:00
d9c6448a0f Adding better deafults and ErrorDialog message 2016-09-05 14:29:21 +01:00
3d66dff0aa Basic ChatInviteDialog functionality - Creates new room, and tries to invite the address typed into the text box, and reports errors, if any 2016-09-05 14:16:21 +01:00
9c0f51fb82 Merge branch 'develop' into wmwragg/one-to-one-chat 2016-09-05 12:06:31 +01:00
ca443e01d8 Initial commit of the new ChatInviteDialog 2016-09-05 12:03:16 +01:00
31e09e6137 Merge pull request #441 from matrix-org/rav/get_stored_devices_for_user
Make MemberInfo to use client.getStoredDevicesForUser
2016-09-05 10:38:24 +01:00
67c623d410 Rename the action to make it clearer what it is doing 2016-09-05 10:29:03 +01:00
6e2fd85760 Merge pull request #437 from matrix-org/kegan/starter-links
Implement starter link support
2016-09-05 09:10:39 +01:00
56ac0004e5 Use href='#' hack to make link text look like a link 2016-09-05 09:10:15 +01:00
fc40bdcbfc Make MemberInfo to use client.getStoredDevicesForUser
It's more powerful than listDeviceKeys, and isn't deprecated.
2016-09-05 00:08:16 +01:00
a316c652b7 Convert MemberDeviceInfo to ES6 class 2016-09-04 21:49:06 +01:00
f9ab2fa957 When zoomed in, the sticky headers should correctly position themselves 2016-09-04 08:01:04 +01:00
721baf8d42 Tolltip tweak to not require the passing in of the parent 2016-09-04 07:42:09 +01:00
bc8e7724e8 Make the 'encrypt this room' knob be megolm 2016-09-03 18:42:54 +01:00
03e74f48f8 Positioned Tooltip better 2016-09-03 13:44:44 +01:00
fdfd6ecfd9 let users join confs as voice or video 2016-09-03 13:27:46 +01:00
405dcf76eb Further tweaks to the tooltip to better handle its position, and simplify it's use 2016-09-03 12:44:55 +01:00
bffefd9261 Tweak of the RoomTooltip to use DOM element for the parent rather than a React component 2016-09-02 18:41:44 +01:00
dbd17ea953 improve e2e warning a bit 2016-09-02 17:37:16 +01:00
b5f9c2a5ac Merge branch 'master' into develop 2016-09-02 17:17:24 +01:00
d5062f1ff7 gah, revert debug 2016-09-02 17:15:21 +01:00
fd664e893f Merge branch 'master' into develop 2016-09-02 17:14:24 +01:00
6de2e8bda5 update changelog 2016-09-02 17:13:52 +01:00
fd0ed4a406 Show something when we see a no-op join event
As a very quick hack to work around
https://github.com/vector-im/vector-web/issues/2020, don't supress no-op joins
2016-09-02 16:59:42 +01:00
8e9c04e1aa Merge pull request #438 from matrix-org/rav/matrix_dev_hack
Show something when we see a no-op join event
2016-09-02 16:58:29 +01:00
f5fe4b2433 Show something when we see a no-op join event
As a very quick hack to work around
https://github.com/vector-im/vector-web/issues/2020, don't supress no-op joins
2016-09-02 16:54:27 +01:00
45ada1887d Implement starter link support
This involves modal dialogs because browsers are *terrible*.
2016-09-02 16:36:43 +01:00
6ec7e5df28 Move scalar auth stuff to ScalarAuthClient from RoomSettings 2016-09-02 16:03:24 +01:00
4c05edb71b Refactor of the RoomTooltip, so that it is easier to use, and also works with Safari 2016-09-02 15:47:40 +01:00
f9d8829ba2 let you join confs either as voice or video 2016-09-02 15:38:28 +01:00
f3a1c58fa9 Handle broken OlmAccounts
olm 1.0.0 made broken OlmAccounts, which we may be unable to restore with olm
1.1.0. Add some words to that effect, and make sure we clear the localstorage.
2016-09-02 11:28:04 +01:00
584c7ed56d Merge branch 'rav/show_session_load_errors' into develop 2016-09-02 11:03:39 +01:00
b4521bc44c review feedback 2016-09-01 22:45:09 +01:00
1586e5bd6f fix guest access; broken since Aug 18 2016-09-01 22:16:55 +01:00
1bc26cb6c5 fix guest access; broken since Aug 18 2016-09-01 16:58:37 +01:00
e7d4ef74d0 Placeholder for one to one chat dialog and functionality 2016-09-01 16:45:24 +01:00
031daf7b3c Merge pull request #434 from matrix-org/matthew/uninterrupted-audio
use a top-level audio tag for playing all VoIP audio.
2016-09-01 16:12:37 +01:00