Mikunj
a3a7f4a621
Merge commit 'ef44a123ed4ada70489d78fde16a86c60ced34a8' into feature/blocking
6 years ago
Beaudan
ff3cc7a315
Review changes
6 years ago
Mikunj
1bb608b55a
Fixed minor issues.
6 years ago
Mikunj
04bf00d24f
Missed semicolon
6 years ago
Beaudan
489ec8fc65
Heap of linting, eslint warning/error removal, and fixed a couple small bugs found along the way
...
Created new table to store the received message hashes. Checking this table when receiving messages to look for duplicates. Should be cleared of expired messages on app start and every hour after
Removed id which was not needed for seen messages. Refactored filter logic into function and found function name error
create unique index for contact prekeys (to allow using REPLACE)
Fixed lint stuff that merge brought back
6 years ago
Mikunj
dbb92aa9c8
Added i18n messages.
6 years ago
Mikunj
ba390e354b
Added unblocking.
...
Added styling.
Trigger changes on both conversation and messages when we block/unblock.
6 years ago
Mikunj
658b2b0332
List blocked users in settings.
6 years ago
Mikunj
a82999818a
Added blocking/unblocking from friend request.
...
Fixed incoming messages being deleted.
6 years ago
Mikunj
ae2e2fa2ae
Updated UI in conversation to support user blocking behaviour.
6 years ago
Mikunj
8cc9b7b54b
Added blocked number model and collection.
...
Added blocked number controller.
Hooked up BlockedNumberController loading.
6 years ago
Mikunj
34f43088ff
Fix incoming messages being deleted on startup.
6 years ago
sachaaaaa
78d39ac177
Merge pull request #41 from Mikunj/fix/friend-notification
...
Friend Notifications
6 years ago
Mikunj
17e5c861a1
Fixed review issues.
...
Fixed lint error.
6 years ago
Mikunj
c77f996709
Forgot a ;
6 years ago
Mikunj
a9e3a64888
removed unused default param.
6 years ago
Mikunj
3943cbbc6e
Fix linting error.
6 years ago
Mikunj
4148628e70
Remove any unsent messages when app is started.
6 years ago
Mikunj
4f4ebf3ddd
Added an info log on graceful conversation fallback,
6 years ago
Mikunj
ece266fffd
Added showing pow icon.
6 years ago
Mikunj
676fe8b5c5
Fixed new messages not showing when another message in the conversation is calculating its PoW
6 years ago
Mikunj
745d0e82d4
Added unread count badge .
6 years ago
Mikunj
061b8ab2cb
Added function to help friend request notifications
6 years ago
Mikunj
dfae580ffa
Added notification when receiving a friend request and when a friend request was accepted.
6 years ago
Mikunj
4b4999ac35
Update to signal 1.18.0
6 years ago
Scott Nonnenberg
ca4e2177b4
Fix reference to nonexistent variable
6 years ago
Scott Nonnenberg
cb50451011
Bump sender certificate timer after registration for re-link
6 years ago
Mikunj
4d3fb17e61
Merge branch 'sig-development' into merge/signal
6 years ago
sachaaaaa
5bcf63e592
Merge pull request #39 from BeaudanBrown/last-hash
...
Last hash
6 years ago
Beaudan
3aa135fdb4
Grabbing last hash from server response. only requesting messages after the lasthash. Keeping track of lasthash for array of nodes (currently hardcoded for one)
6 years ago
Mikunj
3389b1d457
Fixed the way preKeyBundle is stored in message.
6 years ago
Mikunj
688f275262
pass in source, sourceDevice, timestamp and receivedAt when adding a friend request.
6 years ago
BeaudanBrown
bd0ce981dd
Merge pull request #34 from sachaaaaa/classify
...
ES2015 classes for LokiServer and FallBackSessionCipher
6 years ago
Mikunj
33ee45b819
Cleaned up SQL for getMessagesByConversation.
6 years ago
Mikunj
f2dbdff548
code cleanup.
6 years ago
Mikunj
dc1e42a2e4
Removed unneeded comment :)
6 years ago
Mikunj
1150f0f915
Allow fetching conversation messages by a specific type.
6 years ago
sachaaaaa
ad1cf94526
ES2015 classes for LokiServer and FallBackSessionCipher
6 years ago
Mikunj
4b7a94c7d0
Merge branch 'development' into feature/friend-request
6 years ago
Mikunj
f4b60c3ff6
Fix setting friend requests incorrectly.
6 years ago
Beaudan
d6534e1bb8
Fixed bug with signed key sig not being saved
6 years ago
Mikunj
5e48efc935
Merge commit 'd94365f1c6dbb315f67f29b47982b5f24bd11f5f' into feature/friend-request
6 years ago
Mikunj
6aab900da2
Handle friend request updated.
6 years ago
Mikunj
4d08a74d53
Updated FriendRequest to be more consistent with the other typescript components.
6 years ago
Mikunj
f45e0030c4
Added status display and retry send to friend request.
6 years ago
Mikunj
7530836110
Send message status in friend request props.
6 years ago
Mikunj
757216fe80
Fix text input disabling.
6 years ago
Mikunj
2a83c8710c
Fix up sending friend requests.
6 years ago
Mikunj
fc3cb9c46d
Replace old pending messages with new one when adding a new incoming friend request.
...
More refactoring.
6 years ago
Mikunj
d5fafd4d78
refactor friend request message props
6 years ago