Commit Graph

53 Commits (53059135eefd20b349bbbc7fa959b0b9c6f61d2a)

Author SHA1 Message Date
Audric Ackermann 53059135ee fix: tsc does not overwrite workers compiled content 3 months ago
Audric Ackermann a203ea79cd Merge remote-tracking branch 'oxen/unstable' into userconfig_disappearingmessage 5 months ago
Audric Ackermann 286260fae8 fix: make callMessage forced to be DaR for recipient
and put workaround for our local message
6 months ago
Audric Ackermann ccbe3e13b0 fix: call messages expires with recipients expire settings 6 months ago
Audric Ackermann b61745fd94 fix: use DaR ttl for synced message store request
removing one request at a time
6 months ago
Audric Ackermann 9c4eee8a15 fix: disable frigg&fenrir turn servers for now 6 months ago
Audric Ackermann 98fd834367 fix: already read DaR messages start with right time left on receive 6 months ago
Audric Ackermann 99c231c698 fix: allow answered&missed call notification to disappear after read 8 months ago
Audric Ackermann 9cc37cc0e7 fix: outgoing start call notification timer start on after read 8 months ago
William Grant 04c3f69398 refactor: export functions from an object for stubbing
for disappearing messages index file
8 months ago
William Grant 5f3a0899f5 feat: moved remaining code into feature folder
also separated out legacy functions
8 months ago
William Grant cafa9d80ec fix: remove all unneeded tslint comments
fixed some eslint errors
8 months ago
William Grant f31e157c12 refactor: replaced get expireTimer calls
with getExpireTimer
9 months ago
William Grant 3ed041c4a5 feat: created getters on convo model
replaced all expirationMode calls
9 months ago
William Grant 250e3d0238 refactor: rename expirationType on convo to expirationMode
this means convo has expirationMode and messages have expirationType
9 months ago
William Grant beb04d1b31 feat: improved logging for start expiry timestamp 9 months ago
William Grant ec81805745 fix: log pipeline better 9 months ago
William Grant b88842b687 feat: tested v2 releas
made some updates to expire update generation and handling, one final fix required
9 months ago
William Grant e8c927f580 feat: setExpirationStartTimestamp uses DisappearingMessageConversationType
easier to manage starting a legacy disappearing message and always pass expiration type and timer
10 months ago
William Grant 9d8cca1970 feat: convert between conversation and message model disappearing modes in key locations
remove disappearing messages from convo header context menu
10 months ago
William Grant ff19c95a92 fix: remove using legacy as a string for disappearing messages except in the UI
created new isLegacyDisappearingModeEnabled check, default use UNKNOWN expiration type in message classes if not defined
10 months ago
William Grant 41af1e7865 Merge branch 'unstable' into userconfig_disappearingmessage 11 months ago
Audric Ackermann d43d6abbae chore: replace tslint with eslint and fix linting issues 11 months ago
Audric Ackermann 9a7ef4d373 Merge branch 'unstable' into userconfig_disappearingmessage 12 months ago
Audric Ackermann 594eee698b Merge remote-tracking branch 'upstream/clearnet' into unstable 12 months ago
Audric Ackermann 4637f4609a Merge remote-tracking branch 'yougotwill/disappearing_messages' into userconfig_disappearingmessage 1 year ago
William Grant d706ecdead fix: show authorName in reply ui 1 year ago
Audric Ackermann 318a77be4b fix: mark messages sent before our lastreadts from the wrapper as read 1 year ago
William Grant afaaedac3e feat: added proper note to self support
note to self is always delete after send
1 year ago
William Grant e5ecff7ec3 fix: fixed legacy disappearing messages on call notifications and others 1 year ago
William Grant 5c697572a7 feat: Call Notifications now expire properlly
include the direction in the expiration props, setting the start timer doesnt directly update the model
1 year ago
Audric Ackermann 3ecc89fab3 Merge remote-tracking branch 'upstream/master' into onboarding 1 year ago
Audric Ackermann f3975b545a feat: use priority for hidden and pinned conversation 1 year ago
Audric Ackermann 3c58f9c1e4 feat: add a hidden flag for convos and use it with the contactswrapper 1 year ago
mdPlusPlus 1d6ed17ac7 Fix typos via codespell 1 year ago
Audric Ackermann 22329bc745 chore: cleanup FIXMEs and remove sig_timestamp as we cannot rely on it
we use timestamp instead of sig_timestamp for store requests
1 year ago
Audric Ackermann 6d1b406c85 fix: add namespace to all sending message calls 1 year ago
Audric Ackermann d7bcf1026f fix: refactor snodeRPC to use snode batching 2 years ago
Audric Ackermann 242d51ca8d
Id blinding + onionv4 + new endpoints for sogs and fileserver (#2347)
* Added Onionv4 support to file server, sogs and pn server
* Added blinded message support
* Updated endpoints for sogs and file server to remove legacy ones
2 years ago
Audric Ackermann 21af9b5c1b
fix: show call missed message on call too old received 2 years ago
Audric Ackermann 13e2f81f26
Merge remote-tracking branch 'upstream/clearnet' into node-side-in-ts 2 years ago
Audric Ackermann 261940e978
fix tests 2 years ago
Audric Ackermann 0719700371 do not end call if connection fails, instead wait for new offer 2 years ago
Audric Ackermann 2a11d5e71f
trigger a new offer on connect fail if we are caller
the caller is just supposed to accept the offer and send an answer back
2 years ago
Audric Ackermann 74cf88cf81
create closed group mark as approved
also, do not filter closed group based on the isApproved field in redux
2 years ago
warrickct f5972a5d1c Calling setting convo isApproved. Removing some unnecessary conditionals. 2 years ago
warrickct ee9156d4f8 Merge clearnet into message-request-ui 2 years ago
Audric Ackermann cb8704f9b1
bump convo active_at on answered/trigger call 2 years ago
Audric Ackermann 28c7445dce
refactor most of the components to outside of their Session folder (#2072)
* refactor most of the components to outside of their Session folder

* finish moving overlay and memberListItem to react hook

* fix bug with kicked member len >2 not being displayed

also sort admins first in UpdateGroupMembers dialog

* fix admin leaving text of groupNotification

* add a useFocusMount hook to focus input fields on mount

* make click avatar convo item open only user dialog

* cleanup config default.json

* make sure to use convoController to build sync message

* disable showing pubkey on opengroups

* add a pause on audio playback

Fixes #2079
3 years ago
Audric Ackermann 48e7a0e25f
Various UI fixes (#2070)
* cleanup unused convo json fields in db

* display a toast if the user is not approved yet on call OFFER received

* enable CBR for calls

* do not update active_at on configMessage if !!active_at

* remove mkdirp dependency

* disable call button if focused convo is blocked

* quote: do not include the full body in quote, but just the first 100

* click on the edit profile qr code padding

* Allow longer input for opengroup join overlay

Fixes #2068

* Fix overlay feature for start new session button

* make ringing depend on redux CALL status

* turn ON read-receipt by default
3 years ago