Commit graph

9726 commits

Author SHA1 Message Date
Audric Ackermann 5c6c5c2b8c
First commit encrypting attachments locally 2021-03-26 13:07:19 +11:00
Audric Ackermann a010630775
Merge pull request #1549 from Bilb/onion-routing-for-new-open-groups
remove fallbacks to node-fetch
2021-03-23 19:28:44 -07:00
Audric Ackermann 2132395afb
disable getVersion to snodes calls as we don't need it anymore 2021-03-24 10:58:30 +11:00
Audric Ackermann 53d16d7dac
remove fallback to node-fetch 2021-03-24 10:30:23 +11:00
Audric Ackermann 557546b893
Merge pull request #1545 from Bilb/add-copy-url-menu
Add copy url menu and mark all as read option
2021-03-22 10:13:23 +11:00
Audric Ackermann 2314df1d96
Merge pull request #1544 from Bilb/fix-filename-no-contenttype
fix bug with extension not being send if we don't have contenttype set
2021-03-22 09:57:30 +11:00
Audric Ackermann c7d140f4d4
lint 2021-03-22 09:55:49 +11:00
Audric Ackermann 1a1e59a061
Merge pull request #1543 from Bilb/fix-moment-lcoale-blank-app-screen
fix update of locale moment
2021-03-19 15:57:07 +11:00
Audric Ackermann 1f509e003d
add a markAllAsRead option on menus 2021-03-19 15:50:46 +11:00
Audric Ackermann 02fe7ad753
add a way to copy an open group url 2021-03-19 15:31:13 +11:00
Audric Ackermann f704708524
fix bug with extension not being send if we don't have contenttype set 2021-03-19 15:16:43 +11:00
Audric Ackermann b28687980c
fix update of locale moment 2021-03-19 13:59:03 +11:00
Audric Ackermann f5a4094e0a
Merge pull request #1542 from Bilb/refactor-message-types
refactor to Visible and ControlMessage types
2021-03-19 12:57:12 +11:00
Audric Ackermann d9d203ffc3
Merge pull request #1540 from Bilb/fix-toast-allow-mic
Fix toast allow mic
2021-03-19 12:56:12 +11:00
Audric Ackermann ec6a5995db
sync expire timer updates 2021-03-19 12:14:23 +11:00
Audric Ackermann 79193ee7be
refactor to Visible and ControlMessage types 2021-03-19 10:43:47 +11:00
Audric Ackermann 041a32101b
move ActionsPanel to hooks 2021-03-16 17:45:36 +11:00
Audric Ackermann 13d21e94ca
Merge pull request #1528 from Bilb/fix-suid-issue
Fix suid issue
2021-03-16 17:26:01 +11:00
Audric Ackermann 08ce55f1a6
move LeftPane items to hooks 2021-03-16 17:22:46 +11:00
Audric Ackermann 51452c5406
move settingsleftpane to hooks 2021-03-16 15:52:28 +11:00
Audric Ackermann eb30c7823c
add a way to click the toast to turn on microphone to show the settings 2021-03-16 15:19:56 +11:00
Audric Ackermann 7dfe8042cd
fix SUID issue 2021-03-16 13:56:18 +11:00
Audric Ackermann f4fb56d9ed
Merge pull request #1534 from Bilb/add-attachment-padding
Add attachment padding
2021-03-16 13:42:58 +11:00
Audric Ackermann fca9bab068
Merge branch 'clearnet' into fix-suid-issue 2021-03-16 13:35:14 +11:00
Audric Ackermann 099c9a6f8c
autobind class with a lot of ...bind(this) 2021-03-16 13:34:05 +11:00
Audric Ackermann 24d33c7900
Merge branch 'clearnet' into add-attachment-padding 2021-03-16 11:22:48 +11:00
Audric Ackermann c017683b0e
Merge pull request #1530 from Bilb/improve-redux-speed
Improve redux speed
2021-03-16 11:21:12 +11:00
Audric Ackermann 9efb0e104d
Merge pull request #1533 from beantaco/japanese
Initial fixes to Japanese translations
2021-03-05 17:18:49 +11:00
Audric Ackermann 0228cd5115
add attachment padding 2021-03-05 17:13:46 +11:00
Audric Ackermann a2f9cbd91a
Merge pull request #1532 from Bilb/cleanup-test
Cleanup test
2021-03-05 16:58:34 +11:00
Audric Ackermann 2a8e255ba7
Merge pull request #1531 from Bilb/qrcode-hex-seed
qrcode seed dialog shows seed as an hex encoded string
2021-03-05 16:57:25 +11:00
Audric Ackermann 6dd166d7d4
remove unused service_node.js and test for it 2021-03-05 15:40:15 +11:00
Audric Ackermann d3b9e56c92
remove unused templates and css 2021-03-05 15:39:56 +11:00
Audric Ackermann bc6c29d634
qrcode seed dialog shows seed as an hex encoded string 2021-03-05 15:26:13 +11:00
Audric Ackermann 65ba2add46
remove completely messageCollectiom from conversationModel 2021-03-05 15:08:57 +11:00
Audric Ackermann 35e57f2509
move mnemonic.js to typescript 2021-03-05 14:52:44 +11:00
Audric Ackermann 553f264d12
make unread attrs as before a number, and remove calculatingPow
calculating pow is just the same as sending state
2021-03-05 13:48:58 +11:00
Audric Ackermann 5f862e4c08
remove uneeded passing of models to Data calls 2021-03-05 13:47:46 +11:00
Audric Ackermann ad117fe4e5
uniformized redux convo type and getProps() of conversation 2021-03-05 11:11:53 +11:00
beantaco ee0edfcb34
Fixes translations of "invalid"
Some instances of "invalid" were translated as "無効" (disabled/ineffective), for example "invalid protocol version" and "corrupted key". In these cases, "無効" has been replaced with "不正" (incorrect/improper).
2021-03-04 22:36:56 +00:00
beantaco 249604501b
Fixes translation of "terms of use" 2021-03-04 22:36:56 +00:00
beantaco 425d1df8ca
Changes translations of zoom in/out 2021-03-04 22:36:56 +00:00
beantaco 7d09a40d8a
Replaces "[...]" with the standard Japanese equivalents
"[...]" -> "「...」"
2021-03-04 22:36:55 +00:00
beantaco d0239bfc54
Makes translation of "device" consistent
- デバイス
- 端末  <- chosen

Though "デバイス" is now widely used, some Japanese people get confused by "デバイス" either having no idea what it means or thinking it's to do with accessory devices. "端末" has been widely used since the 20th Century and explicitly refers to "terminal" devices like computers and smartphones.
2021-03-04 22:36:55 +00:00
beantaco b2bef13290
Makes translations of "update" consistent
- アプデート
- アップデート
- 更新  <- chosen
2021-03-04 22:36:54 +00:00
Audric Ackermann e1114c8ce7
add some types to Data.ts calls 2021-03-05 09:24:25 +11:00
Audric Ackermann 7cbfcced4a
Merge pull request #1512 from Bilb/restore-handle-configuration
Handle Configuration message on restore from seed and linking of a device
2021-03-04 17:13:37 +11:00
Audric Ackermann 7da69f63da
bump to v1.5.0 2021-03-04 16:54:21 +11:00
beantaco 8547230682
Replaces "Signal" with "Session" in translation strings 2021-03-04 05:19:32 +00:00
beantaco aa0f7c22dd
Improves translation of open groups and closed groups
- open group:   オープングループ -> 公開グループ
- closed group: 閉じたグループ -> 非公開グループ

Also replaces "クローズドグループ" with "非公開グループ"
2021-03-04 05:19:22 +00:00