yougotwill
|
39d8ad11e5
|
fix: a whole bunch of circular depdencies
for various convo duck, convo interactions, convo model and opengroup types
|
9 months ago |
yougotwill
|
42813c0926
|
fix: replace MAX_COMMUNITY_NAME_LENGTH
using libsession COMMUNITY_FULL_URL_MAX_LENGTH
|
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
|
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
|
8ce2bf6d2a
|
Merge remote-tracking branch 'origin/clearnet' into unstable
|
9 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
|
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
|
6db6a1f65d
|
fix: resolve cyclic imports with LokiProfile and MessageResultProps
|
11 months ago |
William Grant
|
d4a8b555c6
|
Merge branch 'unstable' into feat/ses-825/onboarding2
|
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 |
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 |
Audric Ackermann
|
52ebcfdbab
|
fix: randomly pick a snode topollfrom until we build a better way
|
12 months 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 |
William Grant
|
97cd21a77e
|
Merge branch 'unstable' into feat/ses-899/user_profile_poll
|
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 |
Audric Ackermann
|
095a9d33e5
|
fix: canDisplayImage needs check to be done on the thumbnail
|
1 year ago |
William Grant
|
fd4e1525cb
|
Merge branch 'unstable' into feat/ses-50/onboarding
|
1 year ago |
Audric Ackermann
|
53059135ee
|
fix: tsc does not overwrite workers compiled content
|
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
|
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
|
a098638bc0
|
refactor: remove unnecessary react imports
you don't need it from react 17
|
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
|
ccbe3e13b0
|
fix: call messages expires with recipients expire settings
|
1 year ago |
Audric Ackermann
|
b61745fd94
|
fix: use DaR ttl for synced message store request
removing one request at a time
|
1 year ago |
Audric Ackermann
|
5cfbb8405c
|
fix: use expiry from swarm to update readAt & expiresAt for msg
|
1 year ago |
Audric Ackermann
|
82c6f0897b
|
fix: add jobs for expiry update & expiry fetch
|
1 year ago |
Audric Ackermann
|
9c4eee8a15
|
fix: disable frigg&fenrir turn servers for now
|
1 year ago |
Audric Ackermann
|
98fd834367
|
fix: already read DaR messages start with right time left on receive
|
1 year ago |
Audric Ackermann
|
19e9e0311e
|
feat: add cleanup of old expire update in history
we only keep one from each sender
|
1 year ago |
Audric Ackermann
|
ad9fa6dbee
|
chore: remove lastChangetimestmap and add explciit expiretype and type
on the messages creation
|
1 year ago |
Audric Ackermann
|
d1068983bb
|
fix: broken state adding lastDisappearingMessage to chatmsg
|
1 year ago |
Audric Ackermann
|
00f93a2754
|
fix: send sync message with the expireUpdate if provided
|
1 year ago |
Audric Ackermann
|
99c231c698
|
fix: allow answered&missed call notification to disappear after read
|
1 year ago |
Audric Ackermann
|
9cc37cc0e7
|
fix: outgoing start call notification timer start on after read
|
1 year ago |
William Grant
|
04c3f69398
|
refactor: export functions from an object for stubbing
for disappearing messages index file
|
2 years ago |
William Grant
|
bb6e09de0a
|
feat: cleaned up wip logs
|
2 years ago |
William Grant
|
aad55025ba
|
fix: more comment cleanup
|
2 years ago |
William Grant
|
5f3a0899f5
|
feat: moved remaining code into feature folder
also separated out legacy functions
|
2 years ago |
William Grant
|
0212166fcc
|
feat: moved disappearing logic to a feature folder
only moved types and timerOptions so far
|
2 years ago |
William Grant
|
cafa9d80ec
|
fix: remove all unneeded tslint comments
fixed some eslint errors
|
2 years ago |