a2f5f734b3 
								
							
								 
							
						 
						
							
							
								
								Set up index.scss  
							
							... 
							
							
							
							This file is for index page styles. Start by offsetting the gutter so
the title bar doesn't obscure the first entry. 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								bd86546cea 
								
							
								 
							
						 
						
							
							
								
								Make chat window titles match contact list  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								1a553fef17 
								
							
								 
							
						 
						
							
							
								
								Hide file modal until it's needed  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								a1403c8a9a 
								
							
								 
							
						 
						
							
							
								
								Move templates from index to converation pages  
							
							... 
							
							
							
							These templates are only needed in conversations. 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								58e7f3c7e1 
								
							
								 
							
						 
						
							
							
								
								Fix file input click zone  
							
							... 
							
							
							
							Previously, the ugly file input was hidden with opacity, and styled as a
square paperclip icon, but its drop and click zones were not constrained
to the visible square. They remained active across the whole 'Choose
File' button, which overlapped with the textarea. Instead, hide the file
input complete (display: none) and transmit click events from the
paperclip to the input programmatically.
Eventually, we'll need to address drag and drop events, but I want to do
that at the window level. Otherwise dropping a file outside the file
input drop zone causes the browser to navigate to the file://... url. 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								8498d7ad1f 
								
							
								 
							
						 
						
							
							
								
								Fixup conversation page styles and functionality  
							
							... 
							
							
							
							Render the entire conversation from a template, because some parts of it
must be rendered conditionally if it is a group vs private conversation.
Also apply some style fixes and restore lost functionality:
  * Make conversation title bar fixed.
  * Widens message bubbles.
  * Unhide message list.
  * Restore attachment rendering.
  * Restore message sending and attachment file selection.
  * Style attachments file input as a paperclip.
  * Style send button like on Android and make it a submit input. 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								7827c4c591 
								
							
								 
							
						 
						
							
							
								
								Restore default avatars on the index  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								5821e0ddee 
								
							
								 
							
						 
						
							
							
								
								Add fonts so we don't have to hit googlefonts  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								34d5f3e88a 
								
							
								 
							
						 
						
							
							
								
								Cleanup inbox view  
							
							... 
							
							
							
							Don't auto open the last conversation. It doesn't make sense now that we
no longer have two column layout.
Don't trigger/listen for selected events. There's no need since the list
item opens a new popup now. 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								607d5d3307 
								
							
								 
							
						 
						
							
							
								
								Abstract chrome browser action and windows stuff  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								71da6a1df1 
								
							
								 
							
						 
						
							
							
								
								Move index2 to index  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								94ce4d4b91 
								
							
								 
							
						 
						
							
							
								
								Simplify panel state management and message passing  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								9071d98395 
								
							
								 
							
						 
						
							
							
								
								Update styles to material design to match Android client (first pass)  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								783a3f7c15 
								
							
								 
							
						 
						
							
							
								
								Prevent duplicate conversations and refocus on click (still buggy)  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								7ec27f814f 
								
							
								 
							
						 
						
							
							
								
								Get conversations loading through localStorage  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								2cbcb28ee3 
								
							
								 
							
						 
						
							
							
								
								Start on panels  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								02d0c58e5e 
								
							
								 
							
						 
						
							
							
								
								Mostly done device-bringup stuff  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								c0a8c00884 
								
							
								 
							
						 
						
							
							
								
								Rebuild libtextsecure also  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								c230b47ef2 
								
							
								 
							
						 
						
							
							
								
								Rebuild curve25519 for free  
							
							... 
							
							
							
							Add free to the list of exposed functions so that it can be called,
then `grunt compile concat:curve25519` 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								69ce5917f6 
								
							
								 
							
						 
						
							
							
								
								Allocate 64 bytes for curve25519 sigs  
							
							... 
							
							
							
							Closes  #145  
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								256dd5198c 
								
							
								 
							
						 
						
							
							
								
								Free allocated memory  
							
							... 
							
							
							
							Closes  #146  
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								9d592bf117 
								
							
								 
							
						 
						
							
							
								
								Update contributing.md re: websocket error message  
							
							... 
							
							
							
							Websocket's fail to open and produce this non-helpful error message when
an exception has not been made for the self-signed staging server cert. 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								a91739aec6 
								
							
								 
							
						 
						
							
							
								
								Micro edits to README and CONTRIBUTING  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								ffa0b2b94f 
								
							
								 
							
						 
						
							
							
								
								Add Sass task to watch and dev  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								dc4ff850ed 
								
							
								 
							
						 
						
							
							
								
								Remove search bar  
							
							... 
							
							
							
							It's not really implemented so let's get it out of the way for now. 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								8097db9af7 
								
							
								 
							
						 
						
							
							
								
								Micro refactor group update setup in message view  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								bea19e7997 
								
							
								 
							
						 
						
							
							
								
								Update README, add CONTRIBUTING  
							
							... 
							
							
							
							Move the development setup instructions to CONTRIBUTING.md and add
some guidelines for pull requests and such.
README now contains crypto export notice, license, etc... Borrowed
heavily from the Signal-iOS readme. 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								29b2ffc769 
								
							
								 
							
						 
						
							
							
								
								Update to real server provisioning API  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								c112c59ce6 
								
							
								 
							
						 
						
							
							
								
								Fix group send ( fixes   #129 )  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								94e14f2c85 
								
							
								 
							
						 
						
							
							
								
								Add license headers  
							
							... 
							
							
							
							Closes  #75  
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								5d044bd00e 
								
							
								 
							
						 
						
							
							
								
								Fire an event on phone number validation  
							
							... 
							
							
							
							Fix a bug introduced by recent phone number input work that prevented
the call and sms buttons from being clickable. 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								f6376c0fa2 
								
							
								 
							
						 
						
							
							
								
								Rename event  
							
							... 
							
							
							
							'open' seems a better name for an event that triggers the open function. 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								ed06161ee7 
								
							
								 
							
						 
						
							
							
								
								Quick fix for phone input style  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								f73596c240 
								
							
								 
							
						 
						
							
							
								
								Add a view for attachment previews  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								bb2b53035e 
								
							
								 
							
						 
						
							
							
								
								Restyled message attachments  
							
							... 
							
							
							
							Added a size limit, added functionality to delete the attachments before sending in a more user-friendly way 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								9baafddb14 
								
							
								 
							
						 
						
							
							
								
								Add license to file input view  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								d470b0eb53 
								
							
								 
							
						 
						
							
							
								
								Less jquery, more templating in conversation view  
							
							... 
							
							
							
							`if (foo) then jquery-dom-insert...` is a poor pattern to follow.
Instead, let mustache do the work. 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								e74cba8a92 
								
							
								 
							
						 
						
							
							
								
								Restyled country dropdown  
							
							... 
							
							
							
							Added jquery plugin that allows for flags and country codes to be
displayed in a user-friendly way, on top of the existing phone view 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								5d3020b9ed 
								
							
								 
							
						 
						
							
							
								
								Refactor phone number input view  
							
							... 
							
							
							
							Moves validation logic to its own view to be shared on index and options
pages. 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								44007ca58f 
								
							
								 
							
						 
						
							
							
								
								Add rudimentary ui for sending a group update  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								9e9a4c1de6 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #126  from WhisperSystems/nonacl  
							
							... 
							
							
							
							Remove NaCL 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								76cc4f305a 
								
							
								 
							
						 
						
							
							
								
								Fix re-concat on build task  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								6b0e346193 
								
							
								 
							
						 
						
							
							
								
								nacl -> native  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								334550b779 
								
							
								 
							
						 
						
							
							
								
								Regenerate components/libts  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								e7f3e52b6c 
								
							
								 
							
						 
						
							
							
								
								Remove NaCL!  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								2eac191a6a 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #123  from WhisperSystems/libts  
							
							... 
							
							
							
							libtextsecure split 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								ac8584dd85 
								
							
								 
							
						 
						
							
							
								
								Add JSCS and run as grunt test task  
							
							... 
							
							
							
							This change only introduces a single rule but more can easily be added
going forwards. 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								1d7afd2a3c 
								
							
								 
							
						 
						
							
							
								
								Also run sauce tests in firefox  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								325115b7ea 
								
							
								 
							
						 
						
							
							
								
								Skip NaCL if we're not running from chrome-extension:  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								5785f4033c 
								
							
								 
							
						 
						
							
							
								
								Compile curve25519/webcrypto into libtextsecure.js  
							
							
							
						 
						
							11 years ago