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 |