Commit Graph

1465 Commits (495d5c7f73f1de65f1d2fe978f753cc957dfb6fc)

Author SHA1 Message Date
yougotwill 5cad5a53f3 fix: have a too many words error when decoding a recovery passwrd 1 year ago
Audric Ackermann eaecc15432 Merge remote-tracking branch 'origin/unstable' into update-fs-release-endpoint 1 year ago
Audric Ackermann 4bb857fa53 fix: update fetching desktop release endpoint 1 year ago
Audric Ackermann 26e7a39a61 feat: hit only once every 30mins the fs for release
once we've already fetched the latest release
1 year ago
yougotwill 6f2947e5aa fix: fix updateOurProfileDisplayName breaking tests
don't use testing functions to generate a temp secret key rather do it manually
1 year ago
yougotwill 87b922daff fix: ran formatter 1 year ago
yougotwill 39d8ad11e5 fix: a whole bunch of circular depdencies
for various convo duck, convo interactions, convo model and opengroup types
1 year ago
yougotwill c8b7d67c86 Merge branch 'unstable' into feat/ses-825/onboarding2 1 year ago
yougotwill 66fa34b165 feat: use testkey for user profile update in onboarding for testing a display name
remove privateKeyBytesHex since we don't use it
1 year ago
Audric Ackermann 45eb547299 Merge remote-tracking branch 'origin/clearnet' into unstable 1 year ago
yougotwill 182f5605a5 fix: replace MAX_GROUP_NAME_LENGTH
using libsession BASE_GROUP_MAX_NAME_LENGTH
1 year ago
yougotwill 42813c0926 fix: replace MAX_COMMUNITY_NAME_LENGTH
using libsession COMMUNITY_FULL_URL_MAX_LENGTH
1 year ago
Audric Ackermann 2357368ddf feat: fetch snode storage version and filter for edge snode 1 year ago
yougotwill a49969ba9c fix: remove unneeded catch clause in profilemanager 1 year ago
William Grant 3cec666979 feat: commment on libsession constants
give context that CONSTANTS is not a object but an immediately invoked
function
1 year ago
William Grant e05d3a6874 fix: formatting fixes
use profile manager name validation in CreateAccount component
1 year ago
William Grant d252662630 fix: truncate submitted display names
we dont look for libsession throws when setting a display name.
libsession now truncates by default
1 year ago
William Grant bc2e28b6b7 feat: use CONTACT_MAX_NAME_LENGTH
as max length for session inputs for user profile name
1 year ago
William Grant 0b811bc641 feat: added updateOurProfileDisplayName
which uses libsession to check the display name length, not yet used in onboarding
1 year ago
William Grant b40cf49acf Merge branch 'unstable' into feat/ses-825/onboarding2
bumped react and redux to the latest minior versions
1 year ago
Audric Ackermann 60c6f47bfa fix: compilation issues since merge
unwrapped was duplicating in onboarding1, so I had to duplicate my fix
to not unwrap it
1 year ago
Audric Ackermann 8ce2bf6d2a Merge remote-tracking branch 'origin/clearnet' into unstable 1 year ago
Audric Ackermann 2988420e50 chore: fix lint 1 year ago
Audric Ackermann 534cebf5c4 fix: bump libsession and remove manual unwrapping/wrapping of push() 1 year ago
William Grant 8454a676b5 chore: left comment to use GenericWrapperActions.makeDump once it has been merged 1 year ago
William Grant cdc147cd33 fix: clean wip logs 1 year ago
William Grant bcdfc93764 fix: revert swarmpolling to before merging unstable 1 year ago
William Grant 685469438d Merge branch 'unstable' into feat/ses-50/onboarding
improved global window types for persistStore and inboxStore, we now await the persist store purge in deleteDbLocally
1 year ago
William Grant b13e907753 fix: resolve cyclic imports in avatarplaceholder
bt moving types from data module identitykey, guardnode, snode, swarmnode to a separate file
1 year ago
William Grant 3f3c2f92ed fix: resolve cyclic import with outgoing message type
avatar placeholder unit test now runs
1 year ago
William Grant 6db6a1f65d fix: resolve cyclic imports with LokiProfile and MessageResultProps 1 year ago
William Grant c54b4d208e fix: was logging the push but not the dump 1 year ago
William Grant 18ef4a62c6 feat: log dumps for debugging restoring accounts
some config messages are not handled correctly and we need to know why
1 year ago
William Grant d4a8b555c6 Merge branch 'unstable' into feat/ses-825/onboarding2 1 year ago
Audric Ackermann 009bc18903
Merge pull request #3094 from Aerilym/change_max_avatar_size
Change max avatar size to match other platforms
1 year ago
Ryan Miller c0bb39d4e3
fix: add filesize constant 1 year ago
Audric Ackermann 51c307af25 chore: fix PR reviews 1 year ago
William Grant 551ee4221b fix: cleaned up unused localised strings
since we swapped some toast messages for input messages
1 year ago
Audric Ackermann 42bea0264c fix: improve retrieve timeout to 10s
also:
- add comments about not adding the limit:256 on snode list fetch
- fix an issue when no audio are found when starting a webrtc call
1 year ago
William Grant 76f5ad1322 feat: consolidate remaining sessioneditable instances
fix styles for other overlays
1 year ago
Audric Ackermann 49ab04d2fd chore: move SessionSettingsCategory to .d.ts file
and remove the enum (instead use string union)
1 year ago
Audric Ackermann 7f7f0fe26c fix: clear swarms from snodes not in pool on full fetch 1 year ago
William Grant 4decf22241 feat: improved error messaging when starting a new message 1 year ago
William Grant 2f2c214cf5 feat: added some localised strings the create convo screens 1 year ago
William Grant 208d9cc0eb Merge branch 'unstable' into feat/ses-50/onboarding 2 years ago
William Grant 7f031681f8 fix: remove unneeded catch block for checking if we are online
the inboxStore isnt set yet and we arent displaying the connected path light
2 years ago
William Grant 5a131c5785 fix: updated pollOnceForDisplayName
we can return the try result directly in the block since the finally will alway be executed
2 years ago
Audric Ackermann 52ebcfdbab fix: randomly pick a snode topollfrom until we build a better way 2 years ago
William Grant 2265c59dcc fix: recover an account with a new display name if linking fails
added stop function to swarm polling
2 years ago
William Grant 0f6d80b847 Merge branch 'unstable' into feat/ses-50/onboarding 2 years ago