Commit graph

579 commits

Author SHA1 Message Date
Audric Ackermann
d43d6abbae chore: replace tslint with eslint and fix linting issues 2023-07-26 11:26:46 +02:00
Audric Ackermann
2068737cdd fix: break down deleteContact based on convo type 2023-05-26 15:51:23 +10:00
Audric Ackermann
44483b7d23 fix: use releaseFeature from disappearing message PR as featureFlag 2023-05-02 12:06:08 +10:00
Audric Ackermann
3ecc89fab3 Merge remote-tracking branch 'upstream/master' into onboarding 2023-04-18 14:40:13 +10:00
Audric Ackermann
da57379762 fix: update certificate of seed nodes expiring soon 2023-04-05 13:29:57 +10:00
Audric Ackermann
027bd46ff7 fix: allow legacy config message during linking
We only handle handlethem after the new config message ones, so if there is a
shared config message on the network we will use it for the linking
process instead. The legacy one this commit is about is bound to be
removed completely and will only be used until our users have updated to
the new ones for some time.
2023-03-31 11:35:48 +11:00
Audric Ackermann
c3e9d503e4 fix: unread count and forced unread is synced 2023-03-24 14:42:13 +11:00
Audric Ackermann
0f58e11a17 chore: update with latest libsession wrapper 2023-01-17 10:58:50 +11:00
Audric Ackermann
d7bcf1026f fix: refactor snodeRPC to use snode batching 2022-11-30 11:32:38 +11:00
William Grant
557c2b8d28 feat: classic-dark is now the default theme 2022-10-12 15:37:41 +11:00
William Grant
adf370997e feat: added theming to the about page 2022-10-05 22:09:09 +11:00
William Grant
b3885bf9d9 Merge branch 'clearnet' into theming
Link previews are broken for now
2022-10-03 16:37:26 +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
William Grant
2d292a3582 feat: made more progress with left pane and left more comments
resolved any issues post merge of ui-redesigns
2022-09-12 17:03:32 +10:00
Audric Ackermann
efd249f094 fix: add featureflag to hide ThemeSwitcher
until ThemeSwitcher is fully done with theming
2022-09-07 16:20:07 +10:00
Audric Ackermann
e6cd277bd2 fix: allow non admin mods to delete message for deletion 2022-08-09 17:08:59 +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
Audric Ackermann
3713e95a9f
feat: ask user for opengroup pruning on/off 2022-05-18 13:21: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
6c05ff3c07
move useTestNet to featureFlag dependent on ENV variables 2022-05-09 16:03:15 +10:00
Audric Ackermann
9bd8b73a0c
fix testnet 2022-05-09 15:15:51 +10:00
Audric Ackermann
13e2f81f26
Merge remote-tracking branch 'upstream/clearnet' into node-side-in-ts 2022-04-20 15:12:28 +10:00
Audric Ackermann
475c92eeb4
migrate about_start to not use jquery 2022-04-07 11:42:22 +10:00
Audric Ackermann
f164302617
remove files which shouldn't be here 2022-04-06 16:43:32 +10:00
Audric Ackermann
0ebc1d7e92
split attachmnent logic between what is used on main and renderer 2022-04-06 16:21:19 +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
fe57531797 Sesion 1.8.4 with calls enabled 2022-04-01 15:46:27 +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
5bc576249b move signal.js to TS 2022-03-30 08:53:08 +11:00
Audric Ackermann
ff43cfa593 move worker_interface and logs and i18n to TS 2022-03-30 08:36:20 +11:00
Audric Ackermann
12d9a8db78
electron-renderer webpack seems to be generating main_renderer.js 2022-03-28 17:28:36 +11:00
Audric Ackermann
51575d2f56
moved views to TS but broken 2022-03-24 11:15:21 +11:00
Audric Ackermann
15260c9718
move logging.js to ts 2022-03-23 16:35:29 +11:00
Audric Ackermann
d7f84168ac
before start of moving bg JS to TS 2022-03-23 10:24:05 +11:00
Audric Ackermann
1e758c4796
disable calls for 1.7.9 2022-03-22 14:48:44 +11:00
Audric Ackermann
b366db1bb7
turn call ON 2022-03-22 11:18:01 +11:00
Audric Ackermann
ce0848c8bf
Merge branch 'clearnet' into updater-reword 2022-03-22 11:07:06 +11:00
Audric Ackermann
89757a95a6
use readyForUpdates to trigger update from renderer
this is used to only start the updater once the fileserver returned use
the latest release
2022-03-21 16:48:25 +11:00
Audric Ackermann
ecf36e1bfc
disable calls for 1.7.8 2022-03-17 16:28:20 +11:00
Audric Ackermann
7bc81038a1
Session 1.8.2 with callMessage 2022-03-16 14:13:04 +11:00
Audric Ackermann
0e329d8c68
disable call for 1.7.8 2022-03-15 15:00:35 +11:00
Audric Ackermann
17feb4a405
1.8.2 with calls 2022-03-10 11:01:50 +11:00
Audric Ackermann
6dfee3c528
1.7.8 without calls 2022-03-10 10:57:51 +11:00
Audric Ackermann
236abe768b
enable call for 1.8.2 2022-03-09 16:41:55 +11:00
Audric Ackermann
912d5f4209
disable calls for 1.7.8 build 2022-03-09 16:40:08 +11:00
Audric Ackermann
71aa6c813c
Merge remote-tracking branch 'upstream/clearnet' into fix-i18n-with-dollars-sign 2022-03-09 12:00:47 +11:00
Audric Ackermann
2e200df933
fdix NOW ago by using the default format of moment
this prints `A few seconds ago` for a very recent change
2022-03-09 11:12:39 +11:00
warrickct
4ee51b4ee9 Removing open group blocklist code. 2022-03-08 13:17:25 +11:00