Commit Graph

259 Commits (ccb470207a3db93802074836691c270d916e90f0)

Author SHA1 Message Date
Brian Jian Zhao ccb470207a use storage instead of component state to store the zoom setting
Brian Jian Zhao 203d314254 fix the slider bug
Brian Jian Zhao 23da1831c2 removed unnecessary comments after review
Brian Jian Zhao cb7289d3d8 working but buggy
Brian Jian Zhao 7a0f2c9ce3 add electron webFrame API to preloadJS
Brian Jian Zhao b2322bae02 check to whether the zoomFactor is shown in preload.js
Brian 96e9a68abd add zoomfactor to main
Vincent b4c6c37b16 constants renaming
Vincent 4fd2126fbe Fileserver update
Vincent 250a3ad6c1 Closed groups overlay integration
Ryan Tharp d0cc5a57f8
Merge pull request from neuroscr/tls-fix
Move disable TLS rejection to only lokiRpc
Ryan Tharp ed41e562c5
enable useSealedSender too per Maxim
Ryan Tharp 3964e9acf0
Merge branch 'clearnet' into tls-fix
Ryan Tharp 1d03b3a68e
Desktop: enable useSnodeProxy feature flag
Vince 5bbd136493
Merge pull request from neuroscr/version-check
Version check, de-signal.org-ification
Vincent c0a33a630f Join channel generalisation
Vincent 2d4bf2b3e2 Complete conditional message onboarding
Maxim Shishmarev 3f58dea035 Remove mixpanel
Ryan Tharp 615a41fa21
Merge branch 'clearnet' into tls-fix
Maxim Shishmarev 02320334f0 Remove P2P
Ryan Tharp 04e1d58a50 remove ugly TLS hack
Ryan Tharp acf4529904 expose semver and LokiAppDotNetServerAPI because we can't get ourKey from storage early enough
Vince 310038ec31
Merge pull request from loki-project/brand-redesign
Brand redesign
Audric Ackermann d68aeb947e
Merge branch 'clearnet' into brand-redesign
Maxim Shishmarev b405b150cc Sealed sender support
Ryan Tharp 11359fc037
Merge branch 'clearnet' into fileproxy
Vincent 4a7e2dece7 Password lock screen and delete data screen
Vincent 0a525629ee Prevent illegal username and passwords
Vincent 56b1bcac01 Partial copy updates
Vincent 4fe82d28d9 Version info
Vincent 010cf045cb optimisation of ternary & binary expr.
Vincent e065cc404f Password set, change and remove complete
Vincent 35d59c75eb Password set, change and remove complete
Vincent c26097554f settings optimisations
Vincent d217c76647 mergable settingsview
Vincent cc3e206504 stagepoint sessionsettings bak
Vincent 8de2ce9e23 Theme toggle and settings abstraction
Maxim Shishmarev a195c98061 Add a feature flag for snode proxy
Audric Ackermann 8d11553fe5 add a *ignore* method to Promise to make tslint happy
sachaaaaa db0068b429 Sending and handling of special UNPAIRING_REQUEST message
Beaudan Brown 56a1c31bf4 Ensure we can still send messages to ourselves (sync) and disable group chats
Beaudan Brown 685ada5cc5 Merge branch 'clearnet' into prep-merge
Beaudan Brown b7dd4257d6 Disable microphone button when you have disabled permissions
sachaaaaa 5529deb019
Merge pull request from sachaaaaa/unpairing_device
[multi-device] Allow unpairing device
sachaaaaa 3f52b9df93 Make unpairing a toggle-able feature (enable with window.lokiFeatureFlags.multiDeviceUnpairing = true)
Beaudan Brown 41fdcef695 Ensure that we can't miss the apisReady event and only listen for single emit
Maxim Shishmarev f4ed8b2bf3 Add a feature flag for private group chats
Maxim Shishmarev 0df5214979 Limit small private groups to 10 members
Beaudan Brown 6a512503f0 Update display name sanitisation to allow a bunch of languages and spaces
Beaudan Brown 4e70b66131 Extract the async token grab from the server api constructor and put in the factory. Fix up the areas this affects