audric
|
59baa08f73
|
Merge remote-tracking branch 'upstream/clearnet' into perf-improv
|
4 years ago |
Audric Ackermann
|
5d1d21f715
|
Merge pull request #1788 from warrickct/send-seed-confirmation
Send seed confirmation
|
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 |
Brice-W
|
e5615357f7
|
call setToExpire when expire timer is started to set expire_at property of message
|
4 years ago |
audric
|
8766cf3f8a
|
store offset before refresh of messagesList and restore it
|
4 years ago |
audric
|
c8f0150aaf
|
fix unread banner position when first unread is visible
|
4 years ago |
audric
|
c2b5ac68d6
|
don't rely on scrollheight to calculate for ui Updates
as it causes a layout complete refresh
|
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 |
Warrick Corfe-Tan
|
966012016b
|
Popup confirmation before sending a message containing the users recovery phrase.
|
4 years ago |
audric
|
4f5072ee65
|
Merge remote-tracking branch 'upstream/clearnet' into perf-improv
|
4 years ago |
audric
|
b7df0788c2
|
move mentions state to the ConversationState
|
4 years ago |
Brice-W
|
18f15615d4
|
don't render messages that are already expired
|
4 years ago |
audric
|
23e9a6d31c
|
move some actions to redux in hooks
|
4 years ago |
Warrick Corfe-Tan
|
ca4dec9fda
|
linting, formatting, testing
|
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
|
3fca7ef4de
|
remove unused imports.
|
4 years ago |
Warrick Corfe-Tan
|
973df5d245
|
clicking outside of confirmation modal body closes confirmation modal.
|
4 years ago |
Warrick Corfe-Tan
|
4cdc852ea3
|
cherry-pick conflicts.
|
4 years ago |
Brice-W
|
829fd1c199
|
menu fixes
|
4 years ago |
Brice-W
|
e9f70d8c82
|
fix issue
|
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 |
Audric Ackermann
|
3c0ea2b900
|
Merge pull request #1781 from Bilb/fix-link-device
fix link device. start polling for our pubkey
|
4 years ago |
audric
|
41c2ce67a7
|
fix link device. start polling for our pubkey
|
4 years ago |
Audric Ackermann
|
0e4d7ec21a
|
WIP
|
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
|
46dc6c6275
|
pin conversations added to header menu
|
4 years ago |
Brice-W
|
5d7d58fe05
|
move NotificationForConvoOption declaration + getConversationNotificationSettingType created as used twice
|
4 years ago |
Brice-W
|
adab2b4506
|
add Notifications in conversations context menu
|
4 years ago |
Audric Ackermann
|
e8f0c4aaec
|
move libloki to webworker and remove unused stuff in it
|
4 years ago |
Brice-W
|
151fc758c0
|
format
|
4 years ago |
Audric Ackermann
|
1b2a644e7a
|
fixed crash on leftpaneContactSection
|
4 years ago |
Audric Ackermann
|
3e27a397d7
|
bump version of node-sass
|
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
|
5b0b165ba9
|
Merge remote-tracking branch 'upstream/clearnet' into perf-improv
|
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
|
ee4a0b9b1e
|
cleanedup redux action openConversationExternal
|
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
|
016461f506
|
mark message as read on click on scroll to bottom button
|
4 years ago |
Audric Ackermann
|
b385a9b101
|
test with better-sqlite3 bindings
|
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 |
Brice-W
|
f1e4cbaabf
|
clean
|
4 years ago |
Audric Ackermann
|
4fbb0d48f2
|
remove index as key
|
4 years ago |
Brice-W
|
14cecb1216
|
menu item creation moved to getPinConversationMenuItem
|
4 years ago |
Brice-W
|
ff7f201e04
|
add feature flag
|
4 years ago |
Brice-W
|
c3bf2a4e96
|
fixes and tests
|
4 years ago |
Audric Ackermann
|
97b9156562
|
improve performamce by memoizing avatar and menus
|
4 years ago |
Brice-W
|
b2deeb39be
|
clean
|
4 years ago |
Brice-W
|
75a20e5de7
|
simplification by using derived data
|
4 years ago |
Audric Ackermann
|
87a8385629
|
move timerOptions to redux
|
4 years ago |
Audric Ackermann
|
e451cdd78f
|
rename message props to messageProps
|
4 years ago |
Audric Ackermann
|
c8aa73626e
|
do not load right panel data unless it is visibl
|
4 years ago |
Brice-W
|
e3aa500ba0
|
i18n labels for pin conversations limit
|
4 years ago |
Brice-W
|
4ddc00c9b6
|
set a limit numer to pinned conversations
|
4 years ago |
Audric Ackermann
|
f0db797a9a
|
fix loading of messages props
|
4 years ago |
Audric Ackermann
|
3f0088ed2a
|
fix memory leak on avatar place holder useEffect
|
4 years ago |
Audric Ackermann
|
672eb91975
|
add types for message props and remove props function calls msg
|
4 years ago |
Brice-W
|
dcd8da87ca
|
fix errors
|
4 years ago |
Brice-W
|
6b8a4ffc6c
|
display link preview popup only time
|
4 years ago |
Warrick Corfe-Tan
|
4decda9cff
|
Merge branch 'clearnet' into pin-conversations
|
4 years ago |
Warrick Corfe-Tan
|
535a66b879
|
minor tidying
|
4 years ago |
Warrick Corfe-Tan
|
cf6ac09300
|
Refactor to functional components
|
4 years ago |
Audric Ackermann
|
e9714f8db8
|
Merge pull request #1734 from Bilb/fix-clear-all-data
add loading for leaving opengroup dialog
|
4 years ago |
Audric Ackermann
|
a0811b699c
|
Merge pull request #1744 from Bilb/use-retrieve-status-for-isOnline
use our retrieve status as isOnline status
|
4 years ago |
Warrick Corfe-Tan
|
563dff64ae
|
yarn linting and formatting,
|
4 years ago |
Warrick Corfe-Tan
|
36cf05db1b
|
Switched conversation pin state.
|
4 years ago |
Audric Ackermann
|
52293d6787
|
fix trust do not trigger redownload of already dl medias
|
4 years ago |
Warrick Corfe-Tan
|
08db057ad9
|
Merge branch 'clearnet' into pin-conversations
|
4 years ago |
Warrick Corfe-Tan
|
49415e3bf0
|
Yarn formatting and linting.
|
4 years ago |
Warrick Corfe-Tan
|
264f97663e
|
Persisting conversation pin statuses.
|
4 years ago |
Audric Ackermann
|
447f862ace
|
add some static glowing to the actionpanel light
|
4 years ago |
Audric Ackermann
|
e85f69a144
|
use our retrieve status as isOnline status
|
4 years ago |
Warrick Corfe-Tan
|
60b3032833
|
Exclude showing pin icon and menu item for contacts list.
|
4 years ago |
Audric Ackermann
|
19555b99a0
|
Merge pull request #1723 from Bilb/poll-less-often-group-not-active
Poll less often group not active
|
4 years ago |
Warrick Corfe-Tan
|
6dd7f34e4d
|
Pin conversations WIP. Pinning functioning and persisting on conversation list.
|
4 years ago |
Audric Ackermann
|
10702088e2
|
allow sending messages even if our app is expired
|
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
|
3424796212
|
Merge pull request #1735 from Bilb/vertical-line-onion
Vertical line on onion path modal
|
4 years ago |
Audric Ackermann
|
5e55c2cfab
|
fix lint
|
4 years ago |
Audric Ackermann
|
4eb76df60c
|
fix line on onion path modal
|
4 years ago |
Audric Ackermann
|
15aa6b5ef9
|
add loading for leaving opengroup dialog
|
4 years ago |