Commit Graph

129 Commits (53059135eefd20b349bbbc7fa959b0b9c6f61d2a)

Author SHA1 Message Date
Audric Ackermann 53059135ee fix: tsc does not overwrite workers compiled content 3 months ago
Audric Ackermann 571d593c38 fix: fix small ui issues after merge of multiple PRs 4 months ago
Audric Ackermann ae95649ad2 chore: lint 4 months ago
Audric Ackermann 24887dd05b Merge branch 'feature/ses-145/leave-conversation-update' into userconfig_disappearingmessage 4 months ago
William Grant aea4fd7ad9 Merge branch 'userconfig_disappearingmessage' into feature/ses-558/more-message-information 4 months ago
Audric Ackermann 286260fae8 fix: make callMessage forced to be DaR for recipient
and put workaround for our local message
5 months ago
Audric Ackermann 3a26285667 fix: make group control message not expire 6 months ago
Audric Ackermann 543c80bbe3 fix: add most of new designs (own setting) for disappear v2 messages 6 months ago
Audric Ackermann ad9fa6dbee chore: remove lastChangetimestmap and add explciit expiretype and type
on the messages creation
6 months ago
William Grant c9a8ea2b81 feat: removed MessageDetails and added MessageInfo
added other components
8 months ago
William Grant 0212166fcc feat: moved disappearing logic to a feature folder
only moved types and timerOptions so far
8 months ago
William Grant 38a8012e10 refactor: providedexpirationtype to provideddisappearingmode 8 months ago
William Grant 250e3d0238 refactor: rename expirationType on convo to expirationMode
this means convo has expirationMode and messages have expirationType
8 months ago
William Grant cd2f51684d refactor: disappearingmessageconversationtype to disappearingmessageconversationmodetype 8 months ago
William Grant c33eef0162 fix: sync messages now expire in 1on1s
fromConfig has been removed from updateExpireTimer
9 months ago
William Grant 85f270b67a Merge branch 'unstable' into userconfig_disappearingmessage 9 months ago
William Grant 41af1e7865 Merge branch 'unstable' into userconfig_disappearingmessage 10 months ago
Audric Ackermann d43d6abbae chore: replace tslint with eslint and fix linting issues 10 months ago
William Grant 0e4a628c20 feat: use getNowWithNetworkOffset instead of Date.now 11 months ago
William Grant 5f8cb35f8a feat: make sure changes are needed before calling commit() 11 months ago
William Grant 1c8ae3650e fix: pass yarn ready 12 months ago
William Grant fcadc8df07 fix: cleanup 12 months ago
William Grant 45b904ce8c feat: if we fail to leave a conversation then change to delete conversation and remove the group from the db 12 months ago
William Grant ebf9db67a3 feat: when hiding note to self it shouldn't delete the messages
added a keepMessages option to deleteConvoInitialChecks
12 months ago
William Grant f909f5d5b7 fix: close SessionConfirm modal as soon as user confirms that they want to leave a conversation 12 months ago
William Grant d782a0214e feat: dont save interaction error messages in communities 12 months ago
William Grant abfc638c2c fix: cleanup 12 months ago
William Grant e7f3bb5abf fix: if there is no last message, we still want to display the interaction status
loading state shows correctly in all cases, cleanup as well
12 months ago
William Grant 24776c0d5c feat: moved convo model interaction props into the lastMessage logic
this makes it easier to interact with since if an interaction fails we save it to the db as a message
12 months ago
William Grant 027b412fb2 feat: save conversation interaction errors to a message history 12 months ago
William Grant b67d52382d feat: updated right panel leave button
added community leave failed text, handle leaving conversation with no name
12 months ago
William Grant 38c6cb0d7d feat: finished note to self and 1o1 conversation leaving and hiding 12 months ago
William Grant 1df57140ff feat: handle closed group admin separately
update confirmation action to use leave text, left code for the closed groups rebuild
12 months ago
William Grant de614109d0 feat: added lastMessageId to convo model to uniquely identify a lastMessage 12 months ago
William Grant 96fcbf1345 feat: added start enum to interaction status
improved error handling, consolidated types
12 months ago
William Grant 454e382ce4 feat: moved interaction logic to use conversation model
added fail text color to interaction item
12 months ago
William Grant 8a7007e7c3 feat: added interaction properties to conversation modal and started UI changes in ConversationListItem based on confirming an interaction
still to to port the original modal checks to use thd convo props
12 months ago
William Grant c492fad4ee feat: added support for tracking the confirmation process status and its type
attempting to show this status inside of the ConversationListItem message section, show confirmation modal when leaving private chats
12 months ago
Audric Ackermann 0fa58a5654 chore: fix compilation issues after conflicts resolution 12 months ago
Audric Ackermann 4637f4609a Merge remote-tracking branch 'yougotwill/disappearing_messages' into userconfig_disappearingmessage 12 months ago
Audric Ackermann 2068737cdd fix: break down deleteContact based on convo type 1 year ago
Audric Ackermann 2a4bbbd587 feat: add the deleteContact and deleteConversation only menu items 1 year ago
Audric Ackermann 6f6620f622 fix: skip new group messages when receved after group was removed 1 year ago
Audric Ackermann bac2887c28 fix: update with latest libsession util 1 year ago
Audric Ackermann 44483b7d23 fix: use releaseFeature from disappearing message PR as featureFlag 1 year ago
Audric Ackermann 8edb1275c2 fix: keep updating dumps even if user config feature is off 1 year ago
Audric Ackermann 051c4bb262 fix: merge the confSyncDumpJob into the confSyncJob 1 year ago
William Grant 97ecc9e521 feat: fixed double expiration update message issue
started creating an inheritable expiration message class, improved start triggering logic
1 year ago
William Grant ee6607b96a feat: added expirationType and expireTimer to content message and updated message pipeline
this includes sync messages and updating the protobuf, haven't tested closed groups
1 year ago
William Grant 0700ac4813 fix: moved disappearing message types to utils 1 year ago