William Grant
8dc7dac55e
feat: control available modes depending on the conversation
2 years ago
William Grant
0700ac4813
fix: moved disappearing message types to utils
2 years ago
William Grant
b12d086b22
feat: DisappearingMessageType -> DisappearingMessageConversationType
...
this is more explicit and allows use to use DisappearingMessageType in the message model
2 years ago
William Grant
f4e5d89a15
fix: make sure to update state when the covnersation changes
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
William Grant
8abd624c47
feat: updated right panel in a conversation to use overlay logic in preparation for disappearing messages
...
added panel buttons specific to this UI
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
3ecc89fab3
Merge remote-tracking branch 'upstream/master' into onboarding
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
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
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
3c58f9c1e4
feat: add a hidden flag for convos and use it with the contactswrapper
2 years ago
Audric Ackermann
f88acdb567
feat: remove blocked group tracking separately from the pubkeys
2 years ago
mdPlusPlus
1d6ed17ac7
Fix typos via codespell
2 years ago
Audric Ackermann
22329bc745
chore: cleanup FIXMEs and remove sig_timestamp as we cannot rely on it
...
we use timestamp instead of sig_timestamp for store requests
2 years ago
William Grant
a8b8692016
fix: improved reaction alignment based on avatar visibility
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
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
0b9f1a494a
fix: allow 99 unread count before going to 99+
2 years ago
Audric Ackermann
e3006ae157
fix: do not return updated messages from markAllRead if not needed
3 years ago
William Grant
de94d2e64a
fix: pr review - create selectors for isDarkTheme and isLight Theme
3 years ago
William Grant
5b44565b5f
Merge branch 'clearnet' into theming
3 years ago
William Grant
557c2b8d28
feat: classic-dark is now the default theme
3 years ago
William Grant
2f0e993af3
feat: moved constants into a constants folder
3 years ago
Audric Ackermann
0cc7994c12
fix: speed up expiration/deletion of messages by batching updates in UI
3 years ago
Audric Ackermann
c75cf6e1af
fix: UI for link previews when the image is too less than 200px
3 years ago
Audric Ackermann
51e03cf4e5
fix: rerender loop of react list modal
...
update redux related libraries
and update imports to use the RTK ones
3 years ago
William Grant
b3885bf9d9
Merge branch 'clearnet' into theming
...
Link previews are broken for now
3 years ago
Audric Ackermann
f4c91d0c91
fix: link preview rendering
3 years ago
Audric Ackermann
e62c1599a5
Merge branch 'clearnet' into feat-move-attachments-outside-messagebox
3 years ago
William Grant
7e01c9f39a
feat: fixed link preview and message details styling
3 years ago
William Grant
e14f4832aa
feat: added primaryColor to the redux store
3 years ago
William Grant
e575bed6ea
feat: added sun icon for light color mode
...
renamed SectionType Moon to ColorMode
3 years ago
William Grant
edefa21a2b
feat: we can now toggle to the classic dark theme
...
fixed ocean dark colors and updating theme setting logic
3 years ago
William Grant
a54fb65d0b
Merge branch 'theming' into theming_left_pane
3 years ago
William Grant
3c4fc8d919
Merge branch 'clearnet' into theming
3 years ago
Audric Ackermann
17742539af
fix: disable typing and message request on sogs without `write`
3 years ago
William Grant
5dd00e4dc2
Merge branch 'theming' into theming_left_pane
3 years ago
William Grant
39a710afad
Merge branch 'clearnet' into theming
3 years ago
Audric Ackermann
c2e3e3ca3f
Merge remote-tracking branch 'upstream/clearnet' into ui-redesigns
3 years ago
William Grant
9ee89fd099
feat: made more progress with left pane and left more comments
3 years ago
William Grant
6cd81e06f2
Merge branch 'ui-redesigns' into theming
3 years ago
Audric Ackermann
3ffc470c40
fix: address reviews comment
3 years ago
Audric Ackermann
1d45aa6f45
fix: show loading spinner while sogs is fetching initial messages
3 years ago
Audric Ackermann
e464d6c573
Merge branch 'settings-redesign' into feature-menu-redesign
3 years ago
Audric Ackermann
ffc4ca9f81
fix: do not autofocus settings section by default but Message
3 years ago
Audric Ackermann
0eac74dd07
Merge branch 'dev' into menu-redesign
3 years ago
Audric Ackermann
e8fe564a08
fix: show sogs without display name in convo list
...
also use the pollinfo to update whatever the displayname if needed
3 years ago
William Grant
b704b8202d
feat: added colors file with all declared theme and primary colors
...
added hexColorToRBG utility so that we can handle rgba colors using the same variables
3 years ago
William Grant
131ee22099
Merge branch 'settings-redesign' into theming
3 years ago
Audric Ackermann
55365f817d
Merge remote-tracking branch 'upstream/clearnet' into settings-redesign
3 years ago
William Grant
691b567916
Merge branch 'settings-redesign' into theming
3 years ago
Audric Ackermann
30e3cb8755
feat: fix other types of messages now that there is no box around
3 years ago
Audric Ackermann
7c80f9e233
feat: move attachments outside of the message box
3 years ago
Audric Ackermann
e125979b7a
fix: disable having some corner large and small for message bubbles
3 years ago
Audric Ackermann
1e202fcdab
feat: add theme switcher +accent color from settings
...
not all of the logic is linked and not all of the colors are there as this is part of theming
3 years ago
William Grant
80d726659c
Merge branch 'clearnet' into reactions_fixes
3 years ago
William Grant
05b7bdb956
fix: show correct count value for open group reactions
3 years ago
Audric Ackermann
b638733090
fix: do not scroll back to unread banner when deleting msgs
...
Relates #2308
3 years ago
William Grant
4889cb5b32
fix: ReactionList Senders is now an array since we want to handle opengroup reactions separately
...
we no longer need the messagehash and server id for rendering reactions in the UI, ignore reactions using the outdated type
3 years ago
Audric Ackermann
f137cad2a0
feat: add the BlockedList component in Settings
3 years ago
Audric Ackermann
85219d3827
fix: scrollbar colors and some UI issues found by QA
3 years ago
William Grant
05bd97df3b
refactor: created themes folder and moved SessionTheme
3 years ago
Audric Ackermann
81fa09b8ee
Merge branch 'menu-redesign' into settings-redesign
3 years ago
Audric Ackermann
f87d902c98
fix: PR Reviews
3 years ago
Audric Ackermann
ef1f634e6b
Merge remote-tracking branch 'upstream/clearnet' into menu-redesign
3 years ago
Will G
267f49ff1e
Emoji Reacts ( #2320 )
...
Add support for emoji reacts in conversations
Resolves #2375 and #1577
3 years ago
Audric Ackermann
39cbbda609
chore: move SessionToggle & SettingList to styled
3 years ago
Audric Ackermann
a0d3a00afa
feat: start of settings screen redesign
3 years ago
Audric Ackermann
7bbbc74fa8
feat: make the tick on memberList a radio looking element
3 years ago
Audric Ackermann
f415ef36dd
feat: add sorted contacts list merged by starting char
3 years ago
Audric Ackermann
374b71630a
feat: wrap up the new Join Community overlay
3 years ago
Audric Ackermann
282e631f73
feat: add menu action and action chooser left pane option
3 years ago
Audric Ackermann
6f4b70e650
fix: allow non admin mods to delete message for deletion
3 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
3 years ago
Audric Ackermann
bfda4c7c01
fix: make sure a convo exists before returning it in search results
...
There is an edge case if you are in the search results page, and delete
(or get a convo deleted from the network).
The corresponding convo does not exist anymore but the search result
selector still tries to extract values from it.
This commit fixes that issue by returning early if the corresponding
convo is not there anymore
3 years ago
Audric Ackermann
ec76057c5e
Merge integration test ( #2313 )
...
* Testing playwright for Desktop automation
* add more data-testid field
* remove commited test-results
* test: skip group upkeep for now
* test: mention test create group instead of restoring from seed
* test: run on testnet
* fix: revert messagebanner unread count changes
from commit 8107d75e89
Co-authored-by: Emily <emily@oxen.io>
3 years ago
Audric Ackermann
13e2f81f26
Merge remote-tracking branch 'upstream/clearnet' into node-side-in-ts
3 years ago
Audric Ackermann
0719700371
do not end call if connection fails, instead wait for new offer
3 years ago
Audric Ackermann
6bd835dfc3
move storage.js to ts
3 years ago
Audric Ackermann
74cf88cf81
create closed group mark as approved
...
also, do not filter closed group based on the isApproved field in redux
3 years ago
Audric Ackermann
49bae1925d
open message request reset opened convo and is a settings itself
3 years ago
Audric Ackermann
461ce4a7fb
Merge branch 'clearnet' into fix-unread-indicator-light
3 years ago
Audric Ackermann
ad653e4aac
change sent background and text color for light mode
...
use black text on green instead of white on darker green
3 years ago
Audric Ackermann
e853f57e6b
fix unread indicator color for light theme
3 years ago
Audric Ackermann
71aa6c813c
Merge remote-tracking branch 'upstream/clearnet' into fix-i18n-with-dollars-sign
3 years ago
Audric Ackermann
75c7c7c27f
try a fix to prevent window from jumping with low number of messages
3 years ago
warrickct
cf6a5b3446
Request banner appearing and tallying based on only unread requests
3 years ago
warrickct
451fb351a3
removing comments
3 years ago
warrickct
e4f4328232
rename request evaluating function for clarity. Prevent disappearing messsages from being activated by request recipient before the request has been accepted.
3 years ago
warrickct
3be0f86978
Menu options have black text when highlighted.
3 years ago
warrickct
56c1a06a28
Adding rightclick accept/decline menu options for message requests. Adding hide menu item for message request banner.
3 years ago
warrickct
600ef86ea7
linting fixes
3 years ago
warrickct
065b8ab533
Added closing declined conversation requests if theyre open. Return to regular inbox on clear all.
3 years ago
Ian Macdonald
0c0543cc45
Use accent colour to distinguish last read indicator.
3 years ago
warrickct
5437433232
Fix passing wrong values to convo list.
3 years ago
warrickct
93f37ba66f
Refactoring to evaluate conversation request status in a single place.
3 years ago
warrickct
5cc7ccbfa8
fixing accepted convos not appearing in inbox. removing blocked contacts from contact list.
3 years ago
warrickct
2957c131c0
removing blocked convos no longer appear in regular inbox and using processing of polled swarm messages to infer approval.
3 years ago
Audric Ackermann
3fed22048b
rename a few loki to session
3 years ago
warrickct
dcd78e85f6
QA fix - msg request accept buttons showing at wrong stage.
3 years ago
warrickct
ee9156d4f8
Merge clearnet into message-request-ui
3 years ago
warrickct
bc6edd7774
Adding unhiding of message request banner when receiving a new convo request.
3 years ago
warrickct
8eeec6b96c
Exclude unapproved contacts/conversations from contacts list.
3 years ago
warrickct
07f6681aae
Refactoring subcomponents. Adjusting conditional inbox filters to always apply msg request logic.
3 years ago
warrickct
ac8c4ac2eb
Removing msg req feature flag.
3 years ago
warrickct
36ca2a767c
Adding PR changes
3 years ago
warrickct
d627b8e11d
Requesting flow working with sending message as acceptance.
3 years ago
Audric Ackermann
2478a78794
move mentions and emojify to a functional component
3 years ago
Audric Ackermann
19722b6bdc
remove other emoji dependency and use unicode to render them in message
...
Relates #2151
3 years ago
Audric Ackermann
d6a8f5e92b
allow searching for nickname or name for contacts
3 years ago
Audric Ackermann
98bdd53bd5
fix release build and decrese search results to 150 for messages
3 years ago
Audric Ackermann
40344bde52
move search logic to the search input component
3 years ago
Audric Ackermann
44f61073dc
move search results to styled components
...
and cleanup search logic and rendering of message results
3 years ago
Audric Ackermann
1eba9dce30
merge messagesChanged and messagesAdded to a single redux event
3 years ago
Audric Ackermann
949c36a42f
merge fetching more messages for top and bottom in the same flag
3 years ago
Audric Ackermann
9000c649f8
remove optional setToExpire and UnreadMessageIsAbove indicator
3 years ago
Audric Ackermann
4e638d162d
fix the scroll to bottom with button and on send message
3 years ago
Audric Ackermann
00d2bbc63d
cleanup MessageSearchResults
3 years ago
Audric Ackermann
792c23da87
cleanup scroll to unread of quote or search result on open
3 years ago
Audric Ackermann
d269693544
cleanup search of contacts excluding not active
3 years ago
Audric Ackermann
a3be2c347d
fixup open convo on search, quote click or hit the bottom
3 years ago
Audric Ackermann
2b0a2cff46
rename console.warn to error or info depending on type
3 years ago
audric
a21751c611
open convo on last unread, and can scroll up
3 years ago
warrickct
31f4e294c6
Altering message request banner styling
3 years ago
audric
12b00720f4
split up load more messages from top or bottom
...
also split up just fetching the last messages from fetching based on
unread/ lastTopMessageId
3 years ago
audric
62f0edf8cb
cleanup console.warn calls
3 years ago
audric
e515ce3ca5
Merge remote-tracking branch 'upstream/clearnet' into cleanup-attachment
3 years ago
Audric Ackermann
15ae511bca
Merge branch 'clearnet' into small-refactor
3 years ago
Audric Ackermann
6a403afb41
Merge pull request #2139 from warrickct/global-search-progress
...
Global Search and Database Trimming
3 years ago
warrickct
804c9a56b9
convert to functional component. Tweak colors for search results. Fix search result header incorrect color. Addressing PR comments from previous search branch. Experimenting trimming approaches.
3 years ago
audric
72409e3f1f
make sure to keep error state of attachment DL failing
3 years ago
Audric Ackermann
6992305e27
cleanup last commit
3 years ago
Audric Ackermann
4349b699cb
remove schemaVersion field and logic from message object
3 years ago
Audric Ackermann
580a59ba3c
refactor menu items to react components
3 years ago
Audric Ackermann
1c46d81a20
rename authorPhoneNumber to what ever makes more sense
3 years ago
warrickct
374d5a6619
Global search partially functioning, added basic functions for load testing performance.
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
58dc3e26ca
reactify group updates text bubble from redux store ( #2083 )
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