Commit Graph

10570 Commits

Author SHA1 Message Date
audric 43aeacb9c9 fix saving empty list of read messages error 2021-08-13 11:58:05 +10:00
audric 8344c48d88 handle offline status for selectGuardNodes stuff 2021-08-13 11:49:45 +10:00
audric ac40143ad0 disable drag on message body to fix drag overlay bug 2021-08-13 11:44:52 +10:00
audric 88dc5bf653 bump electron to > 13 2021-08-13 11:44:38 +10:00
audric 9e37985d03 enable no-unused local and imports and fix tslint 2021-08-12 14:48:18 +10:00
audric 1ffadad2ad remove ip_url from seed nodes as this is unused 2021-08-12 14:24:20 +10:00
audric 215f2227c1 move what is used only for PN server api call to pnserver.ts 2021-08-12 14:18:03 +10:00
audric cc4168a858 do not update last fetch timestamp when an exception for retrieve 2021-08-12 11:48:55 +10:00
audric 7a2d1c07a6 include a 32x32 icon for tray icon for gnome 2021-08-12 10:54:02 +10:00
audric 2d45926ca3 keep compiling appImage separately on release 2021-08-12 10:09:19 +10:00
audric 5384d65d78 darwin icon 16 size tray 2021-08-11 17:04:17 +10:00
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 f84fa2492f build rpm and freebsd package 2021-08-11 13:59:03 +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 b6fcd59ec4 fix notification open the correct conversation 2021-08-09 11:52:00 +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
Audric Ackermann 0a8054f0a8
Merge pull request #1835 from warrickct/notification-ui
Updating notification icons to match android icons.
2021-08-08 17:40:23 -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 Ackermann 85db5f2891
Merge pull request #1830 from Bilb/fix-build-scripts
fix script appimage
2021-08-04 00:38:21 -07:00
audric 9578918653 fix script appimage 2021-08-04 17:37:58 +10:00
Audric Ackermann 3f95df8d3c
Merge pull request #1828 from Bilb/fix-build-scripts
fix builds scripts
2021-08-04 00:17:20 -07:00
audric 63afc1cecd fix builds scripts 2021-08-04 17:16:29 +10:00