Audric Ackermann
445852eca1
split up a bit of the mentions/emoji input
4 years ago
Audric Ackermann
2478a78794
move mentions and emojify to a functional component
4 years ago
Audric Ackermann
19722b6bdc
remove other emoji dependency and use unicode to render them in message
...
Relates #2151
4 years ago
Audric Ackermann
8efc23d619
pull translations from crowdin
4 years ago
Audric Ackermann
1efe6ca728
click oin @ bring to latest mention
4 years ago
Audric Ackermann
42ccf06ff0
fetch last active users quicker on convo changes to public convo
4 years ago
Audric Ackermann
a19a6a33c7
migrate already set nickname convo to name + profileName index
4 years ago
warrickct
cdeac8f424
Adding protobuf changes for message request response.
4 years ago
Audric Ackermann
a3eb80abcf
fix group updates outgoing message status in left pane
4 years ago
Audric Ackermann
5b6d0d25f5
fix typo noteSelf results and shortened pubkey for unknown contacts
4 years ago
warrickct
2d66b1db4e
Adding styling to conversation window for a message request.
4 years ago
Audric Ackermann
07a1beae5e
exclude ids from search entry
4 years ago
Audric Ackermann
d6a8f5e92b
allow searching for nickname or name for contacts
4 years ago
Audric Ackermann
ceb5317160
remove profile_images as we are not using it
4 years ago
Audric Ackermann
98bdd53bd5
fix release build and decrese search results to 150 for messages
4 years ago
Audric Ackermann
40344bde52
move search logic to the search input component
4 years ago
Audric Ackermann
44f61073dc
move search results to styled components
...
and cleanup search logic and rendering of message results
4 years ago
Audric Ackermann
108d810fde
make sure pills of joinable room take 100% width if they can
4 years ago
Audric Ackermann
1e5a45d95b
cleanup timestamp display for search results
4 years ago
Audric Ackermann
280128ec43
update search result to have sender on the msg line
4 years ago
Audric Ackermann
1eba9dce30
merge messagesChanged and messagesAdded to a single redux event
4 years ago
Audric Ackermann
b72b8e8387
fix tests
4 years ago
Audric Ackermann
949c36a42f
merge fetching more messages for top and bottom in the same flag
4 years ago
Audric Ackermann
9000c649f8
remove optional setToExpire and UnreadMessageIsAbove indicator
4 years ago
Audric Ackermann
4e638d162d
fix the scroll to bottom with button and on send message
4 years ago
Audric Ackermann
7d9f970b2c
remove decrypted_at field from saving message models as unused
4 years ago
Audric Ackermann
6f5bca6660
allow more characters to be used in display name
...
We just deny the one used to add markers around a mentions on the
desktop client. which is ᅭ
Relates #2132
4 years ago
Audric Ackermann
b3a8692240
cleanup incoming message creation for displaying messageresult
4 years ago
Audric Ackermann
5afbd9c19e
cleanup creation of opengroup message on sync
4 years ago
Audric Ackermann
5e314e4dcc
remove 'recipients' message field and 'destination'
...
we do not need recipients as it makes no sense for us having medium
groups on the same pubkey
we do not need destination as it can always be guessed from the
direction and the type of conversation of that message
4 years ago
Audric Ackermann
00d2bbc63d
cleanup MessageSearchResults
4 years ago
Audric Ackermann
792c23da87
cleanup scroll to unread of quote or search result on open
4 years ago
Audric Ackermann
d269693544
cleanup search of contacts excluding not active
4 years ago
Audric Ackermann
a3be2c347d
fixup open convo on search, quote click or hit the bottom
4 years ago
Audric Ackermann
2b0a2cff46
rename console.warn to error or info depending on type
4 years ago
audric
a21751c611
open convo on last unread, and can scroll up
4 years ago
warrickct
fb862fe451
Updating message request overlay styling
4 years ago
warrickct
31f4e294c6
Altering message request banner styling
4 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
4 years ago
audric
381cb77ad9
fixup tsconfi complaining about playwright.config being above it
4 years ago
audric
83d27ed3b7
update quoted message to animate to have border-green instead of bg green
4 years ago
audric
62f0edf8cb
cleanup console.warn calls
4 years ago
audric
247cb7c065
cleanup dependencies
4 years ago
audric
e515ce3ca5
Merge remote-tracking branch 'upstream/clearnet' into cleanup-attachment
4 years ago
Audric Ackermann
15ae511bca
Merge branch 'clearnet' into small-refactor
4 years ago
burtonemily
ffdf2519ca
Integration test ( #2128 )
...
* Testing playwright for Desktop automation
* converting tests from javascript to typescript and finishing create user automated test
* Trying to delete app data when test finishes, not through UI
* Undoing the code for clear database once test completes
* Creating POM for cleanup function
* cleanup function for playwright tests
* Creating a new user function, open electron function and clean up function
* fixes user object for new user function
* Adds a login function and start of send message test
* Creating test for sending messages, logging in and adding in data test id tags
* add more data-testid field
* updates new contact test, to have multiple windows and users running simultaneously
* updating clean up and new user test
* Fixing issues with creating new user
* new contact test
* New test to check password functionality
* make sure to cleanup data before running tests
* New group creation test and sending message function
* Adding new automated test for sending message to a contact
* create group test and updating new contact test to include date in test message
* updating package.json to remove webdriver and chromedriver and spectron
Co-authored-by: Audric Ackermann <audric@loki.network>
4 years ago
Audric Ackermann
6a403afb41
Merge pull request #2139 from warrickct/global-search-progress
...
Global Search and Database Trimming
4 years ago
warrickct
04241daa08
Fixin linting errors.
4 years ago
Audric Ackermann
f07aba72df
Merge pull request #2136 from Bilb/global-search-off-clearnet
...
Global search off clearnet
4 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.
4 years ago
audric
fc916ce94c
Fix attachments duplication on message syncing with current device
4 years ago
audric
e97ac5d7c7
make the DL spinner a styled component
4 years ago
audric
4b39b46b6a
replace invalid unicode in filename
4 years ago
audric
72409e3f1f
make sure to keep error state of attachment DL failing
4 years ago
audric
fe269a0cfe
make sure to update displayName even if avatar failed to DL
4 years ago
audric
8159613626
make sure we do not useInterval if not expiring for expiretimer
4 years ago
audric
cea2c2460a
make sure screenshot of video attachment is saved locally
4 years ago
audric
9f0ae00317
fix up types for link preview generations
4 years ago
audric
131195e2de
add another type for when an outgoing attachment was imported to app
4 years ago
audric
3338a3c75b
remove fetching of description for link preview as we do not send it
4 years ago
audric
1c8e81d8e6
make sure to store generated thumbnail with the attachment message
4 years ago
audric
8feecb777b
make sure to scale dowm preview in composition box
4 years ago
Audric Ackermann
c7565fe7b3
Move scale/resize and attachment logic to typescript
4 years ago
Audric Ackermann
6992305e27
cleanup last commit
4 years ago
Audric Ackermann
4349b699cb
remove schemaVersion field and logic from message object
4 years ago
Audric Ackermann
580a59ba3c
refactor menu items to react components
4 years ago
Audric Ackermann
cb8704f9b1
bump convo active_at on answered/trigger call
4 years ago
Audric Ackermann
9bb19540a9
add back deleteContact and deleteGroup translations
4 years ago
warrickct
3f4db67c1b
Merge branch 'clearnet' into global-search-off-clearnet
4 years ago
Audric Ackermann
1c46d81a20
rename authorPhoneNumber to what ever makes more sense
4 years ago
Audric Ackermann
46d838218d
remove unused .md files for components
4 years ago
Audric Ackermann
62edcb0cc8
fetch translations from crowdin
4 years ago
Audric Ackermann
44c44ec174
Merge pull request #2122 from Bilb/remove-dedupe-by-hash-sogs
...
Remove dedupe by hash sogs + update electron
4 years ago
Audric Ackermann
72f4c284d9
Merge pull request #2121 from Bilb/no-delete-auth-token-pysogs
...
No delete auth token pysogs + update electron
4 years ago
warrickct
7846891359
Fix linting errors
4 years ago
warrickct
2122214ee4
Fixed contact names not showing for search results
4 years ago
warrickct
374d5a6619
Global search partially functioning, added basic functions for load testing performance.
4 years ago
Audric Ackermann
790120f484
add data-testid to sessionIdEditable
4 years ago
Audric Ackermann
0e39b6b152
minor rename
4 years ago
Audric Ackermann
28892ce8cc
remove the deduplication by hash for opengroup messages
...
Relates #2069
4 years ago
Audric Ackermann
1a8a839ba3
no need to deleteAuthToken anymore for opengroupv2 servers
4 years ago
Audric Ackermann
7b103226be
add 'contact' or 'group' to delete action menu
...
Fixes #2066
4 years ago
Audric Ackermann
c5f69a2d95
pull translations from crowdin
...
Relates #2113
4 years ago
Audric Ackermann
6e102644c3
update english translations
4 years ago
Audric Ackermann
7b45635296
do not call home/end events if target is textbox
...
Closes #2114
4 years ago
Audric Ackermann
7033f38928
Merge pull request #2117 from Bilb/use-variable-for-settings-key
...
use variables for common settings key
4 years ago
Audric Ackermann
2822f8ddd2
Merge pull request #2116 from Bilb/move-confirm-right-dialogs
...
Move confirm right dialogs
4 years ago
Audric Ackermann
dd52ad336f
use variables for common settings key
...
also turn off typing message by default
4 years ago
Audric Ackermann
4a530582b1
catch exception when failing to decode/read an attachment
4 years ago
Audric Ackermann
7c42400aa2
fix crash of app on rendering pin item
4 years ago
Audric Ackermann
8821cb1080
remove old testintegration sample file
4 years ago
audric
874ca25195
hide the call message on feature flag OFF
4 years ago
Audric Ackermann
55cca318e7
lint
4 years ago
Audric Ackermann
eb0cf0938d
make sure to use cached convos for sync logic
...
otherwise the whole app freezes on a big database
4 years ago
Audric Ackermann
18e13b9b98
move confirm action on right on all dialogs
4 years ago
Audric Ackermann
e33b6eadc4
bump typescript to 4.5.4
4 years ago
Audric Ackermann
5846caffc4
fix closed group updates undefined on no names ( #2092 )
4 years ago
Audric Ackermann
abd146c4ca
use React Provider for convoListItem ( #2088 )
...
this is to avoid passing down the prop to all the components
4 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>
4 years ago
Audric Ackermann
e17b5e0671
Fix attachment dl freeze ( #2086 )
...
* fix attachment download freezing app for some opengroups
* make registration page work with smaller height
4 years ago