f589fdac5c 
								
							
								 
							
						 
						
							
							
								
								Merge signal changes into branch.  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								5933a34a18 
								
							
								 
							
						 
						
							
							
								
								Use window.log in browser context, turn on console eslint rule  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								43a44793c5 
								
							
								 
							
						 
						
							
							
								
								Remove jshint - move everything over to eslint  
							
							... 
							
							
							
							Also removed all hints of previous linters 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								95321e5d3e 
								
							
								 
							
						 
						
							
							
								
								Remove Vim mode lines  
							
							
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								1dd87ad197 
								
							
								 
							
						 
						
							
							
								
								Format all source code using Prettier  
							
							
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								d59fdddb43 
								
							
								 
							
						 
						
							
							
								
								Improve `storage.fetch` error message  
							
							
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								9acb189650 
								
									
								
							
								 
							
						 
						
							
							
								
								Remove config after unlink, clear db when linked with new number  
							
							
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								7a2c8e815c 
								
									
								
							
								 
							
						 
						
							
							
								
								Import: Wait until db writes resolve before saying we're done ( #1401 )  
							
							... 
							
							
							
							FREEBIE 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								83629df560 
								
							
								 
							
						 
						
							
							
								
								Log on failure to fetch storage  
							
							... 
							
							
							
							// FREEBIE 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								d84400777f 
								
							
								 
							
						 
						
							
							
								
								Tweak storage logging statement  
							
							... 
							
							
							
							// FREEBIE 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								a98de39173 
								
							
								 
							
						 
						
							
							
								
								Warn if writing to storage too early  
							
							... 
							
							
							
							// FREEBIE 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								173e037fa6 
								
							
								 
							
						 
						
							
							
								
								Fix minor style errors  
							
							... 
							
							
							
							And keep it that way, by making jscs config more opinionated.
// FREEBIE 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								18e9ded296 
								
							
								 
							
						 
						
							
							
								
								Fix storage.put  
							
							... 
							
							
							
							Adding an existing id to a collection is a no-op. To update an existing
item, we must pass {merge: true} as an option.
// FREEBIE 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								f764445c86 
								
							
								 
							
						 
						
							
							
								
								Remove erroneous license file and headers  
							
							... 
							
							
							
							We only use GPLV3 around here.
// FREEBIE 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								029c9754f0 
								
							
								 
							
						 
						
							
							
								
								Fix tests  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								3f37cd21a9 
								
							
								 
							
						 
						
							
							
								
								Remove remaining traces of localStorage  
							
							... 
							
							
							
							Add window.storage to the background page, which loads all data from the
'items' store in indexeddb, caching them in memory for synchronous
access, then override textsecure storage to use that in memory store. 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								8ad1a38b5b 
								
							
								 
							
						 
						
							
							
								
								Move js files around for libtextsecure split  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								1c76c0b546 
								
							
								 
							
						 
						
							
							
								
								Move storage objects to their own files  
							
							... 
							
							
							
							Greatly reduce the size of the ignominiously named helpers.js. 
							
						 
						
							11 years ago