Commit Graph

1327 Commits (v1.6.10)

Author SHA1 Message Date
Audric Ackermann 72c96ea998
remove most of the SessionProtocol unused stuff
- prekeys
- SessionCipher
- LokiCipher
- endSession and the reset Session logic
- what we called Sessionprotocol manager (to keep track of session with
everyone)
4 years ago
Audric Ackermann 979a9058e3
remove verified number - related features (partial) 4 years ago
Audric Ackermann b15984aa08
cosmetic UI for updateGroupMembersDialog 4 years ago
Audric Ackermann 1a128ab055
fix colors for caption editor 4 years ago
Audric Ackermann 2fbb52c486
Merge pull request #1404 from Bilb/add-session-protocol
Add decrypt of messages with Session protocol and disable SessionRequest logic
4 years ago
Audric Ackermann d201078837
Merge pull request #1403 from Bilb/various-bug-fixes
Various bug fixes
4 years ago
Audric Ackermann b0a229bf13 add Dialog on app start to ask to update SessionID 4 years ago
Audric Ackermann 41855ada32
fix unread count bubble overflow on more than 99 messages unread 4 years ago
Audric Ackermann 3313c72ba7
set the min-width of a message to 150px 4 years ago
Audric Ackermann e9f186065d
do not shrink SessionSpinner 4 years ago
Audric Ackermann 5109f9fdda
remove ConversationLoadingScreen (unused) 4 years ago
Audric Ackermann 766a9f9c45
fix theme for voice messages and recording 4 years ago
Audric Ackermann 08cb446227 Fix font for conversation list item title
Fixes #1193
4 years ago
Audric Ackermann 7647529cc8
fix typing bubbles on SessionConversation
for some reasons, they were sometimes not visible due to the message
list bottom padding
4 years ago
Audric Ackermann 4bab6cc8b4
fix typing bubbles on SessionConversation
for some reasons, they were sometimes not visible due to the message
list bottom padding
4 years ago
Audric Ackermann c0292b0b2b
fix up session logo on loading and max message body length 4 years ago
Audric Ackermann 7da988c132
fix up session logo on loading and max message body length 4 years ago
Audric Ackermann 26c9eee85d
add sanitize.css and fix up z-index for audio recording canvas 4 years ago
Audric Ackermann dd4f591cf4
deleteAccount => show warning when recover will generate new SessionID 4 years ago
Audric Ackermann a23d5cd95c
fix theme for SessionRecording 4 years ago
Audric Ackermann 46fa6e39f6 fix position of play button on right panel medias 4 years ago
Audric Ackermann 6afe893359
fix up a few test 4 years ago
Audric Ackermann cb2f90f7f7
make SessioNotificationCount a styled component 4 years ago
Audric Ackermann c128684ffe
cleanup unused svg files from Signal 4 years ago
Audric Ackermann 4c6a05c6d7
make timestamp a styled-component too 4 years ago
Audric Ackermann e1fbcade0f
move expiretimer bucket svg to ts & style them with styled-components 4 years ago
Audric Ackermann 15ae97e0a7
use OutgoingMessageStatus in ConversationListItem too
also, enable back the delivered/read status on message metadata
4 years ago
Audric Ackermann 0a6a49eda5 Add an Outgoing Message Status react component 4 years ago
Audric Ackermann e38be266c2 major rework of session icon => make them styled with styled-component 4 years ago
Audric Ackermann f0a58b01b0
remove calculatingPow animation on msg => use the one for sending 4 years ago
Audric Ackermann 4c0a988fe5
Move the metadata badges to use react functional components 4 years ago
Audric Ackermann 29eb528d1f
remove signal gear icon, and show back ours on calculatingPow
this is used for a message in the message list and in the conversation
list item
4 years ago
Audric Ackermann f9783be764
various UI fixes
* hide borders of images in bg when in the message details view
* force color of caption edits to white, as the background is grey and
it is more readable
* fix a bug preventing to quote the same message twice when switing
between two conversation after starting to quote one
4 years ago
Audric Ackermann e8677eef8c add back bump typing to CompositionBox 7 show bubbles on direct convo 4 years ago
Audric Ackermann 08d8b90aaa
add animation on click on quoted message just like on mobile 4 years ago
Audric Ackermann 53fa014742
fix at symbol margin on mentions in conversationListItem 4 years ago
Audric Ackermann 60a4fcbfcc
small UI fixes for caption editor 4 years ago
Audric Ackermann c1c1cde14b
improve caption editor, and disable right panel if messagedetails shown 4 years ago
Audric Ackermann 22b4f39e52
MessageDetails: contact status fallbacks to message status
this is used for medium groups
4 years ago
Audric Ackermann 5c55a9411f
add first step to enable back MessageDetails.
Still not much the react way to do it for now
4 years ago
Audric Ackermann 8ac2011682
render triple dots menu on header only when not on default viewmode 4 years ago
Audric Ackermann 2ec337dd31
Add back ability to edit caption before sending attachments 4 years ago
Audric Ackermann 4e1ec3b65a
fix screen layout when reset db on start 4 years ago
Audric Ackermann edd984e0f5
make quotes stay empty when there object isEmpty() 4 years ago
Audric Ackermann c9e81454fb
make mentions work in react when emoji inserted inside at a rand pos 4 years ago
Audric Ackermann b5af8eb215
Add Mentions with react-mentions 4 years ago
Audric Ackermann 828aa4413f
remove unused group_member_list component 4 years ago
Audric Ackermann 2fc61d2c96
cleanup expired template from html files 4 years ago
Audric Ackermann 6e14718a32
reactity the expired Session version warning 4 years ago
Audric Ackermann 977569cde0
move offline network view to react 4 years ago
Audric Ackermann 2f2eb2ad53
link back backbone conversation events to redux store 4 years ago
Audric Ackermann 918eeae275
move InboxView to react 4 years ago
Audric Ackermann e45ce43e01
store messages currently loaded in convo on redux 4 years ago
Audric Ackermann 5122433eb4
remove message_list_view.js and replace saveMessage with a commit() 4 years ago
Audric Ackermann 30f93b2ad3
remove conversation stack 4 years ago
Audric Ackermann c039c89a26
remove resetMessageSelection() as unused and cleanup toast 4 years ago
Audric Ackermann 209fe460e4
lint and fix toast blur when dialog shwon 4 years ago
Audric Ackermann e613613416
show toast with react-toastify and make them a styled-component 4 years ago
Audric Ackermann 051436339d
remove unused font 4 years ago
Audric Ackermann 7058bc0319
fix metadata styles for media message without body on light mode 4 years ago
Audric Ackermann 876247b5ad
fix background of selectio overlay, and cleanup unused code 4 years ago
Audric Ackermann c0cf53cdfa
enable back the logic of displaying avatar for first message in serie 4 years ago
Audric Ackermann 7ae79ee0a2
make timer notification work with empty profile name (display pubkey) 4 years ago
Audric Ackermann 113e91aa4b
contact section updates on menu right click block 4 years ago
Audric Ackermann b9dbef86a5
click on image message in convo while selection mode, selects message 4 years ago
Audric Ackermann b865810cb0
fix expiretimer color for incoming message in light mode 4 years ago
Audric Ackermann d0bf8d54bc
fix theme of unlock settings with password 4 years ago
Audric Ackermann aad2d3232a
be able to show right panel for users too (and display convo medias) 4 years ago
Audric Ackermann 3f538b9be1
render Session Verification Messages 4 years ago
Audric Ackermann 35ad4cba24
add a react component to display last read message 4 years ago
Audric Ackermann 940ad57f83
rework the way unread count works
we no longer refresh on each message read, only once the whole
conversation is read.
4 years ago
Audric Ackermann 07c384aa0d
render GroupNotification messages 4 years ago
Audric Ackermann 5617d9e7aa
fix dark theme for context menu 4 years ago
Audric Ackermann 387f8ff391
Update props of SessionConversation to only get the currently selected convo 4 years ago
Audric Ackermann a30ae8903b
remove bulk edit view and related stuff unused 4 years ago
Audric Ackermann e0fd910fa4
move a part of SessionSrollButton to styled component 4 years ago
Audric Ackermann 857bea50ea
enable back keyboard navigation on message list 5 years ago
Audric Ackermann 6edadaf3e9
message container use column reverse to order messages from bottom to
top
5 years ago
Audric Ackermann ba959f3379
link preview state moved to SessionCompositionBox 5 years ago
Audric Ackermann 13e02b5bf1
add staged link previews for everything from signal 5 years ago
Audric Ackermann f5818817e9
remove references to old emoji-panel package 5 years ago
Audric Ackermann 8f92ae7812
fix tiny UI glitches 5 years ago
Audric Ackermann bcc54f2bd0
remove scroll down button backbone view as we are using it directly now 5 years ago
Audric Ackermann 55fa65fc31
override attachments name on upload 5 years ago
Audric Ackermann 8abd6a0e21
fix issue with contextmenu on scroll causing UI to break 5 years ago
Audric Ackermann fe3cfb9e82
move all menu to react-contexify 5 years ago
Audric Ackermann ddf41de3fb
add csp for image load from blob so attachments are loaded correctly 5 years ago
Audric Ackermann b1cac5f01b
fix ordering of message with more recent at bottom of the view 5 years ago
Audric Ackermann 026a1930ed
add a getOrThrow to ConversationController when we expect this convo 5 years ago
Audric Ackermann 144ae41529
add type for ConversationController, remove showStartConversation
and cleanup scss
5 years ago
Audric Ackermann b7f5a32570
add reply to message UI logic 5 years ago
Audric Ackermann 6e07ee42f5
cleanup network status view and some UI constants 5 years ago
Audric Ackermann a652ec3b61
fix light theme in react refactor 5 years ago
Audric Ackermann 4d991d3992
Merge branch 'clearnet' into react-refactor 5 years ago
Audric Ackermann dfff6c2149
Merge pull request #1374 from Bilb/hide-shorten-pubkey-except-public 5 years ago
Audric Ackermann 37dd7b87cc
remove right buttons on Message. use right click instead 5 years ago
Audric Ackermann 6e993da510
fix highlight of text selected for light mode 5 years ago
Audric Ackermann d7e1d014a4
make right panel the correct size when window is tiny 5 years ago
Audric Ackermann 2279f0abc6
center uneditable profile name 5 years ago
Audric Ackermann f57c85dc0d
hide pubkey when not needed on conversationHeader and listItem 5 years ago