Audric Ackermann
cf44896a03
Minor call tweaks ( #2051 )
...
* show missed-call,started-call and answered call notification in chat
* fix types for createLastMessageUpdate
* show incoming dialog if we have a pending call when enable call receptio
* simplify a bit the avatar component
* move disableDrag to a custom hook
* speed up hash colors of avatarPlaceHolders
* fixup text selection and double click reply on message
* keep avatar decoded items longer before releasing memory
* add incoming/outgoing/missed call notification
also, merge that notification with the timer and group notification
component
* hangup call if no answer after 30sec
* refactor SessionInput using hook + add testid field for recovery
* disable message request feature flag for now
* fix merge issue
* force loading screen to be black instead of white
for our dark theme user's eyes safety
3 years ago
Audric Ackermann
56d58a35e5
Merge pull request #2000 from warrickct/message-requests
...
Message requests
3 years ago
Audric Ackermann
bef9058ffe
Merge branch 'clearnet' into message-requests
3 years ago
warrickct
f17b923add
Fixing rimraf transpile bug. Adding PR fixes - icon buttons.
3 years ago
warrickct
e32f20d8bc
PR changes
3 years ago
Audric Ackermann
1c27ceb2d0
Merge pull request #2045 from Bilb/fix-bug-release-blob-decrypted
...
Fix bug release blob decrypted
3 years ago
warrickct
4576f3cb32
Merge branch 'clearnet' into message-requests
3 years ago
warrickct
c3e58f725e
Adding trigger logic for conversation filtering of requests.
3 years ago
warrickct
f91e2c4edd
Minor PR fixes
3 years ago
warrickct
97fe0c7a7a
Merge branch 'clearnet' into message-requests
3 years ago
warrickct
b5df47c2b8
Addressing PR comments
3 years ago
warrickct
9823a700e2
Addressing PR fixes
3 years ago
warrickct
726418887c
Addressing PR comments
3 years ago
Audric Ackermann
faeb6e206a
fix a bug releasing the decrypted attachment blobs too early
3 years ago
Audric Ackermann
894349e710
cleanup props passing of avatar and name with a custom hook
3 years ago
warrickct
2d664a2df7
Applying PR changes.
3 years ago
Audric Ackermann
5ba7f20162
speed up fetching closed group's members avatar
3 years ago
Audric Ackermann
7054ba6f36
Merge pull request #2039 from Bilb/dismiss-call-multi-device
...
Dismiss call multi device
disable deduplication based serverId+sender
3 years ago
warrickct
3602b51986
Fixing up block all logic.
3 years ago
Audric Ackermann
af75b6f0e2
disable deduplication based serverId+sender
...
only use the serverTimestamp+sender for searching because
serverId+sender might have false positive
3 years ago
Audric Ackermann
8fea533124
darken a bit the green of sent message box in light theme
3 years ago
warrickct
ac8dbb341b
linting and formatting changes
3 years ago
warrickct
043c2fa99f
fixing merge conflicts
3 years ago
warrickct
86a9253144
Merge branch 'clearnet' into message-requests
3 years ago
warrickct
f0161ec338
More formatting and linting
3 years ago
warrickct
2144a3980f
Linting and formatting.
3 years ago
warrickct
23ca19b125
Only updating approval when it is a true value as we consider a block a decline.
3 years ago
warrickct
9c9a43ee97
Adding improvements to message request handling.
3 years ago
Audric Ackermann
e716f73d6c
mute audio from bg when video is in fullscreen
...
this is to avoid having two times the remote sound playing
one in the bg and one in the fullscreen
3 years ago
Audric Ackermann
a4daabfa75
add a way to choose the audioouput/mute a webrtc call
3 years ago
Audric Ackermann
53289298a9
auto select the first audio input on connection success webrtc
3 years ago
Audric Ackermann
d5f6180ae6
create offer and answer ourselves and do not use the negotiation needed
...
event.
this event is causing us to loop in negotiation needed when each side
try to create one, gets the answer and so on...
3 years ago
warrickct
2e2941ba9b
message request refactoring.
3 years ago
Audric Ackermann
1dff310820
no video track by default and will be turn ON if asked to
3 years ago
Audric Ackermann
6f3625f99c
move the state of calling to its own slice
3 years ago
Audric Ackermann
80566fd60e
cleanup sessionprotobuf
3 years ago
Audric Ackermann
2f49228317
update turn servers
3 years ago
Audric Ackermann
4ce1b7813a
add data-testid for leftpane sections and edit profile dialog
3 years ago
Audric Ackermann
fcff08b1c2
Merge pull request #2036 from Bilb/fix-search-result-inactive-convo
...
Fix search result inactive convo
3 years ago
Audric Ackermann
b6eb5ceaf2
Merge pull request #2035 from Bilb/fix-archlinux-pw
...
fix archlinux pw unused issue
3 years ago
Audric Ackermann
c1471426ac
dismiss a call when answered from another of our devices
3 years ago
Audric Ackermann
7b0587876f
opengroup messages from blocked user are dropped
...
Fixes #2019
3 years ago
Audric Ackermann
465508b2ae
opengroup messages from blocked user are dropped
...
Fixes #2019
3 years ago
Audric Ackermann
1d3a89f058
hide activeAt = 0 convo from search results
...
Fixes #2033
3 years ago
Audric Ackermann
22e4c9d850
fix archlinux pw unused issue
...
on archlinux, the appimage links to the system sqlite by default which
does not support sqlcipher
3 years ago
warrickct
40396224dc
adding feature flag for config message receiving
3 years ago
warrickct
2eab74246b
PR changes. Disabling message requests behind feature flags.
3 years ago
warrickct
e5a203a48e
adding setting of active_at to hide unapproved messages.
3 years ago
Audric Ackermann
cd092249cd
Merge pull request #2031 from oxen-io/clearnet
...
fix ringing sound for in release builds
3 years ago
Audric Ackermann
a2f6d8c3d3
Merge pull request #2030 from Bilb/fix-netwokr-switching
...
fix ringing sound for in release builds
3 years ago