Commit Graph

1662 Commits (4df8e06c3cb182a5c9971078188bfabaec0ab05d)

Author SHA1 Message Date
Audric Ackermann 20496c45d6
remove sendAnyWay and showSafetyNumber from props of MessageDetails 4 years ago
Audric Ackermann a1d4dea845
fix scrolling to unread and marking message as read on scrolling
we need to hit the bottom for the convo to update currently

add smooth scrolling on click on quoted message
4 years ago
Audric Ackermann 531b227ae4
clean unused files and fix recovery dialog showing 4 years ago
Audric Ackermann 1503d83f3a
add ourPrimary convo to redux and update the actionPanel with it 4 years ago
Audric Ackermann 828aa4413f
remove unused group_member_list component 4 years ago
Audric Ackermann 5698bca90b
remove unused recorder_view.js 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 f9ab90fb71
link backbone message added to redux 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 2ae7a6dfe5
cleanup message.js and conversation_view.js 4 years ago
Audric Ackermann f3430bdcb5
add toast on isBlocked, isKicked, ... for sending of messages 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 70e59bdab5
remove unused showConfirmationDialog appview
Everything is linked to window.confirmationDialog()
4 years ago
Audric Ackermann b9c4394b27
SessionConversation, render MessageView if no conversationModel found 4 years ago
Audric Ackermann c039c89a26
remove resetMessageSelection() as unused and cleanup toast 4 years ago
Audric Ackermann 357421f161
rename window.console.log to window.log.info 4 years ago
Audric Ackermann e613613416
show toast with react-toastify and make them a styled-component 4 years ago
Audric Ackermann 6fd8ea20c7
fix restoring of session after restore from seed 4 years ago
Audric Ackermann 48ecb8fc4b
cleanup unused code 4 years ago
Audric Ackermann 0b4400837b
fix scroll to quoted message and contact display name of group updates 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 4d1335eb93
finish removing backbone last seen indicator view 5 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.
5 years ago
Audric Ackermann 35d9e2a207
cleanup already migrated message_view rendering 5 years ago
Audric Ackermann a30ae8903b
remove bulk edit view and related stuff unused 5 years ago
Audric Ackermann 857bea50ea
enable back keyboard navigation on message list 5 years ago
Audric Ackermann 141e497af7
cleanup unused fetch method of messages.js 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 12bf46e09e
use pushToast through ToastUtils when it's a static toast content 5 years ago
Audric Ackermann bcc54f2bd0
remove scroll down button backbone view as we are using it directly now 5 years ago
Audric Ackermann 78843e81dd
remove file_input_view unused 5 years ago
Audric Ackermann 7a13717739
fix the generation of video preview attachments 5 years ago
Audric Ackermann 363da7aa80
add back toast on attachment adding error 5 years ago
Audric Ackermann fcf13c7467
relink lightbox from signal to our app 5 years ago
Audric Ackermann 42369cb8f2
add redux action to change section of UI 5 years ago
Audric Ackermann ddf41de3fb
add csp for image load from blob so attachments are loaded correctly 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 a652ec3b61
fix light theme in react refactor 5 years ago
Audric Ackermann 4d991d3992
Merge branch 'clearnet' into react-refactor 5 years ago
Audric Ackermann 37dd7b87cc
remove right buttons on Message. use right click instead 5 years ago
Audric Ackermann 1a5a0786a1
fix new medium group mark as unread then as read on opened 5 years ago
Audric Ackermann a1c58044d3
Merge pull request #1371 from Bilb/drop-admin-medium-groups
require admin for editing a closed group, but not a medium one
5 years ago