Commit Graph

1035 Commits (73f0e2758fd651dac4d5c54daeb5e0399c13e45d)

Author SHA1 Message Date
Vince f9c13e4018
Merge pull request #1112 from vincentbavitz/slave-unlink
Slave Unlink
5 years ago
Vincent a0cec3f0fd notification count positioning 5 years ago
Vincent 2ead15156a lint 5 years ago
Vincent 1fa7ee25f7 leftpane settings 5 years ago
Vince cdc88f3cd1
Merge pull request #1077 from vincentbavitz/integration-test-vince
Message & Settings Tests
5 years ago
Vincent 56eae339c2 Line spacing fix 5 years ago
Vincent 9b31824d36 Update default refs to accent 5 years ago
Vincent ed89f8c4b1 Update fonts and rework SASS 5 years ago
Vincent 958a4c8594 Linted 5 years ago
Audric Ackermann 67b6ef7ac9
make invite dialog width relative to window width 5 years ago
Vincent d2364ba529 Merge branch 'clearnet' of https://github.com/loki-project/session-desktop into integration-test-vince 5 years ago
Mikunj Varsani 9455c539aa
Merge pull request #1053 from loki-project/revert-1051-revert-1033-package-cleanup
Clean up unused dependencies.
5 years ago
Vincent 755b1e8f35 Merge branch 'fonts-open' of https://github.com/vincentbavitz/session-desktop into fonts-open 5 years ago
Vincent 607c785ec9 Fonts import ordering 5 years ago
Vincent 1dc337fb76 Fonts import ordering 5 years ago
Vincent f1cf53db53 Remove conflicting tsx 5 years ago
Vincent e52b51dea1 Merge branch 'fonts-open' of https://github.com/vincentbavitz/session-desktop into fonts-open 5 years ago
Vincent 9ac0ada40b remove unintended inclusions 5 years ago
Vincent bc5d8e9f6e merge 5 years ago
Vincent b2d72508a9 pull 5 years ago
Vincent 83bbeeb526 Public Sans and Mono ONLY 5 years ago
Mikunj Varsani 24a3e05154
Revert "Revert "Clean up unused dependencies."" 5 years ago
Vince 5ff7476359
Revert "Clean up unused dependencies." 5 years ago
Vincent 0a682db24a Merge branch 'clearnet' of https://github.com/loki-project/session-desktop into integration-test-vince 5 years ago
Vincent dd67a6b7d6 Fontsize adjust 5 years ago
Mikunj Varsani c5ffcf1c3b
Merge branch 'clearnet' into package-cleanup 5 years ago
Vince 4d29218997
Merge branch 'clearnet' into fonts-open 5 years ago
Vincent 86bcee58ce lint 5 years ago
Vincent 866196315e Password screen fullheigt 5 years ago
Vincent 1fd0c8168f Memberlist modal strict styling 5 years ago
Vincent e5390d54f4 memberlist item alignment 5 years ago
Vincent b1f93a0c25 Group timer options scroll unification 5 years ago
Vincent d3c934e119 attachment sending test complete 5 years ago
Mikunj 828444aadc Linting 5 years ago
Mikunj 1cadb01e8d Remove intl-tel-input 5 years ago
Vincent 81a2231373 Lineheight fix in header 5 years ago
Vincent 01491e9c3f Convert to public sans 5 years ago
Audric Ackermann 9afee14749
Merge pull request #1022 from vincentbavitz/notifications-icon-numeration
Notifications icon numeration
5 years ago
Vincent 5dc21710b8 Convert to open fonts 5 years ago
Vincent 85c9576b45 fractional centering 5 years ago
Vincent 0a26e09217 9+ on icons 5 years ago
Vincent 1a3ecf10df Device pairing copy 5 years ago
Audric Ackermann 9ddda73ca2
Integration tests (#975)
* add first integration test Session

Checking window title
Checking window count
Can restore from seed

* FIXME torevert once found why this crash on app close

* [test] add join valid open group test

* [test] validate cannot join two times the same open group

* [test] move common things to common.js

* [test] move tests to separate files

* [test] clean

* [test] add send message to open group test

* [test] lint

* [test] rename hooks -> common

* [test] add 15s delay before considering test as slow

* upgrade electron 8.0.3 and spectron 10.0.0

* [test] signin from seed: validate pubkey

* Replace spellchecker in favor of typo-js

* [test] refactor common calls to common.js

* [test] add two different pubkey, mnemonic and displayname

* [test] FIXME unsafe eval needed for now

* [test] add: add friends test

* [test] working multi instance tests

* [test] FIXME disable snodeproxy

* [test] update yarn.lock

* [test] make tests more robust with restart from scratch each test

* [test] add link of two devices test and hard rm of apps before start (rm -r)

* remove unused file

* [test] lint

* [test] add registration from generated pubkey test

* [test] add beginning of network stub

* [test] stub "token" endpoint

* [test] add test of one message on pub group pull

* [test] add starting port randomize. looks to help for some bad start with multi instance

* [test] add stub for one to one chats (sessions)

* [test] clean code

* [test] finish add friend test and stub snode server

* [test] stub calls during link device test

* [test] add a flag to show some logs on stubbed snode

* [test] finish link of two device test. check both pubkey matches

* [test] add and use function to wrap erase+start+login+stub app

* [test] add method to login as friend and closed group test&messages

* Revert "[test] FIXME unsafe eval needed for now"

This reverts commit de5322fdae6cdab8e3b9bd9a52b7d172c9bc2d26.

* [test] apply review

* [test] fix lint

* [test] fix existing test with new spectron version

* [test] fix lint

* [test] refactor page objects

* [test] add delete account test

* [test] add unlink of two device test

* [test] make tiny waitForExists -> isExisting

* [test] add checks of link new device buttons

* upgrade fs-extra@9.0.0

* address pr review

* [test] fix spell_check test

Co-authored-by: Josh Perez <60019601+josh-signal@users.noreply.github.com>
5 years ago
Vince 3a44c54937
Merge pull request #971 from konstantinullrich/#968-Session-ID-input-box-overflow-scroll
Add overflow-y auto to session-id-editable
5 years ago
Konstantin Ullrich 18a464fc58 Add a numeric TTL Countdown if the time left is under 1 minute 5 years ago
Konstantin Ullrich d823850a9e Add overflow-y auto to session-id-editable to be able see the whole sessionID 5 years ago
Audric Ackermann 7ecf30cd9e
Merge pull request #918 from Bilb/no-border-under-contact-title
No underline under contacts title
5 years ago
Audric Ackermann 370467a127
Merge pull request #878 from Bilb/group-profile-image
Group profile image upload
5 years ago
Audric Ackermann f2f4b4be70
move pill divider in react and fix the bg 5 years ago
Audric Ackermann c2517adc89
No underline under contacts title 5 years ago