signal-desktop/js
lilia 06ff6c3087 Let thread collection double as contacts db
When a thread is 'destroyed' from the UI we delete its messages and mark
the thread as inactive, (in other words, keep it around as contact info).
Additionally, we only load active threads when initializing the UI, and
reactivate threads when new messages are added to them.

Conflicts:
	js/models/messages.js
	js/models/threads.js
	js/views/conversations/show.js
2014-07-27 11:35:48 -10:00
..
models Let thread collection double as contacts db 2014-07-27 11:35:48 -10:00
views Let thread collection double as contacts db 2014-07-27 11:35:48 -10:00
api.js Remove ping, update to latest spec proposal 2014-07-26 18:15:24 -04:00
background.js moved some chromium-specific code into chromium.js (using extension.navigator namespace) 2014-06-01 21:33:58 +02:00
chromium.js moved some chromium-specific code into chromium.js (using extension.navigator namespace) 2014-06-01 21:33:58 +02:00
crypto.js Remove unused function 2014-07-27 02:33:17 -04:00
fake_api.js Add closeSession tests as Alice and fix re-requesting prekeys 2014-07-24 20:15:27 -04:00
helpers.js Fix tests by returning promises 2014-07-27 02:05:25 -04:00
options.js Remove ping, update to latest spec proposal 2014-07-26 18:15:24 -04:00
popup.js Refactor conversation list view 2014-06-07 16:31:40 -07:00
sendmessage.js Add closeSession tests as Alice and fix re-requesting prekeys 2014-07-24 20:15:27 -04:00
test.js Add missing localStorage.clear() 2014-07-27 02:30:00 -04:00
testvectors.js Refactor a bunch of stuff re: session closing, add test cases 2014-07-25 19:55:49 -04:00
webcrypto.js Add human readable version of errors 2014-05-28 03:45:40 +02:00