Commit graph

7130 commits

Author SHA1 Message Date
Vince 8540f2e800
Update README.md 2020-02-14 15:04:44 +11:00
Vince d611f36eef
Update README.md
Readme spacing
2020-02-14 15:04:23 +11:00
Audric Ackermann f47d1fd9ef
Merge pull request #850 from Bilb/communicate-file-size-limit-user
show error when user try to add file >10mb as attachment
2020-02-14 04:02:35 +00:00
Mikunj Varsani cea5acf62e
Merge pull request #843 from loki-project/session-reset-cleanup
Refactor session reset handling
2020-02-14 14:57:20 +11:00
Audric Ackermann a67a409150
Merge pull request #842 from Bilb/clearnet
separate update group name and group members dialog (add and remove m…
2020-02-14 03:55:20 +00:00
Vince 6e9040b626
Merge pull request #851 from vincentbavitz/clearnet
Various improvements
2020-02-14 14:34:09 +11:00
Vincent 7e5f967379 minor grunt fix 2020-02-14 14:32:56 +11:00
Vincent 01389aa802 More styles 2020-02-14 14:25:36 +11:00
Vincent 513e5e34df Styles 2020-02-14 14:12:03 +11:00
Mikunj 1be4123133 Rename variable to be less confusing 2020-02-14 13:56:22 +11:00
Audric Ackermann 61a243efbd
show errors when user try to add file >10mb as attachment 2020-02-14 13:54:57 +11:00
Mikunj 6620092959 Wait for prekeys to be processed before sending a message on session reset.
Remove old code.
2020-02-14 13:46:45 +11:00
Vincent a1e4072ec1 Stylistic updated 2020-02-14 11:55:15 +11:00
Vincent 4d65fe76ab Updating tos & privacy links 2020-02-14 11:41:59 +11:00
Mikunj 942c76ce6b Linting 2020-02-14 09:01:46 +11:00
Mikunj 820ce5cdf0 Made session reset synchronous.
Clean up some code.
2020-02-14 08:39:24 +11:00
Audric Ackermann ff10637a5a
separate update group name and group members dialog
(add and remove members are separated)
2020-02-13 16:21:52 +11:00
Vince 4fb178c092
Merge pull request #845 from vincentbavitz/clearnet
Disappearing messages in Channel Settings panel & SessionDropdown
2020-02-13 16:03:47 +11:00
Vince d4c73a3383
Merge pull request #846 from jian10au/fixissue801
change the user-select to text
2020-02-13 15:59:23 +11:00
Brian Jian Zhao 7fc34ca2f7 change the user-select to text 2020-02-13 15:51:00 +11:00
Vincent 30ccb81d3d Disappearing messages in Channel Settings panel 2020-02-13 15:35:09 +11:00
Vince 863e380f64
Merge pull request #844 from jian10au/fixissue832buttonstyles
Fixi ssue 832 - Button Styles
2020-02-13 14:25:42 +11:00
Brian Jian Zhao c8a8e3936f ready for merging back to origin repo 2020-02-13 14:00:12 +11:00
Kee Jefferys d87cabae1f
Update readme 2020-02-13 13:57:49 +11:00
Brian Jian Zhao 5d6187dfcd ready for merging back to loki repo 2020-02-13 13:51:04 +11:00
Mikunj Varsani ebfff824bd Fix friend request logic triggerring on session requests 2020-02-13 13:44:53 +11:00
Brian Jian Zhao 8a0e14de40 target the change to _mention.scss 2020-02-13 13:44:12 +11:00
Brian Jian Zhao 8fc293bc34 change overflow behaviour to auto for friend-selection-list 2020-02-13 13:35:43 +11:00
Mikunj Varsani 8ffb1a0a10 Refactor session reset handling 2020-02-13 13:05:20 +11:00
Vincent 06f2e4e32b Fixed group creation with zero members 2020-02-13 10:21:38 +11:00
Brian Jian Zhao 86d7671b6e add padding-bottom to session-model to fix the position issue of buttons 2020-02-13 10:13:32 +11:00
Brian Jian Zhao 3925f12203 see changes 2020-02-12 23:18:00 +11:00
Vince 5fc14d2a7e
Merge pull request #840 from vincentbavitz/clearnet
secretPrompt Fix
2020-02-12 17:43:01 +11:00
Vincent d288c7bd03 secretPrompt fix 2020-02-12 17:40:56 +11:00
Vincent 7b674bb8d8 Various UI improvements 2020-02-12 17:27:14 +11:00
Vincent 4913bcac57 Merge branch 'clearnet' of https://github.com/loki-project/session-desktop into clearnet 2020-02-12 17:26:48 +11:00
Vince ae3e89ee83
Merge pull request #839 from vincentbavitz/clearnet
Stylistic improvements and bug fixes
2020-02-12 17:26:24 +11:00
Mikunj Varsani 366becca98
Merge pull request #838 from loki-project/friend-request-fix
Friend request bug fix
2020-02-12 16:05:26 +11:00
Vincent 582bc71b99 Contacts section reformatting 2020-02-12 15:50:23 +11:00
Vincent 24839b3bf9 Contacts styling 2020-02-12 15:03:20 +11:00
Mikunj Varsani 10a4f13bc5 Linting 2020-02-12 14:51:39 +11:00
Mikunj Varsani 33aa190c5b Fix friend request for background messages not triggering friend request logic 2020-02-12 14:45:34 +11:00
Vincent cf0b9e45fa Emoji spacing & message highlight formatting 2020-02-12 14:29:07 +11:00
Vincent 2101abb911 Modal blurs and stylistic simplifications 2020-02-12 13:53:18 +11:00
Ryan Tharp dfca294ede
Merge pull request #836 from neuroscr/tls-fix
fix no token detection conditions for logging a warning in file server library
2020-02-10 20:22:37 -08:00
Ryan Tharp 0667269690 remove unneeded async 2020-02-10 20:15:15 -08:00
Ryan Tharp 4210e4d14a fix no token detection conditions 2020-02-10 20:14:01 -08:00
Ryan Tharp 930bc2d094
Merge pull request #827 from neuroscr/tls-fix
improve multidevice profile name handling in open groups
2020-02-10 18:22:43 -08:00
Ryan Tharp e6f5f4e718
Merge pull request #829 from neuroscr/file-notoken
Make private attachments use generic token
2020-02-10 18:12:17 -08:00
Ryan Tharp fc19c2520d
Merge pull request #835 from neuroscr/opengrouppollfix
Open group polling fix
2020-02-10 17:56:02 -08:00