Audric Ackermann
f74ce2a3ae
msg with attachments gets no bigger than the attachment container
4 years ago
Audric Ackermann
99b139f5c4
split settings folder and start adding the settings for video call
4 years ago
Audric Ackermann
1e8c8991ad
more cleanup
4 years ago
Audric Ackermann
945ecf34a1
Fix select colors for sent messages and link text not selectable ( #1924 )
...
* do not update sent_at for synced messages
* reply to message context menu only visible if msg sent
* Allow scrolling in mentioning people in composition box
Relates #1849
* fix selection colors for sent messages and make link selectable
Relates #1922
4 years ago
Audric Ackermann
b45109985c
use timestamp offset in for messages storage requests ( #1892 )
...
* add using timestamp offset from network for sending part1
* remove MessageController as we now rely on the database
* fix tests for message sending overriding timestamp
4 years ago
Audric Ackermann
ab75f945ff
Ask confirm before delete account ( #1910 )
...
* disable sending on enter while composing
Fixes #1899 #1497
* ask confirmation before deleting account
* fix app start delete db when passowrd error
* fix double dialog issue with delete account
* fixup login screen
4 years ago
audric
40566a58a4
moved the unread indicator to outside of message items
4 years ago
audric
c355125326
fix start of app with password set
4 years ago
audric
1af08311dd
fix tray cannot be destroyed
...
Relates #https://github.com/electron/electron/issues/17622
4 years ago
audric
e5dab2781e
remove spectron dependency
4 years ago
audric
88dc5bf653
bump electron to > 13
4 years ago
audric
1ffadad2ad
remove ip_url from seed nodes as this is unused
4 years ago
audric
751a8f1882
start in tray setting directly creates the tray icon
4 years ago
audric
612e99af4a
add a setting to start the app with a tray icon
...
Relates #1759
4 years ago
Audric Ackermann
ef2d22ce8a
fix app icon for all platforms
4 years ago
Brice-W
c415c715a5
added access to camera check
4 years ago
Brice-W
347038cf82
added microphone access check
4 years ago
Audric Ackermann
4ec1392aec
do local attachments decrypt/encrypt in worker
4 years ago
Audric Ackermann
af00c31a54
remove blake2b unused stuff
4 years ago
Audric Ackermann
02bc52f5ec
remove decrypt-lns unused
4 years ago
Audric Ackermann
b385a9b101
test with better-sqlite3 bindings
4 years ago
Audric Ackermann
9204d2f5dd
remove importer
4 years ago
Audric Ackermann
09d9db38e8
move taskWithTimeout to typescript
4 years ago
Audric Ackermann
b09c44c964
remove context in locales
4 years ago
acuifex
08857d01b3
Merge branch 'clearnet' into clearnet
4 years ago
acuifex
bda5a6141a
fix tray menu
4 years ago
Audric Ackermann
0c0da48150
remove pow
4 years ago
Audric Ackermann
f7581cf4eb
increase prettier maxWidth to 100
4 years ago
Audric Ackermann
6896cffd75
Merge branch 'clearnet' into HEAD
4 years ago
Audric Ackermann
ba5ec93505
Merge pull request #1554 from Bilb/encrypt-local-attachments
...
Encrypt local attachments
4 years ago
Audric Ackermann
b9586c90ce
working open group v2 getInfo for https only
4 years ago
Audric Ackermann
2e29206c99
Merge remote-tracking branch 'upstream/clearnet' into voice-message-record-mp3
4 years ago
Chris Buccella
1d3f04f9bc
Replace loki -> oxen in UI
...
- update links on about page
- replace gross pixelated logo on about page
- update menu links for release notes, bug reports, and support
- update names and links in README and CONTRIBUTING
4 years ago
Audric Ackermann
ccf8a31ae3
move Attachments and Attachments_test to typescript
4 years ago
Audric Ackermann
7dfe8042cd
fix SUID issue
4 years ago
Audric Ackermann
56c4065abd
move some types from dep to dev dependencies
4 years ago
Audric Ackermann
e6cf28cb2a
prettier on pre-commit
4 years ago
Audric Ackermann
8ea9f02cec
Move data.js to data.ts
4 years ago
Audric Ackermann
cf25e89a14
cleanup unused code
4 years ago
Audric Ackermann
3df0a425de
remove permissions popup window and related stuff
4 years ago
Audric Ackermann
c128684ffe
cleanup unused svg files from Signal
4 years ago
Audric Ackermann
2f2eb2ad53
link back backbone conversation events to redux store
4 years ago
Audric Ackermann
b42e96c31b
store the ed25519KeyPair temp key too on storage under 'identityKey'
4 years ago
Audric Ackermann
1f2c01722a
move to new identity key mechanism
...
now we do as followed:
• Generate 16 bytes of random data
• Add 16 bytes of zeros
• Use the 16 bytes of random + 16 bytes of zeros to generate an ED25519 key pair
• Convert the ED25519 key pair to an X25519 key pair
All of this is happening with libsodiumm called over IPC
4 years ago
Audric Ackermann
3f4be17393
do not draw attention for linux env
5 years ago
Audric Ackermann
fec3a0f643
remove install_view.js
5 years ago
Audric Ackermann
70b739d24f
update translation to match android - part 1
5 years ago
Audric Ackermann
bf05e10160
enable back local switch. use sh LANGUAGE=fr_FR to switch
5 years ago
Audric Ackermann
e806e912a3
move password_utils.js to typescript
5 years ago
Mikunj
a351ce6c30
Linting
5 years ago