Jaiwanth
7207329c15
Apply review suggestions
4 years ago
Jaiwanth
9cbdc4a613
Use throw error instead of try-catch
4 years ago
Jaiwanth
edfc8af6cf
Apply PR Suggestions
4 years ago
Jaiwanth
e396dcfb10
Remove @types/streamsaver
4 years ago
Jaiwanth
ecf0aba97c
Test for different types of events
4 years ago
Jaiwanth
900accd823
Add test for renderToString
4 years ago
Jaiwanth
850b5452a0
Add tests for reply regex
4 years ago
Jaiwanth
c74d6c6fff
Assign replacements
4 years ago
David Baker
28f5dc483b
Update eslint plugin & fix silly indenting
...
As per https://github.com/matrix-org/eslint-plugin-matrix-org/pull/15
this caused a bunch of silly indenting to creep in, so this fixes it
back to the previous style.
4 years ago
Jaiwanth
b333612dea
Fix comparing MB -> bytes
4 years ago
Jaiwanth
4824c93707
Add a test file
4 years ago
Jaiwanth
04edf4103f
Remove unnecessary awaits
5 years ago
Michael Telatynski
ec173e74e6
Test & Refactor SpaceWatcher to allow all rooms/home change without needing reload
5 years ago
Michael Telatynski
c8d9294350
Discard unused utility now that we use Object.fromEntries
5 years ago
Travis Ralston
0e2bcb474d
delint
5 years ago
Travis Ralston
ec0f940ef0
Adjust recording waveform behaviour for voice messages
...
Fixes https://github.com/vector-im/element-web/issues/17683
5 years ago
Šimon Brandner
a90b8f32f1
Add some tests
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
5 years ago
J. Ryan Stinnett
ae0a8b8da4
Auto-fix lint errors
5 years ago
Michael Telatynski
e7fde2686f
remove unused imports
5 years ago
Michael Telatynski
bceee7978e
improve naming of tests
5 years ago
Michael Telatynski
a63d9220d2
Clear outstanding TODOs
5 years ago
Michael Telatynski
2879b9086c
Use alphabet from js-sdk
5 years ago
Michael Telatynski
8fd72fcf79
Iterate algorithm, base it on new js-sdk string lib
5 years ago
Michael Telatynski
4af2675e23
stash bigint support
5 years ago
Michael Telatynski
3d4411390f
write a shedload more tests
5 years ago
Michael Telatynski
a4fa2779d4
Iterate lexicographic ordering implementation
5 years ago
Michael Telatynski
21fc386317
Move over to new lexicographic string sorting
5 years ago
Aaron Raimist
773af6c7be
Fix test
...
Signed-off-by: Aaron Raimist <aaron@raim.ist>
5 years ago
Travis Ralston
df7b598ca7
Improve visible waveform for voice messages
...
This tries to prioritize actual voice to decide the waveform, and clamps noise to zero to ensure the waveform doesn't have a perceptually noisy base.
In theory this better matches the overall voice message content.
5 years ago
Travis Ralston
b007ea81b2
Rescale and smooth playback waveform to better match expectation
5 years ago
Ayush PS
b90a1de178
Merge branch 'develop' into err
5 years ago
Ayush PS
c843387043
Merge branch 'develop' into Bubble-bericht
5 years ago
Travis Ralston
32e3ce3dea
Handle basic state machine of recordings
5 years ago
Šimon Brandner
46bfbbadf9
Enable indent rule and fix indent
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
5 years ago
Michael Telatynski
a12cefee8e
Tweak some tests
5 years ago
Michael Telatynski
1075756929
add more tests
5 years ago
Travis Ralston
2c459c4828
Move utility tests to the right place
5 years ago
Michael Telatynski
fba7465ad4
Initial SpaceStore tests work
5 years ago
Travis Ralston
591ccabab9
Remove a bunch of useless 'use strict' definitions
5 years ago
David Baker
6371a4abd1
Fix tests
...
Remove stray file extensions in includes and update shared instance
name.
5 years ago
Simon Merrick
6670c727a4
Add getCanonicalAlias to mock
5 years ago
David Baker
0f9d3f555e
Separate toasts for existing & new device verification
...
Separate device verification toasts into ones for devices that were
there when the app loaded and a separate toast for each device that
has appeared since.
Reverts part of https://github.com/matrix-org/matrix-react-sdk/pull/4506
(clicking a device from your own UserInfo now triggers the legacy
verification flow again).
Fixes https://github.com/vector-im/riot-web/issues/13422
Fixes https://github.com/vector-im/riot-web/issues/13418
6 years ago
David Baker
719faed2ff
Separate toasts for existing & new device verification
...
Separate device verification toasts into ones for devices that were
there when the app loaded and a separate toast for each device that
has appeared since.
Reverts part of https://github.com/matrix-org/matrix-react-sdk/pull/4506
(clicking a device from your own UserInfo now triggers the legacy
verification flow again).
Fixes https://github.com/vector-im/riot-web/issues/13422
Fixes https://github.com/vector-im/riot-web/issues/13418
6 years ago
J. Ryan Stinnett
520b4c3e65
Add tests for was verified case
6 years ago
J. Ryan Stinnett
b53b5cc45d
Add wasCrossSigningVerified in test
6 years ago
Zoe
098df07c67
review feedback
6 years ago
Zoe
4f3d4426ea
lint
6 years ago
Zoe
fda533ab48
test for shield behaviour
6 years ago
Travis Ralston
54f3288dea
Fix imports for tests
...
This doesn't fix the fact that someone called it "peg".
6 years ago
Michael Telatynski
409a111b02
wait additional tick
6 years ago