Commit graph

6468 commits

Author SHA1 Message Date
Audric Ackermann
f980e07b75 Update input focus on registration page
The issue 385 is already resolved. This commit sets up the same behavior
for the other sections of the registration page (i.e. the mnemonic and
the link device sections)
Fixes #385
2019-11-26 13:03:25 +11:00
Maxim Shishmarev
5a4ea93594
Merge pull request #653 from Bilb/clearnet
Fix the conversation horizontal scrollbar when only few conversations #560
2019-11-26 12:47:38 +11:00
Maxim Shishmarev
60eccd89ae Tweak style for group invitations in dark mode 2019-11-26 12:29:55 +11:00
Maxim Shishmarev
927bccf341
Merge pull request #654 from msgmaxim/no-friends
Show appropriate message in group invitation dialog on no friends
2019-11-26 11:42:58 +11:00
Audric Ackermann
2c789c8b0e fix lint 2019-11-26 11:29:20 +11:00
Audric Ackermann
c19b53d3fd Disable horizontal scrollbar on conversation list #560 2019-11-26 11:18:51 +11:00
Audric Ackermann
0b15fa467b Fix the conversation scrollbar when only few conversations #560 2019-11-26 11:18:51 +11:00
sachaaaaa
9733aee0d6
Merge pull request #657 from sachaaaaa/fix_-DEVICE_MAPPING_ANNOTATION_KEY
Fix DEVICE_MAPPING_USER_ANNOTATION_TYPE
2019-11-26 10:14:05 +11:00
sachaaaaa
666c640634 lint 2019-11-26 10:13:17 +11:00
sachaaaaa
03e0a5976f Fix DEVICE_MAPPING_USER_ANNOTATION_TYPE 2019-11-26 10:10:26 +11:00
Maxim Shishmarev
07c39523e9 Show appropriate message in group invitation dialog on no friends 2019-11-25 17:29:07 +11:00
Beaudan Brown
43a91ab672 Linted 2019-11-25 16:34:52 +11:00
Beaudan Brown
bee5a89f14 Show toast on user ban 2019-11-25 16:30:34 +11:00
Maxim Shishmarev
2ab0d084f1
Merge pull request #645 from msgmaxim/group-invites
Public chat invitations
2019-11-25 16:29:02 +11:00
Maxim Shishmarev
d562a88583 Check again for quoted messages after a short timeout 2019-11-25 16:27:48 +11:00
Beaudan Brown
2bbc1ecf63 Make ban user; handle server request 2019-11-25 15:59:13 +11:00
Beaudan Brown
a3d171884d Added ban user right click functionality 2019-11-25 15:58:25 +11:00
Beaudan Brown
4581a20260 Add new string i18n stuff 2019-11-25 15:35:13 +11:00
Ryan Tharp
6cde9aa263
Merge pull request #638 from neuroscr/multidevice-publicchat
Public Chat - home server refactor / read public chat avatars from home server
2019-11-24 20:23:04 -08:00
Maxim Shishmarev
89e5e919f2 Address more review comments 2019-11-25 12:02:03 +11:00
sachaaaaa
79532d7590
Merge pull request #643 from sachaaaaa/pairing_QR
Show pubkey QR code in primary pairing dialog
2019-11-25 10:49:30 +11:00
Maxim Shishmarev
56bb2ed792 Address review comments 2019-11-25 10:06:08 +11:00
sachaaaaa
51a9d032f9
Merge branch 'clearnet' into pairing_QR 2019-11-25 10:03:52 +11:00
sachaaaaa
516b463d2e
Merge pull request #641 from sachaaaaa/pairing_revocation
Sending and handling of special UNPAIRING_REQUEST message
2019-11-25 10:03:11 +11:00
Maxim Shishmarev
8ea82b14e3 Add channel id field to invitations 2019-11-25 10:02:24 +11:00
Maxim Shishmarev
a5fce17d8c public chat invitations 2019-11-22 16:16:43 +11:00
Ryan Tharp
8f52080eed immediately set profile name on public chat servers when you update it 2019-11-21 20:36:57 -08:00
Ryan Tharp
065f2ca47f setProfileName refactor, setHomeServer(), immediate detect if our ProfileName gets out of sync on the server 2019-11-21 20:32:24 -08:00
Ryan Tharp
a147afec12 add note 2019-11-21 20:29:43 -08:00
Ryan Tharp
bb9912dcc5 update some notes 2019-11-21 19:02:17 -08:00
Maxim Shishmarev
9d50c21b29
Merge pull request #635 from msgmaxim/context-menu-select
Don't select messages when context menu is shown
2019-11-22 13:52:53 +11:00
Ryan Tharp
7088411cff fix where the avatar went 2019-11-21 18:10:19 -08:00
Ryan Tharp
6bd1227189 add back missing avatarAnnotation for now, move setLastRetrievedMessage to after multidevice processing, make getListOfMembers async, subscribe to the channel when it registers, partChannel(), getSubscribers(), fix avatar message object placement 2019-11-21 17:48:39 -08:00
Ryan Tharp
95a94175c0 make findOrCreateChannel async 2019-11-21 17:46:43 -08:00
Ryan Tharp
ced6563358 make maybeShowMembers async for lokiPublicChatAPI.getListOfMembers call 2019-11-21 17:46:23 -08:00
Ryan Tharp
f245007a8b convert findMember to async 2019-11-21 17:45:04 -08:00
Ryan Tharp
0d47f305ca add missing await 2019-11-21 17:44:16 -08:00
Ryan Tharp
30ed04a3b1 tell the server when you leave the channel 2019-11-21 17:44:00 -08:00
sachaaaaa
3d22abc9cf Ensure message is not FR 2019-11-22 11:20:36 +11:00
sachaaaaa
94dd331cb1 Show pubkey QR code in pairing dialog (as primary) 2019-11-22 10:41:57 +11:00
sachaaaaa
e0dc04cba5
Merge pull request #639 from sachaaaaa/fix_prekey_id_not_found
Prevent prekeys to be deleted when re-sending pairing request
2019-11-21 16:20:00 +11:00
sachaaaaa
63fd72d971 Make linter happy 2019-11-21 16:06:03 +11:00
sachaaaaa
db0068b429 Sending and handling of special UNPAIRING_REQUEST message 2019-11-21 13:50:18 +11:00
Ryan Tharp
106a42306e Merge branch 'clearnet' of https://github.com/loki-project/loki-messenger into multidevice-publicchat 2019-11-20 17:57:48 -08:00
Ryan Tharp
3508658e00 pull avatar out of annotation, put it in profile 2019-11-20 17:57:43 -08:00
Maxim Shishmarev
8cd8c8d4f9
Merge pull request #610 from msgmaxim/profile-pictures
Enable custom profile pictures
2019-11-21 12:53:16 +11:00
Maxim Shishmarev
02cf9d58c8 Explicitly set server id for avatars to null 2019-11-21 12:52:12 +11:00
Ryan Tharp
207e3d022f Merge branch 'profile-pictures' of https://github.com/msgmaxim/loki-messenger into multidevice-publicchat 2019-11-20 13:01:24 -08:00
Maxim Shishmarev
4c3b4b3e64
Merge pull request #636 from msgmaxim/typing-bubble
Add missing margin to typing indicator bubbles
2019-11-20 16:06:11 +11:00
Maxim Shishmarev
e06c2bf248
Merge pull request #634 from msgmaxim/modifier-keys
Jump words with Ctrl and arrow keys
2019-11-20 16:05:41 +11:00