Dominik Henneke
60bed46014
Add an action to upload media files according to MSC4039 ( #11311 )
...
Signed-off-by: Dominik Henneke <dominik.henneke@nordeck.net>
2023-09-21 19:03:22 +00:00
Richard van der Hoff
902aea8bc4
LogoutDialog: Remove usage of deprecated keybackup API ( #11645 )
...
* tests for LogoutDialog
* LogoutDialog: Remove usage of deprecated keybackup API
2023-09-21 18:34:10 +00:00
Michael Telatynski
faa7b1521f
Migrate more strings to translation keys ( #11642 )
2023-09-21 18:16:04 +01:00
Richard van der Hoff
c879882558
Don't start key backups when opening settings ( #11640 )
...
* SecureBackupPanel: stop calling `checkKeyBackup`
`checkKeyBackup` will start key backups if they aren't already running. In my
not-so-humble opinion, the mere act of opening a settings panel shouldn't change anything.
* fix SecurityUserSettingsTab test
2023-09-21 12:19:38 +00:00
Germain
20fa3f2a14
fix avatar styling in lightbox ( #11641 )
2023-09-21 11:42:23 +00:00
Germain
54ec7e696d
Render space pills with square corners to match new avatar ( #11632 )
2023-09-21 11:04:57 +00:00
Michael Telatynski
d77b871769
Migrate more strings to translation keys ( #11637 )
2023-09-21 09:11:26 +01:00
Germain
51e2a161e1
Revert "Fix regression around FacePile with overflow ( #11527 )"
...
This reverts commit 93ccccc03d
.
2023-09-20 13:54:54 +01:00
Germain
fc9caa3269
Linkify room topic ( #11631 )
2023-09-20 11:51:15 +00:00
Michael Telatynski
1c16eab1cd
Undo Localazy key clobber ( #11630 )
...
* Iterate
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Iterate
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Iterate
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
* Iterate
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
---------
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2023-09-20 11:45:24 +00:00
Richard van der Hoff
51ec7f04b4
DeviceListener: Remove usage of deprecated keybackup API ( #11614 )
...
Primarily this means calling `CryptoApi.getActiveSessionBackupVersion` instead
of `MatrixClisnt.getKeyBackupEnabled`
2023-09-20 11:34:18 +00:00
Michael Telatynski
38315b5e2b
Switch from zxcvbn to @zxcvbn-ts ( #11611 )
...
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
2023-09-19 22:34:41 +01:00
Michael Telatynski
5cb8cbd893
Migrate more strings to translation keys ( #11613 )
2023-09-19 17:16:38 +01:00
maheichyk
86e86ba49f
Show knock rooms in the list ( #11573 )
...
* Show knock rooms in the list
Signed-off-by: Mikhail Aheichyk <mikhail.aheichyk@nordeck.net>
* Pass userId to IndexedDBStore
Signed-off-by: Mikhail Aheichyk <mikhail.aheichyk@nordeck.net>
* Revert "Pass userId to IndexedDBStore"
Signed-off-by: Mikhail Aheichyk <mikhail.aheichyk@nordeck.net>
* Code review changes
Signed-off-by: Mikhail Aheichyk <mikhail.aheichyk@nordeck.net>
---------
Signed-off-by: Mikhail Aheichyk <mikhail.aheichyk@nordeck.net>
Co-authored-by: Mikhail Aheichyk <mikhail.aheichyk@nordeck.net>
2023-09-19 11:24:35 +00:00
Michael Telatynski
ea3067b145
i18n
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2023-09-19 10:42:46 +01:00
Michael Telatynski
c839123b83
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/cr/72
...
# Conflicts:
# src/components/views/rooms/RoomHeader.tsx
# test/components/views/rooms/__snapshots__/RoomHeader-test.tsx.snap
2023-09-19 10:36:29 +01:00
Johannes Marbach
3fbf38f17d
Escape placeholder before injecting it into the style ( #11607 )
...
* Escape placeholder before injecting it into the style
In particular this adds escaping for backslashes which was previously missing.
* Update snapshots
* Add tests
2023-09-19 05:58:53 +00:00
Michael Telatynski
e9c9377e78
Migrate more strings to translation keys ( #11608 )
2023-09-19 07:17:31 +01:00
Kerry
46072caa3a
OIDC: persist refresh token ( #11249 )
...
* test persistCredentials without a pickle key
* test setLoggedIn with pickle key
* lint
* type error
* extract token persisting code into function, persist refresh token
* store has_refresh_token too
* pass refreshToken from oidcAuthGrant into credentials
* rest restore session with pickle key
* comments
* prettier
* Update src/Lifecycle.ts
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
* comments
---------
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
2023-09-19 00:06:19 +00:00
Richard van der Hoff
50ee43c4a5
Enable cypress tests for shields with rust crypto ( #11589 )
...
* Use new crypto-api for cross user verification
* update verification flow with new APIs
* Replace some calls to `checkUserTrust`
A start on https://github.com/vector-im/crypto-internal/issues/147
* Enable cypress tests
* update tests
* Delegate decisions on event shields to the js-sdk
* rerender after editing events
This is required because a transition from "valid event" to "unencrypted event"
no longer triggers a state change, so the component does not render
itself. Previously, this would be a transition from `verified:
E2EState.Normal` to `verified: null`.
* Update tests
* prettier
* Test coverage
* Enable cypress tests for shields with rust crypto
---------
Co-authored-by: Florian Duros <florianduros@element.io>
2023-09-18 21:34:24 +00:00
Richard van der Hoff
cf2340bcad
Replace event verification logic with new code in js-sdk ( #11528 )
...
* Use new crypto-api for cross user verification
* update verification flow with new APIs
* Replace some calls to `checkUserTrust`
A start on https://github.com/vector-im/crypto-internal/issues/147
* Enable cypress tests
* update tests
* Delegate decisions on event shields to the js-sdk
* rerender after editing events
This is required because a transition from "valid event" to "unencrypted event"
no longer triggers a state change, so the component does not render
itself. Previously, this would be a transition from `verified:
E2EState.Normal` to `verified: null`.
* Update tests
* prettier
* Test coverage
---------
Co-authored-by: Florian Duros <florianduros@element.io>
2023-09-18 17:12:18 +00:00
Florian Duros
579b0dd10a
ElementR: Cross user verification ( #11364 )
...
The hard work has been done in previous PRs in the js-sdk, so this is now just a case of updating a few call sites to use the new APIs.
2023-09-18 17:34:00 +01:00
RMidhunSuresh
d5d4b528d5
Remove unused import
2023-09-15 16:45:51 +05:30
RMidhunSuresh
2f69013f6d
Merge branch 'develop' into germain-gg/notifications-labs
2023-09-15 16:28:59 +05:30
Andy Balaam
dce42d32e7
Merge pull request #11495 from matrix-org/germain-gg/fix-right-panel-member
...
Move ViewUser action callback to RoomView
2023-09-15 11:37:26 +01:00
Michael Telatynski
491b43ef09
Migrate more strings to translation keys ( #11606 )
2023-09-14 18:47:29 +01:00
Johannes Marbach
3608d52c4a
Default intentional mentions ( #11602 )
...
* Default intentional mentions
* wait for autocomplete to settle before submitting edit
* lint
* Update strings
---------
Co-authored-by: Kerry Archibald <kerrya@element.io>
2023-09-14 11:36:15 +00:00
Michael Telatynski
1d0c7046c0
i18n
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2023-09-14 11:39:17 +01:00
Michael Telatynski
e301fe474b
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/cr/72
...
# Conflicts:
# test/components/views/rooms/__snapshots__/RoomHeader-test.tsx.snap
2023-09-14 11:33:22 +01:00
RMidhunSuresh
1ba419fe11
Merge branch 'develop' into germain-gg/notifications-labs
2023-09-14 12:14:08 +05:30
Michael Telatynski
237038aa56
Fix RoomView::onSearchClick toggle behaviour ( #11605 )
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2023-09-13 19:23:33 +00:00
RMidhunSuresh
f7fa9facd7
Let code in RoomView handle all cases
2023-09-13 14:58:01 +05:30
Michael Telatynski
8c35abbb04
Migrate more strings to translation keys ( #11601 )
2023-09-13 09:30:56 +01:00
RMidhunSuresh
919580fd10
Rename setPhase to showOrHidePanel
2023-09-12 20:48:29 +05:30
Michael Telatynski
89fa7b4b39
Iterate
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2023-09-12 15:36:22 +01:00
Michael Telatynski
d00ba74aaa
Migrate more strings to translation keys ( #11599 )
2023-09-12 08:36:06 +01:00
Michael Telatynski
68e8fa7c8c
Tests
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2023-09-12 08:35:07 +01:00
Michael Telatynski
0a36af7cc0
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/cr/72
2023-09-11 17:50:26 +01:00
Michael Telatynski
623212ea0c
i18n
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2023-09-11 17:49:01 +01:00
Charly Nguyen
5cf2e1514b
Use knock rooms sync to reflect the knock state ( #11596 )
...
Signed-off-by: Charly Nguyen <charly.nguyen@nordeck.net>
2023-09-11 16:33:40 +00:00
Charly Nguyen
bb91df1d3c
Avoid rendering view-message link in RoomKnocksBar unnecessarily ( #11598 )
...
Signed-off-by: Charly Nguyen <charly.nguyen@nordeck.net>
2023-09-11 13:33:27 +00:00
Michael Telatynski
569832bc24
Handle ManagedHybrid widgets in useRoomCall
and mark them in the widget state event
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2023-09-11 11:39:30 +01:00
Michael Telatynski
9479433b0e
Fix avatars in public room & space search being flex shrunk ( #11580 )
2023-09-08 11:01:13 +01:00
Michael Telatynski
5a534e4010
Iterate
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2023-09-08 10:49:41 +01:00
Michael Telatynski
472c07c0a8
Iterate
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2023-09-08 10:43:44 +01:00
Michael Telatynski
c944a273d0
Convert copy-res to typescript
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2023-09-08 10:33:57 +01:00
t3chguy
e93a12d1fa
[create-pull-request] automated change
2023-09-08 09:06:12 +00:00
Michael Telatynski
8b9719d46a
Migrate more strings to translation keys ( #11579 )
2023-09-08 09:58:31 +01:00
Charly Nguyen
0059c7c1ee
Allow setting knock room directory visibility ( #11529 )
...
* Allow setting knock room directory visibility
Signed-off-by: Charly Nguyen <charly.nguyen@nordeck.net>
* Apply PR feedback
Signed-off-by: Charly Nguyen <charly.nguyen@nordeck.net>
---------
Signed-off-by: Charly Nguyen <charly.nguyen@nordeck.net>
2023-09-08 01:00:48 +00:00
renovate[bot]
d30c85772a
Update all non-major dependencies ( #11383 )
...
* Update all non-major dependencies
* Pin back eslint-plugin-deprecate
* Fix types
* typo
* Fix more typos
---------
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
2023-09-07 17:40:51 +00:00