Audric Ackermann
|
b76797d264
|
do not use a custom sandbox for testing
instead use the one from Sinon as it is exposed for a good reason
|
3 years ago |
Audric Ackermann
|
0158fd5ebb
|
filter duplicates on opengroup poll in a single sql call
|
3 years ago |
Audric Ackermann
|
00d70db0be
|
queue user profile avatars update
also add some tests for the promise utils
|
3 years ago |
Audric Ackermann
|
a9cc9a7294
|
add tests for attachment metadata
|
3 years ago |
Audric Ackermann
|
0ebc1d7e92
|
split attachmnent logic between what is used on main and renderer
|
3 years ago |
Audric Ackermann
|
2dfd09a7b1
|
app kind of start background side
|
3 years ago |
Audric Ackermann
|
6bd835dfc3
|
move storage.js to ts
|
3 years ago |
Audric Ackermann
|
49bae1925d
|
open message request reset opened convo and is a settings itself
|
3 years ago |
Audric Ackermann
|
71aa6c813c
|
Merge remote-tracking branch 'upstream/clearnet' into fix-i18n-with-dollars-sign
|
3 years ago |
Audric Ackermann
|
e1f2393c3a
|
cleanup translated strings
|
3 years ago |
warrickct
|
821f4d73ff
|
Merge branch 'clearnet' into msg-request-ui-2
|
3 years ago |
Audric Ackermann
|
f1900f9f36
|
remove some unused strings
and fix tos links #2176
|
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
|
5888fecda4
|
Add confirmation dialog for clear all message requests.
|
3 years ago |
warrickct
|
9bbac225ad
|
Remove prevention of sending more than one message for an unapproved conversation.
|
3 years ago |
Audric Ackermann
|
3fed22048b
|
rename a few loki to session
|
3 years ago |
warrickct
|
c0622d47f4
|
Disallow disappearing messages if convo is not approved by recipient.
|
3 years ago |
warrickct
|
ffad806366
|
Prevent attachments being sent for unapproved conversations.
|
3 years ago |
warrickct
|
09bcbe6139
|
Adding empty state for request list.
|
3 years ago |
warrickct
|
893f7e99b8
|
Merge branch 'clearnet' into message-request-ui
|
3 years ago |
Ian Macdonald
|
6613161b20
|
Don't nanny the user. Allow all file types as attachments.
The Android client already has no such restrictions, and these are
ineffective anyway, as they are based on the file's name, not its
payload.
|
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
|
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
|
445852eca1
|
split up a bit of the mentions/emoji input
|
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
|
8efc23d619
|
pull translations from crowdin
|
3 years ago |
warrickct
|
2d66b1db4e
|
Adding styling to conversation window for a message request.
|
3 years ago |
Audric Ackermann
|
7d9f970b2c
|
remove decrypted_at field from saving message models as unused
|
3 years ago |
Audric Ackermann
|
00d2bbc63d
|
cleanup MessageSearchResults
|
3 years ago |
audric
|
247cb7c065
|
cleanup dependencies
|
3 years ago |
audric
|
e515ce3ca5
|
Merge remote-tracking branch 'upstream/clearnet' into cleanup-attachment
|
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
|
4b39b46b6a
|
replace invalid unicode in filename
|
3 years ago |
audric
|
72409e3f1f
|
make sure to keep error state of attachment DL failing
|
3 years ago |
audric
|
cea2c2460a
|
make sure screenshot of video attachment is saved locally
|
3 years ago |
audric
|
9f0ae00317
|
fix up types for link preview generations
|
3 years ago |
audric
|
131195e2de
|
add another type for when an outgoing attachment was imported to app
|
3 years ago |
audric
|
1c8e81d8e6
|
make sure to store generated thumbnail with the attachment message
|
3 years ago |
audric
|
8feecb777b
|
make sure to scale dowm preview in composition box
|
3 years ago |
Audric Ackermann
|
c7565fe7b3
|
Move scale/resize and attachment logic to typescript
|
3 years ago |
Audric Ackermann
|
4349b699cb
|
remove schemaVersion field and logic from message object
|
3 years ago |
warrickct
|
3f4db67c1b
|
Merge branch 'clearnet' into global-search-off-clearnet
|
3 years ago |
warrickct
|
374d5a6619
|
Global search partially functioning, added basic functions for load testing performance.
|
3 years ago |
Audric Ackermann
|
7b103226be
|
add 'contact' or 'group' to delete action menu
Fixes #2066
|
3 years ago |
Audric Ackermann
|
c5f69a2d95
|
pull translations from crowdin
Relates #2113
|
3 years ago |