Commit graph

392 commits

Author SHA1 Message Date
Audric Ackermann eb894a9b66
lint 2020-05-15 12:57:23 +10:00
Audric Ackermann f46c885fdf
merge fix-closed-group to clearnet 2020-05-15 12:53:49 +10:00
Mikunj Varsani e9fea782b9
Merge pull request #1129 from vincentbavitz/fr-fixes
FR Duplication Fixes | Patch for #1118
2020-05-14 16:36:55 +10:00
Vincent ca910be1ef removed comments 2020-05-14 15:47:33 +10:00
Vincent 2b0ea5bcc5 simplificaiton 2020-05-14 15:13:06 +10:00
Audric Ackermann 13329c0b2a
Merge pull request #1118 from vincentbavitz/fr-fixes 2020-05-13 05:11:42 +01:00
Vincent af48865c92 remove getconvs 2020-05-12 15:01:12 +10:00
Vincent 843be3921e finalised 2020-05-12 15:00:17 +10:00
Vincent 2b7df8e40b Filtering groups fromstate 2020-05-12 09:29:10 +10:00
Vincent a429771b92 Linted 2020-05-04 17:02:53 +10:00
Vincent 3c2320635a Filter secondaries 2020-05-04 15:47:40 +10:00
Vincent a5b1101216 Slave unlinking & FR dup fix 2020-05-04 13:53:25 +10:00
Vince f9c13e4018
Merge pull request #1112 from vincentbavitz/slave-unlink
Slave Unlink
2020-05-04 12:52:31 +10:00
Vincent a0cec3f0fd notification count positioning 2020-04-30 18:40:41 +10:00
Vincent 1fa7ee25f7 leftpane settings 2020-04-30 17:39:58 +10:00
Audric Ackermann 5564bfa134
Merge pull request #1105 from Mikunj/fix-reset-registration
Fix corner cases for registration reset
2020-04-30 01:23:28 +01:00
Vince cdc88f3cd1
Merge pull request #1077 from vincentbavitz/integration-test-vince
Message & Settings Tests
2020-04-29 15:44:22 +10:00
Audric Ackermann 5d9c334809
Merge pull request #1099 from Bilb/fix-enter-create-private-group 2020-04-27 07:36:22 +01:00
Mikunj a2b60cdd2a Remove token data upon registration reset 2020-04-27 14:50:23 +10:00
Audric Ackermann 14ba0aeb65
fix lint 2020-04-27 10:09:39 +10:00
Mikunj Varsani 3e3df7717f
Merge pull request #1094 from Bilb/link-device-fixes
Link device fixes
2020-04-27 10:06:47 +10:00
Audric Ackermann 73bc9e1204
reset registration on excepion got 2020-04-24 15:23:18 +10:00
Audric Ackermann 2a9a2f7fb9
show closed group in channels list 2020-04-24 14:03:21 +10:00
Audric Ackermann caace04c32
fix enter press to create a closed group 2020-04-24 13:09:03 +10:00
Mikunj Varsani 035daffe2b
Merge pull request #1074 from Bilb/various-group-fixes
Various group fixes
2020-04-21 11:44:35 +10:00
Audric Ackermann 4e1e7132d4
fix bug registration done after link device cancelled
to reproduce before this fix:
- start link process of second device to first desktop device
- quit or refresh the second device window without updating any fields
- quit or refresh (a second time) the second device window without
updating any fields
- the second device window is now considered logged in (as a new device,
not linked with the first one)

This forces a full reset of the registration state when the registration
components are loaded, which are loaded only if the registration is not
done as required.
2020-04-17 12:03:32 +10:00
Audric Ackermann cd143d8758
remove useless code and make sha commit selectable 2020-04-17 12:03:31 +10:00
Vincent 958a4c8594 Linted 2020-04-16 21:24:11 +10:00
Vincent c1dcac1b84 Message & settings tests 2020-04-15 04:26:50 +10:00
Audric Ackermann 645b2d55fc
invite friends to closed group: hide already members 2020-04-14 09:56:31 +10:00
Audric Ackermann f48136678e
use isKickedFromGroup to disable ui components 2020-04-14 09:56:30 +10:00
Vincent d2364ba529 Merge branch 'clearnet' of https://github.com/loki-project/session-desktop into integration-test-vince 2020-04-12 22:50:29 +10:00
Vincent f7f4cc5218 reverted_ looking for settings_text 2020-04-12 19:11:42 +10:00
Maxim Shishmarev 6c186690e8 add missing key prop to SessionMemberListItem 2020-04-08 12:09:59 +10:00
Vincent 94be443822 Message deletion cleanup 2020-04-07 15:19:18 +10:00
Ryan Tharp 34a1fdbfec add onBlur incase onChange doesn't fire 2020-04-01 21:43:07 -07:00
Ryan Tharp e78426de99 just in case onChange isnt triggered 2020-04-01 21:13:48 -07:00
Vince 9dbfac3c55
Merge pull request #1035 from vincentbavitz/password-whitespace
Password Whitespace Elimation
2020-04-01 15:48:41 +11:00
Vincent f76b12b814 Split typescript upgrade to new pr 2020-04-01 14:34:36 +11:00
Vincent 5eec031803 Revert fancy code 2020-04-01 14:13:51 +11:00
Vincent 9349ebd37a fancy syntax 2020-03-31 17:56:23 +11:00
Vincent 3793c0feca upgrade tslint 2020-03-31 17:52:32 +11:00
Audric Ackermann 8dccd1db2a
Merge pull request #1031 from Bilb/registration-add-debug-logs
add logs to registration process
2020-03-31 17:34:18 +11:00
Vincent b4cb6e1087 Typescript 3.7 2020-03-31 17:32:50 +11:00
Vincent 640999ab61 Password whitespace trim on set 2020-03-31 17:24:05 +11:00
Vincent 86bcee58ce lint 2020-03-31 16:08:52 +11:00
Vincent a75e0a9429 Password prompt fixes 2020-03-31 15:58:34 +11:00
Audric Ackermann cd507b4352
add logs to registration process
toast on exception
use a separate mnemonicSeed for signup (generated )and signin (entered by user)
2020-03-31 15:31:12 +11:00
Vincent 0b16f5965b replace jQuery selectors with Refs 2020-03-31 14:49:54 +11:00
Vincent 1fd0c8168f Memberlist modal strict styling 2020-03-31 14:30:53 +11:00