Commit Graph

542 Commits (89c2dc451a88f847d45a11d602d4f51d72a86c72)

Author SHA1 Message Date
Audric Ackermann 0d0439cacc
Merge pull request #1020 from Bilb/spell-check-fixes
fix spell checker using the electron one
5 years ago
Audric Ackermann e48c7c2f3d
fix lint 5 years ago
Audric Ackermann 8f01d1dbb7
enable by default spell-check 5 years ago
Vincent 83acd2d38e undefined type on count 5 years ago
Vincent eeccc89bc9 undefined type on count 5 years ago
Vincent 85c9576b45 fractional centering 5 years ago
Vincent 0a26e09217 9+ on icons 5 years ago
Audric Ackermann fa2a17c09b
adress review 5 years ago
Audric Ackermann c81fca5d90
disnle link option on secondary device 5 years ago
Vincent c7c72e50bb lint 5 years ago
Vincent d6a48b9f6d Password paste 5 years ago
Vincent 6360b539a3 linting 5 years ago
Vincent c27dd095fc Join open group on enter 5 years ago
Vincent 4ed1e42cae Message selection debug and onenter 5 years ago
Vincent 6d9bcc3079 Merge branch 'clearnet' of https://github.com/loki-project/session-desktop into clearnet 5 years ago
Vince 54c5f31433
Merge pull request #967 from Mikunj/auto-update-setting
Added setting to disable checking for auto updates.
5 years ago
Vincent 09a18d1938 Merge branch 'clearnet' of https://github.com/loki-project/session-desktop into clearnet 5 years ago
Konstantin Ullrich 447ba9d3aa Remove redundant code from SessionSearchInput 5 years ago
Konstantin Ullrich e9be9bcbc5 lint quotemark ` should be ' 5 years ago
Konstantin Ullrich de6dc26d6c Replace native Context Menu with a syleguided one in SearchInput 5 years ago
Mikunj d10a8f0a6f Added setting to disable checking for auto updates. 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
Audric Ackermann 82b02f84ec
Merge pull request #930 from Bilb/include-friend-search-result
Include friend search result #928
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
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 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 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
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 daec39b94d
fix catch of mouse events on forgotten modals 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
Brian Jian Zhao a80c6e30e2 add slider title to message.json 5 years ago
Brian Jian Zhao cb7289d3d8 working but buggy 5 years ago
Audric Ackermann 15738c3525
display continue session signin with seed 5 years ago
Audric Ackermann e0ff1755ac
lint 5 years ago
Brian 96e9a68abd add zoomfactor to main 5 years ago
Brian Jian Zhao 1038a306ce add comment to view logic 5 years ago
Audric Ackermann 790085bea1
disable profile image upload for closed group 5 years ago
Audric Ackermann 6d5aed7de8
make upload of group picture work 5 years ago
Brian Jian Zhao cc915fadbc add sliderbar and state control in fe 5 years ago
Brian Jian Zhao 0daf41a339 check the state when the SessionSettings get rendered 5 years ago
Audric Ackermann 1f411df0ce
lint 5 years ago
Audric Ackermann 99133437d6
close all dialogs on ESC or click outside 5 years ago
Vince 998cd88068
Merge pull request #861 from Bilb/ttl-slider-update-drag
ttl slider update on drag and not on mouseup
5 years ago
Vince fbf82efb6d
Merge pull request #859 from Bilb/various-group-updates-fixes
Various group updates fixes
5 years ago
Audric Ackermann 5e007226a1
ttl slider update on drag and not on mouseup 5 years ago
Audric Ackermann b4c3dad4c9
show errors on closed group creation with invalid name or members 5 years ago
Vincent 8152e98636 Merge branch 'clearnet' of https://github.com/loki-project/session-desktop into clearnet 5 years ago
Vincent 609230b66d various 5 years ago
Audric Ackermann f4600293e9
hide the notification settings in group panel for now 5 years ago
Audric Ackermann ff10637a5a
separate update group name and group members dialog
(add and remove members are separated)
5 years ago
Vincent 30ccb81d3d Disappearing messages in Channel Settings panel 5 years ago
Vincent 06f2e4e32b Fixed group creation with zero members 5 years ago
Vincent d288c7bd03 secretPrompt fix 5 years ago
Vincent 7b674bb8d8 Various UI improvements 5 years ago
Vincent 582bc71b99 Contacts section reformatting 5 years ago
Vincent cf0b9e45fa Emoji spacing & message highlight formatting 5 years ago
Vincent 2101abb911 Modal blurs and stylistic simplifications 5 years ago
Mikunj Varsani 4f6dd7a8d5 Rename functions to be less confusing 5 years ago
Mikunj Varsani a75ef365b8 Fix device unlinking.
Fix session request being sent even if we have keys to setup a session.
Fix minor crash.
5 years ago
Mikunj Varsani e1d06fc9be Fix messages from secondary device not being mapped correctly to their primary device.
Fix creating closed groups from secondary device.
Fix primary device showing up in create group dialog.
5 years ago
Ryan Tharp 192fb3e382 add line break due to CI 5 years ago
Ryan Tharp 9b204e4a8f make sure invalid Pubkey is shown to the user and stop loader 5 years ago
Mikunj Varsani beb4cdbed8 Closed group fixes. (#816)
* Fix group updates not syning

* Fix leaving closed groups

* Fix incorrect members being shown on create group dialog

* Linting

* Fix create closed group showing our own conversation
5 years ago
Ryan Tharp 1179105a75 allow TLDs longer than 5 characters, actually close on sucess 5 years ago
Mikunj Varsani ce4909cd29 Disable join public chat prompt 5 years ago
Mikunj Varsani 75660c7269 fixed file server holding up message sender init.
fix joining closed groups.
5 years ago
Mikunj Varsani 21e982e5c2 Fix open group joining. 5 years ago
Ryan Tharp f930413779 try to address travis-osx lint complaints 5 years ago
Vincent 821cf00b65 Closed group update message stylgin 5 years ago
Vincent b341ceaf76 Closed group joining completed w/o backend 5 years ago
Vincent 4fd2126fbe Fileserver update 5 years ago
Vincent 250a3ad6c1 Closed groups overlay integration 5 years ago
Vincent 91c6a153ae function params changes 5 years ago
Vincent c5e0fe8503 Closed groups UI 5 years ago
Vincent de4edf9252 CLosed groups ui initial listprops 5 years ago
Vince d9320f6255
Merge pull request #776 from Bilb/fix-redesign-comments
Fix some redesign comments
5 years ago
Vincent c0a33a630f Join channel generalisation 5 years ago
Vincent cb417d3665 Link preview warning on setting toggle 5 years ago
Vincent 2d4bf2b3e2 Complete conditional message onboarding 5 years ago
Audric Ackermann ac83097abb
fix green and white border under title in leftpane 5 years ago
Audric Ackermann 04bc4f1c12
make conversationlistitem title font wasa 5 years ago
Vincent 31af2b60f1 Merge branch 'clearnet' of https://github.com/loki-project/loki-messenger into clearnet 5 years ago
Vincent 156f0d4127 various touchups 5 years ago
Audric Ackermann 04db814d76
do not render session-id-editable border when textarea disabled 5 years ago
Vincent bd034df8db linter 5 years ago
Vincent aeb04a3a44 onboarding messageview 5 years ago
Vince c95c83ab6b
Merge pull request #769 from Bilb/fix-registration-pubkey-scramble
fix text scramble animation on registration
5 years ago
Vince f85fd5b536
Merge pull request #768 from Bilb/fix-svg-icons-errors
remove lZ in path which fixes errors on svg and does not alter rendering
5 years ago
Vince 7debb1a3de
Merge pull request #764 from Bilb/fix-refresh-group-panel-files
refresh files in group in group panel
5 years ago
Audric Ackermann e2921103bd
fix lint and clean code 5 years ago
Audric Ackermann d411465a6c
fix text scramble animation on registration 5 years ago
Audric Ackermann 8e6afd628a
remove lZ in path which fixes errors on svg and does not alter rendering 5 years ago
Audric Ackermann 7ca3423529
trim pubkey when user can enter one to remove whitespaces (#767)
trim pubkey when user can enter one to remove whitespaces
5 years ago
Audric Ackermann 7bd01516f4
trim pubkey when user can enter one to remove whitespaces 5 years ago
Vincent cf46548761 Simplification of keyup 5 years ago
Audric Ackermann 2721b2a477
refresh files in group in group panel 5 years ago
Vincent c6ee021708 textarea centering 5 years ago
Vincent fb90617924 event listeners 5 years ago
Vincent 2af2075b26 Merge branch 'clearnet' of https://www.github.com/vincentbavitz/loki-messenger into clearnet 5 years ago
Vincent 2cd251a0e7 local commit 5 years ago
Vincent b69b8bffbd conflict resolution 5 years ago
Vincent 0a6a035750 Constants rework 5 years ago
Audric Ackermann 736cd0f652
session-id-editable-textarea 5 years ago
Audric Ackermann 7867f4dceb
Merge branch 'clearnet' into brand-redesign 5 years ago
Audric Ackermann 2c1aff7a6a
Auto-focus new open chat input box (#745)
Auto-focus new open chat input box
5 years ago
Vincent f893ef154e touchups 5 years ago
Vincent 4a7e2dece7 Password lock screen and delete data screen 5 years ago
Maxim Shishmarev 34c179f007 Auto-focus new open chat input box 5 years ago
Audric Ackermann 191c3b1f54
add back typing indicator and read receipt setting under privacy 5 years ago
Audric Ackermann c92d22fece
allow space inside a display name but not at start or end 5 years ago
Audric Ackermann 3f7680ccf7
fix join publicgroups pulls 5 years ago
Vincent 4a6ed12992 Solidification of minor changes w appview injections 5 years ago
Vincent 0a525629ee Prevent illegal username and passwords 5 years ago
Vincent 4d690768a6 Scrolling button updated and animations to modals 5 years ago
Vincent 3dd18a0c9c Profile picture upload, fixes and copy 5 years ago
Audric Ackermann 9b19222e38
fix lint 5 years ago
Audric Ackermann d13efafad2
"Leave {Closed|Open} Group" button depending on group opened 5 years ago
Audric Ackermann aeaa3b9e5d
hide verify password when password is not set 5 years ago
Audric Ackermann b4cab22d92
fix blurred session-modal 5 years ago
Vincent 56b1bcac01 Partial copy updates 5 years ago
Audric Ackermann 57f4f92244 fix warning about no key being set for settings category list 5 years ago
Audric Ackermann d1d3c9a68b do not call MainHeader.render() in render of leftpane sections 5 years ago
Vincent 4fe82d28d9 Version info 5 years ago
Audric Ackermann 24bf436b0c disable menubar by default and remove old preferences from menubar 5 years ago
Vincent 13be2a7b7b Slider time instantaneous, minor updates 5 years ago
Vincent b68b4d8a27 Formatting and button positioning 5 years ago
Vincent c369b0c553 Edit user profile complete 5 years ago
Vincent 5fbbdc33c3 Signal branding 5 years ago
Audric Ackermann ee77897a84
Merge pull request #732 from vincentbavitz/brand-redesign
Settings lock view
5 years ago
Vincent 062d70a580 formatting; 5 years ago
Vincent ec5001c4a9 Settings lock view 5 years ago
Vincent 79aa9c65a2 Merge branch 'brand-redesign' of https://github.com/loki-project/loki-messenger into brand-redesign 5 years ago
Audric Ackermann 440d5a95f4 refresh contacts list on conversation change (using props) 5 years ago
Vincent d24da33234 Conflicts management 5 years ago
Vince 989f09e472
Merge branch 'brand-redesign' into brand-redesign 5 years ago
Vincent 617e136063 Placeholder amend 5 years ago
Vincent 6ab89a801b Settings lock completion 5 years ago
Audric Ackermann 77227eaa2a fix password toast display 5 years ago
Vincent 69dc15ad70 Settings lock view; logic WIP 5 years ago
Audric Ackermann 0f4f5847ed fix lint 5 years ago
Audric Ackermann 25d0fff95f fix build 5 years ago
Audric Ackermann c69219ebe4 resolve conversations 5 years ago
Audric Ackermann e4a4a333ba do not show friends with conversation.activeAt undeifned 5 years ago
Audric Ackermann 14561d33f5 disable addLinkedDevice button if already one linked device 5 years ago
Audric Ackermann 411b343e6a add unpairing of device from settings 5 years ago
Audric Ackermann 34458406fd Use SessionSettingListItem to display linkedDevice 5 years ago
Audric Ackermann e4def110f5 display linked device in settings 5 years ago
Audric Ackermann 4d950f859b add back link device in settings in a dialog 5 years ago
Audric Ackermann 29da7c2d53 remove enabled props from SessionButton. Use disabled instead 5 years ago
Audric Ackermann 68e4f318f3 hide edit button on leftpane 5 years ago
Audric Ackermann a27106d3a3 disable search in settings for now 5 years ago
Audric Ackermann 8bfab92213 add regex url check before joining channel 5 years ago
Audric Ackermann 956349a964 UserDetailsDialog show pubkey in a nice format 5 years ago
Audric Ackermann 02a9748f02 fix minor ui details 5 years ago
Audric Ackermann 5b04aecbd3 make channel and contact section show conversationView onload 5 years ago
Vincent f7548fc6ef Finalising pr 5 years ago
Vincent 643a19d1af Sass improvements 5 years ago
Vincent 9ee87cc49a Made keyboard navigation /todo/ for password modal 5 years ago
Vincent 010cf045cb optimisation of ternary & binary expr. 5 years ago
Vincent e065cc404f Password set, change and remove complete 5 years ago
Vincent 35d59c75eb Password set, change and remove complete 5 years ago
Vincent 2439c6f95b Contextmenu left trigger fix for messageview 5 years ago
Vincent 3e57367ce6 Mentions view styles 5 years ago
Vincent c6f9ab9743 Left Pane search bar width 5 years ago
Vincent a64a34edcb Disclaimer modal and settings view cleanup 5 years ago
Vincent c26097554f settings optimisations 5 years ago
Audric Ackermann 67262c7eaa lint after merge and fix startup of app 5 years ago
Audric Ackermann 1d63bc3203 add required props in grouppanel to handle disappearing message sets 5 years ago
Audric Ackermann e0b9b61f25 fix show member count in group panel 5 years ago
Audric Ackermann ab862dbecf fix lint 5 years ago
Audric Ackermann 86e39ce4e2 enable back lightbox on groupsettings panel to see group medias 5 years ago
Audric Ackermann 213db6c1ed fix lint 5 years ago
Audric Ackermann 43956709ad include the channel settings panel on right of conversation 5 years ago
Audric Ackermann ddaf62a499 add group settings page with media downladable and docs only 5 years ago
Audric Ackermann 1e79534615 make avatar in actionpanel not clickable 5 years ago
Audric Ackermann 5ef3a3086d disable list tab on contact section (not included in first release) 5 years ago
Audric Ackermann 29c7f0ebe4 userSearchDropdown, display only friends and not all contacts 5 years ago
Audric Ackermann 902e678a64 fix lint 5 years ago
Audric Ackermann c44437f62c add channel section and refactor closableOverlay 5 years ago
Audric Ackermann 71c47ba87a show toast when user tries to start a conversation with an empty recipient id 5 years ago
Audric Ackermann 9f31d026da fix ui for list on leftpane and conversationheader 5 years ago
Audric Ackermann c1838ebdc2 use friendRequest from redux in contactSection 5 years ago
Audric Ackermann 30a1e4da99 display unreadcount in actionpanel even on search mode 5 years ago
Audric Ackermann 7cac734ff5 count globally number of message unread in selector 5 years ago
Audric Ackermann 9921be8fcb fix errors on no callback set for tab switch 5 years ago
Audric Ackermann 73041ccef3 show receivedFriendRequest in a popup 5 years ago
Audric Ackermann b49e85ad08 add the you have friend request title on contact section 5 years ago
Audric Ackermann ed60f98cd3 fix show bottom button add message compose view 5 years ago
Audric Ackermann 214679dece add registration errors show to user 5 years ago
Vincent 6a4df71421 Resolved suggestions in reivew 5 years ago
Vincent d217c76647 mergable settingsview 5 years ago
Vincent b0658ba7ed settings toggling abstraction 5 years ago
Vincent b97c9ec8e4 SessionRadio 5 years ago
Vincent cc3e206504 stagepoint sessionsettings bak 5 years ago
Vincent 8de2ce9e23 Theme toggle and settings abstraction 5 years ago
Vincent 5360968a91 Add public server modal to message pane 5 years ago
Vincent 9f075125db Appview transforms are fixed and in place 5 years ago
Vincent dd421d58f1 Theme switching. Need to update _session*_light 5 years ago
Vincent 8c9854dd90 Settings onClick functionality 5 years ago
Vincent f71dc98fcc Setting toggles configured 5 years ago
Vincent 505697bbcd App view change working 5 years ago
Vincent 0ee01fc8fd Search UI and caret 5 years ago
Vincent e7d3bc6d35 Settings view modals and categories 5 years ago
Vincent 589f77a85f Completed left panel for settings 5 years ago
Vincent 74fd0159eb Fix conflicts 5 years ago
Vincent a6d04c3b2e Simplifications 5 years ago
Vincent a2f08c6e14 Stylistic icing 5 years ago
Vincent dff4523efa Cleanups 5 years ago
Vincent 2d01275ede QR Code responds to theme changes 5 years ago
Vincent 7b6e28eaab Keyboard navigation wrt Modals 5 years ago
Vincent 2ede557a74 Modal additions incl. QR fixup and Seed View 5 years ago
Vincent 2caffa9289 Dependencies resorted and modal adjustments 5 years ago
Audric Ackermann ecaf37cc82 resolve merge issues 5 years ago
Audric Ackermann 9f2fe45777 correct typo css class 5 years ago
Audric Ackermann 9cc6807b22 lint code 5 years ago
Audric Ackermann 34fde5f71a contact list, show receivedfriendrequest, then sent, then friends 5 years ago
Audric Ackermann cf7747b92d disable onClick on ConversationListItem 5 years ago
Audric Ackermann 05bbc43b22 fix accept/decline friend request from conversationListItem 5 years ago
Audric Ackermann c9000c3f26 add the accept/decline buttons on friend requests in conversationslist 5 years ago
Audric Ackermann fc938df520 Number of friend requests includes the read requests 5 years ago
Audric Ackermann 7ae0c65e87 show current friends and pending friend request in contact lists 5 years ago
Audric Ackermann a0949d49ea unreadcount and friendrequestcount: break if already >9 5 years ago
Audric Ackermann 249cf4d12c ActionPanel: add notificationcount for friendrequest and unreadMessages 5 years ago
Audric Ackermann 5d6dd5dab0 filter out conversation friend request in message view 5 years ago
Audric Ackermann 7bb0788a3a handle send friend request in addcontact page 5 years ago
Audric Ackermann af22bd7b33 add the leftpane overlay as reusable from subsections 5 years ago
Audric Ackermann 571af6c654 add contact section bottom buttons and empty list 5 years ago
Audric Ackermann c9a35ac89d add notification bubble on leftpane header 5 years ago
Audric Ackermann 1bbb3cedd4 render header from static method in LeftPane.tsx to be reused on subsection 5 years ago
Audric Ackermann 8b40bacc70 rename LeftPaneSections to ActionsPanel 5 years ago
Audric Ackermann 04227e7fb7 make the leftpane header a bit more generic to handle tabs 5 years ago
Audric Ackermann f271a24226 fix displayname searchbox to small on composeview 5 years ago
Audric Ackermann 791626c60e minor adjustements on userSearchDropdown 5 years ago
Audric Ackermann 6aa2ebd0b9 toast compose with invalidpubkey and trigger open conversation from compose 5 years ago
Audric Ackermann 94c443c016 fix build 5 years ago