Commit Graph

1678 Commits

Author SHA1 Message Date
Vishwas Shashidhar
f097490c40
SDA-1818: simplify mac installer (#973)
- Remove the pod settings plugin
- Set defaults in postinstall.sh
- Set default url to my.symphony.com in postinstall.sh

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-04-27 16:34:56 +05:30
Vishwas Shashidhar
a240621a17
feat: SDA-1983: implement simplified installer window on SDA (#977)
* SDA-1983: create the new welcome window

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>

* SDA-1983: add logic to validate pod url and open welcome page on startup conditionally

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>

* SDA-1983: add unit tests and finish the full logic implementation

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>

* SDA-1983: minor fixes

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>

* SDA-1983: fix sso double slash

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>

* SDA-1983: fix deleting url from global config object

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>

* SDA-1983: simplify setting user config

Co-Authored-By: Kiran Niranjan <kiranleo1992@gmail.com>

* SDA-1983: delete unused variable

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>

* SDA-1983: add japanese and french translations

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>

Co-authored-by: Kiran Niranjan <kiranleo1992@gmail.com>
2020-04-27 15:05:25 +05:30
Vishwas Shashidhar
ea15d48688
feat: SDA-1062: warn users before closing running app (windows) (#974)
* SDA-1062: warn users before closing running app

- On Windows, currently, when trying to install new version of SDA, we simply kill the app before asking user if they'd like to quit and proceed.
- This fixes the issue and provides a better user experience.

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>

* SDA-1062: warn users before closing running app

- remove x86 support for Windows

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-04-21 17:31:38 +05:30
Vishwas Shashidhar
a145e56369
SDA-1062: warn users before closing running app (#972)
- On macOS, currently, when trying to install new version of SDA, we simply kill the app before asking user if they'd like to quit and proceed.
- This fixes the issue and provides a better user experience.

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-04-21 11:18:27 +05:30
Vishwas Shashidhar
2364be8ce8 Merge remote-tracking branch 'sym/master' 2020-04-15 14:44:10 +05:30
Vishwas Shashidhar
071ec72a74 update corp and demo run configurations for Jetbrains IDEs
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-04-15 14:43:57 +05:30
Johan Kwarnmark
d2e7bd2345
Merge pull request #971 from johankwarnmarksymphony/sda-1956
fix: SDA-1956: RTC: Missing red border when screen sharing whole screen
2020-04-14 16:14:51 +02:00
Johan Kwarnmark
1b14601675 Merge branch 'sda-1956' of https://github.com/johankwarnmarksymphony/SymphonyElectron into sda-1956 2020-04-14 15:45:03 +02:00
Johan Kwarnmark
e4645dce6a Solve merge conflict with master, use the latest 1.0.7 2020-04-14 15:44:44 +02:00
mattias-symphony
62f9790f31
Merge pull request #970
* SDA-1951 Added version and product info to ScreenShareIndicatorFrame and ScreenSnippet
2020-04-14 16:16:23 +05:30
Johan Kwarnmark
bc1f9c7b8d
Merge branch 'master' into sda-1956 2020-04-14 11:20:07 +02:00
Johan Kwarnmark
019fc9d33e No deviceid found send 0 2020-04-14 08:54:56 +02:00
Johan Kwarnmark
a7edc9a1da Update ScreenShareIndicatorFrame to version 1.4.6 2020-04-14 08:54:25 +02:00
Vishwas Shashidhar
ea9ee7d1ba Merge remote-tracking branch 'sym/master' 2020-04-14 09:19:02 +05:30
Vishwas Shashidhar
ce8fe7c8da add vscode and Jetbrains launch configuration files
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-04-14 09:18:53 +05:30
Keerthi Niranjan
6345ac7495
Add swift-search related .node files (#969) 2020-04-13 18:54:21 +05:30
Kiran Niranjan
aae049c5dc
SDA-1699 - Context bridge implementation for SDA - Mana (#968) 2020-04-11 18:01:33 +05:30
Johan Kwarnmark
7b907960e3 Moved printout 2020-04-08 14:19:32 +02:00
Johan Kwarnmark
679bdfca9d sda-1956 add more debug printouts 2020-04-08 12:34:16 +02:00
Vishwas Shashidhar
e1a0acdb4e
fix: SDA-1948: write snippet image to user data directory temp folder (#967)
* SDA-1948: write snippet image to user data directory temp folder

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>

* SDA-1948: set tmp dir for tests

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-04-07 16:05:52 +05:30
Vishwas Shashidhar
45f3a2f33e
SDA-1942: skip setting expiry if value is 0 (#966)
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-04-06 16:42:39 +05:30
Vishwas Shashidhar
44428bd52c
SDA-1945: unregister global shortcuts on window blur (#965)
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-04-06 14:21:31 +05:30
Vishwas Shashidhar
1c5606e0e4
update code of conduct 2020-04-03 12:43:33 +05:30
Vishwas Shashidhar
7ccc5bd652
add finos badge 2020-04-03 12:42:08 +05:30
Johan Kwarnmark
08c2a3d6c8
feat: Measure cpu (#960)
* Add get-cpu-usage

* Fixed indent

* .

* fixed spelling

Co-authored-by: Vishwas Shashidhar <VishwasShashidhar@users.noreply.github.com>
2020-04-02 21:25:54 +05:30
Vishwas Shashidhar
dda87597f1
SDA-1938: add csrf token to 1.5 switch (#963)
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-04-02 21:14:16 +05:30
Vishwas Shashidhar
6b9e68d72d SDA-1932: fix switching client based on focused window
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-04-01 22:32:32 +05:30
Vishwas Shashidhar
dba424dd53 update snyk to point to package.json
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-04-01 20:40:41 +05:30
Vishwas Shashidhar
ecef6e69db update snyk to use org for builds
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-04-01 20:05:15 +05:30
Vishwas Shashidhar
7dd257ca39 update snyk to use org for builds
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-04-01 19:47:52 +05:30
mattias-symphony
5e5e5414b9
Merge pull request #954 from mattias-symphony/SDA-1927
fix: SDA-1927 Remove screen share indicator frame when quit SDA
2020-04-01 09:37:27 +02:00
mattias-symphony
1f87f6e565
Merge branch 'master' into SDA-1927 2020-04-01 09:31:50 +02:00
Vishwas Shashidhar
bc34c6d59b Merge remote-tracking branch 'sym/master' 2020-04-01 11:00:00 +05:30
Vishwas Shashidhar
9e69b5c002 remove source map from spawn-rx
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-04-01 10:59:42 +05:30
Vishwas Shashidhar
ed503076f5
feat: SDA-1932: persist client switch (#959)
* SDA-1932: add support for persisting client preference

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>

* SDA-1932: address PR comments
2020-03-31 22:15:43 +05:30
Vishwas Shashidhar
523fe40538 add source maps for ts compilation
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-03-31 21:29:07 +05:30
Kiran Niranjan
5338649aaf
SDA-1924 - Add new fields for about-app window (#958) 2020-03-31 17:28:51 +05:30
Vishwas Shashidhar
cb7aedaf11
fix: SDA-1929: fix vulnerable dependencies (#957)
* SDA-1929: upgrade vulnerable dependencies

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>

* SDA-1929: upgrade vulnerable dev dependencies

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>

* SDA-1929: upgrade vulnerable dev dependencies

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>

* SDA-1929: upgrade vulnerable dev dependencies

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>

* SDA-1929: upgrade vulnerable dev dependencies

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>

* SDA-1929: upgrade vulnerable dev dependencies

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-03-31 16:10:04 +05:30
Vishwas Shashidhar
24bdbc8975 add more default reviewers
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-03-31 14:35:30 +05:30
Vishwas Shashidhar
d05b470403 add more default reviewers
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-03-31 13:26:23 +05:30
Vishwas Shashidhar
9f470bbc36
Merge branch 'master' into SDA-1927 2020-03-31 11:22:10 +05:30
Snyk bot
adb41b16c4
fix: upgrade systeminformation from 4.22.5 to 4.23.0 (#955)
Snyk has created this PR to upgrade systeminformation from 4.22.5 to 4.23.0.

See this package in NPM:
https://www.npmjs.com/package/systeminformation

See this project in Snyk:
https://app.snyk.io/org/symphony-njr/project/b79841fe-f841-44b4-980c-36ac32d1c8d9?utm_source=github&utm_medium=upgrade-pr
2020-03-31 10:44:46 +05:30
Mattias Gustavsson
f1905f3c7a SDA-1927 Remove screen share indicator frame when quit SDA 2020-03-30 15:04:41 +02:00
Kiran Niranjan
75f679acbc
Linux: Install new packages to support latest SDA dependency (#953) 2020-03-30 12:10:18 +05:30
Vishwas Shashidhar
bef7230d05
fix: SDA-1904: disable network refresh on Mana (#952)
* SDA-1904: disable network refresh on Mana

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>

* SDA-1904: disable network refresh on Mana

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>

* SDA-1904: disable network refresh on Mana

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-03-27 21:04:12 +05:30
Vishwas Shashidhar
edf52a65ca
SDA-1922: upgrade electron-dl dependency to 3.0.0 (#950)
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-03-27 20:13:18 +05:30
Kiran Niranjan
b841d6449c
Update Travis badge URL to master (#949)
Co-authored-by: Vishwas Shashidhar <VishwasShashidhar@users.noreply.github.com>
2020-03-27 12:35:41 +05:30
Johan Kwarnmark
e1bf469206
Add spectron test for zoom functionality (#948) 2020-03-27 12:10:09 +05:30
Kiran Niranjan
86854315b3
SDA-1895 - Escape backslash characters for autoLaunchPath (#944) 2020-03-26 18:24:57 +05:30
Kiran Niranjan
d685be3eb6
fix: SDA-1910 (Add safety checks for devtools menu item) (#946)
* SDA-1910 - Add safety check for devtoolsEnabled

* SDA-1910 - Add safety check for devtoolsEnabled
2020-03-26 16:40:26 +05:30