audric
874ca25195
hide the call message on feature flag OFF
3 years ago
Audric Ackermann
e33b6eadc4
bump typescript to 4.5.4
3 years ago
Audric Ackermann
abd146c4ca
use React Provider for convoListItem ( #2088 )
...
this is to avoid passing down the prop to all the components
3 years ago
Audric Ackermann
38325215e6
Unban UI ( #2091 )
...
* adding basic functionaliy for unbanning a user
* merge ban and unban user dialog in to one dialog
Co-authored-by: warrickct <warrickct@gmail.com>
3 years ago
Audric Ackermann
b68cb07e3e
add crown icon for closed group admins ( #2084 )
3 years ago
Audric Ackermann
58dc3e26ca
reactify group updates text bubble from redux store ( #2083 )
3 years ago
Audric Ackermann
28c7445dce
refactor most of the components to outside of their Session folder ( #2072 )
...
* refactor most of the components to outside of their Session folder
* finish moving overlay and memberListItem to react hook
* fix bug with kicked member len >2 not being displayed
also sort admins first in UpdateGroupMembers dialog
* fix admin leaving text of groupNotification
* add a useFocusMount hook to focus input fields on mount
* make click avatar convo item open only user dialog
* cleanup config default.json
* make sure to use convoController to build sync message
* disable showing pubkey on opengroups
* add a pause on audio playback
Fixes #2079
3 years ago
Audric Ackermann
48e7a0e25f
Various UI fixes ( #2070 )
...
* cleanup unused convo json fields in db
* display a toast if the user is not approved yet on call OFFER received
* enable CBR for calls
* do not update active_at on configMessage if !!active_at
* remove mkdirp dependency
* disable call button if focused convo is blocked
* quote: do not include the full body in quote, but just the first 100
* click on the edit profile qr code padding
* Allow longer input for opengroup join overlay
Fixes #2068
* Fix overlay feature for start new session button
* make ringing depend on redux CALL status
* turn ON read-receipt by default
3 years ago
Audric Ackermann
1a699879cf
Add call duration ( #2059 )
...
* add call duration once connected
* close incoming call dialog if endCall from same sender
* disable message request toggle if featureFlag is OFF
3 years ago
Audric Ackermann
651b1c4376
Fetch translations ( #2056 )
...
* show missed-call,started-call and answered call notification in chat
* fix types for createLastMessageUpdate
* show incoming dialog if we have a pending call when enable call receptio
* simplify a bit the avatar component
* move disableDrag to a custom hook
* speed up hash colors of avatarPlaceHolders
* fixup text selection and double click reply on message
* keep avatar decoded items longer before releasing memory
* add incoming/outgoing/missed call notification
also, merge that notification with the timer and group notification
component
* hangup call if no answer after 30sec
* refactor SessionInput using hook + add testid field for recovery
* disable message request feature flag for now
* fix merge issue
* force loading screen to be black instead of white
for our dark theme user's eyes safety
* add type for i18n to run update after crowdin fetch with tools/updateI18nKeysType.py
* update to latest translations
3 years ago
Audric Ackermann
cf44896a03
Minor call tweaks ( #2051 )
...
* show missed-call,started-call and answered call notification in chat
* fix types for createLastMessageUpdate
* show incoming dialog if we have a pending call when enable call receptio
* simplify a bit the avatar component
* move disableDrag to a custom hook
* speed up hash colors of avatarPlaceHolders
* fixup text selection and double click reply on message
* keep avatar decoded items longer before releasing memory
* add incoming/outgoing/missed call notification
also, merge that notification with the timer and group notification
component
* hangup call if no answer after 30sec
* refactor SessionInput using hook + add testid field for recovery
* disable message request feature flag for now
* fix merge issue
* force loading screen to be black instead of white
for our dark theme user's eyes safety
3 years ago
Audric Ackermann
894349e710
cleanup props passing of avatar and name with a custom hook
3 years ago
Audric Ackermann
5ba7f20162
speed up fetching closed group's members avatar
3 years ago
Audric Ackermann
6f3625f99c
move the state of calling to its own slice
3 years ago
Audric Ackermann
4ce1b7813a
add data-testid for leftpane sections and edit profile dialog
3 years ago
Audric Ackermann
25c7a2febd
data extraction notification on a line rather than a column
4 years ago
Audric Ackermann
cca1b4dabe
add a button to start a video call
4 years ago
Audric Ackermann
f91ed7729b
cleanup SessionCompositionBox
4 years ago
Audric Ackermann
16ab506eb6
double click on message replies to
...
Relaes #2006
4 years ago
Audric Ackermann
dfa04c68f4
fix emoji click on button while open closes it
...
Fixes #1980
4 years ago
Audric Ackermann
5b57e01186
make sure click to trust sender renders without new lines
4 years ago
Audric Ackermann
0f2fcbb6e3
delete for opengroups is working
4 years ago
Audric Ackermann
f74ce2a3ae
msg with attachments gets no bigger than the attachment container
4 years ago
Audric Ackermann
251309656b
Merge remote-tracking branch 'upstream/clearnet' into webrtc-calls-p2
4 years ago
Audric Ackermann
55313deb91
add a show user details option in the menu
...
Fixes #1971
4 years ago
Audric Ackermann
ae8688bf2a
cleanup UI for missed call messages in msg list
4 years ago
Audric Ackermann
8e6d9ca036
Merge pull request #1969 from Bilb/webrtc-calls
...
Webrtc video calls - first part - disabled
4 years ago
Audric Ackermann
8f3b6d9ab2
add wip of call missed notification
4 years ago
Audric Ackermann
87e7cc5ebf
Merge remote-tracking branch 'upstream/clearnet' into webrtc-calls
4 years ago
Warrick Corfe-Tan
04e0023d38
fix import warning
4 years ago
Warrick Corfe-Tan
1fe6b61308
Re-adding code that wasn't commited. Adding button for debug log in settings.
4 years ago
Warrick Corfe-Tan
5eba4a616e
Removing at regex test preventing some urls from rendering as links.
4 years ago
Audric Ackermann
3f1e55b787
add basic code markup
4 years ago
Audric Ackermann
4e30614077
disable unsend request on the UI for now ( #1934 )
...
* disable unsend request on the UI too
* do not stop propagation of events for message ctx menu
4 years ago
Audric Ackermann
15ac6ed23c
Merge remote-tracking branch 'upstream/master' into clearnet
4 years ago
Audric Ackermann
e3c27f1016
fix reply for incoming messages ( #1930 )
4 years ago
Warrick
1d459ba533
Unsend messages (only message hashes saving for now is enabled) ( #1891 )
...
* WIP unsending message.
* retrieving message with hash from db on receiving unsend request.
* outgoing messages hashes updated on message sent success
* unsend messaging
* unsend message - deleting messages and marking as isDeleted.
* add msg hash to unprocessed records.
* Message unsending working for closed groups provided the message has been updated with a hash from server.
* adding 2-stage confirmation modal for message deletion
* adding rendering of removed incoming messages, disabling rendering of unsent outgoing messages in coversation screen.
* Adding logging
* debugging.
* outgoing only saved for sync message instead of regular message.
* deleting locally
* adding post unsend deletioncode.
* starting adding feature flag.
* Added feature flag.
* addding mandatory messageHash pollling pipeline methods swarm polling.
* Conversation list item message preview showing deletion placeholder text if deleted.
* add condition to drop unsend requests not send by message author
* refactoring deleteMessage. Saving response hash for closed group message sending
* running yarn ready
* removing logging.
* Adding PR fixes
* Minor changes and running yarn ready
* fix typo
* Moved feature flag to lokiFeatureFlags. Fixing linting errors
Co-authored-by: Audric Ackermann <audric@loki.network>
4 years ago
Audric Ackermann
b17312c13c
Cleanup redux store ( #1925 )
...
* do not consider expire timer update unread messages #1881
* cleanup conversation props in redux to only have what cannot be derived
* fix app not starting without the await on convo creation
* cleanup props of message model
4 years ago
Audric Ackermann
e9dfa0704f
do not overwrite sent_at with network time for synced messages ( #1921 )
...
* do not update sent_at for synced messages
* reply to message context menu only visible if msg sent
4 years ago
Audric Ackermann
525f9dcfb2
Fix today for translated date break ( #1915 )
...
* add using timestamp offset from network for sending part1
* remove MessageController as we now rely on the database
* fix tests for message sending overriding timestamp
* Fixs date break translations of today etc
Relates #1913
4 years ago
Audric Ackermann
797bf0650f
Session 1.7.1 ( #1908 )
...
* Keep line breaks when message has some new lines
Relates #1758 and #1898 and #1901
* Fix path building (#1903 )
* Keep line breaks when message has some new lines
Relates #1758 and #1898 and #1901
* fix link preview cropped when received
* make sure we fetch from seed if we end up with not enough snodes
* try to download recent previews if we just trusted a user
* throw if we need to rebuild path while fetching snode list from snode
* fixup no refecthing of snode list while we are fetching them already
* added test for fetch from db or seed
* fetch snode list from snode every hour
also make sure the path building does not try to get more snodes. It
just throws
* do not drop a path if an opengroup room is down and we get errors back
* do not throw an error if the snode in error in not in any path
* fix tests
* bump to v1.7.11
4 years ago
Audric Ackermann
c92baad736
Fix path building ( #1903 )
...
* Keep line breaks when message has some new lines
Relates #1758 and #1898 and #1901
* fix link preview cropped when received
* make sure we fetch from seed if we end up with not enough snodes
* try to download recent previews if we just trusted a user
* throw if we need to rebuild path while fetching snode list from snode
* fixup no refecthing of snode list while we are fetching them already
* added test for fetch from db or seed
* fetch snode list from snode every hour
also make sure the path building does not try to get more snodes. It
just throws
* do not drop a path if an opengroup room is down and we get errors back
* do not throw an error if the snode in error in not in any path
* fix tests
* bump to v1.7.11
4 years ago
audric
7c49c51cf8
make outgoing status align flex-end
4 years ago
audric
bfc805c9d4
fix search logic and UI cosmetic fixes
4 years ago
audric
08cdd035ae
disable transition for background of leftpane (for app initial load)
4 years ago
audric
bd7d88e170
remove theme from css and used variables instead
4 years ago
audric
350f00283b
move tsx and theme to css variables part1
4 years ago
audric
62764d25f6
showDate break on > 5 minutes diff between messages
4 years ago
audric
a30876fd65
removed the enum from SessionIconType. Just rely on the type itself
4 years ago
audric
a53392853f
make the CompositionBox closer to the mobile UI
4 years ago
audric
8ebcb2d1e1
replace SessionIcon size enum with type
4 years ago
audric
1048042f7d
fix attachment pre-decrypting when out of view
4 years ago
audric
cdd11eee47
speed up attachment loading by only loading those inview
4 years ago
audric
a986931569
make attacments the same size that they are displayed on the UI
4 years ago
audric
2e9cd0ada6
add date break with full date when older than a week
4 years ago
audric
2825b66ef6
add screen break for jump in messages timestamp
4 years ago
audric
7fa50b4a73
do not pass props not needed between message list components
4 years ago
audric
4968244491
fix tooltip error in debug run related to memory leak
4 years ago
audric
f9988119f9
major UI rewrite of messages view with redux improvements
4 years ago
audric
ee4ed2e075
fix attachment logic with ui redesign
4 years ago
audric
f7b0c6c7e1
make conversation screen closer to mobile UI part1
4 years ago
Audric Ackermann
a3edb99549
Merge pull request #1856 from Bilb/fix-attachment-since-electron-upgrade
...
Fix attachment since electron upgrade
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
9f7e20b8b8
showExitIcon in link click dialog
4 years ago
Brice-W
a89c6710fb
Merge branch 'clearnet' of https://github.com/oxen-io/session-desktop into link-previews
4 years ago
Brice-W
f6d3715dab
add a link icon when there is no image available or when media download is not allowed
4 years ago
audric
ac40143ad0
disable drag on message body to fix drag overlay bug
4 years ago
audric
9e37985d03
enable no-unused local and imports and fix tslint
4 years ago
audric
9018ae3009
Allow to copy an url on click on it via dialog
...
Relates #1842
4 years ago
audric
c58312e853
do not render typing animation at all if not typing
4 years ago
audric
4db85a3c01
make background of messages only if there is no text
4 years ago
audric
83fa26bc25
do not replace new lines with br in messages
...
this is to allow copy pasting of content by just selecting it
Relates #1758
4 years ago
audric
751a8f1882
start in tray setting directly creates the tray icon
4 years ago
audric
263c48e58b
Merge remote-tracking branch 'upstream/clearnet' into network-clear-all
4 years ago
Brice-W
2f579d3c7d
lint
4 years ago
Brice-W
a8596bc844
clean
4 years ago
Brice-W
4ab414a932
Merge branch 'clearnet' of https://github.com/oxen-io/session-desktop into minor-fixes
4 years ago
audric
79c8fada6e
move all dialogs to a subfolder
4 years ago
audric
ce847db036
lint
4 years ago
audric
1fb3f74f6e
disable drag on images
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
b05910e219
Merge remote-tracking branch 'upstream/clearnet' into add-message-bottom-keep-scroll
4 years ago
audric
bea704ecf0
bump react to 17
4 years ago
Brice-W
9d7722fc7d
don't display the name input box for public groups as they can't be modified atm
4 years ago
Brice-W
7965b4e44a
. is already present in the i18n label
4 years ago
Audric Ackermann
f7658c323d
Merge pull request #1821 from Brice-W/bug-fixes
...
Bug fixes
4 years ago
Brice-W
ac76011a75
fix attachments download
4 years ago
Audric Ackermann
a1ab816076
Merge remote-tracking branch 'upstream/clearnet' into add-message-bottom-keep-scroll
4 years ago
Audric Ackermann
7365cb2291
Merge pull request #1819 from Brice-W/ban-and-delete-messages
...
'Ban user and delete all messages' added to menu
4 years ago
Audric Ackermann
2c174bdac7
fix audio message autoplay as broken with perf improvements
...
fix bug making "trust contact" first audio message being played on click
to trust
4 years ago
Brice-W
d8fa73d393
lint
4 years ago
Brice-W
2c6821097d
adding Ban user and delete all his messages to the menu for moderators
4 years ago
Warrick Corfe-Tan
2e05ed0922
removing comment. Running yarn ready.
4 years ago
Audric Ackermann
57aa8cba69
cursor pointer on click to trust contact message body
4 years ago
Warrick Corfe-Tan
a8a15e3f88
adding PR changes.
4 years ago
Audric Ackermann
6e8d25e530
Fixes mentions in message body and resolve them quicker
...
Relates #1815
4 years ago
Audric Ackermann
360cb52680
make all messages types a readable message
4 years ago
Audric Ackermann
3f065a7b0e
improve marking message as read with hooks
4 years ago
Warrick Corfe-Tan
1a973f6573
remove unused import
4 years ago
Warrick Corfe-Tan
31118ae51f
Add notification icon to conversation list item. Add notification subtitle to conversation header on conversation screen.
4 years ago
Audric Ackermann
20f5c3b822
scroll to unread indicator rather than message on load convo
4 years ago
Audric Ackermann
119b6e1baf
keep scrolled position when adding messages at the bottom
4 years ago
Audric Ackermann
12d09bc896
preload messages when switching conversation
4 years ago
Audric Ackermann
e5bbfc8c1e
transparency disabled if png and text are present
4 years ago
Audric Ackermann
f9ecfccc0a
batch UI updates of message added events
4 years ago
audric
316f37ae3d
fix a bug of attachment not loading in one to one chats
4 years ago
Brice-W
9c61defc0b
small update
4 years ago
Brice-W
bec9bd553e
Merge branch 'clearnet' of https://github.com/oxen-io/session-desktop into filter-expired-messages
4 years ago
Brice-W
751d0b9348
clearTimout call added to checkExpired to avoid multiple calls to setExpired
4 years ago
Brice-W
beca14982c
manage expired nessage deletion in setExpired
4 years ago
audric
59baa08f73
Merge remote-tracking branch 'upstream/clearnet' into perf-improv
4 years ago
Audric Ackermann
ece7f3e184
Merge pull request #1785 from warrickct/close-modals-easier
...
Close modals easier
4 years ago
audric
bfc4b2b720
lint
4 years ago
audric
588ae85cda
fix at lat types for attachment
4 years ago
audric
12ff3379e1
add key for all messages list so we can scroll to them programnatically
4 years ago
audric
c8f0150aaf
fix unread banner position when first unread is visible
4 years ago
audric
e72885944b
use selector to sort and add first of serie flag
4 years ago
audric
6d34a60f94
improve performance by not loading all unread messages
4 years ago
audric
4f5072ee65
Merge remote-tracking branch 'upstream/clearnet' into perf-improv
4 years ago
audric
23e9a6d31c
move some actions to redux in hooks
4 years ago
Audric Ackermann
6df84fbd1e
Merge pull request #1778 from Brice-W/focus-issue
...
Fix for focus issue
4 years ago
Warrick Corfe-Tan
28924a63bb
removing some unusued imports.
4 years ago
Warrick Corfe-Tan
4cdc852ea3
cherry-pick conflicts.
4 years ago
Brice-W
9a420f85ce
fixes
4 years ago
Brice-W
74147d8c3d
Merge branch 'clearnet' of https://github.com/oxen-io/session-desktop into focus-issue
4 years ago
Brice-W
db46c2960b
update in marking read message
4 years ago
Brice-W
c38d2a5ea7
revert prev changes + marking read now based on received_at
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
5c8bb358c6
mmeoise callbacks for right panel attachments
4 years ago
Audric Ackermann
511adcf388
refactored right panel to hook
4 years ago
Audric Ackermann
4ca5a4f093
fixup selected message in redux logic
4 years ago
Audric Ackermann
787e3a32d0
remove count of unread in unread message banner
4 years ago
Audric Ackermann
16d34a7137
moved conversations reducer to createSlice
4 years ago
Audric Ackermann
63b81b4c8e
cleanup SessionMessageList p1
4 years ago
Brice-W
5d7d58fe05
move NotificationForConvoOption declaration + getConversationNotificationSettingType created as used twice
4 years ago
Brice-W
151fc758c0
format
4 years ago
Brice-W
c98fdec10e
adding new files
4 years ago
Brice-W
2af9d9e15d
use of a custom hook to detect focus
4 years ago
Audric Ackermann
9a302fb5ff
add a cache of the keypairs for a closed group
4 years ago
Audric Ackermann
f0fad6edfa
uniformized props for Message
4 years ago
Audric Ackermann
7f76ab274c
added a hook to fetch avatar of closed group members
4 years ago
Brice-W
936f9a3efc
don't mark message as read if app isn't focused
4 years ago
Audric Ackermann
4fbb0d48f2
remove index as key
4 years ago
Audric Ackermann
97b9156562
improve performamce by memoizing avatar and menus
4 years ago
Audric Ackermann
87a8385629
move timerOptions to redux
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
Audric Ackermann
672eb91975
add types for message props and remove props function calls msg
4 years ago
Audric Ackermann
52293d6787
fix trust do not trigger redownload of already dl medias
4 years ago
Audric Ackermann
bab0a94e0d
make moderator strings add/remove error more explicit
4 years ago
Audric Ackermann
66c86a3cf6
never show pubkey for quoted message author
4 years ago
Audric Ackermann
e4dae7f408
show loading while sending last config message
4 years ago
Audric Ackermann
d686076ba8
Merge remote-tracking branch 'upstream/clearnet' into play-custom-speed-button
4 years ago
Audric Ackermann
9bdd6ad139
add button to control speed playback on the player
4 years ago
Warrick Corfe-Tan
fc31f8d2b1
Merge branch 'clearnet' into audio-messages-play-all
4 years ago
Audric Ackermann
29c29c5752
fix click to trust only dling file received
4 years ago
Warrick Corfe-Tan
be11c37a59
Linting and formatting.
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
9e5d33d849
trigger download for past messages when trusting contact
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
54f06cca1b
disable editing of open group name
4 years ago
Audric Ackermann
e8020348b4
fix up onion path animation with no glowing nodes
4 years ago
Audric Ackermann
bfbcde1c2b
Merge pull request #1707 from Bilb/fix-onion-path-light-orange
...
fix moderator dialogs and opengroup
4 years ago
Audric Ackermann
bc3819aab7
Merge pull request #1708 from warrickct/link-visit-confirmation
...
Link visit confirmation
4 years ago
Warrick Corfe-Tan
82d79accdb
remove unused import
4 years ago
Warrick Corfe-Tan
877bd34271
Minor formatting
4 years ago
Warrick Corfe-Tan
23c83662e7
Added message entries for message link visit warning.
4 years ago
Warrick Corfe-Tan
a9913d29f7
Link guard working.
4 years ago
Warrick Corfe-Tan
4776c6bd57
Revert "WIP refactoring message component."
...
This reverts commit ad175fafd7
.
4 years ago
Audric Ackermann
34835ef68f
fix createf instead use useRef for h5 audio player
4 years ago
Audric Ackermann
013df7fa2c
Merge remote-tracking branch 'upstream/clearnet' into fix-onion-path-light-orange
4 years ago
Warrick Corfe-Tan
e2ce6c35ee
PR fixes.
4 years ago
Audric Ackermann
788493e856
remove some unused props for messages
4 years ago
Warrick Corfe-Tan
ad175fafd7
WIP refactoring message component.
4 years ago
Audric Ackermann
a659d5b480
fix open group invitation logic
4 years ago
Audric Ackermann
9ed030fac6
fix moderator add/remove
4 years ago
Warrick Corfe-Tan
061cb38300
Linting and formatting changes applied.
4 years ago
Warrick Corfe-Tan
9730471d59
Added ability to toggle playback speed for audio messages via context menu,
4 years ago
Audric Ackermann
fa6fcfc829
Merge remote-tracking branch 'w/link-preview-dialog' into merge-dialogs
4 years ago
Warrick Corfe-Tan
3c556defda
Merge branch 'merge-dialogs' of https://github.com/Bilb/loki-messenger into merge-dialogs
4 years ago
Audric Ackermann
651921590c
reduxify remaining dialogs
4 years ago
Warrick Corfe-Tan
64545ec7c4
Merge branch 'merge-dialogs' of https://github.com/Bilb/loki-messenger into merge-dialogs
4 years ago
Audric Ackermann
93e43fe929
move conversation dialogs to redux store
4 years ago
Warrick Corfe-Tan
eb2e60b2eb
Fixed update-group-name dialog styling.
4 years ago
Audric Ackermann
bbbcfd54d6
rename all spacer-* to react component
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
e8d06e86b5
Fixed error message always appearing for group rename.
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
8ef9c8ed1a
remove delivery receipt logic
4 years ago
Audric Ackermann
722f240f3d
fix deduplication based on serverTimestamp
4 years ago
Audric Ackermann
4a98d911a2
add a HeaderOption to change the notification settings for each convo
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
3456162402
Moved opengroupv1 test to opengroupv2 tests
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
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
Audric Ackermann
248494f15b
redesign group invitation message type
4 years ago
Audric Ackermann
64eab5160d
remove zombies from the UI only
4 years ago
Audric Ackermann
2c40d1e623
hide checkmMark on showing group members
4 years ago
Audric Ackermann
fae80c327a
mark convo as ActiveAt when we get a message adding us after left
4 years ago
Audric Ackermann
eb0ddd85f4
add zombies logic for member leaving and removing
4 years ago
Audric Ackermann
c875790a2c
fix moderator add/remove for opengroupv2
4 years ago
Audric Ackermann
5289d4c2aa
add joinable rooms on opengroupv2 joining screen
4 years ago
Audric Ackermann
a26c5da6cb
Uniformize once and for all the conversation types
...
no more 'direct'. those are private convos
4 years ago
Audric Ackermann
37562e11f8
add back invite contacts to opengroupv2
4 years ago
Audric Ackermann
e274313f23
add and remove Moderatos opengroupv2 (not yet working server side)
4 years ago
Audric Ackermann
98b69c17f0
add userblocking opengroupv2 and quoting back of messages
4 years ago
Audric Ackermann
5916ce5cbe
add the ban/unban logic for opengroupv2
4 years ago
Audric Ackermann
f7581cf4eb
increase prettier maxWidth to 100
4 years ago
Audric Ackermann
ccf8a31ae3
move Attachments and Attachments_test to typescript
4 years ago
Audric Ackermann
ed30be5334
fix attachments loading for avatar and exporting files
4 years ago
Audric Ackermann
def03c8baa
working encrypt/decrypt of attachments
4 years ago
Audric Ackermann
5c6c5c2b8c
First commit encrypting attachments locally
4 years ago
Audric Ackermann
1f509e003d
add a markAllAsRead option on menus
4 years ago
Audric Ackermann
79193ee7be
refactor to Visible and ControlMessage types
4 years ago
Audric Ackermann
553f264d12
make unread attrs as before a number, and remove calculatingPow
...
calculating pow is just the same as sending state
4 years ago
Audric Ackermann
6edcb88788
remove resend as it does not make any sense with medium groups
...
and sendAnyway
4 years ago
Audric Ackermann
b76ce0f2ff
update models to TS part2
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
6e11c6db2e
remove all reference to closed group update v2
4 years ago
Audric Ackermann
79028ebaeb
remove isUnidentifiedDelivery
4 years ago
Audric Ackermann
3d47d7d0e8
remove EbeddedContact components
4 years ago
Audric Ackermann
02fb5783a4
remove regionCode and PhoneNumber.ts
4 years ago
Audric Ackermann
34e5648681
fix metadatabadges for closed group
...
do not show crown nor Mod badge
4 years ago
Audric Ackermann
13df6c476e
remove isClosable for convo as it is unused
4 years ago
Audric Ackermann
a6cecd33e3
remove ContactDetails unused
4 years ago
Audric Ackermann
273eedc6a9
remove hasSignalAccount and Sealed Sender unused
4 years ago
Audric Ackermann
dc68c80504
fix refresh of moderator list and removed unused proto
4 years ago
Audric Ackermann
ce8bc84de0
add way to add/remove moderators from the message click handler
4 years ago
Audric Ackermann
5c3cb0a165
make moderator dialogs the Session way
4 years ago
Audric Ackermann
a0703bc2f9
remove primary and secondary device separate status
4 years ago
Audric Ackermann
135fc3b366
remove prekeys
4 years ago
Audric Ackermann
fd18345c5a
remove handling of rss related things completely
4 years ago
Audric Ackermann
c0484207d1
Merge branch 'clearnet' into fix-ban-user
4 years ago
Audric Ackermann
21c3e4717e
Merge pull request #1434 from Bilb/remove-prekey
...
Remove prekeys message and Session managment.
4 years ago
Audric Ackermann
20c806be2d
fix being able to remove messages from anyone as a moderator
4 years ago
Audric Ackermann
dc0733968d
make moderators and groupAdmins a single name
4 years ago
Audric Ackermann
6a776b56f6
fix ban of users on open group
4 years ago
Audric Ackermann
39c64b9fbf
toast adding moderator to remind that the user needs to be registered
4 years ago
Audric Ackermann
3476b54d43
fix add/remove moderators dialog and open groups name avatar dialog
4 years ago
Audric Ackermann
979a9058e3
remove verified number - related features (partial)
4 years ago
Audric Ackermann
6856c0e748
remove updateTextInputState not needed and add left to menu tests
4 years ago
Audric Ackermann
b15984aa08
cosmetic UI for updateGroupMembersDialog
4 years ago
Audric Ackermann
8e9de59a42
remove isOnline unused
4 years ago
Audric Ackermann
6cf838ade8
disallow remove of an admin from a closed group
4 years ago
Audric Ackermann
cbd0e63641
add admin dialog to warn him about leaving for v2 closed group
4 years ago
Audric Ackermann
d43ae09eb0
first working version of closed group v2
4 years ago
Audric Ackermann
2fe6b11e89
move ConversationController to typescript
4 years ago
Audric Ackermann
0f328d5f28
disable links while on selectionMode
...
Fixes #795 as the image click already selects the messages while on
selection mode
4 years ago
Audric Ackermann
5109f9fdda
remove ConversationLoadingScreen (unused)
4 years ago
Audric Ackermann
766a9f9c45
fix theme for voice messages and recording
4 years ago
Audric Ackermann
e0bdab0d19
fix appearance of bubbles when convo is full of messages
4 years ago
Audric Ackermann
4bab6cc8b4
fix typing bubbles on SessionConversation
...
for some reasons, they were sometimes not visible due to the message
list bottom padding
4 years ago
Audric Ackermann
a58a1a4fba
fix text color of expire timer when image only message
4 years ago
Audric Ackermann
4c6a05c6d7
make timestamp a styled-component too
4 years ago
Audric Ackermann
e1fbcade0f
move expiretimer bucket svg to ts & style them with styled-components
4 years ago
Audric Ackermann
15ae97e0a7
use OutgoingMessageStatus in ConversationListItem too
...
also, enable back the delivered/read status on message metadata
4 years ago
Audric Ackermann
7f5515cf6b
split Message metadatas rendering to a sub component
4 years ago
Audric Ackermann
0a6a49eda5
Add an Outgoing Message Status react component
4 years ago
Audric Ackermann
788cb2a5fc
fetch theme for each dialog, as they are out of the themed tree for now
4 years ago
Audric Ackermann
e38be266c2
major rework of session icon => make them styled with styled-component
4 years ago
Audric Ackermann
f0a58b01b0
remove calculatingPow animation on msg => use the one for sending
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
29eb528d1f
remove signal gear icon, and show back ours on calculatingPow
...
this is used for a message in the message list and in the conversation
list item
4 years ago
Audric Ackermann
88cd58e7ff
trigger theme switch with user theme on app start
4 years ago
Audric Ackermann
d729e49840
update to latest major version of react-contexify
4 years ago
Audric Ackermann
e8677eef8c
add back bump typing to CompositionBox 7 show bubbles on direct convo
4 years ago
Audric Ackermann
08d8b90aaa
add animation on click on quoted message just like on mobile
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
5c55a9411f
add first step to enable back MessageDetails.
...
Still not much the react way to do it for now
4 years ago
Audric Ackermann
8ac2011682
render triple dots menu on header only when not on default viewmode
4 years ago
Audric Ackermann
291d4682e4
fix some tests
4 years ago
Audric Ackermann
51ea762bce
enable save of attachments on click on single generic attachment
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
d0043ca245
use react-intersection to accurately mark messages as read
4 years ago
Audric Ackermann
bb87eb0f52
fix timer expiring sometimes missing a sec
4 years ago
Audric Ackermann
f8f15cb9f7
fix remove message for public groups
4 years ago
Audric Ackermann
edd984e0f5
make quotes stay empty when there object isEmpty()
4 years ago
Audric Ackermann
c9e81454fb
make mentions work in react when emoji inserted inside at a rand pos
4 years ago
Audric Ackermann
b5af8eb215
Add Mentions with react-mentions
4 years ago
Audric Ackermann
81196b793e
prevent 'now ago' from appearing with capitalize
4 years ago