RiotRobot
c3674c8b4c
v1.11.3
2022-08-16 16:29:46 +01:00
RiotRobot
65cd74dadf
Prepare changelog for v1.11.3
2022-08-16 16:29:46 +01:00
RiotRobot
65edff3821
Reset matrix-react-sdk back to develop branch
2022-08-16 16:19:31 +01:00
RiotRobot
5946f1cd87
Reset matrix-js-sdk back to develop branch
2022-08-16 16:19:19 +01:00
RiotRobot
5d0deff937
Merge branch 'master' into develop
...
# Conflicts:
# package.json
# yarn.lock
2022-08-16 16:18:38 +01:00
RiotRobot
40a114a80a
Merge branch 'release-v1.11.3'
2022-08-16 16:14:34 +01:00
RiotRobot
33caca80e2
v1.11.3
Dockerhub / Docker Buildx (push) Failing after 45s
v1.11.3
2022-08-16 16:07:40 +01:00
RiotRobot
f698ce7e79
Prepare changelog for v1.11.3
2022-08-16 16:07:39 +01:00
RiotRobot
538b1a2294
Upgrade matrix-react-sdk to 3.52.0
2022-08-16 15:57:27 +01:00
RiotRobot
fd3289f67e
Upgrade matrix-js-sdk to 19.3.0
2022-08-16 15:49:17 +01:00
RiotRobot
fecc03289d
Reset matrix-js-sdk back to develop branch
2022-08-16 15:44:18 +01:00
RiotRobot
141651a105
Resetting package fields for development
2022-08-16 15:43:11 +01:00
RiotRobot
5b2bafacc9
Merge branch 'master' into develop
...
# Conflicts:
# package.json
2022-08-16 15:42:37 +01:00
Michael Telatynski
d0d91599a9
Fix soft crash around space hierarchy changing between spaces ( #9191 )
2022-08-16 14:39:10 +00:00
RiotRobot
afb39d8d92
v3.52.0
2022-08-16 15:38:47 +01:00
RiotRobot
a2a67a735f
Prepare changelog for v3.52.0
2022-08-16 15:38:46 +01:00
RiotRobot
4fce604771
Upgrade matrix-js-sdk to 19.3.0
2022-08-16 15:35:10 +01:00
Michael Weimann
65b1bb9bfd
Disable some slash commands in LocalRoom ( #9193 )
2022-08-16 16:17:47 +02:00
Kerry
6f2c761fb4
Device manager - device list filtering (PSG-648) ( #9181 )
...
* add device filtering
* improve dropdown styling
* test device filtering
* update type imports
* fix types
* security card margin
* more specific type for onFilterOptionChange
2022-08-16 14:05:10 +00:00
Michael Weimann
aa9191bc34
Disable some slash commands in LocalRoom ( #9192 )
2022-08-16 15:20:26 +02:00
Kerry
9bf77963ee
Device manager - add verification details to session details (PSG-644) ( #9187 )
...
* extract security card for session verification to shared comp
* add card to device details
* tidy
* fix section spacing
* update snapshots
2022-08-16 11:45:09 +00:00
Michael Telatynski
ba171f1fe5
Fix soft crash around room view store metrics ( #9190 )
...
* Fix soft crash around room view store metrics
* Use awaitRoomDownSync utility
2022-08-16 12:26:25 +01:00
Kerry
05e179f856
make beacon events more specific ( #9186 )
2022-08-16 10:23:25 +02:00
Kerry
0dffc582e7
Device manager - current session expandable details (PSG-644) ( #9185 )
...
* split current device section into component
* add dropdown button for currentsession device details
* test currentdevicesection
* remove unnecc beforeEach
* update type imports
* i18n and lint
2022-08-15 17:30:18 +02:00
Kerry
0c5ad457f0
Device manager - security recommendations section (PSG-639) ( #9179 )
...
* display inactive status on device tile
* unify DeviceSecurityVariation type, add correct icon to inactive ui
* move types into type file
* move DeviceSecurityVariation into types
* add security recommendations section
* add view all stubbed buttons
* undeo debug
* test security recs
* remove debug
* use css for card spacing
2022-08-15 08:40:26 -04:00
RiotRobot
37f6ecbaae
v1.11.3-rc.2
2022-08-12 15:02:14 +01:00
RiotRobot
a7913f8656
Prepare changelog for v1.11.3-rc.2
2022-08-12 15:02:13 +01:00
RiotRobot
d7f2eba310
v1.11.3-rc.2
Dockerhub / Docker Buildx (push) Failing after 34s
v1.11.3-rc.2
2022-08-12 14:13:47 +01:00
RiotRobot
73189872b3
Prepare changelog for v1.11.3-rc.2
2022-08-12 14:13:46 +01:00
RiotRobot
cad20f3e0f
Upgrade matrix-react-sdk to 3.52.0-rc.2
2022-08-12 14:07:26 +01:00
RiotRobot
ee0d29f4e7
Upgrade matrix-js-sdk to 19.3.0-rc.2
2022-08-12 13:53:01 +01:00
RiotRobot
1371949a3a
v3.52.0-rc.2
2022-08-12 13:38:13 +01:00
RiotRobot
1d6d012e93
Prepare changelog for v3.52.0-rc.2
2022-08-12 13:38:12 +01:00
RiotRobot
5ccd473744
Upgrade matrix-js-sdk to 19.3.0-rc.2
2022-08-12 13:34:03 +01:00
Janne Mareike Koschinski
9eaf48b176
The Welcome Home Screen: Return Button ( #9089 )
...
* Implement button to return to user onboarding screen
* Add analytics events
* Increase stability of lazy loading test
2022-08-12 12:55:31 +02:00
Michael Weimann
cc3ace2397
Hide sticker picker for local rooms ( #9174 ) ( #9180 )
...
* Disable stickers for local rooms
* Use prop
2022-08-12 11:33:16 +01:00
Travis Ralston
8db7766a40
Add safety to the spotlight search dialog ( #9177 )
...
* Add safety to the spotlight search dialog
Fixes https://github.com/vector-im/element-web/issues/22851
This test was triggering the mentioned bug only occasionally because it was dependent on when the search settled: if it settled early then the length was wrong. In testing, the dialog was caught multiple times to have passed the length chat but update to show duplicated results before the test closed the client, indicating a race condition within the tests.
To fix this, we just make sure everything settles before moving on. We do this on unaffected tests too to ensure they don't regress later.
The affected test was "should find group DMs by usernames or user ids".
* Update cypress/e2e/spotlight/spotlight.spec.ts
Co-authored-by: Robin <robin@robin.town >
Co-authored-by: Robin <robin@robin.town >
2022-08-11 22:26:25 +00:00
Kerry
4a5ed2f899
Device manager - label devices as inactive (PSG-638) ( #9175 )
...
* filter devices by security recommendation
* display inactive status on device tile
* unify DeviceSecurityVariation type, add correct icon to inactive ui
* tidy
* avoid dead code warning
2022-08-11 21:39:38 +00:00
Travis Ralston
d21498de94
Add even more stability to view source test case ( #9176 )
...
Follow-on from https://github.com/matrix-org/matrix-react-sdk/pull/9156 after seeing more failures from the test case.
2022-08-11 15:26:22 -06:00
Michael Weimann
964d538db9
Hide sticker picker for local rooms ( #9174 )
...
* Disable stickers for local rooms
* Use prop
2022-08-11 17:51:24 +02:00
kegsay
ed4286aa93
cypress: up the rate limit values for the synapse container ( #9166 )
...
Co-authored-by: Travis Ralston <travisr@matrix.org >
2022-08-11 14:08:41 +01:00
Kerry
7b52145461
Device manager - device security recommendation card (PSG-637) ( #9158 )
...
* add security card and style
* deprecate warning and verified svgs that use hard coded color
* style icons, test
* i18n
* stylelint
* redo lost lint fixes
* fix svg ref
* actually fix svg
* fix stupid copy pasting
* use rgba for e2e light variations
* add security card and style
* deprecate warning and verified svgs that use hard coded color
* style icons, test
* i18n
* stylelint
* fix svg ref
* actually fix svg
* fix stupid copy pasting
* use rgba for e2e light variations
* use device security card in current session section
* lint
* update snapshot test after dev merge
2022-08-11 10:39:14 +00:00
Kerry
0be622e7f0
Device manager - other sessions list (PSG-637) ( #9155 )
...
* add session manager tab to user settings
* fussy import ordering
* i18n
* basic sorted list outline
* rename to filtered device list
* exclude current device session from other sessions list
* test other sessions section
2022-08-11 09:45:35 +00:00
Kerry
09aade2907
Device manager - device details section ( #9169 )
...
* add device metadata table
* test devicedetails
* handle missing last activity metadata
* remove debugs
* revert tile style changes
* fuss with indentation
* code formatting
2022-08-11 09:13:17 +00:00
renovate[bot]
39eee10c57
Update all ( #23052 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-11 08:08:17 +01:00
Travis Ralston
988cd335db
Set Synapse log level to DEBUG for cypress tests temporarily ( #9173 )
...
Until we narrow down the remaining flake cases this will give us a chance at identifying real-world flake issues.
`DEBUG` is the noisiest level.
2022-08-11 06:19:51 +00:00
Michael Telatynski
801858a091
Convert some Enzyme tests to RTL ( #9163 )
2022-08-11 00:00:53 +00:00
Travis Ralston
0697d1d6d4
Fix race condition in AccountSettingsHandler local echo ( #9172 )
...
Should fix https://github.com/vector-im/element-web/issues/23006
2022-08-10 17:34:21 -06:00
Travis Ralston
946aa7f979
General cleanup of SettingController class ( #9170 )
...
Noticed while working in the area.
2022-08-10 20:38:53 +00:00
Travis Ralston
fe60609fb2
Update test snapshots for code landed on develop ( #9171 )
2022-08-10 20:07:55 +00:00