Warrick Corfe-Tan
5b5cea6831
minor formatting and linting changes.
4 years ago
Warrick Corfe-Tan
c04d3cd7d1
minor move function to larger scope
4 years ago
Warrick Corfe-Tan
184c4d5d3e
Audio autoplay stop when sent from a different user.
4 years ago
Warrick Corfe-Tan
fc31f8d2b1
Merge branch 'clearnet' into audio-messages-play-all
4 years ago
Warrick Corfe-Tan
5a62fabd1c
Doesn't autoplay new messages once if last message received was an autoplayed.
4 years ago
Audric Ackermann
712f76a53c
Merge remote-tracking branch 'upstream/clearnet' into remove-conversationct-singleton
4 years ago
Audric Ackermann
a0b3e1c40f
add a gallery icon and cleanup
4 years ago
Audric Ackermann
89a0868fc3
remove getInstance of conversationController to get()
4 years ago
Warrick Corfe-Tan
3bd72df258
linting and formatting.
4 years ago
Warrick Corfe-Tan
397b0d09dc
Merge branch 'clearnet' into audio-messages-play-all
4 years ago
Warrick Corfe-Tan
856ced056a
Minor tidying.
4 years ago
Warrick Corfe-Tan
d35f3f9e62
WIP: audio autoplay working with consecutive messages. Next step store state on shutdown and rename variables.
4 years ago
Audric Ackermann
f1ee7589a0
fix session password dialog
4 years ago
Audric Ackermann
b64e8bf610
fix seed dialog and leave group as admin 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
b4fc19fa78
remove lodash calls left from window
4 years ago
Audric Ackermann
bbbcfd54d6
rename all spacer-* to react component
4 years ago
Audric Ackermann
a5d7995168
merge dialog refctor with clearnet
4 years ago
Audric Ackermann
c9d7f4a1ab
Merge remote-tracking branch 'w/onion-paths' into clearnet
4 years ago
Warrick Corfe-Tan
7c82ccb3e9
user details modal refactor functioning.
4 years ago
Warrick Corfe-Tan
8c0bec7a97
invite contacts dialog functioning.
4 years ago
Warrick Corfe-Tan
59b02a5ed4
Update group name modal dialog fixes
4 years ago
Warrick Corfe-Tan
9e5824cee1
Update group rename dialog
4 years ago
Warrick Corfe-Tan
b278aa09df
add / remove moderator modals refactored. Need to remove old whisper code and files.
4 years ago
Warrick Corfe-Tan
e55cae697d
Refactor confirm modal to redux.
4 years ago
Audric Ackermann
dd9341a196
remove i18n from props everywhere where possible
4 years ago
Audric Ackermann
bf9a3e6fad
hide settings for mentions_only notif for 1o1 chats
4 years ago
Audric Ackermann
4a98d911a2
add a HeaderOption to change the notification settings for each convo
4 years ago
Audric Ackermann
10b5ff9e0d
fix deleteAuthToken by including it on the request
4 years ago
Audric Ackermann
623f3da4a2
avoid refreshing mentions too often
4 years ago
Audric Ackermann
118813661d
remove inte tests + handle opengroupv2 messages in chunk
...
this is to avoid freezing UI and is only a temporary fix
We need to have webworkers in this app
4 years ago
Audric Ackermann
f3768a674a
short error on no network for retry sending message
4 years ago
Audric Ackermann
b055165a5d
display a message when the recipient screenshots an attachemnt
4 years ago
Audric Ackermann
810ccdf675
send dataExtractionNotificaionMessage on saving attachment on priv chats
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
9c568caf1f
fix replying to audio message crash
...
Fixes #1657
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
Warrick
cb307790f6
WIP: User nicknames ( #1618 )
...
* WIP Adding change nickname dialog.
* WIP adding nickname change dialog.
* WIP nickname dialog.
* WIP: Able to set conversation nicknames. Next step cleaning and adding to conversation list menu.
* Fix message capitilisations.
* Add change nickname to conversation list menu.
* Enable clear nickname menu item.
* Added messages for changing nicknames.
* Clearing nicknames working from header and message list.
* Adding modal styling to nickname modal.
* Reorder nickname menu item positions.
* Add group based conditional nickname menu options to conversation header menu.
* minor tidying.
* Remove unused error causing el option.
* Formatting.
* Linting fixes.
* Made PR fixes
* Prioritise displaying nicknames for inviting new closed group members
and updating closed group members.
4 years ago
Audric Ackermann
58abd08e6d
Get snode from snode ( #1614 )
...
* force deleteAccount after 10sec timeout waiting for configMessage
* move some constants to file where they are used
* add a way to fetch snodes from snodes
* remove a snode from a pubkey's swarm if we get 421 without valid content
* remove getVersion from snodes
* hide groupMembers in right panel for non-group convo
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
Warrick
e6128fa5a7
Reply attachments ( #1591 )
...
* First attachment showing in reply composition.
* WIP: Adding thumbnail to quote response composition component.
* Added icon for voice recording attachment
* Updated formatting.
* Formatting.
* removed duplicate styling.
* WIP: Converting quote component to functional components.
* Fix bug where thumbnails for attachment replies wasn't showing.
* yarn Formatting.
* Removed old quote component.
* Add type to contentTypeSupported method.
* Moved quote subcomponents out of Quote component.
* yarn format
* Add export to quote subcomponents.
* Fixing linting errors.
* remove commented line.
* Addressing PR comments.
4 years ago