audric
f48b57d077
fix audio attachments sending blob
4 years ago
audric
6a11a4c879
store staged Attachments in redux
...
still an issue with the File in redux
4 years ago
audric
8a19b50c0f
fix attachment not being uploaded since electron upgrade
4 years ago
audric
9e37985d03
enable no-unused local and imports and fix tslint
4 years ago
audric
1eb2e59d62
amke sure to reset link previews when replacing the text in composition
4 years ago
audric
e2c26e9819
add basic draft support (text only)
...
Relates #1791
4 years ago
audric
5d6c2d94ff
fix emoji being inserted into mentions identifier
...
if the cursor is before the first mention => insert it correctly
if the cursor is after the last mention => insert it correctly
if the cursor is between those two => insert it at the end of the
composition box
4 years ago
Audric Ackermann
8970daf292
Merge pull request #1812 from Bilb/fix-replying-focus-input
...
fix replying to message focus composition box
4 years ago
Audric Ackermann
61277a5397
fix replying to message focus composition box
...
Relates #1808
4 years ago
Audric Ackermann
99f862dd0f
fix send link preview keep being shown
...
Relates #1810
4 years ago
audric
e82d51fff0
do not show warning about link preview if they are already ON
4 years ago
audric
588ae85cda
fix at lat types for attachment
4 years ago
audric
e72885944b
use selector to sort and add first of serie flag
4 years ago
audric
b7df0788c2
move mentions state to the ConversationState
4 years ago
audric
23e9a6d31c
move some actions to redux in hooks
4 years ago
Audric Ackermann
a54345a42e
put back quote a message logic with hook
4 years ago
Audric Ackermann
9a380b716b
put saveAttachemntToDisk outside of component
4 years ago
Audric Ackermann
5b0b165ba9
Merge remote-tracking branch 'upstream/clearnet' into perf-improv
4 years ago
Audric Ackermann
ee4a0b9b1e
cleanedup redux action openConversationExternal
4 years ago
Audric Ackermann
7f76ab274c
added a hook to fetch avatar of closed group members
4 years ago
Audric Ackermann
bf76abacee
Merge pull request #1770 from Brice-W/pin-conversations
...
Pin conversations
4 years ago
Brice-W
5252dd40e3
fixes
4 years ago
Audric Ackermann
4fbb0d48f2
remove index as key
4 years ago
Audric Ackermann
c8aa73626e
do not load right panel data unless it is visibl
4 years ago
Audric Ackermann
f0db797a9a
fix loading of messages props
4 years ago
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