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
fe269a0cfe
make sure to update displayName even if avatar failed to DL
3 years ago
audric
8159613626
make sure we do not useInterval if not expiring for expiretimer
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
3338a3c75b
remove fetching of description for link preview as we do not send it
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
6992305e27
cleanup last commit
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
Audric Ackermann
44c44ec174
Merge pull request #2122 from Bilb/remove-dedupe-by-hash-sogs
...
Remove dedupe by hash sogs + update electron
3 years ago
Audric Ackermann
72f4c284d9
Merge pull request #2121 from Bilb/no-delete-auth-token-pysogs
...
No delete auth token pysogs + update electron
3 years ago
warrickct
7846891359
Fix linting errors
3 years ago
warrickct
2122214ee4
Fixed contact names not showing for search results
3 years ago
warrickct
374d5a6619
Global search partially functioning, added basic functions for load testing performance.
3 years ago
Audric Ackermann
790120f484
add data-testid to sessionIdEditable
3 years ago
Audric Ackermann
0e39b6b152
minor rename
3 years ago
Audric Ackermann
28892ce8cc
remove the deduplication by hash for opengroup messages
...
Relates #2069
3 years ago
Audric Ackermann
1a8a839ba3
no need to deleteAuthToken anymore for opengroupv2 servers
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
Audric Ackermann
6e102644c3
update english translations
3 years ago
Audric Ackermann
7b45635296
do not call home/end events if target is textbox
...
Closes #2114
3 years ago
Audric Ackermann
7033f38928
Merge pull request #2117 from Bilb/use-variable-for-settings-key
...
use variables for common settings key
3 years ago
Audric Ackermann
2822f8ddd2
Merge pull request #2116 from Bilb/move-confirm-right-dialogs
...
Move confirm right dialogs
3 years ago
Audric Ackermann
dd52ad336f
use variables for common settings key
...
also turn off typing message by default
3 years ago
Audric Ackermann
4a530582b1
catch exception when failing to decode/read an attachment
3 years ago
Audric Ackermann
7c42400aa2
fix crash of app on rendering pin item
3 years ago
Audric Ackermann
8821cb1080
remove old testintegration sample file
3 years ago
audric
874ca25195
hide the call message on feature flag OFF
3 years ago
Audric Ackermann
55cca318e7
lint
3 years ago
Audric Ackermann
eb0cf0938d
make sure to use cached convos for sync logic
...
otherwise the whole app freezes on a big database
3 years ago
Audric Ackermann
18e13b9b98
move confirm action on right on all dialogs
3 years ago
Audric Ackermann
e33b6eadc4
bump typescript to 4.5.4
3 years ago
Audric Ackermann
5846caffc4
fix closed group updates undefined on no names ( #2092 )
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
e17b5e0671
Fix attachment dl freeze ( #2086 )
...
* fix attachment download freezing app for some opengroups
* make registration page work with smaller height
3 years ago
Audric Ackermann
ce1e81a3e3
disable call for now + fix left pane actions overflow ( #2085 )
3 years ago
Audric Ackermann
b68cb07e3e
add crown icon for closed group admins ( #2084 )
3 years ago
Audric Ackermann
58dc3e26ca
reactify group updates text bubble from redux store ( #2083 )
3 years ago
Warrick
5fb3237d1a
Minor styling fix for large amount of message requests ( #2080 )
...
* Minor styling fix for large amount of message requests
* Vertical center fix for message request banner.
* removing top margin from banner again.
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
Audric Ackermann
95e40c9509
keep read-receipts disabled by default ( #2071 )
3 years ago
Audric Ackermann
48e7a0e25f
Various UI fixes ( #2070 )
...
* cleanup unused convo json fields in db
* display a toast if the user is not approved yet on call OFFER received
* enable CBR for calls
* do not update active_at on configMessage if !!active_at
* remove mkdirp dependency
* disable call button if focused convo is blocked
* quote: do not include the full body in quote, but just the first 100
* click on the edit profile qr code padding
* Allow longer input for opengroup join overlay
Fixes #2068
* Fix overlay feature for start new session button
* make ringing depend on redux CALL status
* turn ON read-receipt by default
3 years ago
Audric Ackermann
273d866b98
Cleanup message request ( #2063 )
...
* close incoming call dialog if endCall from seame sender
* disable message request toggle if featureFlag is OFF
* cleanup UI of message requests
* mark all existing conversations as approved in a migration
* fix regex with conversationID for opengroups
3 years ago