Audric Ackermann
|
940972db2f
|
fix libsodium call from webworker
|
3 years ago |
Audric Ackermann
|
b4dc18d65b
|
migrate app focus logic to events sent from node
|
3 years ago |
Audric Ackermann
|
1ebff6b3ae
|
make sure reply is available to read messages
and do not handle read messages for non private convo1
|
3 years ago |
Audric Ackermann
|
0ebc1d7e92
|
split attachmnent logic between what is used on main and renderer
|
3 years ago |
Audric Ackermann
|
bfe66c163d
|
Merge pull request #2247 from Bilb/fix-call-overlay-settings-section
show draggable call container when opening settings from call convo
|
3 years ago |
Audric Ackermann
|
332d58027f
|
show draggable call container when opening settings from call convo
|
3 years ago |
koray-eren
|
d78056618c
|
fix linter issue
|
3 years ago |
koray-eren
|
ebe1ae8f12
|
fix emoticon search for emoji picker, typo
|
3 years ago |
koray-eren
|
b4a57b32eb
|
changed emoji trigger to exclude non-alphanumeric characters
|
3 years ago |
warrickct
|
3eb6bec908
|
fix group members sorting causing error.
|
3 years ago |
Audric Ackermann
|
9f8920ef2c
|
mostly working but need to improve perfs
|
3 years ago |
Audric Ackermann
|
4d72b92b25
|
app starts but full of errors
|
3 years ago |
Audric Ackermann
|
c24d4a97f4
|
Merge pull request #2241 from oxen-io/clearnet
Session 1.8.4 with calls
|
3 years ago |
Audric Ackermann
|
8d83d99b26
|
Merge pull request #2240 from Bilb/enable-calls-remove-featureflag
Sesion 1.8.4 with calls enabled
|
3 years ago |
Audric Ackermann
|
909bca8714
|
Merge branch 'clearnet' into enable-calls-remove-featureflag
|
3 years ago |
Audric Ackermann
|
fe57531797
|
Sesion 1.8.4 with calls enabled
|
3 years ago |
Audric Ackermann
|
2b17ad5cfa
|
WIP
|
3 years ago |
Audric Ackermann
|
280cc494e8
|
test with webpack - not working
|
3 years ago |
Audric Ackermann
|
2dfd09a7b1
|
app kind of start background side
|
3 years ago |
Ian Macdonald
|
59d45b69a9
|
Skip characters that are not in any alphabet or number system.
|
3 years ago |
Audric Ackermann
|
6e8e8eaa9a
|
move errors.js to ts
|
3 years ago |
Audric Ackermann
|
79bf0c53ee
|
move libtextsecure/crypto.js to ts
used mostly for attachments encrypting before upload/decrypt and profile
encrypt/derypt
|
3 years ago |
Audric Ackermann
|
5bc576249b
|
move signal.js to TS
|
3 years ago |
Audric Ackermann
|
741b5b6399
|
bump lib to es2021 (needed for string.replaceAll
|
3 years ago |
Audric Ackermann
|
ff43cfa593
|
move worker_interface and logs and i18n to TS
|
3 years ago |
Audric Ackermann
|
0dfa3e35cc
|
refactor main_node.js to TS
|
3 years ago |
Audric Ackermann
|
afad9f823a
|
Merge pull request #2237 from Bilb/fix-add-attachments-ourself
make sure the conversation with ourself is marked approvedMe
|
3 years ago |
Audric Ackermann
|
62a3646355
|
Merge pull request #2236 from Bilb/fix-call-reconnect-caller
trigger a new offer on connect fail if we are caller
|
3 years ago |
Audric Ackermann
|
0719700371
|
do not end call if connection fails, instead wait for new offer
|
3 years ago |
Audric Ackermann
|
70ee8cefdc
|
WIP sql.js
|
3 years ago |
Audric Ackermann
|
9f3379e702
|
moved global_errors.js to ts
|
3 years ago |
Audric Ackermann
|
f433acda77
|
move config.js to typescript
|
3 years ago |
Audric Ackermann
|
175c0e4843
|
move logging.js to ts
|
3 years ago |
Audric Ackermann
|
d37d7af667
|
moved permissions.js to ts
|
3 years ago |
Audric Ackermann
|
b36be1cbbb
|
move main.js to main_node.ts, still plenty of errors
|
3 years ago |
Audric Ackermann
|
5b1379f930
|
move protocol_filter to typescript
|
3 years ago |
Audric Ackermann
|
38774a9344
|
moved a bunch of node files to typescript
|
3 years ago |
Audric Ackermann
|
92814ba36c
|
remove libloki references from ingored files
|
3 years ago |
Audric Ackermann
|
12d9a8db78
|
electron-renderer webpack seems to be generating main_renderer.js
|
3 years ago |
Audric Ackermann
|
bfaeda5cdb
|
make sure the conversation with ourself is marked approvedMe
|
3 years ago |
Audric Ackermann
|
0cb4a13494
|
add tests for timerBucket icon
this marks unit test number 302, previous: 237
|
3 years ago |
Audric Ackermann
|
fd1657037a
|
add tests for emoji size rendering in messages
|
3 years ago |
Audric Ackermann
|
ba53330afd
|
add tests for getInitials
|
3 years ago |
Audric Ackermann
|
2a11d5e71f
|
trigger a new offer on connect fail if we are caller
the caller is just supposed to accept the offer and send an answer back
|
3 years ago |
Ian Macdonald
|
18908c6441
|
Reduce untagged message opacity during message selection.
This improves legibility for moderators when reading through a group and
tagging messages for deletion.
|
3 years ago |
Audric Ackermann
|
51575d2f56
|
moved views to TS but broken
|
3 years ago |
Audric Ackermann
|
449751a891
|
remove some refs to Signal.Data in ts
|
3 years ago |
Audric Ackermann
|
d99cdc48f4
|
rename background.js to main_start.js
|
3 years ago |
Audric Ackermann
|
15260c9718
|
move logging.js to ts
|
3 years ago |
Audric Ackermann
|
7d570fec52
|
move linkPreviews.js to ts
|
3 years ago |