Commit Graph

13014 Commits (c21f1a745fed046a4807eac83a3dd541d5257343)
 

Author SHA1 Message Date
Audric Ackermann b2d22b2a73 fix: hide known message status except for last message 2 years ago
Audric Ackermann 615722434b feat: merge expiring stopwatch and messagestatus together 2 years ago
Audric Ackermann 00f93a2754 fix: send sync message with the expireUpdate if provided 2 years ago
Audric Ackermann c1222a748d fix: handle dataextraction notification even if read receipts are off 2 years ago
Audric Ackermann 99c231c698 fix: allow answered&missed call notification to disappear after read 2 years ago
Audric Ackermann 9058ed475d fix: force text to black for noticebanner light theme 2 years ago
Audric Ackermann 0b08a0399b fix: datatestIds cannot have spaces 2 years ago
Audric Ackermann 596d443ae8 chore: datatestid cannot start with a digit (I told you so) 2 years ago
Audric Ackermann 1dbcd157a0 feat: add invite failed toast debounced
also make the toast replace pubkeys with nicknames/names or shortened
pks
2 years ago
Audric Ackermann f17beaf852 feat: add GroupInviteJob 2 years ago
Audric Ackermann b8876ebbfe feat: add subaccount auth 2 years ago
William Grant 78ecefa696 fix: off control msgs expire on the last setting 2 years ago
Will G d6fb639213
Merge pull request #37 from Bilb/userconfig_disappearingmessage
QA fixes
2 years ago
Audric Ackermann 45e118ae1b feat: use multi value to know if disappear_v2 is live or nah 2 years ago
Audric Ackermann d7608c42b6 feat: add building and sending of invite messages 2 years ago
Audric Ackermann 6ed74c9807 feat: move profile details of group invite to use the one in dataMsg 2 years ago
Audric Ackermann 1a53f699b4 Revert "fix: move right panel buttons to a panelbuttongroup"
This reverts commit e6dd6844f9.
2 years ago
Audric Ackermann 42ec717851 fix: send extraction notification even if read receipts is off 2 years ago
Audric Ackermann f796c59cef chore: add missing accessibilityIds for menu buttons/radio 2 years ago
Audric Ackermann 9cc37cc0e7 fix: outgoing start call notification timer start on after read 2 years ago
Audric Ackermann e6dd6844f9 fix: move right panel buttons to a panelbuttongroup
also enforce a 300 min width for the right panel, otherwise the bloaded
disappearing message design is not looking good
2 years ago
Audric Ackermann 8872ccf7fe chore: disappear feature switch based on env variable for QA 2 years ago
Audric Ackermann e2801915ef chore: cleaned up window.d.ts 2 years ago
William Grant b731774ac7 fix: use correct values for legacy mode
fix datatestid on generic message
2 years ago
Audric Ackermann dbe94f2293 feat: added strings for groupv2 control message and components for them 2 years ago
Audric Ackermann c9b2d69a73 fix: remove all of the ConfiguratioMessage (legacy) logic 2 years ago
William Grant 7f4475c975 Merge branch 'unstable' into userconfig_disappearingmessage 2 years ago
William Grant 0f05b24c86 chore: bump libsession_util_nodejs to v0.3.0 2 years ago
Audric Ackermann 0fbb0cc852 chore: merge ReceiptMessage and readReceiptMessage into one 2 years ago
William Grant a37c8eaf13 fix: merge now returns good hashes
we calc the latestEnvelopeTimestamp and use for disappearAfterRead
2 years ago
Audric Ackermann df3a188074 fix: address PR reviews 2 years ago
Audric Ackermann ed16e9b500 Merge remote-tracking branch 'upstream/unstable' into closed-group-chunk1 2 years ago
Audric Ackermann 28d99a0f52 chore: lint 2 years ago
Audric Ackermann 67f569e9e3
Merge pull request #2917 from RubenGarcia/RenameMultipleAttachments
Rename multiple attachments
2 years ago
Audric Ackermann e39c276bcc
Merge pull request #2958 from oxen-io/pull-crowdin
chore: pull crowdin changes
2 years ago
Audric Ackermann 50afa68b1f chore: pull crowdin changes 2 years ago
Ruben Garcia 916babb9d0 fix: requested changes by Bilb 2 years ago
William Grant 0cbdd5631b fix: alignment for group messages with no avatar
this happens with multiple incoming messages
2 years ago
William Grant b1d604236e fix: no any in useSelectors
for getMessageAttachmentProps and getIsMessageSelected
2 years ago
William Grant 973845b7c6 fix: comment note casing 2 years ago
William Grant 5d98ff6e8b test: replace any with ConversationAttributes
on convo constructor args
2 years ago
William Grant 0796460d57 fix: comment typos 2 years ago
William Grant 04c3f69398 refactor: export functions from an object for stubbing
for disappearing messages index file
2 years ago
William Grant c644c644c9 fix: explicitly set isCentered 2 years ago
William Grant bb6e09de0a feat: cleaned up wip logs 2 years ago
Audric Ackermann 0b4f9b2c97 chore: rename useSelectedisNoteToSelf to useSelectedIsNoteToSelf 2 years ago
Audric Ackermann b0e38670ab chore: rename all groupv3 to groupv2 2 years ago
William Grant 9fb67f20c2 refactor: moved getMessageExpirationProps
into useParamSelector since it is only called there
2 years ago
William Grant 058ab3ea7e fix: remove unneeded handleSetTime
in OverlayDisappearingMessages
2 years ago
William Grant 294e38fe57 feat: extra legacy useEffects into custom hooks
for OverlayDisappearingMessages
2 years ago