Commit Graph

80 Commits (c85a5d3b7c540a11a8200b2995361db159eaf652)

Author SHA1 Message Date
Audric Ackermann 89757a95a6
use readyForUpdates to trigger update from renderer
this is used to only start the updater once the fileserver returned use
the latest release
Audric Ackermann 234e9b160e
Make sure updater do not hit github before checking fileserver
Audric Ackermann 28c7445dce
refactor most of the components to outside of their Session folder ()
* refactor most of the components to outside of their Session folder

* finish moving overlay and memberListItem to react hook

* fix bug with kicked member len >2 not being displayed

also sort admins first in UpdateGroupMembers dialog

* fix admin leaving text of groupNotification

* add a useFocusMount hook to focus input fields on mount

* make click avatar convo item open only user dialog

* cleanup config default.json

* make sure to use convoController to build sync message

* disable showing pubkey on opengroups

* add a pause on audio playback

Fixes 
Audric Ackermann f871ed53df
add a sample test with playwright
audric 1ffadad2ad remove ip_url from seed nodes as this is unused
Audric Ackermann ce9155a6bf
fix refresh random snode pool after getting new guardNodes
Audric Ackermann 9bf3cb1880
cleanup actionPanel
Audric Ackermann 710c9fa269
fix http request over onion
Audric Ackermann 0c0da48150
remove pow
Audric Ackermann 98b69c17f0
add userblocking opengroupv2 and quoting back of messages
Audric Ackermann b9586c90ce
working open group v2 getInfo for https only
Audric Ackermann 47026b8d5b
pin certificate for seed nodes
Maxim Shishmarev c5b2b64d7f Add onions-v2 support for fileserver requests
Audric Ackermann fa853538d0
LINT after prettier upgrade
Ryan Tharp ead2f62b6d
Merge branch 'clearnet' into sender-keys
Ryan Tharp 73f0e2758f remove unneeded generated file
Ryan Tharp 6a2e0af4c2 update seedNode format
Ryan Tharp e9054450b5
Update mainnet servers, stop using testnet port
Kee and I have confirmed mainnet port on `storage.seed2.loki.network` was fine since 6.x
imaginary.stream change Jason's approval:
https://discordapp.com/channels/408081923835953153/563594234632863754/685282143743901696
Maxim Shishmarev dd6b91bb36 Minor clean-up
Maxim Shishmarev debb922521 Medium groups with sender keys essentials
Mikunj 5c36b75723 More integration test cleanup
Mikunj 57239932ba Fix integration test
Mikunj 5f98f702d4 Generate storage profile dynamically
Mikunj 6d87904d18 Clean up config files.
Removed unused scripts.
Removed unused files.
Audric Ackermann efb3ddc628
fix integration test config fils
Audric Ackermann fcb830e6c7
[test] include test config
Mikunj 582ffe0f77 Disable auto-updates in devprod
Ryan Tharp 178d788dca Enable auto-updating using electron-updater
Vincent 4fd2126fbe Fileserver update
Maxim Shishmarev a3aa104f00 Remove more references to signal.org
Vincent de4edf9252 CLosed groups ui initial listprops
Maxim Shishmarev 3472a1a938 Remove unused destinationRegistrationId; lint
Ryan Tharp 11359fc037
Merge branch 'clearnet' into fileproxy
Maxim Shishmarev acd3f41b6c Update seed nodes
Maxim Shishmarev a195c98061 Add a feature flag for snode proxy
Beaudan Brown 8708943fd3 Add yarn start-multi2 to allow for easier multi device testing (3 clients, 2 are linked)
sachaaaaa e07f81c150 Add LokiFileServerAPI
Beaudan Brown 5a35f05f29 Fix start-prod(-multi) to actually use different identities than default messenger, also connect dev instances to the dev public chat and clean up the config files a lil
Ryan Tharp dffcf51f88 add defaultPublicChatServer to config
Beaudan Brown 38e81fd95a Lower default PoW and add export to build-release yarn call
Beaudan 43c2e9c953 Use different seed nodes for development vs production and strip 2 characters from pubkey on testnet
Ryan Tharp 3617ce32cc fix link previews
Beaudan 87c5d0858c Choose a random seed node from a list for bootstrapping
Beaudan 1f74088586 Send to IP
Beaudan 6b2b9ce926 Remove default port and use port from storage server responses
Beaudan eea2b8e6a7 Do port null check inside rpc call
Beaudan c27d1ef69a Clean some stuff in loki_rpc and get new difficulty from successful requests
Beaudan e520bf109a Persist PoW difficulty and update if get response from snodes
Mikunj 61b862b021 Merge signal 1.24.1
Mikunj 8808100796 Merge signal-1.24.0
# Conflicts:
#	.github/PULL_REQUEST_TEMPLATE.md
#	background.html
#	config/default.json
#	config/production.json
#	js/models/conversations.js
#	js/models/messages.js
#	js/views/conversation_view.js
#	js/views/inbox_view.js
#	js/views/settings_view.js
#	main.js
#	package.json
#	test/index.html
#	ts/components/conversation/ContactName.tsx
#	yarn.lock