Commit Graph

28 Commits (a54fb65d0b8f202649d6713c7ea7bed17ecaf7f4)

Author SHA1 Message Date
William Grant 9ee89fd099 feat: made more progress with left pane and left more comments
Audric Ackermann 242d51ca8d
Id blinding + onionv4 + new endpoints for sogs and fileserver ()
* 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
Audric Ackermann 2478a78794
move mentions and emojify to a functional component
audric f7b0c6c7e1 make conversation screen closer to mobile UI part1
audric 9e37985d03 enable no-unused local and imports and fix tslint
audric 751a8f1882 start in tray setting directly creates the tray icon
Audric Ackermann 6e8d25e530
Fixes mentions in message body and resolve them quicker
Relates 
Audric Ackermann 0192f295f2
move the user fetch for mentions to redux
Audric Ackermann f7581cf4eb
increase prettier maxWidth to 100
Audric Ackermann a51f95d28c
move models to TS part1
Audric Ackermann ce8bc84de0
add way to add/remove moderators from the message click handler
Audric Ackermann 5c3cb0a165
make moderator dialogs the Session way
Audric Ackermann a0703bc2f9
remove primary and secondary device separate status
Audric Ackermann 135fc3b366
remove prekeys
Audric Ackermann 9f0fd6fa8a
fix mentions shows display name in composition box but sends user id
Audric Ackermann b5af8eb215
Add Mentions with react-mentions
Audric Ackermann 0b4400837b
fix scroll to quoted message and contact display name of group updates
Audric Ackermann a4397ceeb3
Merge remote-tracking branch 'upstream/clearnet' into fix-drop-message-closed-group
Audric Ackermann b237d20e62
treat mentions to our primary as us from secondary
Audric Ackermann 64dff64925
fix mentions notification displayname rather than pubkeys
* replace @pubkeys with their corresponding display name if found
* fix the display of the @ sign on the conversationListItem
Mikunj b69ad7db16 Add attachment util
Audric Ackermann 293eca0509 Merge branch 'brand-redesign' into clearnet
Maxim Shishmarev efc03153d3 Fix not awaiting on promises in mentions
Ryan Tharp f245007a8b convert findMember to async
Maxim Shishmarev 7c05939f55 Add group admins and the ability to remove members from private groups
Maxim Shishmarev f5e9a870f7 Add support for mentions in private group chats
Maxim Shishmarev 16692696e0 address reviews
Maxim Shishmarev 687e9db77b Custom message rendering of mentions