Audric Ackermann
6ed5f505c3
be able to remove a closed group once we left it already
4 years ago
Audric Ackermann
cdd6fb61eb
fix previews sent on next message if they are resolved too late
4 years ago
Audric Ackermann
46fdebe3d7
Merge pull request #1459 from Bilb/improve-open-group-loading-speed
...
Improve open group loading speed
4 years ago
Audric Ackermann
02fb5783a4
remove regionCode and PhoneNumber.ts
4 years ago
Audric Ackermann
13df6c476e
remove isClosable for convo as it is unused
4 years ago
Audric Ackermann
b218611831
remove contactCollection in convos.
4 years ago
Audric Ackermann
e3a6e24898
remove body pending loading of message > 2000.
...
Also remove the limit when sending text messages
4 years ago
Audric Ackermann
43ec14e741
Fix the password length limit when not setting a new password
...
Relates #1446
4 years ago
Audric Ackermann
d655c397e0
make the isAdmin coming from the convo props and not the messages
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
46dfb3489b
remove mock sockets and websockets unused resources
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
3476b54d43
fix add/remove moderators dialog and open groups name avatar dialog
4 years ago
Audric Ackermann
72c96ea998
remove most of the SessionProtocol unused stuff
...
- prekeys
- SessionCipher
- LokiCipher
- endSession and the reset Session logic
- what we called Sessionprotocol manager (to keep track of session with
everyone)
4 years ago
Audric Ackermann
979a9058e3
remove verified number - related features (partial)
4 years ago
Audric Ackermann
75b7788fa9
remove stuff related to web api
4 years ago
Audric Ackermann
58be168227
drop groupUpdates which happened before we joined the group
4 years ago
Audric Ackermann
6856c0e748
remove updateTextInputState not needed and add left to menu tests
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
e6c2abff48
mandatory upgrade of session ids are now in force
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
9048913332
split conversation reducer for convo logic
...
also
- fix ordering of messages for open groups, when they are added
- fix the way the firstMessageOfSeries for just created clsoed groups
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
16c9bf27c9
remove linebreaks on pasted value on open group join textarea
...
Relates #1413
4 years ago
Audric Ackermann
adf0d03d35
add test for the MessageEncrypter using Session protocol
4 years ago
Audric Ackermann
c9fd261e0e
fix color no opacity for recording playback view
...
having an opacity on the bg color was making the source-atop composition not visible with the sweeping color
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
b0a229bf13
add Dialog on app start to ask to update SessionID
4 years ago
Audric Ackermann
1045bfeba8
add SessionProtocol wip
4 years ago
Audric Ackermann
10307bac38
fix lint
4 years ago
Audric Ackermann
3e01eee207
fix color of icon compose on dark theme
...
cross color is always white as the background is black
4 years ago
Audric Ackermann
fdcb02bfdc
remove Section header rendering from static method, just render JSX
4 years ago
Audric Ackermann
add1c2dd39
reset the highlighted message after 3 sec
...
Before this commit, when a users clicks on a quoted message, the UI
takes it to that message. If the user clicks again on the quoted
message, the green highlight of the quoted message is not shown again.
This was like this, because the highlight is based on a state change,
and clicking on the same highlighted message, does not update the state
as the clicked quoted message is still the same.
The fix is to reset the highlighted message on the state object after
the animation is done
4 years ago
Audric Ackermann
e9f186065d
do not shrink SessionSpinner
4 years ago
Audric Ackermann
5109f9fdda
remove ConversationLoadingScreen (unused)
4 years ago
Audric Ackermann
a941e73f7b
fix bug of voice message not received, the size was not included
4 years ago
Audric Ackermann
2bcc7be3e6
remove mp3 lame already file and webrecorder worker unused
4 years ago
Audric Ackermann
7da988c132
fix up session logo on loading and max message body length
4 years ago
Audric Ackermann
c9fc3be6c3
make message about not being able to recover SessionID more obvious
4 years ago
Audric Ackermann
dd4f591cf4
deleteAccount => show warning when recover will generate new SessionID
4 years ago
Audric Ackermann
a23d5cd95c
fix theme for SessionRecording
4 years ago
Audric Ackermann
4a58b2c9f6
do not fail if a message has a list of empty attachment
4 years ago
Audric Ackermann
a58a1a4fba
fix text color of expire timer when image only message
4 years ago
Audric Ackermann
cb2f90f7f7
make SessioNotificationCount a styled component
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
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
3bc041f512
change header of password entered on registration to just 'password'
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
228e4ed662
move MessageController to typescript
4 years ago
Audric Ackermann
727261b36a
be sure to register outgoing message for medium groups when created
4 years ago
Audric Ackermann
f9783be764
various UI fixes
...
* hide borders of images in bg when in the message details view
* force color of caption edits to white, as the background is grey and
it is more readable
* fix a bug preventing to quote the same message twice when switing
between two conversation after starting to quote one
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
1bb99ac3df
enable back media switch on lightbox opened from a message
...
with several attachments
4 years ago
Audric Ackermann
60a4fcbfcc
small UI fixes for caption editor
4 years ago
Audric Ackermann
82b59f808d
no confirmation on message delete from the message detail view
4 years ago
Audric Ackermann
c1c1cde14b
improve caption editor, and disable right panel if messagedetails shown
4 years ago
Audric Ackermann
20496c45d6
remove sendAnyWay and showSafetyNumber from props of MessageDetails
4 years ago
Audric Ackermann
22b4f39e52
MessageDetails: contact status fallbacks to message status
...
this is used for medium groups
4 years ago
Audric Ackermann
80523a9a3e
rename MessageQueue event to be more easily searchable
...
success -> sendSuccess
fail -> sendFail
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
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
2ec337dd31
Add back ability to edit caption before sending attachments
4 years ago
Audric Ackermann
f673589c56
add types for blueimp-load-image
4 years ago
Audric Ackermann
9f14924e65
push toast if gif size is too big
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
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
d533a3aca5
fix unread message banner for MessagesList
4 years ago
Audric Ackermann
535b1d59ef
add a reset conversation action type and call it on message destroyed
4 years ago
Audric Ackermann
1fd15ac977
Make SettingsView refresh on conversation change
4 years ago
Audric Ackermann
a695528d09
focus composition box on attachment added
4 years ago
Audric Ackermann
7a81c78382
focus composition box on conversation change
4 years ago
Audric Ackermann
4d9371dfe7
fix SessionRegistrationView missing from signal.js
4 years ago
Audric Ackermann
7b3981207e
fix password dialog
4 years ago
Audric Ackermann
f8f15cb9f7
fix remove message for public groups
4 years ago
Audric Ackermann
531b227ae4
clean unused files and fix recovery dialog showing
4 years ago
Audric Ackermann
1503d83f3a
add ourPrimary convo to redux and update the actionPanel with it
4 years ago
Audric Ackermann
c203303c71
rename SessionConversationMessagesList to SessionMessagesList
4 years ago
Audric Ackermann
935f00934b
add a key to all messages printed in SessionMessagesList
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
b2e362a36b
add a useInterval hook and move useNetwork hook to the hook folder
4 years ago
Audric Ackermann
0beb47e597
add messageDeleted redux action
4 years ago
Audric Ackermann
e1548b66e4
enable back drag events as now the SessionConversation updates only
4 years ago
Audric Ackermann
d2ada105ed
make session dropdown use hooks
4 years ago
Audric Ackermann
6e14718a32
reactity the expired Session version warning
5 years ago
Audric Ackermann
977569cde0
move offline network view to react
5 years ago
Audric Ackermann
f9ab90fb71
link backbone message added to redux
5 years ago
Audric Ackermann
2f2eb2ad53
link back backbone conversation events to redux store
5 years ago
Audric Ackermann
918eeae275
move InboxView to react
5 years ago
Audric Ackermann
2ae7a6dfe5
cleanup message.js and conversation_view.js
5 years ago
Audric Ackermann
d94d2819ce
use placeholder when convo blocked in composition box
5 years ago
Audric Ackermann
f3430bdcb5
add toast on isBlocked, isKicked, ... for sending of messages
5 years ago
Audric Ackermann
e45ce43e01
store messages currently loaded in convo on redux
5 years ago
Audric Ackermann
221f264de6
rename all saveMessage to message.commit()
5 years ago
Audric Ackermann
5122433eb4
remove message_list_view.js and replace saveMessage with a commit()
5 years ago
Audric Ackermann
30f93b2ad3
remove conversation stack
5 years ago
Audric Ackermann
b9c4394b27
SessionConversation, render MessageView if no conversationModel found
5 years ago
Audric Ackermann
190d597814
only trigger new msg on open group if we are still running
5 years ago
Audric Ackermann
c039c89a26
remove resetMessageSelection() as unused and cleanup toast
5 years ago
Audric Ackermann
209fe460e4
lint and fix toast blur when dialog shwon
5 years ago
Audric Ackermann
a5a7b38da9
add autoFocus feature to SessionInput
5 years ago
Audric Ackermann
357421f161
rename window.console.log to window.log.info
5 years ago
Audric Ackermann
21a97ba0ec
fix deleteMessages from headermenu and load unread_count message on show
5 years ago
Audric Ackermann
e613613416
show toast with react-toastify and make them a styled-component
5 years ago
Audric Ackermann
72b6538679
render unreadBanner at top of the message list if unread is not found
5 years ago
Audric Ackermann
9192c7b7d3
auto close session seed modal on copy
5 years ago
Audric Ackermann
6fd8ea20c7
fix restoring of session after restore from seed
5 years ago
Audric Ackermann
3d11271471
fix position of unread banner on conversation (search for first read)
5 years ago
Audric Ackermann
c0cf53cdfa
enable back the logic of displaying avatar for first message in serie
5 years ago
Audric Ackermann
0b4400837b
fix scroll to quoted message and contact display name of group updates
5 years ago
Audric Ackermann
dfbcf3ac9b
do not remove convo when removing only message
...
use the user pubkey if group update notification with an unknown user
make GroupNotification a function component
5 years ago
Audric Ackermann
95101bfd3c
allow overlay message section to switch between join to newmessage
5 years ago
Audric Ackermann
113e91aa4b
contact section updates on menu right click block
5 years ago
Audric Ackermann
94b445983d
Merge remote-tracking branch 'upstream/clearnet' into react-refactor
5 years ago
Audric Ackermann
aad2d3232a
be able to show right panel for users too (and display convo medias)
5 years ago
Audric Ackermann
3f538b9be1
render Session Verification Messages
5 years ago
Audric Ackermann
dad9e5297c
make the last seen indicator work as expected
5 years ago
Audric Ackermann
35ad4cba24
add a react component to display last read message
5 years ago
Audric Ackermann
940ad57f83
rework the way unread count works
...
we no longer refresh on each message read, only once the whole
conversation is read.
5 years ago
Audric Ackermann
5a5d1d60c6
fix scroll hanging when scroll all the way up
5 years ago
Audric Ackermann
dd93a849d7
cleanup duplicated code between Conversation and ConversationList
5 years ago
Audric Ackermann
07c384aa0d
render GroupNotification messages
5 years ago
Audric Ackermann
96263b4d25
WIP
5 years ago
Audric Ackermann
387f8ff391
Update props of SessionConversation to only get the currently selected convo
5 years ago
Audric Ackermann
e0fd910fa4
move a part of SessionSrollButton to styled component
5 years ago
Audric Ackermann
1f2c01722a
move to new identity key mechanism
...
now we do as followed:
• Generate 16 bytes of random data
• Add 16 bytes of zeros
• Use the 16 bytes of random + 16 bytes of zeros to generate an ED25519 key pair
• Convert the ED25519 key pair to an X25519 key pair
All of this is happening with libsodiumm called over IPC
5 years ago
Audric Ackermann
857bea50ea
enable back keyboard navigation on message list
5 years ago
Audric Ackermann
6edadaf3e9
message container use column reverse to order messages from bottom to
...
top
5 years ago
Audric Ackermann
ef3f3d0af5
enable back link previews in sent message
5 years ago
Audric Ackermann
1541b47f13
throw an error rather than returning null on link preview failure
...
so that it is handled in the catch() block
5 years ago
Audric Ackermann
ba959f3379
link preview state moved to SessionCompositionBox
5 years ago
Audric Ackermann
13e02b5bf1
add staged link previews for everything from signal
5 years ago
Audric Ackermann
f5818817e9
remove references to old emoji-panel package
5 years ago
Audric Ackermann
8f92ae7812
fix tiny UI glitches
5 years ago
Audric Ackermann
12bf46e09e
use pushToast through ToastUtils when it's a static toast content
5 years ago
Audric Ackermann
a0e5c7386f
delete messages needs to be called once the message is selected
5 years ago
Audric Ackermann
55fa65fc31
override attachments name on upload
5 years ago
Audric Ackermann
8abd6a0e21
fix issue with contextmenu on scroll causing UI to break
5 years ago
Audric Ackermann
a7c4ce77a1
enable back attachments download on context menu
5 years ago
Audric Ackermann
f166ec814e
pass selectiomMode without selectedMessage props to ConversationHEader
5 years ago
Audric Ackermann
fe3cfb9e82
move all menu to react-contexify
5 years ago
Audric Ackermann
700a93362e
move drop file logic to SessionConversation component
...
Having it in another component was causing issues like not being able to
scroll on the conversation list even if the component was not shown
5 years ago
Audric Ackermann
a7bdc93ca8
working drag and drop, but no scrolling on the conversation messages
5 years ago
Audric Ackermann
b46ed237b3
allow empty message when they have attachments
5 years ago
Audric Ackermann
c5927cfc4b
focus composition box after adding an attachment
5 years ago
Audric Ackermann
363da7aa80
add back toast on attachment adding error
5 years ago
Audric Ackermann
6cf69a1337
make adding of attachment work on react conversation
5 years ago
Audric Ackermann
2a155a0f43
fix lightbox for single attachment display and download
5 years ago
Audric Ackermann
fcf13c7467
relink lightbox from signal to our app
5 years ago
Audric Ackermann
ddf41de3fb
add csp for image load from blob so attachments are loaded correctly
5 years ago
Audric Ackermann
b1cac5f01b
fix ordering of message with more recent at bottom of the view
5 years ago
Audric Ackermann
c41eaada25
move display of message list to a subcomponent
5 years ago
Audric Ackermann
026a1930ed
add a getOrThrow to ConversationController when we expect this convo
5 years ago
Audric Ackermann
144ae41529
add type for ConversationController, remove showStartConversation
...
and cleanup scss
5 years ago
Audric Ackermann
b7f5a32570
add reply to message UI logic
5 years ago
Audric Ackermann
1a379d2466
add theme logic to switch between dark/light theme based on redux store
5 years ago
Audric Ackermann
6c7f1598b7
add a flex component using styled
5 years ago
Audric Ackermann
6e07ee42f5
cleanup network status view and some UI constants
5 years ago
Audric Ackermann
a652ec3b61
fix light theme in react refactor
5 years ago
Audric Ackermann
4d991d3992
Merge branch 'clearnet' into react-refactor
5 years ago
Audric Ackermann
dfff6c2149
Merge pull request #1374 from Bilb/hide-shorten-pubkey-except-public
5 years ago
Audric Ackermann
b050a3740d
clean all updateConversation calls to convo.commit()
5 years ago
Audric Ackermann
f57c85dc0d
hide pubkey when not needed on conversationHeader and listItem
5 years ago
Audric Ackermann
16b8fc8620
hide shortened pubkey except for public groups
5 years ago
Audric Ackermann
232b1a416a
do not refresh group panel media if length of media did not change
5 years ago
Audric Ackermann
e0e0830d3b
remove all ratchet when needed to get fresh senderKey from members
5 years ago
Audric Ackermann
baaca1a29f
switch medium or closed group deeper in code
5 years ago
Audric Ackermann
82bc050ddd
always create a closed group the type set in the feature flag
...
speaking about enableSenderKeys
5 years ago
Audric Ackermann
c052b1a2ec
update group size limit to 20 now that those are ssk groups
...
Also removed removed description while creating a medium group as it was
removed on mobile
5 years ago
Audric Ackermann
e5db9916a5
allow closed group updates from non-admin user
5 years ago
Audric Ackermann
cd44143eaf
Merge pull request #1344 from Bilb/fix-avatar-closed
5 years ago
Audric Ackermann
58d85c0f8e
fix methods order
5 years ago
Audric Ackermann
8123508b51
fix avatar closed group and pubkey for medium mobile groups
5 years ago
Audric Ackermann
ceab8228fc
close leftpane overlay on message sent to that conversation
5 years ago
Audric Ackermann
4d801fd8e5
check for changes on member avatars only on re rendering
5 years ago
Audric Ackermann
56cd42d34c
remove authorColor unused in Session
5 years ago
Audric Ackermann
6eb13e43e3
simplify a lot avatar props
5 years ago
Audric Ackermann
30416d98ab
show our avatar on a group if less than 2 members
5 years ago
Audric Ackermann
bc1aff747a
refresh avatar for closed group on new props
5 years ago
Audric Ackermann
b845ba9642
use a HOC to fetch closed group conversations for avatar rendering
5 years ago
Audric Ackermann
35ea6af27f
Add group avatar as on mobile: with multiple group members avatar
5 years ago
Audric Ackermann
1da4ae69c2
render NoteToSelf list item as a normal conversation
5 years ago
Audric Ackermann
57160cb45c
fix custom avatar show on dialogs and list
5 years ago
Audric Ackermann
62be54c05a
update text for lightmode forced to user
5 years ago
Audric Ackermann
0721d469db
increase timeout allowed for joining open group
5 years ago
Audric Ackermann
66dcfdfe6e
show message when no blocked contact in settings
5 years ago
Audric Ackermann
d670a47d5c
remove duplicated key translation
5 years ago
Audric Ackermann
0e75510e5b
remove ttl unused settings and all translated key
5 years ago
Audric Ackermann
22b2d80993
make light theme default for existing users and show dialog to revert
5 years ago
Audric Ackermann
d4a954e53f
add sun SessionIcon and a MAX size for SessionIconSize
5 years ago
Audric Ackermann
94bd47fb8c
add way to add icon to SessionConfirm dialog
5 years ago
Audric Ackermann
4070a7099f
Merge remote-tracking branch 'upstream/clearnet' into add-light-theme
5 years ago
Audric Ackermann
094cd0ae47
Merge pull request #1306 from Bilb/make-cheap-translations
5 years ago
Audric Ackermann
a03132f088
remove qrDialogView unused
5 years ago
Audric Ackermann
5cdb25ca00
themify widget selection, compose and slider
5 years ago
Audric Ackermann
5bede47608
make svg check create Closed group color dynamic
5 years ago
Audric Ackermann
422c2610b6
add light theme for leftpane conversation list view
5 years ago
Audric Ackermann
39463d2f93
enable back ability to switch theme from leftpane
5 years ago
Audric Ackermann
ed9f4e713e
add type for mnemonic.js and replace some calls with recoveryPhrase
5 years ago
Audric Ackermann
94146124ff
Merge pull request #1312 from konstantinullrich/bug/#1311-Unblock-Users-Page-in-Settings-is-broken
5 years ago
Audric Ackermann
b75bb71a22
Merge remote-tracking branch 'upstream/clearnet' into make-cheap-translations
5 years ago
Audric Ackermann
0b6c915f8f
update translation to match android - part 2
5 years ago
Audric Ackermann
5739d78ada
edit group editing title to match Android
5 years ago
Konstantin Ullrich
5b7c58c0d4
Refresh after unblocking a SessionID without model
5 years ago
Audric Ackermann
90fac8f75e
show group members => groupmember
5 years ago
Audric Ackermann
70b739d24f
update translation to match android - part 1
5 years ago
Audric Ackermann
730c520b22
remove seed name from Registration tabs components
5 years ago
Audric Ackermann
38c099cdf0
rename seed to recovery phrase
5 years ago
Konstantin Ullrich
2f35d9d2a6
lint fix
5 years ago
Konstantin Ullrich
86f8fe54ae
Check for model in blocked settings
5 years ago
Audric Ackermann
ad4c024530
Merge remote-tracking branch 'upstream/clearnet' into make-cheap-translations
5 years ago
Audric Ackermann
dc77e6e44e
remove toggle use sender keys. Rely on lokiFeatureFlag directly
5 years ago
Audric Ackermann
9d4dff611f
simplify Copied xxx => Copied to clipboard
5 years ago
Audric Ackermann
4fbbbc26a4
make blockled list number updates on unblock
5 years ago
Audric Ackermann
d108630f22
add a toastUtils file and replace all pushToast calls in ts files
5 years ago
Audric Ackermann
e008dbd0d5
"leave {Closed|Open} Group" => "leave group"
5 years ago
Audric Ackermann
d4254b0bda
fix input translation for searches with android translations
5 years ago
Audric Ackermann
30937f4ae3
make start new session screen closer to the android one
5 years ago
Audric Ackermann
cf3352d0af
add a timeout function to promiseUtils for attemptConnection
5 years ago
Audric Ackermann
eb3ee8f6b0
make leftpane overlay closer to android
5 years ago
Audric Ackermann
08433aa676
Merge pull request #1297 from konstantinullrich/feature/blocked-list-in-settings
5 years ago
Audric Ackermann
c90e696da3
fix types for $ conflicting between jQuery and webdriverIO
5 years ago
Konstantin Ullrich
8bc7528e85
Merge branch 'clearnet' into feature/blocked-list-in-settings
5 years ago
Audric Ackermann
1f9aff5d1d
fix merge issue
5 years ago
Audric Ackermann
3945c6b208
Merge remote-tracking branch 'upstream/clearnet' into react-refactor
5 years ago
Audric Ackermann
58dd064e93
Merge remote-tracking branch 'upstream/clearnet' into fix-integration-tests
5 years ago
Konstantin Ullrich
380d533da8
fix lint
5 years ago
Konstantin Ullrich
7ec263f273
fixed transaltion key
5 years ago
Konstantin Ullrich
b430848c53
Get only blocked SessionIDs even if conv is gone
5 years ago
Konstantin Ullrich
fde6723584
Fix Lint problem
5 years ago
Audric Ackermann
3e56eb6133
add beta german translation copy pasted from android
5 years ago
Audric Ackermann
80946c0ea5
Merge remote-tracking branch 'upstream/clearnet' into clean-en-translation
5 years ago
Audric Ackermann
9315ed5238
add tool to find unused localized string and fix our current en locale
5 years ago
Audric Ackermann
c41a064880
add tool to find unused localized string and fix our current en locale
5 years ago
Mikunj
b75b02c5a2
Hide multi device UI if flag is not set
5 years ago
Mikunj
22c64395d9
Remove multi-device warnings
5 years ago
Audric Ackermann
933eb73aa1
Merge remote-tracking branch 'upstream/clearnet' into fix-integration-tests
5 years ago
Konstantin Ullrich
e800e5509b
Placeholder for no DisplayName-Contacts in blocked
5 years ago
Konstantin Ullrich
7de0a0ae65
Add Subscreen for blocked Users
5 years ago
Audric Ackermann
2c45ff73b2
Merge pull request #1288 from Bilb/disable-link-warning-multi
5 years ago
Audric Ackermann
471a381b4b
show disabled multi device message every 5 loads
5 years ago
Audric Ackermann
9464c03806
adress reviews
5 years ago
Audric Ackermann
761ebf4a7c
lint
5 years ago
Audric Ackermann
abc9456d14
add popup for disabling multi device
5 years ago
Audric Ackermann
12ec5beb95
fix bug preventing loading of out of view cells in conversations list
5 years ago
Audric Ackermann
e806e912a3
move password_utils.js to typescript
5 years ago
Audric Ackermann
89579ebd35
refactor SessionPasswordModal to handle errors on length
5 years ago
Audric Ackermann
fec0ead1de
fix link device test and lint
5 years ago
Audric Ackermann
592c31dfc0
fix tslint issues with spectron includes
5 years ago
Audric Ackermann
a853d27b28
disable multi device link and show warnings placeholder
5 years ago
Audric Ackermann
8558764768
fix open group integration tests
5 years ago
Vincent
d7de09e475
linter-fixes
5 years ago
Vincent
2603401207
sleek-emoji-rendering
5 years ago
Vincent
7d4383301d
emoji-definition-reversion
5 years ago
Vincent
5165bfdba4
jsx-emoji-overlay
5 years ago
Vincent
9f1cef9844
emoji-rendering
5 years ago
Vincent
bf32cd3ae6
fixed up
5 years ago
Vincent
efd5b20a6e
Super fast message receiving
5 years ago
Vincent
28a0d82ea2
Updating message recieving
5 years ago
Vincent
d823e2a758
safety-number-view
5 years ago
Vincent
134df7e389
Temporarily remove sending progress
5 years ago
Vincent
79e821e342
dropZone inti
5 years ago
Vincent
5ed6a9dda9
reorganise-dropin
5 years ago
Vincent
5b69f19410
compositionbox
5 years ago
Vincent
35218ec2d1
merged-w-clearnet
5 years ago
Vincent
3591001ef1
audio component ui
5 years ago
Vincent
c26e20d33f
css-loader
5 years ago
Vincent
54b7d9a21b
Merge branch 'clearnet' of https://github.com/loki-project/session-desktop into refactor-ts-react
5 years ago
Vincent
9ec99da9f9
SessionRecording-cleanup
5 years ago
Audric Ackermann
b34470c215
Merge pull request #1250 from Bilb/sync-blocked-numbers
5 years ago
Audric Ackermann
fc5af07363
update UI when user blocks a group
5 years ago
Vincent
055856d9ac
note-for-reenabling-sessionsettings
5 years ago
Vincent
a67e67d13c
Merge branch 'clearnet' of https://github.com/loki-project/session-desktop into ui-polish
5 years ago
Vincent
95c5a881e1
rebuild-ui
5 years ago
Audric Ackermann
edc34649a4
Merge pull request #1241 from Bilb/fix-our-profile-picture-change
5 years ago
Vincent
9d6a24d802
rm-uipolishmergre
5 years ago
Audric Ackermann
d2e7462627
unregister to change events for avatarUpdates on ActionPanel
5 years ago
Vincent
1a150f96c4
merged w ts-constants
5 years ago