Commit Graph

564 Commits (b42723001723c372935e96f60ba506fb0a443010)

Author SHA1 Message Date
Audric Ackermann 46fdebe3d7
Merge pull request from Bilb/improve-open-group-loading-speed
Improve open group loading speed
Audric Ackermann 02fb5783a4
remove regionCode and PhoneNumber.ts
Audric Ackermann b218611831 remove contactCollection in convos.
Audric Ackermann 273eedc6a9 remove hasSignalAccount and Sealed Sender unused
Audric Ackermann 43ec14e741 Fix the password length limit when not setting a new password
Relates 
Audric Ackermann d655c397e0
make the isAdmin coming from the convo props and not the messages
Audric Ackermann 135fc3b366
remove prekeys
Audric Ackermann 46dfb3489b
remove mock sockets and websockets unused resources
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)
Audric Ackermann 979a9058e3
remove verified number - related features (partial)
Audric Ackermann 75b7788fa9
remove stuff related to web api
Audric Ackermann eb9828a3b7 fix tests
Audric Ackermann cbd0e63641
add admin dialog to warn him about leaving for v2 closed group
Audric Ackermann 2fe6b11e89
move ConversationController to typescript
Audric Ackermann c0292b0b2b
fix up session logo on loading and max message body length
Audric Ackermann 0eb730f1ba fix lint
Audric Ackermann 0714b73fe7 disable conversation and link preview test until fixed
Audric Ackermann 7e72566cba remove list_view.js ListView is unused
Audric Ackermann c128684ffe
cleanup unused svg files from Signal
Audric Ackermann 228e4ed662
move MessageController to typescript
Audric Ackermann 71e1f1e143
ignore ts generated files under subdirectory too
Audric Ackermann 59baf7562b
add ts file for missing test key_change_listener
Audric Ackermann 291d4682e4
fix some tests
Audric Ackermann 531b227ae4
clean unused files and fix recovery dialog showing
Audric Ackermann 828aa4413f
remove unused group_member_list component
Audric Ackermann 5698bca90b
remove unused recorder_view.js
Audric Ackermann 2fc61d2c96
cleanup expired template from html files
Audric Ackermann 977569cde0
move offline network view to react
Audric Ackermann 2f2eb2ad53
link back backbone conversation events to redux store
Audric Ackermann 918eeae275
move InboxView to react
Audric Ackermann 221f264de6
rename all saveMessage to message.commit()
Audric Ackermann 30f93b2ad3
remove conversation stack
Audric Ackermann e613613416
show toast with react-toastify and make them a styled-component
Audric Ackermann 48ecb8fc4b
cleanup unused code
Audric Ackermann 0b4400837b
fix scroll to quoted message and contact display name of group updates
Audric Ackermann 94b445983d
Merge remote-tracking branch 'upstream/clearnet' into react-refactor
Audric Ackermann 4d1335eb93
finish removing backbone last seen indicator view
Audric Ackermann 35ad4cba24
add a react component to display last read message
Audric Ackermann a30ae8903b
remove bulk edit view and related stuff unused
Audric Ackermann 5d21b21fb6
cleanup account_manager unused code
Audric Ackermann 13e02b5bf1
add staged link previews for everything from signal
Audric Ackermann bcc54f2bd0
remove scroll down button backbone view as we are using it directly now
Audric Ackermann a7bdc93ca8
working drag and drop, but no scrolling on the conversation messages
Audric Ackermann 363da7aa80
add back toast on attachment adding error
Audric Ackermann 757902054c
cleanup html file unused template
Audric Ackermann a76322c676
cleanup unused template in .html files
Audric Ackermann ddf41de3fb
add csp for image load from blob so attachments are loaded correctly
Audric Ackermann c41eaada25
move display of message list to a subcomponent
Audric Ackermann a652ec3b61
fix light theme in react refactor
Audric Ackermann 4d991d3992
Merge branch 'clearnet' into react-refactor