Audric Ackermann
|
64dff64925
|
fix mentions notification displayname rather than pubkeys
* replace @pubkeys with their corresponding display name if found
* fix the display of the @ sign on the conversationListItem
|
5 years ago |
Audric Ackermann
|
708a999ff6
|
fix caption for attachments when they are set
|
5 years ago |
Audric Ackermann
|
4c4c7795d2
|
Merge pull request #1290 from Bilb/fix-lightbox-size-big-pictures
|
5 years ago |
Audric Ackermann
|
bbd16dbb54
|
fix size of dialog lightbox with big pictures
|
5 years ago |
Maxim Shishmarev
|
d95dfdc04a
|
Merge pull request #1280 from msgmaxim/medium-group-fixes
Medium group protocol changes
|
5 years ago |
Audric Ackermann
|
5f47c42038
|
when pulling public message, use the MultiDeviceProtocol to check
if this message is coming from us rather than checking the cached values
|
5 years ago |
Maxim Shishmarev
|
db05592400
|
Address review comments
|
5 years ago |
Audric Ackermann
|
ad24ad28d6
|
Merge pull request #1284 from Bilb/fix-ttl-ugly-hack
|
5 years ago |
Audric Ackermann
|
eb06356b26
|
Merge pull request #1277 from Bilb/fix-blocklist-handle
|
5 years ago |
Audric Ackermann
|
38724d0992
|
filter convos to block sync by getting list from BlockedNumberController
|
5 years ago |
Maxim Shishmarev
|
f1bc0ffc27
|
Fix export for file onions
|
5 years ago |
Audric Ackermann
|
401c37c39e
|
make standardized menu, use them in ConversationHeader
and ConversationListItem
|
5 years ago |
Audric Ackermann
|
394030b711
|
remove getDefaultTTL and use Constants values instead
|
5 years ago |
Audric Ackermann
|
48edd431da
|
use constants rather than string for ttl
|
5 years ago |
Audric Ackermann
|
467f96acac
|
substract 1 hour for control of ttl message so PN can ignore them
|
5 years ago |
Audric Ackermann
|
ce6263dc21
|
share ContextMenu item tests for ConversationListeItem and ConversationHeader
|
5 years ago |
Audric Ackermann
|
8105f0647a
|
make a few unit tests quicker by polling more aggressively on results
|
5 years ago |
Audric Ackermann
|
cd516aab64
|
lint
|
5 years ago |
Audric Ackermann
|
ffbba2480f
|
hide blocking option from UI for blocking groups
|
5 years ago |
Audric Ackermann
|
3e23039adb
|
do not sync blocked closed group as mobile is not ready yet
|
5 years ago |
Maxim Shishmarev
|
cc43555cd2
|
Merge branch 'clearnet' into medium-group-fixes
|
5 years ago |
Audric Ackermann
|
d2a4757061
|
trigger and handle blocked contacts/groups as a list on block/unblock
|
5 years ago |
Maxim Shishmarev
|
87144336b7
|
Large refactor of medium groups. Fixes them for multidevice
|
5 years ago |
Maxim Shishmarev
|
8f0d59f9b8
|
Fix not shuffling nodes requested for pubkey
|
5 years ago |
Audric Ackermann
|
ae6db8640a
|
Merge pull request #1273 from Bilb/fix-showing-secondary-conversation-sync
|
5 years ago |
Audric Ackermann
|
dd3080d9fe
|
mark conversation as secondary on message synced when needed
|
5 years ago |
Audric Ackermann
|
a17edd0ce9
|
enable back delivery Receipt and read receipt message
|
5 years ago |
Mikunj Varsani
|
f2668571c2
|
Merge pull request #1252 from Bilb/drop-auto-fr-messages
drop auto fr messages 'Please Accept... '
|
5 years ago |
Audric Ackermann
|
b04a64da8c
|
mark secondary devices as secondary from the right primary key
|
5 years ago |
Mikunj
|
9e14615cd2
|
Remove RSS Feeds
|
5 years ago |
Audric Ackermann
|
9a5c73af3c
|
do not update loki display name is given string is '' onContactSync
|
5 years ago |
Audric Ackermann
|
ba7241b2cb
|
contactSync: mark conversation as secondary when they are
|
5 years ago |
Audric Ackermann
|
3775a9ef05
|
drop empty synced message (or autoFR)
|
5 years ago |
Audric Ackermann
|
9df0a79fb9
|
remove blockedNumber.js
|
5 years ago |
Audric Ackermann
|
e6e179b45b
|
Merge branch 'clearnet' into drop-auto-fr-messages
|
5 years ago |
Audric Ackermann
|
0c8e34a78e
|
remove envelope from cache if sentMessage is empty
|
5 years ago |
Audric Ackermann
|
17cae3937d
|
drop synced message with the autoFR content
|
5 years ago |
Audric Ackermann
|
598d6d1010
|
drop auto fr messages 'Please Accept... '
|
5 years ago |
Audric Ackermann
|
b34470c215
|
Merge pull request #1250 from Bilb/sync-blocked-numbers
|
5 years ago |
Audric Ackermann
|
c7b5fdf02d
|
Merge pull request #1246 from Bilb/accept-group-ids-from-mobile
|
5 years ago |
Audric Ackermann
|
20a286d288
|
add comments about temporary fix with mobile group pubkeys regex
|
5 years ago |
Audric Ackermann
|
a121dd6694
|
show block/unblock option for closed group on contextmenu
|
5 years ago |
Audric Ackermann
|
fc5af07363
|
update UI when user blocks a group
|
5 years ago |
Audric Ackermann
|
1b35f132e3
|
fix test
|
5 years ago |
Audric Ackermann
|
45cdbcbb2f
|
handle sync of blocked contact/groups as sync events
|
5 years ago |
Audric Ackermann
|
66697bc235
|
remove unused addBlockedGroup function since we moved to controller
for blocked group
|
5 years ago |
Audric Ackermann
|
8d544a9d87
|
make redux store update on block/unblock
|
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 |