Commit Graph

48 Commits (53059135eefd20b349bbbc7fa959b0b9c6f61d2a)

Author SHA1 Message Date
Audric Ackermann 53059135ee fix: tsc does not overwrite workers compiled content 3 months ago
Audric Ackermann 24887dd05b Merge branch 'feature/ses-145/leave-conversation-update' into userconfig_disappearingmessage 5 months ago
Audric Ackermann 286260fae8 fix: make callMessage forced to be DaR for recipient
and put workaround for our local message
6 months ago
William Grant 85f270b67a Merge branch 'unstable' into userconfig_disappearingmessage 10 months ago
William Grant 5285d4240a fix: resolved missing selected conversation hooks imports 11 months ago
William Grant 41af1e7865 Merge branch 'unstable' into userconfig_disappearingmessage 11 months ago
Audric Ackermann 41ca0666ce chore: remove () => void for misused promises 11 months ago
Audric Ackermann d43d6abbae chore: replace tslint with eslint and fix linting issues 11 months ago
William Grant ed2a372ca3 Merge branch 'unstable' into feature/ses-145/leave-conversation-update 11 months ago
William Grant 905fe5aab9 Merge branch 'unstable' into userconfig_disappearingmessage 11 months ago
Audric Ackermann 77acd1396b feat: add support for blinded25 receipt of messages for later impl 11 months ago
Audric Ackermann 959c494cfb Merge branch 'unstable' into userconfig_disappearingmessage 11 months ago
Audric Ackermann 6be95b7177 fix: notif settings in list item convoId from contextprovider 12 months ago
William Grant d37aa42084 Merge branch 'unstable' into feature/ses-145/leave-conversation-update 12 months ago
Audric Ackermann 1d9279c79c chore: merge conversation selectors into a single file
as the circular dependency was causing a createSelector called with
undefined issue on startup without user loggedin
12 months ago
William Grant 1c8ae3650e fix: pass yarn ready 1 year ago
William Grant 45b904ce8c feat: if we fail to leave a conversation then change to delete conversation and remove the group from the db 1 year ago
William Grant 40e3a8fa72 feat: finished group and community leaving modals 1 year ago
William Grant 38c6cb0d7d feat: finished note to self and 1o1 conversation leaving and hiding 1 year ago
William Grant c492fad4ee feat: added support for tracking the confirmation process status and its type
attempting to show this status inside of the ConversationListItem message section, show confirmation modal when leaving private chats
1 year ago
Audric Ackermann d970887caa fix: bring back notification submenu to both context menu 1 year ago
Audric Ackermann 2068737cdd fix: break down deleteContact based on convo type 1 year ago
Audric Ackermann 2a4bbbd587 feat: add the deleteContact and deleteConversation only menu items 1 year ago
Audric Ackermann 760ce5caa5 fix: add the maxSizeMap to have priority per retrieve namespaces 1 year ago
Audric Ackermann cbffc29950 fix: run tests for libsession-util integration and fix issue 1 year 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
1 year ago
Audric Ackermann faeb95fefd feat: add block/decline logic to msg request & wrapper 1 year ago
Audric Ackermann f3975b545a feat: use priority for hidden and pinned conversation 1 year ago
Audric Ackermann bf2456df8e chore: do not store mentionedUs and unreadCount as attribute in convo 1 year ago
Audric Ackermann c4e17d0825 fix: add mgmt of members in user groups wrapper 1 year ago
Audric Ackermann bc905bdba1 feat: start of community handling in libsession util
also remove tracking of hashes for config namespaces
1 year ago
Ian Macdonald 09654fe4d8
Remove limit on the number of pinned conversations a user may have. 2 years ago
Audric Ackermann 242d51ca8d
Id blinding + onionv4 + new endpoints for sogs and fileserver (#2347)
* Added Onionv4 support to file server, sogs and pn server
* Added blinded message support
* Updated endpoints for sogs and file server to remove legacy ones
2 years ago
Audric Ackermann 9f8920ef2c mostly working but need to improve perfs 2 years ago
Audric Ackermann 280cc494e8 test with webpack - not working 2 years ago
Audric Ackermann 71aa6c813c
Merge remote-tracking branch 'upstream/clearnet' into fix-i18n-with-dollars-sign 2 years ago
Audric Ackermann e1f2393c3a
cleanup translated strings 2 years ago
warrickct 7315651c63 Adding unstaged changed from last commit. (adding accept/decline to convo header menu and removal of disappearing messages menu item) 2 years ago
warrickct dd0aa4ea92 Fixed hook for evaluating menu item rendering. 2 years ago
warrickct e3e6e5b655 Removing mark all as read menu option from request items. 2 years ago
warrickct eed72a6b1b Removing some menu items from message request context menu. 2 years ago
warrickct 56c1a06a28 Adding rightclick accept/decline menu options for message requests. Adding hide menu item for message request banner. 2 years ago
Audric Ackermann 580a59ba3c
refactor menu items to react components 2 years ago
Audric Ackermann 7b103226be
add 'contact' or 'group' to delete action menu
Fixes #2066
3 years ago
Audric Ackermann 7c42400aa2
fix crash of app on rendering pin item 3 years ago
Audric Ackermann abd146c4ca
use React Provider for convoListItem (#2088)
this is to avoid passing down the prop to all the components
3 years ago
Audric Ackermann 38325215e6
Unban UI (#2091)
* adding basic functionaliy for unbanning a user

* merge ban and unban user dialog in to one dialog

Co-authored-by: warrickct <warrickct@gmail.com>
3 years ago
Audric Ackermann 28c7445dce
refactor most of the components to outside of their Session folder (#2072)
* refactor most of the components to outside of their Session folder

* finish moving overlay and memberListItem to react hook

* fix bug with kicked member len >2 not being displayed

also sort admins first in UpdateGroupMembers dialog

* fix admin leaving text of groupNotification

* add a useFocusMount hook to focus input fields on mount

* make click avatar convo item open only user dialog

* cleanup config default.json

* make sure to use convoController to build sync message

* disable showing pubkey on opengroups

* add a pause on audio playback

Fixes #2079
3 years ago