You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-desktop/js
lilia 5a7ab54ee6 Fix registration page
Also make it accessible by providing a mode argument to the install
function. Previously developers could just edit the url but we no longer
have the address bar as an app window, so now they must close the
default installer and run the following from the background page
console: `extension.install('standalone')`.

In the production build, this should result in an error since it is not
supported / the register page is not included there.
10 years ago
..
models Move identity key storage functions to axolotl store 10 years ago
views Convert beforeunload listeners 10 years ago
axolotl_store.js Remove remaining traces of localStorage 10 years ago
background.js Adapt window management to chrome app window api 10 years ago
bimap.js Simplify panel state management and message passing 10 years ago
chromium.js Fix registration page 10 years ago
components.js Fix unsafe eval warning on registration page 10 years ago
conversation_panel.js Make getBackground async 10 years ago
database.js Move local identitykey and registrationid to indexeddb 10 years ago
inbox_controller.js Remove remaining traces of localStorage 10 years ago
index.js Make getBackground async 10 years ago
libaxolotl-worker.js Use a worker to facilitate key generation 10 years ago
libphonenumber-util.js jshint all the things 10 years ago
libtextsecure.js Signaling key is now an array buffer 10 years ago
notifications.js Remove remaining traces of localStorage 10 years ago
options.js Fix registration page 10 years ago
panel_controller.js Convert beforeunload listeners 10 years ago
register.js Fix registration page 10 years ago
storage.js Remove remaining traces of localStorage 10 years ago