Commit Graph

7390 Commits (01882521c06da2dfdc91f1357d2505c766c5d6c4)
 

Author SHA1 Message Date
Mikunj 8c91aa04f1 Speed up message creation.
We were fetching all of our devices everytime a new message was received.
This was only used for when the message was a public chat message, so i moved it into the relevant if statement.

In the future if we increase the device link limit, we'll need to fetch all our devices on application launch or something.
5 years ago
Mikunj 26140e0ed0 Send delivery receipts asynchronously 5 years ago
Konstantin Ullrich d823850a9e Add overflow-y auto to session-id-editable to be able see the whole sessionID 5 years ago
Konstantin Ullrich 20feb23017 small lint fix in search.ts 5 years ago
Konstantin Ullrich 366acae1cd Minor Fix check if from is invalid not just null 5 years ago
Konstantin Ullrich 87aee6286d Implement requested minor changes 5 years ago
Mikunj Varsani b5c6cdd7a1
Merge pull request #969 from Mikunj/github-actions
Update checkout action to v2
5 years ago
Mikunj 9c3762aed8 Update checkout action to v2 5 years ago
Mikunj d31feed2c0 Review fixes 5 years ago
Mikunj 86b427cc4d Lint 5 years ago
Mikunj d10a8f0a6f Added setting to disable checking for auto updates. 5 years ago
Mikunj Varsani d6c3f89fde
Merge pull request #965 from Mikunj/clean-settings
Clean settings
5 years ago
Jeff Becker 8d684f7b1b
make .loki public chats "work"
passing number zero to environmental variables UNSETS the variable, pass "0" instead.
this commit makes it "work" but is probably not the right fix, that comes later. (tm)
5 years ago
Mikunj 745e898bcc Remove more unused functions 5 years ago
Mikunj d5bb069207 Cleanup unused functions 5 years ago
Mikunj 6767f71a6b Make getMediaPermissions synchronous 5 years ago
Mikunj eeb6257526 Remove settings view 5 years ago
Vince 56643660a6
Merge pull request #964 from konstantinullrich/#953-dragging-zoom-makes-the-GUI-freak-out
Change onChange to onAfterchage
5 years ago
Konstantin Ullrich 19b0bbdf8a Change onChange to onAfterchage 5 years ago
Konstantin Ullrich 048ca2d405 fix lint in search.ts 5 years ago
Konstantin Ullrich 3eca4025e7 Fix lint in search.ts 5 years ago
Konstantin Ullrich f770d4ed44 lint 5 years ago
Konstantin Ullrich 8f7083f5a2 Update Advanced Search by easier date formats 5 years ago
Konstantin Ullrich c11a96ad01 lint 5 years ago
Konstantin Ullrich 8c32bb93f7 Implement Advanced Search (from, before and after) 5 years ago
Ryan Tharp 837dfe1af5 remove org.whispersystems from notifications to match package.json build appId, fixes #952 5 years ago
Ryan Tharp 738057587d open group avatar redo conversion properly 5 years ago
Mikunj Varsani 9dc8160497
Merge pull request #957 from loki-project/clearnet
1.0.4
5 years ago
Mikunj Varsani 4e5f6bc846
Merge pull request #956 from loki-project/1.0.4
Bump version to 1.0.4
5 years ago
Mikunj 723d33019d Bump version to 1.0.4 5 years ago
Mikunj Varsani 31aca28a8d
Merge pull request #954 from loki-project/disable-auto-update
Disable auto-updates in devprod
5 years ago
Mikunj Varsani 061239d9b7
Merge pull request #955 from loki-project/seed-restore
Fix seed restoration
5 years ago
Mikunj 012575be35 Remove calling sc_reduce32 when deriving a keypair from a mnemonic seed.
This is the reason that seeds across desktop and mobile devices would never restore to the same keypair. This function was there from the initial messenger days and with further discussion with Maxim, we deemed calling this function an unnecessary step for generating a keypair. There are no security implications for this change as we generate keypairs the exact same way as Signal does.

The biggest downside to this change however is that if you try to restore a desktop device with a seed from before this change, that seed will generate a completely different key pair and thus a different session ID.
This will only affect users who plan to restore any device from the seed of a desktop device before this change.
5 years ago
Mikunj 582ffe0f77 Disable auto-updates in devprod 5 years ago
Vince 62abcfcdc6
Prevent rendering double avatars 5 years ago
Mikunj Varsani f0bb328952
Merge pull request #951 from loki-project/clearnet
Merge into Master; prep for v1.0.3
5 years ago
Mikunj Varsani 1996795c9b
Merge pull request #949 from Mikunj/auto-update
Auto update
5 years ago
Mikunj aeb349ea64 Unrelated lint... 5 years ago
Mikunj 9e9b2a12d6 Fix translations 5 years ago
Mikunj 4eef73c0a2 Converted updating into a 2 step process.
First it will ask the user about downloading the new update.
Then it will download the update and ask the user to restart the application.

This was done so that if the company was forced to put out comprimised binaries, all our users won't be automatically updated to them.
5 years ago
Mikunj 8c071b2f11 Fix auto updating on all platforms.
Added instructions for release.
5 years ago
Ryan Tharp 178d788dca Enable auto-updating using electron-updater 5 years ago
Vince 06142c880a
Revert removal of header search icon
Rendering is still disabled.
5 years ago
Vince 840f280a37
Prepare for v1.0.3 5 years ago
Audric Ackermann 0779eb2890
Merge pull request #929 from Bilb/use-new-memberlist-updategroup-dialog
Use the new member list UI for the update group dialog (closed)
5 years ago
Vince 868ad39e88
Merge pull request #932 from neuroscr/fixconvview
Fix message still loading exception
5 years ago
Audric Ackermann 1f74803e72
add key to group member list 5 years ago
Mikunj Varsani 64778d15d7
Merge pull request #948 from konstantinullrich/#893-Unhandled-Promise-Rejection-error-when-updating
Move cleanupOrphanedAttachments before restart
5 years ago
Konstantin Ullrich 9cc9d61fcd Remove a redundant restart call 5 years ago
Konstantin Ullrich 1ea0edafa9 Remove redundant if statement to avoid future bugs 5 years ago