Commit Graph

2884 Commits

Author SHA1 Message Date
audric d2e089b9ab do not count unread of muted conversation in count of total unread
Relates #1840
2021-08-11 16:15:32 +10:00
audric 9018ae3009 Allow to copy an url on click on it via dialog
Relates #1842
2021-08-11 14:16:27 +10:00
audric b83067d0ee onclick on video pause the video
Relates #1843
2021-08-11 14:10:09 +10:00
audric c58312e853 do not render typing animation at all if not typing 2021-08-11 12:28:44 +10:00
audric 01ff290f85 fix tests 2021-08-11 09:35:24 +10:00
audric c83776e510 fix the log file space usage on path building error
the issue seems to be coming from the fact that we need at least
minSnodePool count snodes to build a path reliably.
2021-08-10 16:51:05 +10:00
audric 07b6d7f6f1 fix a bug with preview of messages not being downloaded 2021-08-10 16:50:21 +10:00
audric 4db85a3c01 make background of messages only if there is no text 2021-08-10 16:49:53 +10:00
audric 1eb2e59d62 amke sure to reset link previews when replacing the text in composition 2021-08-10 15:47:55 +10:00
audric 83fa26bc25 do not replace new lines with br in messages
this is to allow copy pasting of content by just selecting it

Relates #1758
2021-08-10 14:04:20 +10:00
audric 751a8f1882 start in tray setting directly creates the tray icon 2021-08-10 13:47:37 +10:00
audric 612e99af4a add a setting to start the app with a tray icon
Relates #1759
2021-08-10 11:57:27 +10:00
audric 263c48e58b Merge remote-tracking branch 'upstream/clearnet' into network-clear-all 2021-08-10 09:58:26 +10:00
audric abbd0a84a9 increase timeout for snode api requests (mainly for attachment upload)
Relates #1774
2021-08-09 12:23:56 +10:00
audric e2c26e9819 add basic draft support (text only)
Relates #1791
2021-08-09 12:17:57 +10:00
audric 426f2000b8 fixup delete all and handle errors 2021-08-09 11:32:42 +10:00
Audric Ackermann aca7fc7473
Merge pull request #1838 from Brice-W/minor-fixes
Minor fixes
2021-08-08 17:52:32 -07:00
Brice-W 2f579d3c7d lint 2021-08-09 10:28:26 +10:00
Brice-W a8596bc844 clean 2021-08-09 10:22:10 +10:00
Brice-W 4ab414a932 Merge branch 'clearnet' of https://github.com/oxen-io/session-desktop into minor-fixes 2021-08-09 09:26:38 +10:00
audric e9412df60e fix lint and steal autofocus on registration to seed 2021-08-06 15:59:38 +10:00
audric 2ebae9a746 fix tests for variable swarm polling 2021-08-06 14:04:21 +10:00
audric 79c8fada6e move all dialogs to a subfolder 2021-08-06 11:09:14 +10:00
audric 61b48dd06b move delete_all api call to snodeAPI.ts 2021-08-06 11:01:18 +10:00
audric c276bf8dbe fix delete_all endpoint for testnet 2021-08-06 10:59:32 +10:00
audric 9991dc2364 move delete account logic to it's own dialog 2021-08-06 10:59:32 +10:00
Audric Ackermann e43e9df8e0 make sure forceDelete network data returns malicious snodes 2021-08-06 10:59:32 +10:00
Audric Ackermann 67f642596d remove SessionId reset dialog
consider user had the time to update now
2021-08-06 10:59:32 +10:00
Audric Ackermann 3dd1a534d3 fix delete all on network request 2021-08-06 10:59:32 +10:00
audric 67c2124a3b do not try to fetch seed node data with ip as cert will not be valid 2021-08-06 10:59:28 +10:00
Warrick Corfe-Tan 8552afd2ca Updating notification icons to match android icons. 2021-08-05 15:14:04 +10:00
audric ab8b6e85b4 Merge remote-tracking branch 'upstream/clearnet' into network-clear-all 2021-08-05 09:38:26 +10:00
audric ce847db036 lint 2021-08-04 16:09:03 +10:00
audric 1fb3f74f6e disable drag on images 2021-08-04 15:39:14 +10:00
audric 5d6c2d94ff fix emoji being inserted into mentions identifier
if the cursor is before the first mention => insert it correctly
if the cursor is after the last mention => insert it correctly
if the cursor is between those two => insert it at the end of the
composition box
2021-08-04 14:56:00 +10:00
audric b05910e219 Merge remote-tracking branch 'upstream/clearnet' into add-message-bottom-keep-scroll 2021-08-04 10:55:29 +10:00
audric 0658cb539a poll more often for inactive closed groups
the issue is that when you start the app, a closed group active at is
maybe a day old.
so you poll for this pubkey.

if the call is a success, all good, you get the latest messages and
update the active_at.
but if the first call fails (even after retrying), this group will be
marked as inactive and will be polled only a tiny little bit until we
get new messages.

So this commit make sure that we poll more often for closed groups which
are considered inactive
2021-08-04 10:52:38 +10:00
audric bea704ecf0 bump react to 17 2021-08-04 10:52:24 +10:00
Brice-W 9d7722fc7d don't display the name input box for public groups as they can't be modified atm 2021-08-03 15:18:25 +10:00
Brice-W 7965b4e44a . is already present in the i18n label 2021-08-03 15:17:38 +10:00
Audric Ackermann f7658c323d
Merge pull request #1821 from Brice-W/bug-fixes
Bug fixes
2021-08-02 21:50:38 -07:00
Brice-W f7c7d6a3d8 change source of MessageAttributesOptionals to not null 2021-08-03 14:31:06 +10:00
Brice-W 4ba0154e06 set expireTimer to 0 by default 2021-08-03 14:30:33 +10:00
Brice-W ac76011a75 fix attachments download 2021-08-03 14:28:47 +10:00
Audric Ackermann 9b98b32d1b
filter out duplicates only if they are less than 10 messages away 2021-08-03 14:15:01 +10:00
Audric Ackermann 8ab8444222
remove expire warning. app asks to update on app start 2021-08-03 11:14:36 +10:00
Audric Ackermann ef2d22ce8a
fix app icon for all platforms 2021-08-02 16:04:51 +10:00
Audric Ackermann a1ab816076
Merge remote-tracking branch 'upstream/clearnet' into add-message-bottom-keep-scroll 2021-08-02 14:41:57 +10:00
Audric Ackermann 7365cb2291
Merge pull request #1819 from Brice-W/ban-and-delete-messages
'Ban user and delete all messages' added to menu
2021-08-02 14:34:57 +10:00
Audric Ackermann 19c6bebab0
make sure to retry fetch sqwarm with a new targetNode if needed 2021-08-02 14:33:39 +10:00