19b0bbdf8a 
								
							
								 
							
						 
						
							
							
								
								Change onChange to onAfterchage  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								012575be35 
								
							
								 
							
						 
						
							
							
								
								Remove calling sc_reduce32 when deriving a keypair from a mnemonic seed.  
							
							... 
							
							
							
							This is the reason that seeds across desktop and mobile devices would never restore to the same keypair. This function was there from the initial messenger days and with further discussion with Maxim, we deemed calling this function an unnecessary step for generating a keypair. There are no security implications for this change as we generate keypairs the exact same way as Signal does.
The biggest downside to this change however is that if you try to restore a desktop device with a seed from before this change, that seed will generate a completely different key pair and thus a different session ID.
This will only affect users who plan to restore any device from the seed of a desktop device before this change. 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								82b02f84ec 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #930  from Bilb/include-friend-search-result  
							
							... 
							
							
							
							Include friend search result #928  
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								67e3846787 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #905  from jian10au/scaleslider  
							
							... 
							
							
							
							Zoom factor slider 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								eff2eeb119 
								
							
								 
							
						 
						
							
							
								
								remove zoom factor text next to %  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								634c6f7de0 
								
							
								 
							
						 
						
							
							
								
								lint the code again and ready for merge  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								d9dd1f4340 
								
							
								 
							
						 
						
							
							
								
								hard dots enabled as true  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								ed5533b21f 
								
							
								 
							
						 
						
							
							
								
								lint the code again and ready for review  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								f92cb95f5c 
								
									
								
							
								 
							
						 
						
							
							
								
								Update ts/components/session/settings/SessionSettingListItem.tsx  
							
							... 
							
							
							
							Accept the change
Co-Authored-By: Mikunj Varsani <Mikunj@users.noreply.github.com> 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								70100a0ef5 
								
							
								 
							
						 
						
							
							
								
								remove value prop in slider and global var setZoomFactor  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								fd764a2aa7 
								
							
								 
							
						 
						
							
							
								
								match the slider value prop with currentSliderValue  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								75f5d5743f 
								
							
								 
							
						 
						
							
							
								
								remove all the conditional rendering logic to make code cleaner  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								0daaa04596 
								
							
								 
							
						 
						
							
							
								
								fully working; all comments removed; put slider setting into content object  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								370467a127 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #878  from Bilb/group-profile-image  
							
							... 
							
							
							
							Group profile image upload 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								06aeb126c2 
								
									
								
							
								 
							
						 
						
							
							
								
								enable search by username in message view  #928  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								55c1410793 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #919  from Bilb/fix-background-pill-divider  
							
							... 
							
							
							
							move pill divider in react and fix the bg 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								8066cc0709 
								
									
								
							
								 
							
						 
						
							
							
								
								add link to explain tslint issue with sfc and props type  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								ccb470207a 
								
							
								 
							
						 
						
							
							
								
								use storage instead of component state to store the zoom setting  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								203d314254 
								
							
								 
							
						 
						
							
							
								
								fix the slider bug  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								23da1831c2 
								
							
								 
							
						 
						
							
							
								
								removed unnecessary comments after review  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								daec39b94d 
								
									
								
							
								 
							
						 
						
							
							
								
								fix catch of mouse events on forgotten modals  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								f2f4b4be70 
								
									
								
							
								 
							
						 
						
							
							
								
								move pill divider in react and fix the bg  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								b877dab7de 
								
							
								 
							
						 
						
							
							
								
								refactor the code related to checking slider type  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								7eab7fbcf4 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #869  from Bilb/dialog-exit-esc-click-outside  
							
							... 
							
							
							
							Dialog exit esc click outside 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								a80c6e30e2 
								
							
								 
							
						 
						
							
							
								
								add slider title to message.json  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								cb7289d3d8 
								
							
								 
							
						 
						
							
							
								
								working but buggy  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								15738c3525 
								
									
								
							
								 
							
						 
						
							
							
								
								display continue session signin with seed  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								e0ff1755ac 
								
									
								
							
								 
							
						 
						
							
							
								
								lint  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								96e9a68abd 
								
							
								 
							
						 
						
							
							
								
								add zoomfactor to main  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								1038a306ce 
								
							
								 
							
						 
						
							
							
								
								add comment to view logic  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								790085bea1 
								
									
								
							
								 
							
						 
						
							
							
								
								disable profile image upload for closed group  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								6d5aed7de8 
								
									
								
							
								 
							
						 
						
							
							
								
								make upload of group picture work  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								cc915fadbc 
								
							
								 
							
						 
						
							
							
								
								add sliderbar and state control in fe  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								0daf41a339 
								
							
								 
							
						 
						
							
							
								
								check the state when the SessionSettings get rendered  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								1f411df0ce 
								
									
								
							
								 
							
						 
						
							
							
								
								lint  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								99133437d6 
								
									
								
							
								 
							
						 
						
							
							
								
								close all dialogs on ESC or click outside  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								998cd88068 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #861  from Bilb/ttl-slider-update-drag  
							
							... 
							
							
							
							ttl slider update on drag and not on mouseup 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								fbf82efb6d 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #859  from Bilb/various-group-updates-fixes  
							
							... 
							
							
							
							Various group updates fixes 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								5e007226a1 
								
									
								
							
								 
							
						 
						
							
							
								
								ttl slider update on drag and not on mouseup  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								b4c3dad4c9 
								
									
								
							
								 
							
						 
						
							
							
								
								show errors on closed group creation with invalid name or members  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								f4600293e9 
								
									
								
							
								 
							
						 
						
							
							
								
								hide the notification settings in group panel for now  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								ff10637a5a 
								
									
								
							
								 
							
						 
						
							
							
								
								separate update group name and group members dialog  
							
							... 
							
							
							
							(add and remove members are separated) 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								30ccb81d3d 
								
							
								 
							
						 
						
							
							
								
								Disappearing messages in Channel Settings panel  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								06f2e4e32b 
								
							
								 
							
						 
						
							
							
								
								Fixed group creation with zero members  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								d288c7bd03 
								
							
								 
							
						 
						
							
							
								
								secretPrompt fix  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								7b674bb8d8 
								
							
								 
							
						 
						
							
							
								
								Various UI improvements  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								582bc71b99 
								
							
								 
							
						 
						
							
							
								
								Contacts section reformatting  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								cf0b9e45fa 
								
							
								 
							
						 
						
							
							
								
								Emoji spacing & message highlight formatting  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								2101abb911 
								
							
								 
							
						 
						
							
							
								
								Modal blurs and stylistic simplifications  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								4f6dd7a8d5 
								
							
								 
							
						 
						
							
							
								
								Rename functions to be less confusing  
							
							
							
						 
						
							6 years ago