26dc2ba45e 
								
							
								 
							
						 
						
							
							
								
								Step 3.1: Stop using `getComponent` in tests  
							
							
							
						 
						
							2022-03-28 14:02:31 -06:00  
				
					
						
							
							
								 
						
							
							
								15b84bd9a6 
								
							
								 
							
						 
						
							
							
								
								Step 2: Remove the decorator  
							
							
							
						 
						
							2022-03-28 14:02:31 -06:00  
				
					
						
							
							
								 
						
							
							
								997d6d40bf 
								
							
								 
							
						 
						
							
							
								
								Step 1: Remove all usage of `@replaceableComponent`  
							
							
							
						 
						
							2022-03-28 14:02:31 -06:00  
				
					
						
							
							
								 
						
							
							
								af6bd63ac7 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix some image/video scroll jumps ( #8182 )  
							
							... 
							
							
							
							* Fix some image/video scroll jumps
* Fix aspect ratio formatting
* Fix videos not being responsive to timeline width 
							
						 
						
							2022-03-28 19:07:02 +00:00  
				
					
						
							
							
								 
						
							
							
								afa60acbf1 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix "react error on share dialog" ( #8170 )  
							
							... 
							
							
							
							Co-authored-by: Michael Telatynski <7t3chguy@gmail.com> 
							
						 
						
							2022-03-28 17:58:57 +01:00  
				
					
						
							
							
								 
						
							
							
								d2b97e251e 
								
									
								
							
								 
							
						 
						
							
							
								
								Live location sharing - handle geolocation errors ( #8179 )  
							
							... 
							
							
							
							* display live share warning only when geolocation is happening
Signed-off-by: Kerry Archibald <kerrya@element.io>
* kill beacons when geolocation is unavailable or permissions denied
Signed-off-by: Kerry Archibald <kerrya@element.io>
* polish and comments
Signed-off-by: Kerry Archibald <kerrya@element.io> 
							
						 
						
							2022-03-28 18:46:39 +02:00  
				
					
						
							
							
								 
						
							
							
								2520d81784 
								
							
								 
							
						 
						
							
							
								
								Reset matrix-js-sdk back to develop branch  
							
							
							
						 
						
							2022-03-28 16:19:31 +01:00  
				
					
						
							
							
								 
						
							
							
								7a130d2eb7 
								
							
								 
							
						 
						
							
							
								
								Resetting package fields for development  
							
							
							
						 
						
							2022-03-28 16:19:20 +01:00  
				
					
						
							
							
								 
						
							
							
								7507d4f43d 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' into develop  
							
							
							
						 
						
							2022-03-28 16:19:20 +01:00  
				
					
						
							
							
								 
						
							
							
								cc296ef3da 
								
							
								 
							
						 
						
							
							
								
								v3.42.1  
							
							
							
						 
						
							2022-03-28 16:17:36 +01:00  
				
					
						
							
							
								 
						
							
							
								eb51ba1d2a 
								
							
								 
							
						 
						
							
							
								
								Upgrade matrix-js-sdk to 16.0.1  
							
							
							
						 
						
							2022-03-28 16:16:39 +01:00  
				
					
						
							
							
								 
						
							
							
								8baf06c3ff 
								
									
								
							
								 
							
						 
						
							
							
								
								Show voice room participants when not connected ( #8136 )  
							
							... 
							
							
							
							* Add utility for getting connected voice participants
* Allow voice room members to send connected device state
* Update connected devices when connecting/disconnecting voice
* Show voice room participants in room tile when not connected
* Update voice room tests
* Add null types and guards 
							
						 
						
							2022-03-28 14:12:09 +01:00  
				
					
						
							
							
								 
						
							
							
								0a16989d26 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix unexpected coverage diffs for PRs that aren't up to date ( #8161 )  
							
							
							
						 
						
							2022-03-28 08:17:04 -04:00  
				
					
						
							
							
								 
						
							
							
								e02ab66884 
								
									
								
							
								 
							
						 
						
							
							
								
								Add margins between labs sections ( #8169 )  
							
							
							
						 
						
							2022-03-28 08:16:08 -04:00  
				
					
						
							
							
								 
						
							
							
								d7c1a6f33e 
								
									
								
							
								 
							
						 
						
							
							
								
								[Release] Add null-guard for appEvent in PersistentApp ( #8176 )  
							
							
							
						 
						
							2022-03-28 12:41:36 +01:00  
				
					
						
							
							
								 
						
							
							
								4f57a4661d 
								
									
								
							
								 
							
						 
						
							
							
								
								Add null-guard for appEvent in PersistentApp ( #8175 )  
							
							
							
						 
						
							2022-03-28 12:41:14 +01:00  
				
					
						
							
							
								 
						
							
							
								e9b2aea97b 
								
									
								
							
								 
							
						 
						
							
							
								
								Live location sharing - send geolocation beacon events - happy path ( #8127 )  
							
							... 
							
							
							
							* geolocation utilities
Signed-off-by: Kerry Archibald <kerrya@element.io>
* messy send events
Signed-off-by: Kerry Archibald <kerrya@element.io>
* add geolocation services
Signed-off-by: Kerry Archibald <kerrya@element.io>
* geolocation tests
Signed-off-by: Kerry Archibald <kerrya@element.io>
* debounce with backup emit every 30s
Signed-off-by: Kerry Archibald <kerrya@element.io>
* import reorder
Signed-off-by: Kerry Archibald <kerrya@element.io>
* some more working tests
Signed-off-by: Kerry Archibald <kerrya@element.io>
* complicated timeout testing
Signed-off-by: Kerry Archibald <kerrya@element.io>
* publish first location immediately
Signed-off-by: Kerry Archibald <kerrya@element.io>
* move advanceDateAndTime to utils, tidy
Signed-off-by: Kerry Archibald <kerrya@element.io>
* typos
Signed-off-by: Kerry Archibald <kerrya@element.io>
* types and lint
Signed-off-by: Kerry Archibald <kerrya@element.io> 
							
						 
						
							2022-03-28 10:48:38 +00:00  
				
					
						
							
							
								 
						
							
							
								f557ac9486 
								
									
								
							
								 
							
						 
						
							
							
								
								Responsive BetaCard on Labs ( #8154 )  
							
							
							
						 
						
							2022-03-28 11:26:14 +01:00  
				
					
						
							
							
								 
						
							
							
								a7a0c55adf 
								
									
								
							
								 
							
						 
						
							
							
								
								Display button as inline in room directory dialog ( #8164 )  
							
							
							
						 
						
							2022-03-28 10:02:32 +01:00  
				
					
						
							
							
								 
						
							
							
								190968c73c 
								
									
								
							
								 
							
						 
						
							
							
								
								Null guard TimelinePanel unmount edge ( #8171 )  
							
							
							
						 
						
							2022-03-28 09:58:49 +01:00  
				
					
						
							
							
								 
						
							
							
								a3e5231873 
								
									
								
							
								 
							
						 
						
							
							
								
								Add support for Animated (A)PNG ( #8158 )  
							
							
							
						 
						
							2022-03-28 09:38:54 +01:00  
				
					
						
							
							
								 
						
							
							
								7798ecfa33 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix beta pill label breaking ( #8162 )  
							
							
							
						 
						
							2022-03-28 09:27:59 +01:00  
				
					
						
							
							
								 
						
							
							
								bda18f8bc9 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix disambiguated profile in threads in bubble layout ( #8168 )  
							
							
							
						 
						
							2022-03-28 08:59:06 +01:00  
				
					
						
							
							
								 
						
							
							
								1e060fed84 
								
									
								
							
								 
							
						 
						
							
							
								
								Don't form continuations from thread roots ( #8166 )  
							
							... 
							
							
							
							* Don't form continuations from thread roots
* Only apply the continuation break in the main timeline 
							
						 
						
							2022-03-26 18:06:25 -04:00  
				
					
						
							
							
								 
						
							
							
								6c69f3e3b6 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix end-to-end tests for recent Synapse features ( #8159 )  
							
							... 
							
							
							
							* Ensure a useful logfile gets recorded for synapse startup failures
* Update synapse config to stop complaining about key servers
* Add flag to turn on registrations again
From https://github.com/matrix-org/synapse/pull/12091  
							
						 
						
							2022-03-25 19:45:52 +00:00  
				
					
						
							
							
								 
						
							
							
								61231ee321 
								
									
								
							
								 
							
						 
						
							
							
								
								Unit test settings controllers pt 1 ( #8155 )  
							
							... 
							
							
							
							* test FontSizeController
Signed-off-by: Kerry Archibald <kerrya@element.io>
* test IncompatibleController
Signed-off-by: Kerry Archibald <kerrya@element.io>
* test SystemFontController
* test ThemeController
Signed-off-by: Kerry Archibald <kerrya@element.io>
* test UseSystemFontController
Signed-off-by: Kerry Archibald <kerrya@element.io>
* fix themecontroller
Signed-off-by: Kerry Archibald <kerrya@element.io> 
							
						 
						
							2022-03-25 16:50:17 +00:00  
				
					
						
							
							
								 
						
							
							
								e844938235 
								
									
								
							
								 
							
						 
						
							
							
								
								Bump minimist from 1.2.5 to 1.2.6 ( #8156 )  
							
							... 
							
							
							
							Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
  dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
							
						 
						
							2022-03-25 10:43:59 -06:00  
				
					
						
							
							
								 
						
							
							
								3160442b8b 
								
									
								
							
								 
							
						 
						
							
							
								
								Floor media dimensions to prevent blurhash errors ( #8157 )  
							
							
							
						 
						
							2022-03-25 16:40:49 +00:00  
				
					
						
							
							
								 
						
							
							
								bc01efa124 
								
									
								
							
								 
							
						 
						
							
							
								
								Improve handling of animated GIF and WEBP images ( #8153 )  
							
							
							
						 
						
							2022-03-25 16:31:40 +00:00  
				
					
						
							
							
								 
						
							
							
								50fd24581c 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix incorrect typing on SdkConfig defaults ( #8147 )  
							
							... 
							
							
							
							It's not a partial anymore - it's a full-fledged object with proper types.
Without this change, `SdkConfig.put(DEFAULTS)` is broken. 
							
						 
						
							2022-03-25 09:13:26 -06:00  
				
					
						
							
							
								 
						
							
							
								596c207e5b 
								
									
								
							
								 
							
						 
						
							
							
								
								Remove unused step from e2e test docs for Windows ( #8148 )  
							
							
							
						 
						
							2022-03-25 09:13:20 -06:00  
				
					
						
							
							
								 
						
							
							
								1397652f52 
								
									
								
							
								 
							
						 
						
							
							
								
								Extract location utils from components ( #8152 )  
							
							... 
							
							
							
							* extract util functions from MLocationBody
Signed-off-by: Kerry Archibald <kerrya@element.io>
* disassemble mlocationbody
Signed-off-by: Kerry Archibald <kerrya@element.io>
* tidy and add copyrights
Signed-off-by: Kerry Archibald <kerrya@element.io>
* move types and utils from components/location to utils
Signed-off-by: Kerry Archibald <kerrya@element.io>
* i18n
Signed-off-by: Kerry Archibald <kerrya@element.io>
* empty line
Signed-off-by: Kerry Archibald <kerrya@element.io> 
							
						 
						
							2022-03-25 15:36:22 +01:00  
				
					
						
							
							
								 
						
							
							
								0d513b3a2d 
								
									
								
							
								 
							
						 
						
							
							
								
								geo.getCurrentPosition and some testing helpers ( #8150 )  
							
							... 
							
							
							
							Signed-off-by: Kerry Archibald <kerrya@element.io> 
							
						 
						
							2022-03-25 12:30:50 +01:00  
				
					
						
							
							
								 
						
							
							
								f229ad6407 
								
									
								
							
								 
							
						 
						
							
							
								
								Set flex to buttons on NewRoomIntro with gap around them ( #8146 )  
							
							... 
							
							
							
							* Set flex to buttons on NewRoomIntro with gap around them
Closes https://github.com/vector-im/element-web/issues/21553 
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
* empty commit 
							
						 
						
							2022-03-24 13:51:52 -06:00  
				
					
						
							
							
								 
						
							
							
								56569dbb63 
								
									
								
							
								 
							
						 
						
							
							
								
								Readd the group icon on home page ( #8145 )  
							
							... 
							
							
							
							Fixes https://github.com/vector-im/element-web/issues/21551 
- Replace `community` with `group`
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> 
							
						 
						
							2022-03-24 13:51:18 -06:00  
				
					
						
							
							
								 
						
							
							
								981b44cb0d 
								
									
								
							
								 
							
						 
						
							
							
								
								Set margin between user and "Show more" on Invite dialog ( #8144 )  
							
							
							
						 
						
							2022-03-24 13:35:19 +00:00  
				
					
						
							
							
								 
						
							
							
								24bda5602f 
								
									
								
							
								 
							
						 
						
							
							
								
								Strip relations when forwarding ( #7929 )  
							
							
							
						 
						
							2022-03-24 12:25:59 +00:00  
				
					
						
							
							
								 
						
							
							
								f86cc74afc 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix issues with edited events not affecting threads ( #8125 )  
							
							
							
						 
						
							2022-03-24 12:24:18 +00:00  
				
					
						
							
							
								 
						
							
							
								3b523677fd 
								
									
								
							
								 
							
						 
						
							
							
								
								Don't try (and fail) to show replies for redacted events ( #8141 )  
							
							
							
						 
						
							2022-03-24 12:17:42 +00:00  
				
					
						
							
							
								 
						
							
							
								0feecccef1 
								
									
								
							
								 
							
						 
						
							
							
								
								Wire up file preview for video files ( #8140 )  
							
							
							
						 
						
							2022-03-24 11:59:20 +00:00  
				
					
						
							
							
								 
						
							
							
								60ecaac4f8 
								
									
								
							
								 
							
						 
						
							
							
								
								Enable Codecov coverage offsets ( #8139 )  
							
							
							
						 
						
							2022-03-24 07:44:27 -04:00  
				
					
						
							
							
								 
						
							
							
								9dcee811e3 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix 3pid member info for space member list ( #8128 )  
							
							
							
						 
						
							2022-03-24 11:32:31 +00:00  
				
					
						
							
							
								 
						
							
							
								c159d550f5 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix member count on _SpaceRoomView.scss ( #8142 )  
							
							
							
						 
						
							2022-03-24 09:48:54 +00:00  
				
					
						
							
							
								 
						
							
							
								d92977df9e 
								
									
								
							
								 
							
						 
						
							
							
								
								Make rooms and spaces list responsive ( #8088 )  
							
							
							
						 
						
							2022-03-24 08:50:02 +00:00  
				
					
						
							
							
								 
						
							
							
								a5589d40e2 
								
									
								
							
								 
							
						 
						
							
							
								
								Specify userMenu width ( #8089 )  
							
							... 
							
							
							
							Fixes https://github.com/vector-im/element-web/issues/21486 
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> 
							
						 
						
							2022-03-24 09:49:48 +01:00  
				
					
						
							
							
								 
						
							
							
								3317b60437 
								
									
								
							
								 
							
						 
						
							
							
								
								Improve typing around wrapInMatrixClientContext ( #8130 )  
							
							
							
						 
						
							2022-03-23 18:13:40 -04:00  
				
					
						
							
							
								 
						
							
							
								8f1e97be0d 
								
									
								
							
								 
							
						 
						
							
							
								
								Delete empty "StatusMessageContextMenu" ( #8138 )  
							
							
							
						 
						
							2022-03-23 16:01:54 -06:00  
				
					
						
							
							
								 
						
							
							
								8710f59da5 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix broken settingsIcon on SpaceRoomView ( #8137 )  
							
							
							
						 
						
							2022-03-23 21:56:16 +00:00  
				
					
						
							
							
								 
						
							
							
								6721d4fe9c 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix wrong nesting of _AccessibleButton.scss ( #8134 )  
							
							
							
						 
						
							2022-03-23 20:36:43 +00:00  
				
					
						
							
							
								 
						
							
							
								306ddd51e4 
								
									
								
							
								 
							
						 
						
							
							
								
								Refactor all of Devtools and tidy it up ( #8097 )  
							
							
							
						 
						
							2022-03-23 20:17:57 +00:00