Commit graph

7164 commits

Author SHA1 Message Date
Mikunj Varsani 68f1ba543b Fix closed group creation from secondary device 2020-02-10 19:55:49 +11:00
Mikunj Varsani d9c521b09d Fix message syncing in closed groups 2020-02-10 19:36:32 +11:00
Ryan Tharp bd4600f6c4 fix spelling and log url on serverRequest with non-json response 2020-02-09 23:58:49 -08:00
Ryan Tharp 277e2e5340 make uploadPrivateAttachment static and use window.tokenlessFileServerAdnAPI, warn if no token yet 2020-02-09 23:58:01 -08:00
Ryan Tharp 9826cf0545 use now static version of uploadPrivateAttachment 2020-02-09 23:56:47 -08:00
Ryan Tharp c83201ee9c set a default token 2020-02-09 23:56:26 -08:00
Ryan Tharp b0c71d9ee6 Merge pull request #828 from neuroscr/file-notoken
log.verbose isn't a thing
2020-02-09 23:47:24 -08:00
Ryan Tharp 0bf7dfab6a log.verbose isn't a thing 2020-02-09 23:46:19 -08:00
Mikunj Varsani 054a523738 Fix linked device sending automatic friend request when it already has keys for a device 2020-02-10 18:42:00 +11:00
Ryan Tharp 60259ab0bb handle clearing profileName correctly, support multidevice profiles better, use getLokiProfile() 2020-02-09 23:22:09 -08:00
Ryan Tharp 8cca388eec Merge pull request #826 from neuroscr/tls-fix
make sure invalid Pubkey is shown to the user and stop loading animation
2020-02-09 23:20:00 -08:00
Ryan Tharp 192fb3e382 add line break due to CI 2020-02-09 23:12:15 -08:00
Ryan Tharp 9b204e4a8f make sure invalid Pubkey is shown to the user and stop loader 2020-02-09 22:05:11 -08:00
Ryan Tharp e57fca8bc8 Merge pull request #825 from neuroscr/tls-fix
make sure sendToProxy get the textResponse option from submit_challenge
2020-02-09 22:05:06 -08:00
Ryan Tharp 9a31e3703c make sure sendToProxy get the textResponse option from submit_challenge, improve logging 2020-02-09 21:50:53 -08:00
Ryan Tharp d9bd481366 Make RSS feed names match iOS 2020-02-09 21:39:42 -08:00
Mikunj e943c9bd42 Bump version to 1.0.1 2020-02-10 15:32:50 +11:00
Ryan Tharp 8363548f01 Merge pull request #823 from neuroscr/tls-fix
Some snode JSON parsing/keypair loading from storage guards, RSS case fix, lint
2020-02-09 20:23:27 -08:00
Ryan Tharp dfb5b0ed9f throw instead of log 2020-02-09 20:16:17 -08:00
Ryan Tharp 0ac79b2275 convert logging to throws 2020-02-09 20:15:03 -08:00
Ryan Tharp 23fe8407ea fix typo 2020-02-09 20:12:07 -08:00
Mikunj Varsani beb4cdbed8 Closed group fixes. (#816)
* Fix group updates not syning

* Fix leaving closed groups

* Fix incorrect members being shown on create group dialog

* Linting

* Fix create closed group showing our own conversation
2020-02-10 15:03:34 +11:00
Ryan Tharp 387c30379c Merge branch 'clearnet' of https://github.com/loki-project/loki-messenger into tls-fix 2020-02-09 20:01:49 -08:00
Ryan Tharp dbff390035 improve guards on loading keypair 2020-02-09 19:59:40 -08:00
Ryan Tharp 926a245bf6 lint and note 2020-02-09 19:57:17 -08:00
Ryan Tharp 93bae93623 lint 2020-02-09 19:56:22 -08:00
Ryan Tharp 0223f40de2 lint 2020-02-09 19:55:58 -08:00
Ryan Tharp 3ebb308175 lint 2020-02-09 19:55:46 -08:00
Ryan Tharp 2b53146362 make RSS feeds title case match 2020-02-09 19:54:04 -08:00
Ryan Tharp 145cfd762d handle inner JSON parsing errors 2020-02-09 19:47:11 -08:00
Ryan Tharp 4a65a5aa12 handle JSON parsing error 2020-02-09 19:46:38 -08:00
Ryan Tharp e4a48f87ab Merge pull request #815 from neuroscr/tls-fix
Revert RSS change #807
2020-02-09 19:46:11 -08:00
Ryan Tharp 78244d9ef8 file proxy is json encoded 2020-02-06 18:29:08 -08:00
Mikunj Varsani aec4ad0a26
GitHub actions (#814)
* Added build and release actions

* Added building instructions.
Updated electron builder to 23.2.3.
Fix unpacked directory not being removed correctly.

* Minor fix to build command

* Allow users to change install location on windows.
Added AppImage for linux.

* Fix artifact naming
2020-02-07 13:20:40 +11:00
Kee Jefferys 6df5d612c1
Remove non relevant info 2020-02-07 12:55:25 +11:00
Ryan Tharp b5fb20ab29
Merge pull request #807 from neuroscr/tls-fix
Close join open group on success and friends...
2020-02-06 17:51:07 -08:00
Ryan Tharp 1179105a75 allow TLDs longer than 5 characters, actually close on sucess 2020-02-06 16:28:56 -08:00
Ryan Tharp b9ab28e2fc inform that we expect a non-json repsonse 2020-02-06 16:26:50 -08:00
Ryan Tharp 4d027909c6 more text response fixes, better snode not ready detection 2020-02-06 16:26:30 -08:00
Ryan Tharp df1d032d96 headers protection, textResponse support, improve logging 2020-02-06 16:06:36 -08:00
Ryan Tharp 47e87a4720 add note 2020-02-06 16:05:11 -08:00
Mikunj Varsani 3985f97e31
Merge pull request #798 from loki-project/hide-join-public-chat
Disable join public chat prompt
2020-02-06 16:37:52 +11:00
Mikunj Varsani ce4909cd29 Disable join public chat prompt 2020-02-06 16:17:17 +11:00
Mikunj Varsani 1c89d130c9
Merge pull request #797 from loki-project/bug-fixes
Bug fixes
2020-02-06 14:55:19 +11:00
Mikunj Varsani c37650c45d Don't wait for file server to return tokens when establishing home connection. 2020-02-06 14:52:08 +11:00
Mikunj Varsani 8b1e24fc44 Clean 2020-02-06 14:40:30 +11:00
Mikunj Varsani 75660c7269 fixed file server holding up message sender init.
fix joining closed groups.
2020-02-06 14:36:58 +11:00
Ryan Tharp 38745b2537
Merge pull request #796 from neuroscr/tls-fix
Fix "Update Group" on fresh open group chats
2020-02-05 18:31:28 -08:00
Ryan Tharp 69fe066bcc guards incase there are no members yet, fixes dialog not showing up 2020-02-05 18:11:29 -08:00
Mikunj Varsani a8f1cb9359
Merge pull request #794 from loki-project/open-group-fix
Fix open group joining.
2020-02-06 12:04:38 +11:00