Audric Ackermann
|
05bbc43b22
|
fix accept/decline friend request from conversationListItem
|
5 years ago |
Vincent
|
8074756dc2
|
Infinte duration toasts
|
5 years ago |
Vincent
|
08cc218364
|
Fixed orderin of toasts with Maps
|
5 years ago |
Maxim Shishmarev
|
5123fa0409
|
Merge pull request #669 from msgmaxim/restoration
Prompting the user to reset session on invalid ciphertext
|
5 years ago |
Maxim Shishmarev
|
1020f54b60
|
Merge pull request #662 from Bilb/655-clickable-profile
clickable profile
|
5 years ago |
vincentbavitz
|
2e83881373
|
Merge pull request #652 from vincentbavitz/public-ban
Public ban
|
5 years ago |
Vince
|
64996844ac
|
Updated references to hasModPerms to isModerator for code consistency
|
5 years ago |
Vince
|
0643c6836c
|
Cached constants for readability
|
5 years ago |
Vince
|
a7a2f9289c
|
Updated references to hasModPerms to isModerator for code consistency
|
5 years ago |
Vince
|
e9068d56ce
|
Updated isModerator to senderIsModerator and fixed logic of isModerator function
|
5 years ago |
Maxim Shishmarev
|
81bfa90943
|
Prompting the user to reset session on invalid ciphertext
|
5 years ago |
Maxim Shishmarev
|
7ed103f286
|
Merge pull request #651 from msgmaxim/original-message
Check again for quoted messages after a short timeout
|
5 years ago |
Audric Ackermann
|
9992a3da1d
|
Add a showUserDetails modal to display user's details
Relates #655
|
5 years ago |
Beaudan Brown
|
43a91ab672
|
Linted
|
5 years ago |
Beaudan Brown
|
bee5a89f14
|
Show toast on user ban
|
5 years ago |
Maxim Shishmarev
|
2ab0d084f1
|
Merge pull request #645 from msgmaxim/group-invites
Public chat invitations
|
5 years ago |
Maxim Shishmarev
|
d562a88583
|
Check again for quoted messages after a short timeout
|
5 years ago |
Beaudan Brown
|
2bbc1ecf63
|
Make ban user; handle server request
|
5 years ago |
Beaudan Brown
|
a3d171884d
|
Added ban user right click functionality
|
5 years ago |
Maxim Shishmarev
|
89e5e919f2
|
Address more review comments
|
5 years ago |
Maxim Shishmarev
|
56bb2ed792
|
Address review comments
|
5 years ago |
Maxim Shishmarev
|
8ea82b14e3
|
Add channel id field to invitations
|
5 years ago |
Maxim Shishmarev
|
a5fce17d8c
|
public chat invitations
|
6 years ago |
Maxim Shishmarev
|
9d50c21b29
|
Merge pull request #635 from msgmaxim/context-menu-select
Don't select messages when context menu is shown
|
6 years ago |
Maxim Shishmarev
|
8b2876dadc
|
Disable context menu and message selection for RSS feed
|
6 years ago |
Maxim Shishmarev
|
2262b41cd7
|
Prevent hiding the context menu by clicking away to also potentially select messages
|
6 years ago |
Maxim Shishmarev
|
4dd314c18f
|
Enable profile pictures
|
6 years ago |
sachaaaaa
|
6c28b1aa79
|
Merge pull request #623 from loki-project/multi-device
Multi device
|
6 years ago |
Maxim Shishmarev
|
d1c450a213
|
Merge pull request #621 from msgmaxim/select-messages
Prevent clicking on quote from selecting the message
|
6 years ago |
Beaudan Brown
|
685ada5cc5
|
Merge branch 'clearnet' into prep-merge
|
6 years ago |
Beaudan Campbell-Brown
|
a2e8e6480f
|
Merge pull request #539 from neuroscr/multidevice-publicchat
[multi-device] public chat
|
6 years ago |
Maxim Shishmarev
|
6c4fa6986b
|
Prevent clicking on quote from selecting the message
|
6 years ago |
Beaudan Brown
|
f1c155b943
|
Stop sending sync messages to public chats and mark messages from any of our devices as outgoing
|
6 years ago |
Beaudan Brown
|
24a687c106
|
Throttle the refreshing of device mappings to once every minute
|
6 years ago |
Beaudan Campbell-Brown
|
6611a10855
|
Merge pull request #590 from BeaudanBrown/session-reset-on-fr
Session reset on fr
|
6 years ago |
Beaudan Campbell-Brown
|
0f74a002df
|
Merge pull request #601 from BeaudanBrown/sync-messages
[multi-device] Sync messages
|
6 years ago |
Beaudan Brown
|
accd16cae1
|
Trigger friend request received update for the correct device conversation, throttle the sending of automated friend requests and don't send them to devices which sent *us* a friend request
|
6 years ago |
Maxim Shishmarev
|
8677fb15a0
|
Select multiple messages and bulk deletion
|
6 years ago |
Beaudan Brown
|
f16b032056
|
Handle sync messages properly for some edge cases, ensure we always have a primaryDevicePubKey, send contact sync message
|
6 years ago |
Maxim Shishmarev
|
395daf3aba
|
Use Array.includes in place of Array.indexOf
|
6 years ago |
Maxim Shishmarev
|
a2f836c690
|
Address review comments
|
6 years ago |
Maxim Shishmarev
|
7c05939f55
|
Add group admins and the ability to remove members from private groups
|
6 years ago |
Maxim Shishmarev
|
9f81f67460
|
Can leave private group chats
|
6 years ago |
Maxim Shishmarev
|
f5e9a870f7
|
Add support for mentions in private group chats
|
6 years ago |
Maxim Shishmarev
|
cf18572049
|
Adding new group members; establishing sessions between non-friends
|
6 years ago |
Maxim Shishmarev
|
0d19b708f9
|
Creating private group chats between friends
|
6 years ago |
Beaudan Brown
|
e9dc3b531e
|
Simplify auto accept check
|
6 years ago |
Beaudan Brown
|
8ccf62ed4e
|
Trigger endSession code if we receive a friend request from a friend
|
6 years ago |
Beaudan Brown
|
cc8277f54d
|
Better variable name and use it in more places
|
6 years ago |
Beaudan Brown
|
883feb668d
|
The rest of my multidevice work, send messages to all the correct devices and automatic friend request if not friends with a device
|
6 years ago |