Audric Ackermann
|
faeb95fefd
|
feat: add block/decline logic to msg request & wrapper
|
2 years ago |
Audric Ackermann
|
ef6d9f1d51
|
feat: add empty states for each types of convo
|
2 years ago |
Audric Ackermann
|
b843d66084
|
feat: add the lastJoined and createdAt timestamp from wrapper logic
|
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
|
554b445a3e
|
feat: lookup for shared config message on link device
|
2 years ago |
Audric Ackermann
|
0050352470
|
chore: move selected convo selectors to another file
|
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 |
Audric Ackermann
|
c4217cb564
|
feat: sync nickname, blocked and approved status for contacts
|
2 years ago |
Audric Ackermann
|
4bfcf91193
|
fix: add return types for libsession wrapper functions
|
2 years ago |
Audric Ackermann
|
90804491d6
|
feat: add job result enum with success, retry and permanent fail
|
2 years ago |
Audric Ackermann
|
08a15b210a
|
feat: move avatar downloading to JobRunner
|
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
|
141c22ed43
|
tesat: add tests for the JobRunner class
|
2 years ago |
Audric Ackermann
|
68852a9e63
|
chore: move syncUtils to its own folder
|
2 years ago |
Audric Ackermann
|
58edbf44ee
|
add SharedConfig message and signing it when sending them
|
2 years ago |
Audric Ackermann
|
b4835f1636
|
fix: make libsession worker run from the renderer with key from settings
|
2 years ago |
Audric Ackermann
|
1a65b7a7f2
|
feat: working calls to node module from renderer through worker
|
2 years ago |
Audric Ackermann
|
2a8d764bfb
|
fix tests
|
2 years ago |
Audric Ackermann
|
456d52ab1a
|
fix: make sure we do not use "group" or "private" without the enum
|
2 years ago |
Audric Ackermann
|
d7bcf1026f
|
fix: refactor snodeRPC to use snode batching
|
2 years ago |
William Grant
|
2bca956783
|
fix: center Message Request Unread Number
|
2 years ago |
William Grant
|
35a7c08222
|
fix: centered id pill and emoji quick result
|
2 years ago |
William Grant
|
31f786aecd
|
fix: improved theme colors for file dropzone
|
2 years ago |
William Grant
|
40f86116d6
|
fix: unread messages count styling in actions panel
|
2 years ago |
William Grant
|
bf057057d0
|
Merge branch 'clearnet' into theming_hotfixes
|
2 years ago |
William Grant
|
9ffa63ccdc
|
fix: changed remaing ems to rem and set root font size
|
2 years ago |
Audric Ackermann
|
32e00227a4
|
Merge pull request #2532 from Bilb/fix-deleted-messages-all-at-once
To merge once theming is done: handle deleted messages & deleted reacts all at once
|
2 years ago |
Audric Ackermann
|
cb1d67be64
|
Merge pull request #2571 from Bilb/fix-private-sogs-authentication
fix: include auth sogs headers for join room and file download
|
3 years ago |
Audric Ackermann
|
ec5f3307ac
|
test: fix integration tests
|
3 years ago |
Audric Ackermann
|
0b9f1a494a
|
fix: allow 99 unread count before going to 99+
|
3 years ago |
Audric Ackermann
|
0ba0abfcdc
|
fix: padding with only one digit in unread notification count
|
3 years ago |
William Grant
|
ddfaad5220
|
fix: added a unique shadow variable for the scroll button
|
3 years ago |
William Grant
|
1b4d35a324
|
fix: add shadow to session scroll button for better visibility
|
3 years ago |
William Grant
|
367c0c94d0
|
Merge branch 'clearnet' into theming
|
3 years ago |
Audric Ackermann
|
d1a33ad7b5
|
Merge pull request #2555 from Bilb/fix-invalid-date
fix: INVALID_DATE (-Infinity) when merging two conversations inactive
|
3 years ago |
William Grant
|
bbc5ab4e63
|
fix: made export logs button solid
|
3 years ago |
William Grant
|
123bb2f6d0
|
fix: pass yarn ready
|
3 years ago |
William Grant
|
0ac386dc1b
|
fix: qa feedback - fixed message request buttons and other theming regressions
|
3 years ago |
William Grant
|
bc76cf6b33
|
fix: qa feedback - fixed count overflow styling in notificationCount
|
3 years ago |
William Grant
|
e28c5e9885
|
fix: qa feedback - Fixed community invitation theming and icons
|
3 years ago |
Audric Ackermann
|
cffcbe8af9
|
fix: do not deduplicate notification for previews
|
3 years ago |