Mattias Gustavsson
02c9da4b2c
SDA-1970 Changed API call for getting window bounds
2020-05-06 15:48:29 +02:00
Vishwas Shashidhar
f95649b6b2
feat: SDA-2025: download manager single item api ( #987 )
...
* SDA-2025: update download manager api
- Send a single item in place of an entire array when an item is downloaded
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* SDA-2025: update download manager api
- fix origin in app bridge
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-05-06 17:02:14 +05:30
Vishwas Shashidhar
f09b5a8996
SDA-2016: fix simplified installer issues ( #986 )
...
- update the background image on macOS installer to support dark mode
- fix issues with saving window position on welcome screen
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-05-06 13:16:20 +05:30
Johan Kwarnmark
d8c0e23a87
Merge pull request #985 from johankwarnmarksymphony/sda-2020
...
fix: SDA-2020: Move to Electron 8.2.5 that has fix for enumerateDevices
2020-05-05 11:13:43 +02:00
Johan Kwarnmark
f5a7b31ac7
sda-2020 move to Electron 8.2.5 that has fix for enumerateDevices
2020-05-05 10:33:55 +02:00
Vishwas Shashidhar
45acfc27fe
SDA-1955: refactor method names appropriately
...
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-05-05 11:39:45 +05:30
Vishwas Shashidhar
c9d0260ff1
SDA-1995: refactor function names
...
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-05-04 17:24:07 +05:30
Vishwas Shashidhar
8f518e3936
feat: SDA-1995: implement download manager for Mana ( #982 )
...
* SDA-1995: add download handler functionality for Mana
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* SDA-1995: add unit tests
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* SDA-1995: fix unit tests on Windows
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* SDA-1955: address PR comments
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-05-01 13:20:07 +05:30
mattias-symphony
0921cca4b1
fix: SDA-2008: Invoke screen snippet tool with --no-annotate when running mana ( #980 )
...
* Invoke screen snippet tool with --no-annotate when running mana
* Update window-handler.ts
Co-authored-by: Vishwas Shashidhar <VishwasShashidhar@users.noreply.github.com>
2020-05-01 13:09:49 +05:30
Kiran Niranjan
a20c196490
fix: SDA-2010 (Mac and Linux build scripts) ( #983 )
...
* Linux: Install new packages to support latest SDA dependency
* Fix build-linux scripts
An issue with if condition and install gulp-cli deps
* Fix build-mac scripts
An issue with if condition and install gulp-cli deps
2020-05-01 10:33:56 +05:30
Vishwas Shashidhar
90bbfc526e
SDA-2013: fix origin check for simplified installer ( #981 )
...
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-04-30 19:57:26 +05:30
Sasha Murray
4448338bb5
fix: tweaked PermissionRequestHandler to resolve correctly on macOS ( #979 )
...
* added handleMediaPermission
* added mac checking
* Documented new function
2020-04-30 19:32:49 +05:30
mattias-symphony
5f64e8bc3f
Merge pull request #978 from mattias-symphony/SDA-1959b
...
feat: SDA-1959 Removed dialogs from windows installer
2020-04-28 08:33:50 +02:00
Vishwas Shashidhar
07b1218a6a
Merge branch 'master' into SDA-1959b
2020-04-27 19:46:38 +05:30
Vishwas Shashidhar
9dbb273af3
SDA-1818: fix absolute path on intro.html
...
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-04-27 19:45:56 +05:30
mattias-symphony
0266bfb7be
Merge branch 'master' into SDA-1959b
2020-04-27 15:37:29 +02:00
Mattias Gustavsson
c6ada71158
SDA-1959 Removed dialogs from windows installer
2020-04-27 14:46:47 +02:00
Vishwas Shashidhar
9c3d8c0756
SDA-1983: change translations
...
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-04-27 17:00:30 +05:30
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
Mattias Gustavsson
af53f829d7
Merge remote-tracking branch 'upstream/master'
2020-04-27 10:56:00 +02:00
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
Mattias Gustavsson
b4d82907bf
Merge remote-tracking branch 'upstream/master'
2020-04-16 12:40:31 +02:00
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
Mattias Gustavsson
b4a3034927
SDA-1951 Added version and product info to ScreenShareIndicatorFrame and ScreenSnippet
2020-04-14 09:57:30 +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