Commit Graph

4646 Commits (6aab900da2385df7e2fe3dc9307746e4c7560866)
 

Author SHA1 Message Date
Scott Nonnenberg ecb126e74c
Custom linter to check code quality (#2753) 7 years ago
Scott Nonnenberg a3b6f3ddce v1.16.1 7 years ago
Scott Nonnenberg 03f81dea5a Merge tag 'v1.16.1-beta.2' 7 years ago
Scott Nonnenberg 366401f77a v1.16.1-beta.2 7 years ago
Scott Nonnenberg 814b9cf26a Only accept 'you left group' messages when group blocked 7 years ago
Scott Nonnenberg c2e0ec5636 Group Blocking: Allow group metadata messages from own devices 7 years ago
Scott Nonnenberg 9c399624cc Support for blocking groups on mobile, via group/blocked syncs 7 years ago
Scott Nonnenberg cfe561b3eb v1.16.1-beta.1 7 years ago
Scott Nonnenberg bae4cecd22 iOS theme: higher visibility for embedded contact text 7 years ago
Scott Nonnenberg 46dac94ab8 Pop toast on attempted attach if image attachment is too large 7 years ago
Scott Nonnenberg 8290146721 Show generic attachment for non-loading/too-large images/videos 7 years ago
Scott Nonnenberg 55a136b9a3 v1.16.0 7 years ago
Scott Nonnenberg bff4b27fa7 Merge branch 'development' 7 years ago
Scott Nonnenberg d0c4152d99 backup.js: Remove references to nonexistent i18n strings 7 years ago
Scott Nonnenberg 8584a79352 Don't treat sends to a group with unregistered users as an error 7 years ago
Scott Nonnenberg ea8e76d9de MessageView: Only re-render on change of key conversation fields 7 years ago
Scott Nonnenberg 0d6c3c0bce Introduce new languages to the product 7 years ago
Scott Nonnenberg efefb7a488 Update localization strings 7 years ago
vitya1 e3ddf280fe Link labels with checkboxes in settings pane (#2704) 7 years ago
Scott Nonnenberg f3b6161c75 v1.16.0-beta.1 7 years ago
Scott Nonnenberg 998c35dcb3 Split configuration into low and high traffic files
Also, we're now handling config ourselves instead of using
electron-config and config dependencies.
7 years ago
Scott Nonnenberg f59ec92fef Routine update to Electron v2.0.8 7 years ago
sachaaaaa b7ca5562b2 remove debugging code that skips encryption 7 years ago
sachaaaaa a6b4215b1f changed sendMessage request from PUT to POST 7 years ago
sachaaaaa fbf13e1873 make transmitMessage call loki_message_api.sendMessage instead of webapi::sendMessage 7 years ago
sachaaaaa 8bb7185c7a make loki_message_api::sendMessage use async/await 7 years ago
sachaaaaa bb65115d7d Ensure the unique object id is stored in the object to facilitate deleting it later. 7 years ago
sachaaaaa 2f562ce9e1 Change contact prekeys in db to allow multiple entries for each contact 7 years ago
sachaaaaa b193a99db9 fix readme 7 years ago
sachaaaaa 6e9ea52e1e add the python servers (http and websocket) and some notes 7 years ago
sachaaaaa 9e0319acb0 fix encrypting message by returning fake localRegistrationID (not sure what it's for) 7 years ago
sachaaaaa 0832806bd9 wip: added helper to create mock contacts, almost got a session working 7 years ago
sachaaaaa 258a89bc21 create contactPreKeys and contactSignedPreKeys in database, with load/store helpers (rerun migrations required) 7 years ago
sachaaaaa e3cbf1caeb rename IndexedDB database to 'loki-messenger' 7 years ago
sachaaaaa b84ff76faf Fix error handling when sending message + clean up in loki_message_api 7 years ago
sachaaaaa 015ef5b399 More rebranding 7 years ago
sachaaaaa 2ae91752d3 skip fetching profiles when clicking on contact 7 years ago
sachaaaaa 8ada6ce8ad serialize message as base64 7 years ago
sachaaaaa 1e14022e2f Add skeleton for Loki Message API. Wrap data in json (for now?) 7 years ago
sachaaaaa 8f33419b52 Change pubkey representation to hex instead of base64 7 years ago
sachaaaaa cf8afb167e
Merge pull request #4 from jcktm/show-identity-key
added identity key above the conversation box
7 years ago
sachaaaaa 316e0ca4af
Merge pull request #3 from jcktm/remove-default-server
config: change the default server from signal.org to localhost
7 years ago
KeeJef d26a4f4547 Change Signal readme
Update Signal readme with basic Loki Messenger information
7 years ago
jcktm 09a0c46637 added identity key above the conversation box 7 years ago
jcktm c5ecf8c710 config: change the default server from signal.org to localhost 7 years ago
sachaaaaa 692362d290 Small rebranding 7 years ago
sachaaaaa c1d6e6113f ValidateNumber now accepts pubkeys instead of phone numbers. This allows starting a conversation with a pubkey. 7 years ago
sachaaaaa b043a469a2 Change regex that filters potentially valid contacts in search bar to match a pub key 7 years ago
sachaaaaa 1866aed432 Accomodate for upcoming signature in websocket connection header 7 years ago
sachaaaaa 536908b1c4 Temporarily prevent re-connecting when socket is disconnected 7 years ago