4fe82d28d9 
								
							
								 
							
						 
						
							
							
								
								Version info  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								010cf045cb 
								
							
								 
							
						 
						
							
							
								
								optimisation of ternary & binary expr.  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								e065cc404f 
								
							
								 
							
						 
						
							
							
								
								Password set, change and remove complete  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								35d59c75eb 
								
							
								 
							
						 
						
							
							
								
								Password set, change and remove complete  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								c26097554f 
								
							
								 
							
						 
						
							
							
								
								settings optimisations  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								d217c76647 
								
							
								 
							
						 
						
							
							
								
								mergable settingsview  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								cc3e206504 
								
							
								 
							
						 
						
							
							
								
								stagepoint sessionsettings bak  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								8de2ce9e23 
								
							
								 
							
						 
						
							
							
								
								Theme toggle and settings abstraction  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								a195c98061 
								
							
								 
							
						 
						
							
							
								
								Add a feature flag for snode proxy  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								8d11553fe5 
								
							
								 
							
						 
						
							
							
								
								add a *ignore* method to Promise to make tslint happy  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								db0068b429 
								
							
								 
							
						 
						
							
							
								
								Sending and handling of special UNPAIRING_REQUEST message  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								56a1c31bf4 
								
							
								 
							
						 
						
							
							
								
								Ensure we can still send messages to ourselves (sync) and disable group chats  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								685ada5cc5 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'clearnet' into prep-merge  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								b7dd4257d6 
								
							
								 
							
						 
						
							
							
								
								Disable microphone button when you have disabled permissions  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								5529deb019 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #602  from sachaaaaa/unpairing_device  
							
							... 
							
							
							
							[multi-device] Allow unpairing device 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								3f52b9df93 
								
							
								 
							
						 
						
							
							
								
								Make unpairing a toggle-able feature (enable with window.lokiFeatureFlags.multiDeviceUnpairing = true)  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								41fdcef695 
								
							
								 
							
						 
						
							
							
								
								Ensure that we can't miss the apisReady event and only listen for single emit  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								f4ed8b2bf3 
								
							
								 
							
						 
						
							
							
								
								Add a feature flag for private group chats  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								0df5214979 
								
							
								 
							
						 
						
							
							
								
								Limit small private groups to 10 members  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								6a512503f0 
								
							
								 
							
						 
						
							
							
								
								Update display name sanitisation to allow a bunch of languages and spaces  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								4e70b66131 
								
							
								 
							
						 
						
							
							
								
								Extract the async token grab from the server api constructor and put in the factory. Fix up the areas this affects  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								5d2f7ddb20 
								
							
								 
							
						 
						
							
							
								
								Add messages needed for UI, bit of house work  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								4e39f1e0eb 
								
							
								 
							
						 
						
							
							
								
								When composing: show mentions as profile names and treat them as indivisible elements  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								a931b2491a 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'clearnet' into PR_file_server  
							
							... 
							
							
							
							* clearnet:
  lint pass 2
  lint pass 1
  make sure versioning on write can't get out of sync
  Update js/modules/loki_public_chat_api.js
  Handle annotations omit correctly
  fix typo CI found
  refactor
  pollOnceForMessages() move lastGot up, address Sacha's review
  Update js/modules/loki_public_chat_api.js
  address reviews
  Custom message rendering of mentions
  lint and remove unneeded params
  modernize annotations since we're making a backward-incomp change
  sign and only show verified messages
# Conflicts:
#	js/modules/loki_public_chat_api.js 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								b13a4f3e56 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #520  from msgmaxim/mentions2  
							
							... 
							
							
							
							Custom message rendering of mentions 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								7756d4f0f3 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'clearnet' into PR_file_server  
							
							... 
							
							
							
							* clearnet:
  fix method
  separate out new/open, more lint/cleanup
  separate out note to self
  create window.mixpanel here
  use window.mixpanel, remove eventEmitter
  allow mixpanel to be already set up elsewhere
  Address review comments
  Add missing file in tests
  Add UI elements for searching and selecting members in a group chat
  Desktop Analytics
  Replaced value with a descriptive constant.
  Add comment to fix up confusion.
  Keep a cache of the last 5 fetched messages for public chat so we can use it to detect duplicate messages.
# Conflicts:
#	js/background.js
#	js/modules/loki_public_chat_api.js 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								687e9db77b 
								
							
								 
							
						 
						
							
							
								
								Custom message rendering of mentions  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								3150a6ce11 
								
							
								 
							
						 
						
							
							
								
								separate out new/open, more lint/cleanup  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								587df45086 
								
							
								 
							
						 
						
							
							
								
								create window.mixpanel here  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								e07f81c150 
								
							
								 
							
						 
						
							
							
								
								Add LokiFileServerAPI  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								88b44390bf 
								
							
								 
							
						 
						
							
							
								
								Desktop Analytics  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								9beea2cbd3 
								
							
								 
							
						 
						
							
							
								
								Enforce curlies completely and lint with new settings  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								21dad58537 
								
							
								 
							
						 
						
							
							
								
								Linting.  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								a89358676c 
								
							
								 
							
						 
						
							
							
								
								Update electron-context-menu.  
							
							... 
							
							
							
							Only allow copying QR code since saving doesn't work. 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								c57571fdfd 
								
							
								 
							
						 
						
							
							
								
								loki.network rss feed  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								014558d939 
								
							
								 
							
						 
						
							
							
								
								Squash and clean of old PRs, move towards sending cleartext again  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								73b417e605 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #371  from BeaudanBrown/testnet  
							
							... 
							
							
							
							Separate testnet 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								492bb3723a 
								
							
								 
							
						 
						
							
							
								
								Move pubkey truncation to loki_rpc and add window function  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								cdd374a4b2 
								
							
								 
							
						 
						
							
							
								
								Add a toggle option for typing indicators; use short ttl for them  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								df2c4af67c 
								
							
								 
							
						 
						
							
							
								
								Run lint and check for ip or address when removing unreachable nodes  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								87c5d0858c 
								
							
								 
							
						 
						
							
							
								
								Choose a random seed node from a list for bootstrapping  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								c53633e367 
								
							
								 
							
						 
						
							
							
								
								Clearnet p2p with https (no verification yet)  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								d12f6b6d32 
								
							
								 
							
						 
						
							
							
								
								Handle swarm nodes the same for us or contacts, attach our key to message api object  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								971aef0c1b 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #296  from BeaudanBrown/clearnet-seeds  
							
							... 
							
							
							
							Clearnet seeds 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								5c5155899e 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #298  from BeaudanBrown/tls-fix  
							
							... 
							
							
							
							Have to put the tls setting here for some reason 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								6b2b9ce926 
								
							
								 
							
						 
						
							
							
								
								Remove default port and use port from storage server responses  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								eea2b8e6a7 
								
							
								 
							
						 
						
							
							
								
								Do port null check inside rpc call  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								8d4bfc27c9 
								
							
								 
							
						 
						
							
							
								
								Have to put the tls setting here for some reason  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								e520bf109a 
								
							
								 
							
						 
						
							
							
								
								Persist PoW difficulty and update if get response from snodes  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								8808100796 
								
							
								 
							
						 
						
							
							
								
								Merge signal-1.24.0  
							
							... 
							
							
							
							# Conflicts:
#	.github/PULL_REQUEST_TEMPLATE.md
#	background.html
#	config/default.json
#	config/production.json
#	js/models/conversations.js
#	js/models/messages.js
#	js/views/conversation_view.js
#	js/views/inbox_view.js
#	js/views/settings_view.js
#	main.js
#	package.json
#	test/index.html
#	ts/components/conversation/ContactName.tsx
#	yarn.lock 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								3a8111020e 
								
							
								 
							
						 
						
							
							
								
								Merge v1.23.0  
							
							... 
							
							
							
							# Conflicts:
#	background.html
#	package.json
#	yarn.lock 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								e343a04eea 
								
							
								 
							
						 
						
							
							
								
								Merge commit '18b5b7c046436f2defab2e20407e22da180bf97b' into signal-1.22  
							
							... 
							
							
							
							# Conflicts:
#	app/sql.js
#	background.html
#	config/default.json
#	js/background.js
#	js/models/conversations.js
#	js/models/messages.js
#	js/modules/data.js
#	js/signal_protocol_store.js
#	js/views/conversation_search_view.js
#	libtextsecure/message_receiver.js
#	libtextsecure/sendmessage.js
#	main.js
#	package.json
#	preload.js
#	test/index.html
#	ts/components/Avatar.tsx
#	ts/components/conversation/ConversationHeader.md
#	ts/components/conversation/ConversationHeader.tsx 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								960bd3fff2 
								
							
								 
							
						 
						
							
							
								
								Move JobQueue to be a module so that we can use it in preload  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								5a50786e7a 
								
							
								 
							
						 
						
							
							
								
								Lint fixes  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								851c1a0e47 
								
							
								 
							
						 
						
							
							
								
								Adding right click listener for URLs and Text Selections ( #3197 )  
							
							... 
							
							
							
							* Adds right-click listener
For urls and text selections
* Fixes build-release on windows
Should still be bash compatible too
* Update context menu line
Responding to feedback from @JaredPotter 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								531ee92dcb 
								
							
								 
							
						 
						
							
							
								
								Updated messenger to work with slightly different storage server API and changed swarm requests to go through storage server  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								c8ea2e9463 
								
							
								 
							
						 
						
							
							
								
								Download and install updates without the help of electron-updater  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								7cfd3870d5 
								
							
								 
							
						 
						
							
							
								
								Escape XML delimiters for notifications on linux  
							
							... 
							
							
							
							Thanks to @whitequark for pointing out an inconsistency in the way that
some Linux desktop environments were displaying markup in notifications. 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								0d3c010cf7 
								
							
								 
							
						 
						
							
							
								
								I didn't realise there were 2 different windows between processes and I shouldn't have removed this  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								8e3542b511 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #213  from sachaaaaa/channel_encryption  
							
							... 
							
							
							
							Hook up channel encryption 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								4714cafa6f 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #238  from sachaaaaa/commit_hash_about  
							
							... 
							
							
							
							Show commit hash in About window for beta builds 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								37f0fced29 
								
							
								 
							
						 
						
							
							
								
								Show commit hash in About window for beta builds  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								5030ad4021 
								
							
								 
							
						 
						
							
							
								
								Made the slider label populate as well, plus removed redundant window function  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								aa722590fa 
								
							
								 
							
						 
						
							
							
								
								use channel encryption with storage server  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								75d0894104 
								
							
								 
							
						 
						
							
							
								
								Fixed files not included in release.  
							
							... 
							
							
							
							Moved node relevant stuff in libloki into its own modules folder. 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								ce9a52dde3 
								
							
								 
							
						 
						
							
							
								
								Remove unnecessary methods on window  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								6426a5eb9b 
								
							
								 
							
						 
						
							
							
								
								Added ability to look up our .loki address and now send that with our LokiAddress messages  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								5d823de6f9 
								
							
								 
							
						 
						
							
							
								
								Renamed lokiSnodeAPI to start with lower case for consistency, refactor snode API to use conversation controller  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								725a41a8d7 
								
							
								 
							
						 
						
							
							
								
								Added link preview setting.  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								f900a08eda 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #177  from sachaaaaa/merge_1_21_0  
							
							... 
							
							
							
							Merge Signal 1.21.0 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								a0f67c22da 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'textsecure/master' into merge_1_21_0  
							
							... 
							
							
							
							* textsecure/master: (26 commits)
  v1.21.0
  v1.21.0-beta.4
  Dark Theme: Preserve blue background on app loading screen
  Localization updates
  Fix width of audio player when window is very narrow
  A number of small fixes for Link Previews
  Get rid of the white flash when the app starts up (#3083 )
  v1.21.0-beta.3
  Lint fixes
  Introduce new language: NB
  Fail over to all numbers in retry if errors don't have numbers
  Use the proper method for pulling attachments off disk for retry
  Fix rendering bug with verified state in updateVerified()
  Update electron-builder and electron-updater
  Ensure that dialog pops up when permissions denied for voice note
  Lint fixes
  Large update to localization strings
  Link Previews
  Ensure that blocked messages are dropped even after sealed sender
  Don't linkify quoted message contents
  ...
# Conflicts:
#	.github/PULL_REQUEST_TEMPLATE.md
#	_locales/cs/messages.json
#	background.html
#	config/default.json
#	index.html
#	js/models/conversations.js
#	js/modules/web_api.js
#	js/settings_start.js
#	js/views/conversation_view.js
#	js/views/settings_view.js
#	package.json
#	protos/SignalService.proto
#	stylesheets/_index.scss
#	stylesheets/_settings.scss 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								69ebf017ff 
								
							
								 
							
						 
						
							
							
								
								Reworked loki_p2p_api to not use the window object, which means it needs to be instantiated after the storage is ready so that your pubkey can be passed in to the constructor. This makes it more modular and allows for easier testing  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								3c07d99a89 
								
							
								 
							
						 
						
							
							
								
								Fix variable names.  
							
							... 
							
							
							
							Fix module export to be more consistent. 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								07076c27ae 
								
							
								 
							
						 
						
							
							
								
								Moved friend status to window, added start of p2p api stuff  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								b417edfc9b 
								
							
								 
							
						 
						
							
							
								
								Added new protos for online broadcast messages, added db hits for getting friends, local server now instantiated on the window, now sending online broadcast messages when the local server starts  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								813924685e 
								
							
								 
							
						 
						
							
							
								
								Link Previews  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								b226feaac7 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #148  from Mikunj/signal-1.20  
							
							... 
							
							
							
							Signal 1.20 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								69f51021b6 
								
							
								 
							
						 
						
							
							
								
								Travis windows fixes.  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								1a15ec9c15 
								
							
								 
							
						 
						
							
							
								
								Merge commit signal/master into signal-1.20  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								8c9b1a7a7a 
								
							
								 
							
						 
						
							
							
								
								Added loki server.  
							
							... 
							
							
							
							Added test. 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								e08a63d078 
								
							
								 
							
						 
						
							
							
								
								Merge development into lint  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								7b1799c418 
								
							
								 
							
						 
						
							
							
								
								Big ol' hunk o' chunk. Now using random.snode to populate swarm lists, now making multiple requests from said lists and they are processed as they complete rather than waiting for all to resolve  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								37ba762312 
								
							
								 
							
						 
						
							
							
								
								First stuff for contacting specific nodes for each contact. Hard coded to hit the same bootstrap node for now plus doesn't handle unreachable nodes/errors well yet  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								6bd2d3962e 
								
							
								 
							
						 
						
							
							
								
								Linted files  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								924c51d5c7 
								
							
								 
							
						 
						
							
							
								
								Removed min and max clamping in code.  
							
							... 
							
							
							
							This should be done UI and Server side instead. 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								87113b6cc1 
								
							
								 
							
						 
						
							
							
								
								Added message ttl setting storage  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								e4babdaef0 
								
							
								 
							
						 
						
							
							
								
								Updates to backup infrastructure  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								3690f4acda 
								
							
								 
							
						 
						
							
							
								
								Added timeout argument to WorkerInterface.  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								654b0dac84 
								
							
								 
							
						 
						
							
							
								
								Merge signal-master.  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								bb3ca610ff 
								
							
								 
							
						 
						
							
							
								
								Cleaned up utilWorker spawning  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								6113f13d3a 
								
							
								 
							
						 
						
							
							
								
								Rip the worker logic out of message_receiver and add the functionality for it to work with pow. Fix pow tests to work with those changes  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								26ba553e6a 
								
							
								 
							
						 
						
							
							
								
								Added menu options to set, change and remove password.  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								f53bec38a5 
								
							
								 
							
						 
						
							
							
								
								Added password inputs on registration screen.  
							
							... 
							
							
							
							Fix case where db is deleted but password hash still remains which causes user to never register.
Allow password to have symbols and other characters.
Added more tests.
Moved passHash from config into the sqlite db.
We can do this because we assume if sql failed to initialise then the key provided was wrong and thus we can show the user the password page. 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								1cb09cad2a 
								
							
								 
							
						 
						
							
							
								
								Add header options.  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								961eb53915 
								
							
								 
							
						 
						
							
							
								
								Auto-generate profile images on conversations.  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								8add0ac8a1 
								
									
								
							
								 
							
						 
						
							
							
								
								Enable CI and packaged builds with Electron v3 ( #2939 )  
							
							... 
							
							
							
							* Update spectron to fix linux CI runs
* Point test-release grunt task at release folder
* Ensure that build folders of socks/smart-buffer are in build
* AppVeyor: windows build output folder is now release
* Travis: Force build output to release directory 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								bed9ce5be2 
								
							
								 
							
						 
						
							
							
								
								Added read receipt checkbox to the settings window which enables or disables the sending and receiving of read receipts  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								5f4a44ba8c 
								
							
								 
							
						 
						
							
							
								
								Remove returning models from block/unblock.  
							
							... 
							
							
							
							lint fixes. 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								dbb92aa9c8 
								
							
								 
							
						 
						
							
							
								
								Added i18n messages.  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								ba390e354b 
								
							
								 
							
						 
						
							
							
								
								Added unblocking.  
							
							... 
							
							
							
							Added styling.
Trigger changes on both conversation and messages when we block/unblock. 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								4d3fb17e61 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'sig-development' into merge/signal  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								3aa135fdb4 
								
							
								 
							
						 
						
							
							
								
								Grabbing last hash from server response. only requesting messages after the lasthash. Keeping track of lasthash for array of nodes (currently hardcoded for one)  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								ad1cf94526 
								
							
								 
							
						 
						
							
							
								
								ES2015 classes for LokiServer and FallBackSessionCipher  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								6300256a3e 
								
							
								 
							
						 
						
							
							
								
								Gracefully shut down database operations before app exit  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								f589fdac5c 
								
							
								 
							
						 
						
							
							
								
								Merge signal changes into branch.  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								4b9fcb98d4 
								
							
								 
							
						 
						
							
							
								
								Linting and other housekeeping stuff  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								a7d78c0e9b 
								
							
								 
							
						 
						
							
							
								
								Sealed Sender support  
							
							... 
							
							
							
							https://signal.org/blog/sealed-sender/  
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								1ce29d77c3 
								
							
								 
							
						 
						
							
							
								
								Moved mnemonic to node side. Added sc_reduce32 (asm) to generate privkey. Moved mnemonic languages to separate files.  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								a418a9d23b 
								
							
								 
							
						 
						
							
							
								
								allow registering using a mnemonic word list (seed used as privKey for now)  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								1e14022e2f 
								
							
								 
							
						 
						
							
							
								
								Add skeleton for Loki Message API. Wrap data in json (for now?)  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								5933a34a18 
								
							
								 
							
						 
						
							
							
								
								Use window.log in browser context, turn on console eslint rule  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								f2a63c99ed 
								
							
								 
							
						 
						
							
							
								
								Streamline code to clean logs based on version number  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								c517e4193b 
								
							
								 
							
						 
						
							
							
								
								New option: Disable spell check  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								3c69886320 
								
							
								 
							
						 
						
							
							
								
								Finish new Message component, integrate into application  
							
							... 
							
							
							
							Also:
- New schema version 8 with video/image thumbnails, screenshots, sizes
- Upgrade messages not at current schema version when loading messages
  to show in conversation
- New MessageDetail react component
- New ConversationHeader react component 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								d8e5e5fcf2 
								
							
								 
							
						 
						
							
							
								
								Open separate windows with theme, update settings theme on change  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								ad4387803b 
								
							
								 
							
						 
						
							
							
								
								New media permission, show dialog when not enabled for voice msg  
							
							... 
							
							
							
							UI now in separate renderer:
  - the permissions popup
  - settings dialog
  - debug log dialog
  - about window
Couple bug fixes:
  - About Window: Fix 'escape' to close window
  - Remove outdated dist/copy tasks from Gruntfile
Eslintified settings_view.js 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								91e7155736 
								
									
								
							
								 
							
						 
						
							
							
								
								Restore version/environment details to about window ( #2477 )  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								8eeaad8e18 
								
							
								 
							
						 
						
							
							
								
								Remove unused export/import functionality  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								1c23c6a9d7 
								
							
								 
							
						 
						
							
							
								
								Remove window.config in favor of window.getXXX() accessors  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								f3bd0cf903 
								
							
								 
							
						 
						
							
							
								
								Refactor api.js into web_api, which encapsulates all web access  
							
							
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								a58e94e17e 
								
							
								 
							
						 
						
							
							
								
								Disable eval() since we never use it  
							
							
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								34f423b52c 
								
							
								 
							
						 
						
							
							
								
								Remove unused code; move signal.js to js/modules for eslint  
							
							... 
							
							
							
							(noticed as I was doing this that signal.js doesn't get eslint coverage) 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								a5416e42c4 
								
							
								 
							
						 
						
							
							
								
								Refactor all emoji utility methods into window.Signal.Emoji  
							
							
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								559b2157d4 
								
							
								 
							
						 
						
							
							
								
								Disable window.open(); has extra Electron functionalnity  
							
							... 
							
							
							
							(that we never use)
https://electronjs.org/docs/api/browser-window-proxy  
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								aa13a2c6f7 
								
							
								 
							
						 
						
							
							
								
								Parse phone numbers into e164 as part of schema upgrade  
							
							
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								9d1847a7e5 
								
							
								 
							
						 
						
							
							
								
								Pull all setup in preload.js into signal.js. goal: webpackable  
							
							
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								37821e5a1b 
								
							
								 
							
						 
						
							
							
								
								Wire up all contact behaviors, refactor Contact type/selector  
							
							
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								41be7f126b 
								
							
								 
							
						 
						
							
							
								
								Visuals for embedded contacts as well as contact detail screen  
							
							
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								a102016ed8 
								
							
								 
							
						 
						
							
							
								
								Port `Settings` and `OS` to TypeScript  
							
							
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								c591c3ca55 
								
							
								 
							
						 
						
							
							
								
								Use native notifications on all platforms  
							
							
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								d5b391757d 
								
							
								 
							
						 
						
							
							
								
								Add `Notifications.getStatus`  
							
							
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								1dd87ad197 
								
							
								 
							
						 
						
							
							
								
								Format all source code using Prettier  
							
							
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								b8d20052e1 
								
							
								 
							
						 
						
							
							
								
								Remove unnecessary `AttachmentTS` reference  
							
							
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								e1b620602d 
								
							
								 
							
						 
						
							
							
								
								Display attachments from disk  
							
							
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								f56dc09d01 
								
							
								 
							
						 
						
							
							
								
								Add `getAbsoluteAttachmentPath`  
							
							
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								b74b761255 
								
							
								 
							
						 
						
							
							
								
								Implement click to save for document list  
							
							
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								41fe50553f 
								
							
								 
							
						 
						
							
							
								
								Replace Backbone `saveFile` with `Attachment.save`  
							
							
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								9134701f7c 
								
							
								 
							
						 
						
							
							
								
								Move `filesize` from Bower to npm  
							
							
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								4a5a2cb5c1 
								
							
								 
							
						 
						
							
							
								
								Replace Backbone with React lightbox  
							
							
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								4ce0472b9f 
								
							
								 
							
						 
						
							
							
								
								Extract `Message.loadWithObjectURL`  
							
							
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								27c4bf90e3 
								
							
								 
							
						 
						
							
							
								
								Add `Signal.Backbone`  
							
							
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								c46e1a1519 
								
							
								 
							
						 
						
							
							
								
								Move top-level functions to `Signal.Util`  
							
							
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								32a3ef518b 
								
							
								 
							
						 
						
							
							
								
								Render media gallery placeholder panel  
							
							
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								df2e6e7864 
								
							
								 
							
						 
						
							
							
								
								Port `MIME` module to TypeScript  
							
							
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								c02860af5c 
								
									
								
							
								 
							
						 
						
							
							
								
								Responding to pull request review feedback  
							
							... 
							
							
							
							- messages.getQuoteObjectUrl: early return
- backup.js: explaining variables for long if statement
- types/messages.js: Log if thumbnail has neither data nor path
- sendmessage.js:
  - remove extraneous logging
  - fix indentation
  - upload attachments and thumbnails in parallel
- preload: don't load fs for tests, just fse
- _conversation.scss: split two selectors into two lines, 0px -> 0
- backup_test.js: use fse.existsSync and comment twoSlashes regex
- network_tests_view_test.js: Comment duplicate assignment to window.getSocketStatus 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								a7d44d3344 
								
									
								
							
								 
							
						 
						
							
							
								
								Backup and end-to-end test!  
							
							
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								5412ce051e 
								
									
								
							
								 
							
						 
						
							
							
								
								preload.js: Fix quote support, load Quote properly  
							
							
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								b4ce79cac0 
								
									
								
							
								 
							
						 
						
							
							
								
								Reply -> Quote  
							
							
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								ad05efb7a0 
								
							
								 
							
						 
						
							
							
								
								Expose `Signal.Types.Conversation`  
							
							
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								55fc21505e 
								
							
								 
							
						 
						
							
							
								
								Rename `ts/test` to `ts/styleguide`  
							
							
							
						 
						
							8 years ago