William Grant
|
24776c0d5c
|
feat: moved convo model interaction props into the lastMessage logic
this makes it easier to interact with since if an interaction fails we save it to the db as a message
|
2 years ago |
William Grant
|
de614109d0
|
feat: added lastMessageId to convo model to uniquely identify a lastMessage
|
2 years ago |
William Grant
|
8a7007e7c3
|
feat: added interaction properties to conversation modal and started UI changes in ConversationListItem based on confirming an interaction
still to to port the original modal checks to use thd convo props
|
2 years ago |
Audric Ackermann
|
4637f4609a
|
Merge remote-tracking branch 'yougotwill/disappearing_messages' into userconfig_disappearingmessage
|
2 years ago |
Audric Ackermann
|
5a5f069cca
|
fix: add tracking of expiration timer for nts through libsession
|
2 years ago |
William Grant
|
f41c28a873
|
fix: moved feature release timestamp to constants so it only has to be defined once
|
2 years ago |
William Grant
|
df27fa1b82
|
fix: cleanup comments
|
2 years ago |
Audric Ackermann
|
4d0e79f195
|
fix: legacy group with wrapper and disable right click while searching
|
2 years ago |
Audric Ackermann
|
6f6620f622
|
fix: skip new group messages when receved after group was removed
|
2 years ago |
Audric Ackermann
|
bac2887c28
|
fix: update with latest libsession util
|
2 years ago |
Audric Ackermann
|
6fe6544d6c
|
fix: split up migration of initial user config dumps into two
|
2 years ago |
Audric Ackermann
|
e263b701b0
|
chore: fetch latest archive from libsession nodejs git repo
|
2 years ago |
Audric Ackermann
|
9d87ca2546
|
fix: test with libsession compiled with node-api
|
2 years ago |
William Grant
|
f68fbb05f9
|
fix: resolve turning off disappearing messages empty messages in most cases
still requires more tweaking
|
2 years ago |
William Grant
|
f7e5719eac
|
feat: reverted bak to stage 1
|
2 years ago |
William Grant
|
6dd340ca6c
|
feat: handle legacy disappearing messages more gracefully due to protobuf issues
added utility function for checking for undefined properties on a protobuf, renamed expireTimer to expirationTimer in some places
|
2 years ago |
William Grant
|
61b91e2485
|
fix: make sure migration triggers with the correct date for current development
|
2 years ago |
William Grant
|
2f4c0114aa
|
feat: tested new expiration modes with legacy and new clients
fixed banner logic
|
2 years ago |
William Grant
|
93cb972514
|
feat: updated hasOutdatedClient to track last user to send a legacy message
this makes the banner work properlly in closed groups
|
2 years ago |
William Grant
|
bd900128f4
|
feat: added hasOutdated Client to convo model, use feature release check to process disappearing messages
trigger banner when receiving a legacy disappearing message via hasOutdatedClient
|
2 years ago |
William Grant
|
4dbbada728
|
feat: added notice banner component
show notice when conversation is in legacy mode, extracted some UI components from the ConversationHeader, updated featureReleaseTimestamp
|
2 years ago |
William Grant
|
93005d32d8
|
feat: updated db migration to support legacy mode
|
2 years ago |
William Grant
|
1303707cd7
|
feat: added expirationType to message model with correct typings
added to migration
|
2 years ago |
William Grant
|
976cb2a55f
|
fix: improved migration queries
|
2 years ago |
William Grant
|
30196a131a
|
feat: added basic support for different disappearing message modes
added expirationType and lastDisappearingMessageChangeTimestamp to conversations table, left a few comments for future work
|
2 years ago |
Audric Ackermann
|
0e286142f1
|
chore: add a redux settings slice, currently outdated banner inc
|
2 years ago |
Audric Ackermann
|
cbffc29950
|
fix: run tests for libsession-util integration and fix issue
|
2 years ago |
Audric Ackermann
|
c2e3f1b587
|
chore: update libsession-util name & dependency
|
2 years ago |
Audric Ackermann
|
55a2767fce
|
feat: do not approve a convo before sending the first message
but still sync it's state through the createdAt with libsession util
|
2 years ago |
Audric Ackermann
|
b843d66084
|
feat: add the lastJoined and createdAt timestamp from wrapper logic
|
2 years ago |
Audric Ackermann
|
51e4f1dd48
|
feat: UI, use group info from wrapper if we have them or from DB
|
2 years ago |
Audric Ackermann
|
3ff7281b6a
|
chore: remove isGroup from the redux stored entry
as it is always = !isPrivate
|
2 years ago |
Audric Ackermann
|
f3975b545a
|
feat: use priority for hidden and pinned conversation
|
2 years ago |
Audric Ackermann
|
796ccf0582
|
feat: add handling and setting of the expireTimer for contacts
|
2 years ago |
Audric Ackermann
|
51df7d80bb
|
chore: remove parcel completely and grunt
|
2 years ago |
Audric Ackermann
|
8a0074d2bd
|
feat: add convo volatile info during migrations for each convo tracked
|
2 years ago |
Audric Ackermann
|
c3e9d503e4
|
fix: unread count and forced unread is synced
|
2 years ago |
Audric Ackermann
|
1c50aacc34
|
chore: remove groupModerators sogs from the db, store in redux only
|
2 years ago |
Audric Ackermann
|
bf2456df8e
|
chore: do not store mentionedUs and unreadCount as attribute in convo
|
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
|
c4e17d0825
|
fix: add mgmt of members in user groups wrapper
|
2 years ago |
Audric Ackermann
|
bc905bdba1
|
feat: start of community handling in libsession util
also remove tracking of hashes for config namespaces
|
2 years ago |
Audric Ackermann
|
3c58f9c1e4
|
feat: add a hidden flag for convos and use it with the contactswrapper
|
2 years ago |
mdPlusPlus
|
1d6ed17ac7
|
Fix typos via codespell
|
2 years ago |
Audric Ackermann
|
7c56310e69
|
feat: addConfSyncJob start
|
2 years ago |
Audric Ackermann
|
4bfcf91193
|
fix: add return types for libsession wrapper functions
|
2 years ago |
Audric Ackermann
|
9cf1419ca5
|
feat: add first try to build SharedConfigMessages
|
2 years ago |
Audric Ackermann
|
d1cefd4729
|
feat: add contacts & user profile handling of incoming messages
|
2 years ago |
Audric Ackermann
|
c8e76b17de
|
chore: refactor db instance to outside its sql.ts file
|
2 years ago |
Audric Ackermann
|
d7bcf1026f
|
fix: refactor snodeRPC to use snode batching
|
2 years ago |
Audric Ackermann
|
0b8a10ad66
|
fix: improve markAllAsRead performances
- make an index on unread+convoId
- make the message update trigger only run when the body changed
|
3 years ago |
Audric Ackermann
|
0eac74dd07
|
Merge branch 'dev' into menu-redesign
|
3 years ago |
Audric Ackermann
|
ba41e92720
|
fix: drop friendRequestStatus before saveConversation in migrations
|
3 years ago |
Audric Ackermann
|
542c704b64
|
feat: add search by contacts to closed group overlay
|
3 years ago |
Audric Ackermann
|
19e48c2629
|
fix: drop column friendRequestStatus if exists
|
3 years ago |
Audric Ackermann
|
ef9b2dfc80
|
fix: pass the db instance during db migration
|
3 years ago |
Audric Ackermann
|
eabee8f39a
|
fix: split migrations and sql files
also address PR reviews
|
3 years ago |