Commit Graph

30265 Commits (291c7fd27722c31e4814fd81d5ffd4c69190b3f7)

Author SHA1 Message Date
David Baker 291c7fd277
Merge pull request #5537 from matrix-org/dbkr/typescript_tests_already
Run TypeScript tests
2021-01-12 17:59:47 +00:00
David Baker 5b4f9d5bce Remove unintentional change 2021-01-12 17:41:26 +00:00
David Baker 328d64ac23 Run TypeScript tests
There aren't any yet, but I'm about to write a test and it's going
to be in TypeScript and I don't want to lump this change in with
a bunch of other stuff.
2021-01-12 17:37:24 +00:00
Travis Ralston a8d878dc48
Merge pull request #5528 from matrix-org/travis/widget-devtools
Add a basic widget explorer to devtools (per-room)
2021-01-11 11:00:08 -07:00
J. Ryan Stinnett 77f79e599f
Merge pull request #5534 from SimonBrandner/fix-16071
Add <input type="password"> to security key field
2021-01-11 17:13:35 +00:00
Michael Telatynski 1c3adbc545
Merge pull request #5526 from matrix-org/t3chguy/fix/15832
Fix avatar upload prompt/tooltip floating wrong and permissions
2021-01-11 16:48:17 +00:00
David Baker 2d37151750
Merge pull request #5523 from matrix-org/dbkr/dial_pad
Add a dialpad UI for PSTN lookup
2021-01-05 17:23:34 +00:00
David Baker 470756546c
Merge pull request #5494 from matrix-org/dbkr/call_transfer
Basic call transfer initiation support
2021-01-05 17:22:22 +00:00
SimonBrandner 247bd09312
Fixed 16071
Signed-off-by: SimonBrandner <simon.bra.ag@gmail.com>
2021-01-05 13:20:59 +01:00
David Baker 3fa2b7d55c Document payload (or in this case, lack thereof) 2021-01-04 11:54:10 +00:00
David Baker a258a3874b Use objectShallowClone 2021-01-04 11:51:27 +00:00
Travis Ralston 5773d78464 Maybe this will appease the linter. 2020-12-29 15:40:44 -07:00
Travis Ralston 64b056d689 Appease the linter 2020-12-29 15:34:40 -07:00
Travis Ralston 254e0b9a94 Add a basic widget explorer to devtools (per-room) 2020-12-29 15:30:22 -07:00
Michael Telatynski 461b569278
Merge pull request #5524 from SimonBrandner/fix-15988
Fix #15988
2020-12-29 13:09:11 +00:00
Michael Telatynski 7af1471052 delint2 2020-12-27 21:46:56 +00:00
Michael Telatynski ce5b244a24 delint 2020-12-27 21:25:48 +00:00
Michael Telatynski 8ee65258be Unfloat the MiniAvatarUploader "tooltip" 2020-12-27 21:13:01 +00:00
Michael Telatynski f4190ccae2 Fix mini avatar uploader "working" even without permissions 2020-12-27 21:01:51 +00:00
Šimon Brandner 65af77e546 i18n
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2020-12-24 08:01:35 +01:00
Šimon Brandner 65285fd55e Fix 15988
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2020-12-24 08:00:23 +01:00
David Baker 452fbb076b Add a dialpad UI for PSTN lookup
Queries the homeserver for PSTN protocol support, and if found,
the add-room button on the DM rooms list section opens a context
menu instead with a 'dial pad' option as well as the current 'start chat'
dialog. Entering a number into this and pressing dial performs
a thirdparty user query for the given string and starts a DM with that
user.
2020-12-23 19:02:01 +00:00
Travis Ralston 777c0ca1ef
Merge pull request #5520 from matrix-org/dependabot/npm_and_yarn/node-notifier-8.0.1
Bump node-notifier from 8.0.0 to 8.0.1
2020-12-22 08:45:36 -07:00
J. Ryan Stinnett 7c7ed7a2e4
Merge pull request #5503 from matrix-org/jryans/prepublish-only
Use TypeScript source for development, swap to build during release
2020-12-22 13:48:22 +00:00
RiotRobot c4f7269321 Reset matrix-js-sdk back to develop branch 2020-12-21 17:52:30 +00:00
RiotRobot 8e6f8b11df Merge branch 'master' into develop 2020-12-21 17:51:09 +00:00
RiotRobot 5fd39954a1 v3.11.1 2020-12-21 17:37:29 +00:00
RiotRobot cc0bef7f8d Upgrade matrix-js-sdk to 9.4.1 2020-12-21 17:36:46 +00:00
RiotRobot ec274196c4 Prepare changlog for v3.11.1 2020-12-21 17:32:49 +00:00
dependabot[bot] 9af2138171
Bump node-notifier from 8.0.0 to 8.0.1
Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/mikaelbr/node-notifier/releases)
- [Changelog](https://github.com/mikaelbr/node-notifier/blob/v8.0.1/CHANGELOG.md)
- [Commits](https://github.com/mikaelbr/node-notifier/compare/v8.0.0...v8.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-21 17:19:21 +00:00
RiotRobot e551e7ac40 Reset matrix-js-sdk back to develop branch 2020-12-21 17:08:51 +00:00
RiotRobot 55fd463a9d Merge branch 'master' into develop 2020-12-21 17:07:52 +00:00
RiotRobot d23d0b2b42 v3.11.0 2020-12-21 17:06:40 +00:00
RiotRobot 74c33cabca Prepare changelog for v3.11.0 2020-12-21 17:06:40 +00:00
RiotRobot 78e6fb9121 Upgrade matrix-js-sdk to 9.4.0 2020-12-21 17:00:39 +00:00
J. Ryan Stinnett f806443b7d
Merge pull request #5519 from matrix-org/jryans/big-emoji-html-release
[Release] Look for emoji in the body that will be displayed
2020-12-21 16:26:45 +00:00
J. Ryan Stinnett ee56560e33
Merge pull request #5517 from matrix-org/jryans/big-emoji-html
Look for emoji in the body that will be displayed
2020-12-21 16:07:58 +00:00
J. Ryan Stinnett 3e7803d723
Merge pull request #5516 from matrix-org/jryans/element-url-patterns-release
[Release] Recognise `*.element.io` links as Element permalinks
2020-12-21 16:07:39 +00:00
J. Ryan Stinnett 3907826cd6 Look for emoji in the body that will be displayed
Fixes https://github.com/vector-im/element-web/issues/16013
2020-12-21 16:02:38 +00:00
J. Ryan Stinnett 44c705e41c Look for emoji in the body that will be displayed
Fixes https://github.com/vector-im/element-web/issues/16013
2020-12-21 15:24:59 +00:00
J. Ryan Stinnett b510399f31
Merge pull request #5486 from matrix-org/dependabot/npm_and_yarn/ini-1.3.7
Bump ini from 1.3.5 to 1.3.7
2020-12-21 14:54:49 +00:00
J. Ryan Stinnett 93e24fae7a Recognise *.element.io links as Element permalinks
This ensures all Elements detect permalinks to official deployments as Element
and handle them internally.

Fixes https://github.com/vector-im/element-web/issues/16005
2020-12-21 14:54:04 +00:00
J. Ryan Stinnett 71cbc8bf29 Rename and reformat Element URL pattern
This is just a code style cleanup. There are no behaviour changes in this
commit.
2020-12-21 14:54:04 +00:00
J. Ryan Stinnett 62d1345790
Merge pull request #5514 from matrix-org/jryans/element-url-patterns
Recognise `*.element.io` links as Element permalinks
2020-12-21 14:49:58 +00:00
J. Ryan Stinnett 5d78418530 Recognise *.element.io links as Element permalinks
This ensures all Elements detect permalinks to official deployments as Element
and handle them internally.

Fixes https://github.com/vector-im/element-web/issues/16005
2020-12-21 13:15:00 +00:00
J. Ryan Stinnett 162a5de82e Rename and reformat Element URL pattern
This is just a code style cleanup. There are no behaviour changes in this
commit.
2020-12-21 13:05:45 +00:00
David Baker e14050a19f
Merge pull request #5513 from matrix-org/dbkr/call_ui_fixups_rel
[Release] Fixes for call UI
2020-12-21 11:37:30 +00:00
David Baker a126c2eadc
Merge pull request #5509 from matrix-org/dbkr/call_ui_fixups
Fixes for call UI
2020-12-21 11:36:17 +00:00
David Baker d851c826e5 Probably better to just remove this 2020-12-21 11:26:50 +00:00
David Baker 0d4b2f48dc Probably better to just remove this 2020-12-21 11:25:04 +00:00