Commit Graph

80 Commits (clearnet)

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
2 years ago
Audric Ackermann 234e9b160e
Make sure updater do not hit github before checking fileserver 2 years ago
Audric Ackermann 28c7445dce
refactor most of the components to outside of their Session folder (#2072)
* 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 #2079
2 years ago
Audric Ackermann f871ed53df
add a sample test with playwright 3 years ago
audric 1ffadad2ad remove ip_url from seed nodes as this is unused 3 years ago
Audric Ackermann ce9155a6bf
fix refresh random snode pool after getting new guardNodes 3 years ago
Audric Ackermann 9bf3cb1880
cleanup actionPanel 3 years ago
Audric Ackermann 710c9fa269
fix http request over onion 3 years ago
Audric Ackermann 0c0da48150
remove pow 3 years ago
Audric Ackermann 98b69c17f0
add userblocking opengroupv2 and quoting back of messages 3 years ago
Audric Ackermann b9586c90ce
working open group v2 getInfo for https only 3 years ago
Audric Ackermann 47026b8d5b
pin certificate for seed nodes 3 years ago
Maxim Shishmarev c5b2b64d7f Add onions-v2 support for fileserver requests 4 years ago
Audric Ackermann fa853538d0
LINT after prettier upgrade 4 years ago
Ryan Tharp ead2f62b6d
Merge branch 'clearnet' into sender-keys 4 years ago
Ryan Tharp 73f0e2758f remove unneeded generated file 4 years ago
Ryan Tharp 6a2e0af4c2 update seedNode format 4 years ago
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
4 years ago
Maxim Shishmarev dd6b91bb36 Minor clean-up 4 years ago
Maxim Shishmarev debb922521 Medium groups with sender keys essentials 4 years ago
Mikunj 5c36b75723 More integration test cleanup 4 years ago
Mikunj 57239932ba Fix integration test 4 years ago
Mikunj 5f98f702d4 Generate storage profile dynamically 4 years ago
Mikunj 6d87904d18 Clean up config files.
Removed unused scripts.
Removed unused files.
4 years ago
Audric Ackermann efb3ddc628
fix integration test config fils 4 years ago
Audric Ackermann fcb830e6c7
[test] include test config 4 years ago
Mikunj 582ffe0f77 Disable auto-updates in devprod 4 years ago
Ryan Tharp 178d788dca Enable auto-updating using electron-updater 4 years ago
Vincent 4fd2126fbe Fileserver update 4 years ago
Maxim Shishmarev a3aa104f00 Remove more references to signal.org 4 years ago
Vincent de4edf9252 CLosed groups ui initial listprops 4 years ago
Maxim Shishmarev 3472a1a938 Remove unused destinationRegistrationId; lint 4 years ago
Ryan Tharp 11359fc037
Merge branch 'clearnet' into fileproxy 4 years ago
Maxim Shishmarev acd3f41b6c Update seed nodes 4 years ago
Maxim Shishmarev a195c98061 Add a feature flag for snode proxy 4 years ago
Beaudan Brown 8708943fd3 Add yarn start-multi2 to allow for easier multi device testing (3 clients, 2 are linked) 5 years ago
sachaaaaa e07f81c150 Add LokiFileServerAPI 5 years ago
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 5 years ago
Ryan Tharp dffcf51f88 add defaultPublicChatServer to config 5 years ago
Beaudan Brown 38e81fd95a Lower default PoW and add export to build-release yarn call 5 years ago
Beaudan 43c2e9c953 Use different seed nodes for development vs production and strip 2 characters from pubkey on testnet 5 years ago
Ryan Tharp 3617ce32cc fix link previews 5 years ago
Beaudan 87c5d0858c Choose a random seed node from a list for bootstrapping 5 years ago
Beaudan 1f74088586 Send to IP 5 years ago
Beaudan 6b2b9ce926 Remove default port and use port from storage server responses 5 years ago
Beaudan eea2b8e6a7 Do port null check inside rpc call 5 years ago
Beaudan c27d1ef69a Clean some stuff in loki_rpc and get new difficulty from successful requests 5 years ago
Beaudan e520bf109a Persist PoW difficulty and update if get response from snodes 5 years ago
Mikunj 61b862b021 Merge signal 1.24.1 5 years ago
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
5 years ago