bd175c6f40 
								
							
								 
							
						 
						
							
							
								
								Improve and consolidate typing  
							
							
							
						 
						
							2021-07-10 15:43:46 +01:00  
				
					
						
							
							
								 
						
							
							
								ae0a8b8da4 
								
							
								 
							
						 
						
							
							
								
								Auto-fix lint errors  
							
							
							
						 
						
							2021-06-29 13:11:58 +01:00  
				
					
						
							
							
								 
						
							
							
								0ae4e7b11d 
								
							
								 
							
						 
						
							
							
								
								Fix typescript types  
							
							
							
						 
						
							2021-06-18 16:21:46 +01:00  
				
					
						
							
							
								 
						
							
							
								3e38d92fa4 
								
							
								 
							
						 
						
							
							
								
								Fix up some more type defs  
							
							
							
						 
						
							2021-06-17 14:49:27 +01:00  
				
					
						
							
							
								 
						
							
							
								cd82d97c3e 
								
							
								 
							
						 
						
							
							
								
								Use randomly generated conference names for Jitsi  
							
							... 
							
							
							
							Fixes https://github.com/vector-im/element-web/issues/15205 
Replaces https://github.com/matrix-org/matrix-react-sdk/pull/5322 
This change uses a random ID for the Jitsi conference name to avoid any badly-named Jitsi calls, and overrides the "subject" (title) of the call so end users aren't typically exposed to the random ID. 
							
						 
						
							2021-02-15 08:53:37 -07:00  
				
					
						
							
							
								 
						
							
							
								2c313e0c5e 
								
							
								 
							
						 
						
							
							
								
								Add managed hybrid call widgets when supported  
							
							... 
							
							
							
							If your homeserver is configured with an experiment `widget_build_url`, this
will take over the functionality of the call buttons and turn them into a
general widget installer. 
							
						 
						
							2021-01-29 14:45:25 +00:00  
				
					
						
							
							
								 
						
							
							
								cfb583d193 
								
							
								 
							
						 
						
							
							
								
								Calculate widget widths in the WidgetLayoutStore  
							
							... 
							
							
							
							Note that this ditches all previously set width values, however this is probably acceptable for now. Trying to remain backwards compatible gets tricky on top of already tricky code, and the impact of Element forgetting widths is not as severe as forgetting which widgets were/are pinned. 
							
						 
						
							2021-01-18 18:50:36 -07:00  
				
					
						
							
							
								 
						
							
							
								5da27aed94 
								
							
								 
							
						 
						
							
							
								
								Replace the concept of a Widget Security Key with an OIDC state  
							
							... 
							
							
							
							The security key naming/practice was misguided, so let's call it what it is (a settings key) and abstract away the complexity to a new store.
Fixes https://github.com/vector-im/element-web/issues/15820  while we're here. 
							
						 
						
							2020-11-25 18:39:11 -07:00  
				
					
						
							
							
								 
						
							
							
								4e12aeca9e 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/feat/room-list-widgets  
							
							... 
							
							
							
							 Conflicts:
	src/components/views/elements/AppTile.js 
							
						 
						
							2020-10-21 12:48:51 +01:00  
				
					
						
							
							
								 
						
							
							
								568e147053 
								
							
								 
							
						 
						
							
							
								
								Merge copyrights  
							
							... 
							
							
							
							Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> 
							
						 
						
							2020-10-21 12:44:16 +01:00  
				
					
						
							
							
								 
						
							
							
								4dd8b8d8c6 
								
							
								 
							
						 
						
							
							
								
								fix WidgetUtils setRoomWidget signature  
							
							... 
							
							
							
							Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> 
							
						 
						
							2020-10-19 21:02:48 +01:00  
				
					
						
							
							
								 
						
							
							
								5ee0262da2 
								
							
								 
							
						 
						
							
							
								
								Post-merge tidy up  
							
							... 
							
							
							
							Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> 
							
						 
						
							2020-10-19 20:56:41 +01:00  
				
					
						
							
							
								 
						
							
							
								bec1d718e0 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/feat/room-list-widgets  
							
							... 
							
							
							
							 Conflicts:
	src/components/views/elements/AppTile.js
	src/utils/WidgetUtils.ts 
							
						 
						
							2020-10-19 20:50:16 +01:00  
				
					
						
							
							
								 
						
							
							
								c65d8be7d8 
								
							
								 
							
						 
						
							
							
								
								delint  
							
							... 
							
							
							
							Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> 
							
						 
						
							2020-09-24 09:49:30 +01:00  
				
					
						
							
							
								 
						
							
							
								956a3bf69d 
								
							
								 
							
						 
						
							
							
								
								Implement Left Panel User Widget  
							
							... 
							
							
							
							Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> 
							
						 
						
							2020-09-24 09:28:49 +01:00  
				
					
						
							
							
								 
						
							
							
								2e6bad8b07 
								
							
								 
							
						 
						
							
							
								
								Convert WidgetUtils to TS and improve typing  
							
							... 
							
							
							
							Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> 
							
						 
						
							2020-09-23 11:01:19 +01:00