Commit Graph

101 Commits (dcd8da87ca9c12664fb9665884376de5104704c3)

Author SHA1 Message Date
Brice-W dcd8da87ca fix errors 4 years ago
Brice-W 6b8a4ffc6c display link preview popup only time 4 years ago
Audric Ackermann 10702088e2
allow sending messages even if our app is expired 4 years ago
Audric Ackermann 89a0868fc3
remove getInstance of conversationController to get() 4 years ago
Audric Ackermann f1ee7589a0
fix session password dialog 4 years ago
Warrick Corfe-Tan 6affca034d yarn linting fixes. 4 years ago
Warrick Corfe-Tan f356c9b843 Yarn formatting. 4 years ago
Warrick Corfe-Tan 15afdbfa7d Link preview confirmation dialog working. 4 years ago
Warrick Corfe-Tan e27e299f14 minor refactor. 4 years ago
Warrick Corfe-Tan 5c9e4b7c86 Merge branch 'merge-dialogs' into link-preview-dialog 4 years ago
Warrick Corfe-Tan 6393a4ff27 Confirmation box appearing on link paste but no functionality is changed yet. 4 years ago
Warrick Corfe-Tan 4f8e455b38 WIP. Adding confirmation to show link preview on pasting into composition box. 4 years ago
Audric Ackermann 93e43fe929
move conversation dialogs to redux store 4 years ago
Audric Ackermann 0192f295f2
move the user fetch for mentions to redux 4 years ago
Audric Ackermann 6f8c8ee1b3
remove most of sogsv1 and fsv1 and update version fetch url
version fetch is used to know when we have a new update
4 years ago
Audric Ackermann 9c8f935e03
fix up dirty hack to display mentions correctly
Fixes #1658
4 years ago
Audric Ackermann 5cab7908b4
add some test for partial path rebuilding 4 years ago
shellhazard 442b881438
Allow pasting images into composition box as attachments (#1616)
* Allow pasting images into composition box as attachments

* Fix linter errors

* Fix typo
4 years ago
Audric Ackermann 5289d4c2aa
add joinable rooms on opengroupv2 joining screen 4 years ago
Audric Ackermann 0c0da48150
remove pow 4 years ago
Audric Ackermann 98b69c17f0
add userblocking opengroupv2 and quoting back of messages 4 years ago
Audric Ackermann f7581cf4eb
increase prettier maxWidth to 100 4 years ago
Audric Ackermann eb30c7823c
add a way to click the toast to turn on microphone to show the settings 4 years ago
Audric Ackermann 099c9a6f8c
autobind class with a lot of ...bind(this) 4 years ago
Audric Ackermann 6ed4511c21 be sure to hide emjipanel when sending a message 4 years ago
Audric Ackermann 850233bc9e review PR 4 years ago
Audric Ackermann ed84760f0e
add a tslint rule to forbid use of async without await 4 years ago
Audric Ackermann b76ce0f2ff
update models to TS part2 4 years ago
Audric Ackermann 5a7c8ffa35
fix previews sent on next message if they are resolved too late 4 years ago
Audric Ackermann 7054385d4a
remove body pending loading of message > 2000.
Also remove the limit when sending text messages
4 years ago
Audric Ackermann a51f95d28c
move models to TS part1 4 years ago
Audric Ackermann 5c3cb0a165
make moderator dialogs the Session way 4 years ago
Audric Ackermann dc0733968d
make moderators and groupAdmins a single name 4 years ago
Audric Ackermann 6856c0e748
remove updateTextInputState not needed and add left to menu tests 4 years ago
Audric Ackermann 2fe6b11e89
move ConversationController to typescript 4 years ago
Audric Ackermann d2fab26a5d
ignore arrows events when the textarea is selected
Fixes #1416
4 years ago
Audric Ackermann 02ca99c96f
fix media permissions check only when requested
the old way was to run the check on the componentWillMount,
but sometimes the settings was returning null as the storage was not
ready yet, I guess
4 years ago
Audric Ackermann 2a02b5498b
enable back spellcheck for textarea message 4 years ago
Audric Ackermann a941e73f7b
fix bug of voice message not received, the size was not included 4 years ago
Audric Ackermann 7da988c132
fix up session logo on loading and max message body length 4 years ago
Audric Ackermann e38be266c2 major rework of session icon => make them styled with styled-component 4 years ago
Audric Ackermann 4c0a988fe5
Move the metadata badges to use react functional components 4 years ago
Audric Ackermann 8cc2cd6581
rename textPending to bodyPending
not even sure we need it for Session
this is used when the users sends a really large body => it is sent as
an attachment
4 years ago
Audric Ackermann e8677eef8c add back bump typing to CompositionBox 7 show bubbles on direct convo 4 years ago
Audric Ackermann 9f0fd6fa8a
fix mentions shows display name in composition box but sends user id 4 years ago
Audric Ackermann c1c1cde14b
improve caption editor, and disable right panel if messagedetails shown 4 years ago
Audric Ackermann 51ea762bce
enable save of attachments on click on single generic attachment 4 years ago
Audric Ackermann 2ec337dd31
Add back ability to edit caption before sending attachments 4 years ago
Audric Ackermann f2074f502a
Uniformize size of accepted attachment to 10MB
Some image files can be scaled automatically, so this size is not the
same for them, they will just be scaled down
4 years ago
Audric Ackermann 97ff60f3bb
reset input for selecting file on file choosen on CompositionBox 4 years ago