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
3 years ago
Audric Ackermann
234e9b160e
Make sure updater do not hit github before checking fileserver
3 years ago
Audric Ackermann
43d133519e
do not shrink member list items when list is full
3 years ago
Audric Ackermann
71aa6c813c
Merge remote-tracking branch 'upstream/clearnet' into fix-i18n-with-dollars-sign
3 years ago
Audric Ackermann
3eb922f83f
remove unused webpack dependecies and remove dtrace optional dep
3 years ago
Audric Ackermann
d4c61016e6
Merge pull request #2173 from Bilb/fix-typo-calls
...
fix typo call missed toast
3 years ago
Audric Ackermann
3fed22048b
rename a few loki to session
3 years ago
Audric Ackermann
af595eb539
fix typo call toast
...
send message to him => send message to them
3 years ago
Audric Ackermann
2b0a2cff46
rename console.warn to error or info depending on type
3 years ago
Audric Ackermann
62edcb0cc8
fetch translations from crowdin
3 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
Audric Ackermann
1a699879cf
Add call duration ( #2059 )
...
* add call duration once connected
* close incoming call dialog if endCall from same sender
* disable message request toggle if featureFlag is OFF
3 years ago
Warrick Corfe-Tan
9e88af06ee
Adjusting logs
3 years ago
Warrick Corfe-Tan
8180200b3a
Saving logs to desktop.
3 years ago
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