Konstantin Ullrich
447ba9d3aa
Remove redundant code from SessionSearchInput
5 years ago
Mikunj Varsani
d8b982e194
Fix messages not being created properly in open groups
5 years ago
Mikunj Varsani
f594a5e5cf
Merge pull request #978 from konstantinullrich/#901-TTL-Display-Clock-Alternative
...
Add a numeric TTL Countdown if the time left is under 1 minute
5 years ago
Mikunj Varsani
ba48028375
Merge pull request #977 from konstantinullrich/#631-Keyboard-selection-via-Shift-not-working-when-starting-a-selection-from-the-right
...
Implement Blib's change
5 years ago
Konstantin Ullrich
e9be9bcbc5
lint quotemark ` should be '
5 years ago
Konstantin Ullrich
de6dc26d6c
Replace native Context Menu with a syleguided one in SearchInput
5 years ago
Vince
fa41acc7ac
Merge pull request #962 from konstantinullrich/#889-Advanced-Search
...
#889 Advanced search
5 years ago
Mikunj Varsani
da53c91147
Merge pull request #981 from loki-project/revert-980-win32
...
Revert "Enable building win32 binaries."
5 years ago
Mikunj Varsani
a285c091b3
Revert "Enable building win32 binaries."
5 years ago
Mikunj Varsani
8db35bad5f
Merge pull request #980 from loki-project/win32
...
Enable building win32 binaries.
5 years ago
Mikunj Varsani
d120cbb55d
Merge pull request #966 from majestrate/loki-tld-hack-2020-03-10
...
make session "work" with .loki tld
5 years ago
Mikunj Varsani
75dadb2054
Merge pull request #960 from neuroscr/fix952
...
Fix #952 : remove org.whispersystems in notifications
5 years ago
Mikunj Varsani
04aca110c6
Merge pull request #976 from Mikunj/slow-message-fix
...
Speed up message decryption.
5 years ago
Mikunj Varsani
c007afaa25
Build binaries for win32
5 years ago
Konstantin Ullrich
18a464fc58
Add a numeric TTL Countdown if the time left is under 1 minute
5 years ago
Konstantin Ullrich
c410ef5354
Remove Debuglog
5 years ago
Konstantin Ullrich
2ed7ed5de5
Implement Blib's change
5 years ago
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