Commit graph

20 commits

Author SHA1 Message Date
Audric Ackermann ab946e69b1 fix: finish updating dependencies 2023-08-02 07:55:45 +02:00
Audric Ackermann d43d6abbae chore: replace tslint with eslint and fix linting issues 2023-07-26 11:26:46 +02:00
Audric Ackermann 7b42c64cf3 fix: make sure to include the associatedWith to handle 421 2023-05-26 10:51:02 +10:00
Audric Ackermann 77e5e38e46 chore: update lodash types, use prebuilt curbe25519-js 2023-05-19 15:33:11 +10:00
Audric Ackermann 3ecc89fab3 Merge remote-tracking branch 'upstream/master' into onboarding 2023-04-18 14:40:13 +10:00
mdPlusPlus 1d6ed17ac7 Fix typos via codespell 2023-02-16 01:02:45 +01:00
Audric Ackermann 58edbf44ee add SharedConfig message and signing it when sending them 2023-01-18 11:25:19 +11:00
Audric Ackermann 1a65b7a7f2 feat: working calls to node module from renderer through worker 2022-12-09 09:47:49 +11:00
Audric Ackermann bace70c6bc chore: move util worker to its own folder 2022-12-08 10:49:09 +11:00
Audric Ackermann d7bcf1026f fix: refactor snodeRPC to use snode batching 2022-11-30 11:32:38 +11:00
Audric Ackermann ae51b0cd96 fix: include auth sogs headers everywhere 2022-10-24 16:05:53 +11:00
Audric Ackermann 26290ffd8b fix: mark attachment as failure if we get a 404 2022-10-17 17:11:02 +11:00
Audric Ackermann ad04faca6f fix: increment bad snode if we timeout of guard node 2022-09-07 13:14:06 +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 50ca1bcda9
added namespace field and signature using it for our own 'retrieve' 2022-05-04 13:25:42 +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 3fed22048b
rename a few loki to session 2022-02-18 13:03:47 +11:00
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
2021-12-14 15:15:12 +11:00
Renamed from ts/session/snode_api/onions.ts (Browse further)