Commit Graph

25 Commits (53059135eefd20b349bbbc7fa959b0b9c6f61d2a)

Author SHA1 Message Date
Audric Ackermann 53059135ee fix: tsc does not overwrite workers compiled content 3 months ago
Audric Ackermann 2688fed656 Merge branch 'feature/ses-558/more-message-information' into userconfig_disappearingmessage 5 months ago
Audric Ackermann 4e9d2dda7e chore: lint 5 months ago
William Grant f2ec5d2145 fix: fix insecurenodefetch import
pass yarn ready
5 months ago
Audric Ackermann 2c479eb8d5 fix: make fileserver request retry 5 months ago
Audric Ackermann ab946e69b1 fix: finish updating dependencies 11 months ago
Audric Ackermann d43d6abbae chore: replace tslint with eslint and fix linting issues 11 months ago
Audric Ackermann 7b42c64cf3 fix: make sure to include the associatedWith to handle 421 1 year ago
Audric Ackermann 77e5e38e46 chore: update lodash types, use prebuilt curbe25519-js 1 year ago
Audric Ackermann 3ecc89fab3 Merge remote-tracking branch 'upstream/master' into onboarding 1 year ago
mdPlusPlus 1d6ed17ac7 Fix typos via codespell 1 year ago
Audric Ackermann 58edbf44ee add SharedConfig message and signing it when sending them 1 year ago
Audric Ackermann 1a65b7a7f2 feat: working calls to node module from renderer through worker 2 years ago
Audric Ackermann bace70c6bc chore: move util worker to its own folder 2 years ago
Audric Ackermann d7bcf1026f fix: refactor snodeRPC to use snode batching 2 years ago
Audric Ackermann ae51b0cd96 fix: include auth sogs headers everywhere 2 years ago
Audric Ackermann 26290ffd8b fix: mark attachment as failure if we get a 404 2 years ago
Audric Ackermann ad04faca6f fix: increment bad snode if we timeout of guard node 2 years ago
Audric Ackermann e6cd277bd2 fix: allow non admin mods to delete message for deletion 2 years ago
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
2 years ago
Audric Ackermann 50ca1bcda9
added namespace field and signature using it for our own 'retrieve' 2 years ago
Audric Ackermann 0ebc1d7e92
split attachmnent logic between what is used on main and renderer 2 years ago
Audric Ackermann 9f8920ef2c mostly working but need to improve perfs 2 years ago
Audric Ackermann 3fed22048b
rename a few loki to session 2 years ago
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
3 years ago