Commit Graph

951 Commits (d10a8f0a6f8e17a133d410ec0aada0cc645e60c7)

Author SHA1 Message Date
Mikunj d10a8f0a6f Added setting to disable checking for auto updates. 5 years ago
Mikunj Varsani d6c3f89fde
Merge pull request #965 from Mikunj/clean-settings
Clean settings
5 years ago
Mikunj 745e898bcc Remove more unused functions 5 years ago
Konstantin Ullrich 19b0bbdf8a Change onChange to onAfterchage 5 years ago
Mikunj 012575be35 Remove calling sc_reduce32 when deriving a keypair from a mnemonic seed.
This is the reason that seeds across desktop and mobile devices would never restore to the same keypair. This function was there from the initial messenger days and with further discussion with Maxim, we deemed calling this function an unnecessary step for generating a keypair. There are no security implications for this change as we generate keypairs the exact same way as Signal does.

The biggest downside to this change however is that if you try to restore a desktop device with a seed from before this change, that seed will generate a completely different key pair and thus a different session ID.
This will only affect users who plan to restore any device from the seed of a desktop device before this change.
5 years ago
Vince 62abcfcdc6
Prevent rendering double avatars 5 years ago
Mikunj aeb349ea64 Unrelated lint... 5 years ago
Mikunj 9e9b2a12d6 Fix translations 5 years ago
Mikunj 4eef73c0a2 Converted updating into a 2 step process.
First it will ask the user about downloading the new update.
Then it will download the update and ask the user to restart the application.

This was done so that if the company was forced to put out comprimised binaries, all our users won't be automatically updated to them.
5 years ago
Mikunj 8c071b2f11 Fix auto updating on all platforms.
Added instructions for release.
5 years ago
Ryan Tharp 178d788dca Enable auto-updating using electron-updater 5 years ago
Vince 06142c880a
Revert removal of header search icon
Rendering is still disabled.
5 years ago
Audric Ackermann 0779eb2890
Merge pull request #929 from Bilb/use-new-memberlist-updategroup-dialog
Use the new member list UI for the update group dialog (closed)
5 years ago
Audric Ackermann 1f74803e72
add key to group member list 5 years ago
Audric Ackermann 82b02f84ec
Merge pull request #930 from Bilb/include-friend-search-result
Include friend search result #928
5 years ago
Audric Ackermann 7a86a68c22
enable back note to self in search result 5 years ago
Ryan Tharp a53fcee1bd lint 5 years ago
Ryan Tharp 1792e2d952 add editGroupNameOrPicture to gear 5 years ago
Mikunj Varsani 053b31ad38
Merge pull request #938 from Mikunj/github-actions
GitHub actions Part 2
5 years ago
Vince 67e3846787
Merge pull request #905 from jian10au/scaleslider
Zoom factor slider
5 years ago
Brian Jian Zhao eff2eeb119 remove zoom factor text next to % 5 years ago
Brian Jian Zhao 634c6f7de0 lint the code again and ready for merge 5 years ago
Brian Jian Zhao d9dd1f4340 hard dots enabled as true 5 years ago
Mikunj a09e370e1d Added testing on pull request
Disable proxy in tests.
5 years ago
Brian Jian Zhao ed5533b21f lint the code again and ready for review 5 years ago
jian10au f92cb95f5c
Update ts/components/session/settings/SessionSettingListItem.tsx
Accept the change

Co-Authored-By: Mikunj Varsani <Mikunj@users.noreply.github.com>
5 years ago
Brian Jian Zhao ac8d0aa441 remove the global var setZoomFacotr 5 years ago
Brian Jian Zhao 70100a0ef5 remove value prop in slider and global var setZoomFactor 5 years ago
Brian Jian Zhao fd764a2aa7 match the slider value prop with currentSliderValue 5 years ago
Brian Jian Zhao 75f5d5743f remove all the conditional rendering logic to make code cleaner 5 years ago
Brian Jian Zhao 0daaa04596 fully working; all comments removed; put slider setting into content object 5 years ago
Audric Ackermann 370467a127
Merge pull request #878 from Bilb/group-profile-image
Group profile image upload
5 years ago
Audric Ackermann 0528a4c8ac
fix lint 5 years ago
Audric Ackermann 06aeb126c2
enable search by username in message view #928 5 years ago
Audric Ackermann 55c1410793
Merge pull request #919 from Bilb/fix-background-pill-divider
move pill divider in react and fix the bg
5 years ago
Audric Ackermann 8066cc0709
add link to explain tslint issue with sfc and props type 5 years ago
Brian Jian Zhao ccb470207a use storage instead of component state to store the zoom setting 5 years ago
Audric Ackermann 797ccdc125
Use the new member list UI for the update group dialog (closed) 5 years ago
Brian Jian Zhao 203d314254 fix the slider bug 5 years ago
Brian Jian Zhao 23da1831c2 removed unnecessary comments after review 5 years ago
Audric Ackermann 6b2afdf047
Merge pull request #923 from Bilb/fix-close-sessionmodal
fix catch of mouse events on forgotten modals
5 years ago
Audric Ackermann 116c73d741
Merge pull request #921 from konstantinullrich/#903_Remove-redundant-search-icon-in-message-view
Remove search icon in message view
5 years ago
Konstantin 99bb9a2c30
Remove redundant braces
Co-Authored-By: Mikunj Varsani <Mikunj@users.noreply.github.com>
5 years ago
Audric Ackermann daec39b94d
fix catch of mouse events on forgotten modals 5 years ago
Konstantin Ullrich 05a15dc9cd Small Code formating 5 years ago
Konstantin Ullrich c731241689 Remove search icon in message view 5 years ago
Audric Ackermann cb18a48d50
fix event propogation on links in messages 5 years ago
Audric Ackermann f2f4b4be70
move pill divider in react and fix the bg 5 years ago
Brian Jian Zhao b877dab7de refactor the code related to checking slider type 5 years ago
Audric Ackermann 7eab7fbcf4
Merge pull request #869 from Bilb/dialog-exit-esc-click-outside
Dialog exit esc click outside
5 years ago