Commit Graph

1505 Commits (feature/update-crowdin-translations)

Author SHA1 Message Date
yougotwill 42813c0926 fix: replace MAX_COMMUNITY_NAME_LENGTH
using libsession COMMUNITY_FULL_URL_MAX_LENGTH
9 months ago
Audric Ackermann 2357368ddf feat: fetch snode storage version and filter for edge snode 9 months ago
yougotwill a49969ba9c fix: remove unneeded catch clause in profilemanager 9 months ago
William Grant 3cec666979 feat: commment on libsession constants
give context that CONSTANTS is not a object but an immediately invoked
function
9 months ago
William Grant e05d3a6874 fix: formatting fixes
use profile manager name validation in CreateAccount component
9 months 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
9 months ago
William Grant bc2e28b6b7 feat: use CONTACT_MAX_NAME_LENGTH
as max length for session inputs for user profile name
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 b40cf49acf Merge branch 'unstable' into feat/ses-825/onboarding2
bumped react and redux to the latest minior versions
9 months 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
9 months ago
Audric Ackermann 8ce2bf6d2a Merge remote-tracking branch 'origin/clearnet' into unstable 9 months ago
Audric Ackermann 2988420e50 chore: fix lint 10 months ago
Audric Ackermann 534cebf5c4 fix: bump libsession and remove manual unwrapping/wrapping of push() 10 months ago
William Grant 8454a676b5 chore: left comment to use GenericWrapperActions.makeDump once it has been merged 10 months ago
William Grant cdc147cd33 fix: clean wip logs 10 months ago
William Grant bcdfc93764 fix: revert swarmpolling to before merging unstable 10 months 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
10 months ago
William Grant b13e907753 fix: resolve cyclic imports in avatarplaceholder
bt moving types from data module identitykey, guardnode, snode, swarmnode to a separate file
11 months ago
William Grant 3f3c2f92ed fix: resolve cyclic import with outgoing message type
avatar placeholder unit test now runs
11 months ago
William Grant 6db6a1f65d fix: resolve cyclic imports with LokiProfile and MessageResultProps 11 months ago
William Grant c54b4d208e fix: was logging the push but not the dump 11 months ago
William Grant 18ef4a62c6 feat: log dumps for debugging restoring accounts
some config messages are not handled correctly and we need to know why
11 months ago
William Grant d4a8b555c6 Merge branch 'unstable' into feat/ses-825/onboarding2 11 months ago
Audric Ackermann 009bc18903
Merge pull request #3094 from Aerilym/change_max_avatar_size
Change max avatar size to match other platforms
11 months ago
Ryan Miller c0bb39d4e3
fix: add filesize constant 11 months ago
Audric Ackermann 51c307af25 chore: fix PR reviews 11 months ago
William Grant 551ee4221b fix: cleaned up unused localised strings
since we swapped some toast messages for input messages
12 months 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
12 months ago
William Grant 76f5ad1322 feat: consolidate remaining sessioneditable instances
fix styles for other overlays
12 months ago
Audric Ackermann 49ab04d2fd chore: move SessionSettingsCategory to .d.ts file
and remove the enum (instead use string union)
12 months ago
Audric Ackermann 7f7f0fe26c fix: clear swarms from snodes not in pool on full fetch 12 months ago
William Grant 4decf22241 feat: improved error messaging when starting a new message 12 months ago
William Grant 2f2c214cf5 feat: added some localised strings the create convo screens 12 months ago
William Grant 208d9cc0eb Merge branch 'unstable' into feat/ses-50/onboarding 12 months 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
12 months ago
William Grant 5a131c5785 fix: updated pollOnceForDisplayName
we can return the try result directly in the block since the finally will alway be executed
12 months ago
Audric Ackermann 52ebcfdbab fix: randomly pick a snode topollfrom until we build a better way 12 months ago
William Grant 2265c59dcc fix: recover an account with a new display name if linking fails
added stop function to swarm polling
1 year ago
William Grant 0f6d80b847 Merge branch 'unstable' into feat/ses-50/onboarding 1 year ago
Audric Ackermann 7f1e3ed8d8 feat: remove custom icon for toasts as only used once 1 year ago
Audric Ackermann 2d872cec43 fix: fix polling race with promises 1 year ago
Audric Ackermann ae96936a1a fix: add logs during polling 1 year ago
William Grant bc196286bc Merge branch 'unstable' into feat/ses-1560/unit-tests 1 year ago
William Grant d8cc0c79ea feat: refactored swarm polling to use only retrieveNextMessages again
created verifyBatchRequestResults function
1 year ago
Ryan Miller 5f53b3fe8f feat: replace and add changed and new localized strings 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 97cd21a77e Merge branch 'unstable' into feat/ses-899/user_profile_poll 1 year ago
Audric Ackermann f6b1eac5ad
Merge pull request #2996 from KeeJef/unread-message-scroll-button-changes
Add unread message count indicator per conversation
1 year ago
William Grant c5c06af772 fix: use wrapper merge when returning the display name in memory 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 8dceb93b09 feat: reset onboarding state when we return to the start stage
added better logging for create account flow
1 year ago
William Grant 5e79ebc239 fix: small fixes from broken branch as we try to debug 1 year ago
William Grant b5781b0f12 feat: replace invalidAccountId with accountIdErrorInvalid
as based in google docs flagged sheet
1 year ago
William Grant 5ce8170188 Merge branch 'feat/ses-50/onboarding' into feat/ses-899/user_profile_poll 1 year ago
William Grant 9a756a8c9b feat: session id to account id 1 year ago
William Grant baca07a83b feat: moved frontend errors to redux 1 year ago
Audric Ackermann 444e60ce89 fix: use 999+ for convo unread count, but 99+ for global one 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
Audric Ackermann 095a9d33e5 fix: canDisplayImage needs check to be done on the thumbnail 1 year ago
William Grant a3262d7af9 feat: attempting to fetch the display name separate from the usual pipeline 1 year ago
William Grant fd4e1525cb Merge branch 'unstable' into feat/ses-50/onboarding 1 year ago
Audric Ackermann 91706bf6b1
Merge pull request #3054 from Bilb/feat-ci-runs-testnet
fix: make CI runs use testnet and test-integration setup
1 year ago
Audric Ackermann 016d0ad03b fix: make CI runs use testnet and test-integration setup 1 year ago
Audric Ackermann 53059135ee fix: tsc does not overwrite workers compiled content 1 year ago
William Grant 9984846632 Merge branch 'unstable' into feat/ses-50/onboarding 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 7cabdba00e feat: added error messages to recovery password input
fixed remaining styling, improved errors for mnemonic code
1 year ago
Audric Ackermann f402a14ab8 Merge remote-tracking branch 'oxen/master' into unstable 1 year ago
Audric Ackermann 72182d8157 chore: bump timed release of disappear v2 to 13/03/24 1 year ago
Audric Ackermann 9d984355dc fix: do not force ttl for groupExpireTimerUpdate 1 year ago
William Grant ec7ab04d09 refactor: moved related function from registrationstages to createaccount 1 year ago
William Grant 4910911828 fix: rename MAX_USERNAME_BYTES to MAX_NAME_LENGTH to match libsession, updated byte limit to 100
added doctstring to explain the prop
1 year ago
William Grant 8aac036bca feat: updated display name
show error when display name is too long
1 year ago
Audric Ackermann bc95e1f2cc fix: log that onsresolve won't work when on testnet 1 year ago
Audric Ackermann bc30064c57 chore: fix timestamp of release of disappear v2 1 year ago
Audric Ackermann ec25d2f97f chore: bump Session to 1.12.0 1 year ago
William Grant a098638bc0 refactor: remove unnecessary react imports
you don't need it from react 17
1 year ago
Audric Ackermann 81c1263bfd chore: address PR reviews 1 year ago
Audric Ackermann 6e952398c9 fix: edge case with sending msg before, then getting one sent earlier 1 year ago
Audric Ackermann 5cd0a9f71d
Merge pull request #3019 from Bilb/feat-ctxmenu-expire-time-left
feat: right click on expiring msg shows timer left
1 year ago
Audric Ackermann 7573152e8b feat: right click on expiring msg shows timer left 1 year ago
Audric Ackermann 5f0888d144 fix: make sure all dialog "cancel" cancel the dialog 1 year ago
Audric Ackermann 571d593c38 fix: fix small ui issues after merge of multiple PRs 1 year ago
Audric Ackermann 24887dd05b Merge branch 'feature/ses-145/leave-conversation-update' into userconfig_disappearingmessage 1 year ago
Audric Ackermann 2688fed656 Merge branch 'feature/ses-558/more-message-information' into userconfig_disappearingmessage 1 year ago
Audric Ackermann 4e9d2dda7e chore: lint 1 year ago
Audric Ackermann 19fbceae36 fix: das group control message go not expire 1 year ago
William Grant f2ec5d2145 fix: fix insecurenodefetch import
pass yarn ready
1 year ago
Audric Ackermann 2c479eb8d5 fix: make fileserver request retry 1 year ago
Audric Ackermann a203ea79cd Merge remote-tracking branch 'oxen/unstable' into userconfig_disappearingmessage 1 year ago
Audric Ackermann 286260fae8 fix: make callMessage forced to be DaR for recipient
and put workaround for our local message
1 year ago
Audric Ackermann 9e0a984297 fix: make DataExtractionNotification msg stay in swarm for 14d 1 year ago
Audric Ackermann ccbe3e13b0 fix: call messages expires with recipients expire settings 1 year ago
Audric Ackermann 3a26285667 fix: make group control message not expire 1 year ago
Audric Ackermann f6cd12d599 fix: use at least 2 hashes for the update_expiries too
until the storage server release is live we need this workaround
1 year ago