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 320d1f18ae Fix exception when protbuf-encoding groupIds
An exception is thrown when protobuf tries to encode a number as the
group id, which is declared to have type 'bytes'.

Fix by make it an ArrayBuffer instead, and increase the length to 16,
which is what the Android client uses:

c632b32ff8/src/org/thoughtcrime/securesms/database/GroupDatabase.java (L222)
11 years ago
..
models Small frontend fixes for the new group view 11 years ago
views More frontend groups fixes 11 years ago
api.js Refactor options page and style using bootstrap 11 years ago
background.js moved some chromium-specific code into chromium.js (using extension.navigator namespace) 12 years ago
chromium.js moved some chromium-specific code into chromium.js (using extension.navigator namespace) 12 years ago
crypto.js Remove unused function 11 years ago
fake_api.js Add closeSession tests as Alice and fix re-requesting prekeys 11 years ago
helpers.js Fix exception when protbuf-encoding groupIds 11 years ago
libphonenumber-util.js Move phonenumbery utils to libphonenumber object 11 years ago
options.js Refactor options page and style using bootstrap 11 years ago
popup.js Update records list in BBLocalStorage on fetch 11 years ago
sendmessage.js Fix references to GroupContext Type ENUM values 11 years ago
test.js Add missing localStorage.clear() 11 years ago
testvectors.js Refactor a bunch of stuff re: session closing, add test cases 11 years ago
webcrypto.js Add human readable version of errors 12 years ago