Ryan Miller
4ffa754802
feat: locale as args for modals and localized formatted html strings
8 months ago
Audric Ackermann
4f44eecd6b
fix: update with latest changes from crowdin
...
not compiling yet
8 months ago
William Grant
64d5ccd869
fix: review feedback
...
unneeded promise object returned
8 months ago
yougotwill
39d8ad11e5
fix: a whole bunch of circular depdencies
...
for various convo duck, convo interactions, convo model and opengroup types
9 months ago
yougotwill
e69ffc6bbe
feat: use promise all settled for clear sogs inboxes
9 months ago
yougotwill
bbe26f7404
fix: move finally to outer try catch for delete method
9 months ago
William Grant
0b811bc641
feat: added updateOurProfileDisplayName
...
which uses libsession to check the display name length, not yet used in onboarding
9 months ago
William Grant
55f5cf5c9b
feat: added quit modal
...
when going back during critical onboarding steps it's better to restart the app entirely
9 months ago
William Grant
cebe7c884d
feat: move db deletion methods to accountManager
9 months ago
William Grant
51534d4cc9
feat: added new hide recovery password setting
11 months ago
William Grant
e727851fdc
test: finished signInByLinkingDevice
1 year ago
William Grant
7e6fb22907
test: registerSingleDevice
...
started on signInByLinkingDevice
1 year ago
William Grant
1e40f1b608
fix: cleanup
1 year ago
William Grant
a38555c03e
fix: fixed animation for different steps
...
flatten the loading callback as well
1 year ago
William Grant
500ab60ffa
fix: cleaned up typings and flattened error callback
1 year ago
William Grant
c9eac6c83e
feat: handle failing to find a display name from the swarm
...
the user can enter it manually, improved error handling, logging, sync post login
1 year ago
William Grant
038589114f
feat: cleaned up poll once for display name
1 year ago
William Grant
8e41d51632
feat: restoring an account from seed and fetching seems to work
1 year ago
William Grant
1b405f533e
feat: working on restoring accounts with fetch
...
loads correctly but isn't saved to db and is lost on refresh
1 year ago
William Grant
5e79ebc239
fix: small fixes from broken branch as we try to debug
1 year ago
William Grant
5ce8170188
Merge branch 'feat/ses-50/onboarding' into feat/ses-899/user_profile_poll
1 year ago
William Grant
68f8d12aa5
feat: recovery phrase to recovery password
1 year ago
William Grant
baca07a83b
feat: moved frontend errors to redux
1 year ago
William Grant
4de3570492
feat: got things working correctly with errors throwing before the timeout
...
still trying to debug loading the errors in the frontend
1 year ago
William Grant
7baf6c5886
feat: fixed processing the config message next is finishing the reg properly
...
we now fetch the display name correctly just need to refactor and test the error handling
1 year ago
William Grant
6a2af3e088
feat: added free function to libsession wrappers
...
almost processing the dump correctly
1 year ago
William Grant
a3262d7af9
feat: attempting to fetch the display name separate from the usual pipeline
1 year ago
William Grant
2c83d41ccd
fix: error handling now works correctly for all stages
...
buttons also correctly disable themselves
1 year ago
William Grant
6f84d5bede
feat: animated progress loader to spec
...
timeout display name fetch to 15 seconds, added display name inital screen still needs work
1 year ago
William Grant
ec7ab04d09
refactor: moved related function from registrationstages to createaccount
1 year ago
William Grant
ad21d198cf
feat: outdated banner now shows specific messaging for synced messages
2 years ago
Audric Ackermann
d43d6abbae
chore: replace tslint with eslint and fix linting issues
2 years ago
Audric Ackermann
6ac4dd8db5
fix: linking allows legacy config message if one is found
2 years ago
Audric Ackermann
0e286142f1
chore: add a redux settings slice, currently outdated banner inc
2 years ago
Audric Ackermann
027bd46ff7
fix: allow legacy config message during linking
...
We only handle handlethem after the new config message ones, so if there is a
shared config message on the network we will use it for the linking
process instead. The legacy one this commit is about is bound to be
removed completely and will only be used until our users have updated to
the new ones for some time.
2 years ago
Audric Ackermann
f5efb52fea
feat: remove closedgroupv3 uneeded stuff for now
...
also move the room stuff which can be kept in memory into another redux
slice
2 years ago
Audric Ackermann
c4217cb564
feat: sync nickname, blocked and approved status for contacts
2 years ago
Audric Ackermann
242d51ca8d
Id blinding + onionv4 + new endpoints for sogs and fileserver ( #2347 )
...
* Added Onionv4 support to file server, sogs and pn server
* Added blinded message support
* Updated endpoints for sogs and file server to remove legacy ones
3 years ago
Audric Ackermann
3713e95a9f
feat: ask user for opengroup pruning on/off
3 years ago
Audric Ackermann
13e2f81f26
Merge remote-tracking branch 'upstream/clearnet' into node-side-in-ts
3 years ago
Audric Ackermann
0ebc1d7e92
split attachmnent logic between what is used on main and renderer
3 years ago
Audric Ackermann
bfaeda5cdb
make sure the conversation with ourself is marked approvedMe
3 years ago
Audric Ackermann
6bd835dfc3
move storage.js to ts
3 years ago
Audric Ackermann
dd52ad336f
use variables for common settings key
...
also turn off typing message by default
3 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
3 years ago
Audric Ackermann
95e40c9509
keep read-receipts disabled by default ( #2071 )
3 years ago
Audric Ackermann
48e7a0e25f
Various UI fixes ( #2070 )
...
* cleanup unused convo json fields in db
* display a toast if the user is not approved yet on call OFFER received
* enable CBR for calls
* do not update active_at on configMessage if !!active_at
* remove mkdirp dependency
* disable call button if focused convo is blocked
* quote: do not include the full body in quote, but just the first 100
* click on the edit profile qr code padding
* Allow longer input for opengroup join overlay
Fixes #2068
* Fix overlay feature for start new session button
* make ringing depend on redux CALL status
* turn ON read-receipt by default
3 years ago
audric
9e37985d03
enable no-unused local and imports and fix tslint
4 years ago
audric
61b48dd06b
move delete_all api call to snodeAPI.ts
4 years ago
audric
9991dc2364
move delete account logic to it's own dialog
4 years ago