Commit Graph

24 Commits

Author SHA1 Message Date
Audric Ackermann f870eff45b fix: make syncJob throttled every 3s and start right away if possible
also enable sig_timestamp on mainnet use as every node should have
upgraded now
2023-02-13 13:28:00 +11:00
William Grant f9c9ec4df9 fix: replace black grounds with classic dark background by default 2022-10-17 17:08:41 +11:00
William Grant 5b44565b5f Merge branch 'clearnet' into theming 2022-10-12 16:49:43 +11:00
Audric Ackermann 460cbce119 fix: selected message box shadow and hide button while loading DB
also fix about/debug window first showing
2022-10-07 13:13:06 +11:00
William Grant 48cbd25019 feat: startup password screen now uses password modal 2022-10-07 11:50:41 +11:00
William Grant adf370997e feat: added theming to the about page 2022-10-05 22:09:09 +11:00
William Grant e5bfda37af feat: primary color switching now persists
fixed isDarkMode, will need to confirm when we add ocean themes
2022-09-26 15:52:31 +10:00
Audric Ackermann 242d51ca8d
Id blinding + onionv4 + new endpoints for sogs and fileserver (#2347)
* Added Onionv4 support to file server, sogs and pn server
* Added blinded message support
* Updated endpoints for sogs and file server to remove legacy ones
2022-08-08 09:50:48 +10:00
Sean Darcy 76a4de692e configure desktop icon for linux appImages 2022-07-01 03:29:56 +00:00
William Grant dfb2c3e797 fix: pass yarn ready tests 2022-06-20 15:13:31 +10:00
William Grant d3d0ac80a0 feat: you can now choose where to save the debug logs
debug log window now follows the app theme, logs are save as txt
2022-06-20 14:51:52 +10:00
Audric Ackermann 3713e95a9f
feat: ask user for opengroup pruning on/off 2022-05-18 13:21:35 +10:00
Ian Macdonald 695e867221
Add setting to specify minimum age of open group messages to prune.
When an open group has more than 2000 messages, those older than the
specified number of months will be pruned on application start-up.

Fixes #2310.
2022-05-18 10:44:35 +10:00
Audric Ackermann ec76057c5e
Merge integration test (#2313)
* Testing playwright for Desktop automation

* add more data-testid field

* remove commited test-results

* test: skip group upkeep for now

* test: mention test create group instead of restoring from seed

* test: run on testnet

* fix: revert messagebanner unread count changes

from commit 8107d75e89

Co-authored-by: Emily <emily@oxen.io>
2022-05-17 13:22:13 +10:00
Audric Ackermann 851d5280e0
fixup build appImage sqlite3 module not found 2022-04-27 11:27:44 +10:00
Audric Ackermann 475c92eeb4
migrate about_start to not use jquery 2022-04-07 11:42:22 +10:00
Audric Ackermann b4dc18d65b
migrate app focus logic to events sent from node 2022-04-06 16:21:24 +10:00
Audric Ackermann 9f8920ef2c mostly working but need to improve perfs 2022-04-04 08:53:37 +10:00
Audric Ackermann 4d72b92b25 app starts but full of errors 2022-04-01 16:55:17 +11:00
Audric Ackermann 2b17ad5cfa WIP 2022-04-01 15:42:50 +11:00
Audric Ackermann 280cc494e8 test with webpack - not working 2022-04-01 09:58:24 +11:00
Audric Ackermann 2dfd09a7b1 app kind of start background side 2022-03-31 10:22:13 +11:00
Audric Ackermann 0dfa3e35cc refactor main_node.js to TS 2022-03-30 07:37:00 +11:00
Audric Ackermann b36be1cbbb move main.js to main_node.ts, still plenty of errors 2022-03-29 12:28:19 +11:00
Renamed from main.js (Browse further)