Commit Graph

1108 Commits

Author SHA1 Message Date
Vishwas Shashidhar
3306473f07
ELECTRON-602: fix the pre-install script on macOS installation / upgrade cases (#481)
* ELECTRON-602: fix the pre-install script on macOS installation

Currently, when we try to install a version that is lower than the currently installed version, the pre install script deletes the existing version and the new version is not installed either. This is because of how macOS handles upgrades.

So, we add a version check function that exits the script if we have a new version already installed on the system rather than deleting the existing version installed on the system

* ELECTRON-602: fix the version comparison as per PR comments
2018-08-29 09:48:46 +05:30
Kiran Niranjan
e5fb89842b ELECTRON-592 - Prevent custom title bar buttons from taking focus (#478) 2018-08-28 11:49:01 +05:30
VICTOR RAPHAEL BRAGA DE SALES MASCARENHAS
29fb713b75 ELECTRON-695 - Fixing hover close button on notification (#475) 2018-08-28 11:47:24 +05:30
Kiran Niranjan
10e0f8a295 ELECTRON-694 (Send activity only if network status is online) (#469)
- Send activity only if network status is online
- Fix require statement for ELECTRON_QA env
2018-08-28 11:47:09 +05:30
Vishwas Shashidhar
74e5123e48
ELECTRON-669: add japanese localisation for download manager actions (#477)
Currently, the actions "Open" & "Show in Folder" are not localised as part of the download manager. This commit adds japanese localisation for the above two actions.

Along with the above, we also add a better UX by using the string "Reveal in Finder" for macOS users.
2018-08-27 20:28:21 +05:30
Keerthi Niranjan
418de90fb3 SEARCH-915 - Revert back to ffi (ffi-napi - napi_get_uv_event_loop issue on windows) (#473) 2018-08-23 16:05:02 +05:30
Kiran Niranjan
1695920d24 ELECTRON-656 (Localize context menu labels) (#472)
- Localize context menu labels
- Update condition to setLocale for pop-out window
2018-08-22 17:34:16 +05:30
Vishwas Shashidhar
c4726a9dc2
ELECTRON-655: implement dynamic chrome command line flags logic (#471)
- implement dynamic chrome command line flags logic
- added more validation
2018-08-22 15:41:33 +05:30
Vishwas Shashidhar
d6dbdb866d correct napi reference import 2018-08-22 13:20:49 +05:30
Vishwas Shashidhar
870f79abd0 fix dll path issue on win32 installer 2018-08-21 20:35:14 +05:30
Vishwas Shashidhar
09a1dbb003 fix dll references in advanced installer files 2018-08-21 18:08:04 +05:30
Keerthi Niranjan
4823995013 SEARCH-915 - Use N-API version of ffi to support Node > 10.0.0 (#470) 2018-08-21 15:39:28 +05:30
Vishwas Shashidhar
a6eabca960 upgrade electron version and app version 2018-08-21 15:36:26 +05:30
Kiran Niranjan
5a0576402c ELECTRON-651 (Assign focused window to the screen picker) [Windows] (#468)
* ELECTRON-651 - Assign focused window to the screen picker

which disables user interaction with the content below

* ELECTRON-651 - Fix jest-html-reporter's path in jest config

* ELECTRON-651 - Fix unit tests
2018-08-20 17:35:40 +05:30
thaisym1912
9dba7521fc AVT-1082 [Spectron][Windows] Pop-in popped-out chat (#463)
* Add test

* Updated
2018-08-16 13:24:58 +05:30
thaisym1912
146db038f0 AVT-1026 [Spectron][Windows] Configure alert position at top/bottom left/right (#466)
* Add test

* Updated
2018-08-16 13:03:13 +05:30
tranducanh
66d1a9f8e7 Fix to run all test on jenkins (#467)
* Fix issue

* fix run all test and is not hang on jenkin

* fix space

* remove npm run rebuild
2018-08-16 11:54:46 +05:30
tranducanh
42335eb446 AVT-1107:Open ACP inside Electron when clicking on the 'Go to AC portal' (#461)
* AVT-1107

* update code
2018-08-16 11:49:10 +05:30
tranducanh
6629d5c67c AVT-1083: Verify Flash notification in taskbar option when multiple applications are opened (#459)
* AVT-1083 add new test

* update code

* remove check isMac
2018-08-16 11:48:44 +05:30
Kiran Niranjan
7fb6c4c407 ELECTRON-648 (Prevent drag and drop of files) (#464)
- Prevent drag and drop of files
- Prevent drag and drop of files for about app window
2018-08-16 11:35:40 +05:30
Kiran Niranjan
a2510677ed ELECTRON-665 - Localize custom title bar buttons for Windows 10 (#465) 2018-08-16 11:34:35 +05:30
Vishwas Shashidhar
6dcc8089c7 Merge branch 'master' into rc-1.53.0
* master:
  SEARCH-905 - Electron "child_process" promisify issue (#462)
  AVT-1081 [Spectron][Windows] pop-out chat, inbox (#460)
  [AVT-1095] - [Spectron][MAC] Show 1 in tray icon when unread message = 1 (#458)
  Support on MAC (#456)
  bump up version number to 2.11.0
  ELECTRON-600 (Implement Native Encryption for AESGCMEncrypt, AESGCMDecrypt & RSADecrypt) (#452)
  ELECTRON-670 - Remove setting menu to null for pop-out (#457)
  AVT-1031 AND AVT-1032: Verify toast notification for IMs, Signal,Room (#448)
  AVT-1025: Verify toast notification when Persist Notification is ON (#447)
  ELECTRON-607 (Optimization and bug fix) (#455)
  AVT-1024 Add test "Pop-up alert play depends on setting" (#454)
  ELECTRON-652: add new app icons for windows and macOS (#453)
  ELECTRON-607 (Change native menu bar style - Windows 10) (#451)
  ELECTRON-661 (Security fix for pop-outs RCE) (#450)
  AVT-1029 Add test "Verify the production logs exists when clicking on "Show logs in Explorer"" (#445)
  Add test (#443)
  ELECTRON-591 - Add logic to close up child windows whenever parent window is navigated or reloaded (#446)
  AVT-937,AVT-938,AVT-939 : [Spectron][Windows] Close window when 'Minimize on Close' is ON (#437)
  AVT-914 [Spectron][Windows] Add test "Keep size and position of the windows in previous session" (#430)
  Removes launchd plist files as there no longer needed (#442)
2018-08-14 10:28:43 +05:30
Keerthi Niranjan
924ae9bb6f SEARCH-905 - Electron "child_process" promisify issue (#462) 2018-08-14 10:21:30 +05:30
thaisym1912
21b79f7714 AVT-1081 [Spectron][Windows] pop-out chat, inbox (#460) 2018-08-14 10:20:16 +05:30
Truong Pham
a0968d1752 [AVT-1095] - [Spectron][MAC] Show 1 in tray icon when unread message = 1 (#458)
- Support new test on MAC
- Support Badge Count test on MAC
- Use let instead of var
2018-08-13 14:24:55 +05:30
Truong Pham
d92a123f32 Support on MAC (#456) 2018-08-13 14:24:04 +05:30
Vishwas Shashidhar
f6db6b08db bump up version number to 2.11.0 2018-08-10 10:25:06 +05:30
Kiran Niranjan
668b49a826 ELECTRON-600 (Implement Native Encryption for AESGCMEncrypt, AESGCMDecrypt & RSADecrypt) (#452)
- Implement Native Encryption for AESGCMEncrypt & AESGCMDecrypt
- Refactor and remove spectron test case for security reasons
- Update library file for MacOS
- Include RSADecrypt method
- Throw errors instead of logs
- Remove exceptions throw
- Fix tag buffer in AESGCMDecrypt
- Optimize EncryptDecrypt method
2018-08-09 21:21:37 +05:30
Kiran Niranjan
65b107a1ab ELECTRON-670 - Remove setting menu to null for pop-out (#457) 2018-08-09 18:17:49 +05:30
tranducanh
2624e706c5 AVT-1031 AND AVT-1032: Verify toast notification for IMs, Signal,Room (#448) 2018-08-08 13:00:44 +05:30
tranducanh
d3f77685dd AVT-1025: Verify toast notification when Persist Notification is ON (#447) 2018-08-07 18:19:42 +05:30
Kiran Niranjan
3ce535ae21 ELECTRON-607 (Optimization and bug fix) (#455)
- Fix setLocale args
- Optimize Alt key press
- Optimize title bar style menu selection
2018-08-07 18:02:02 +05:30
thaisym1912
6746fb294c AVT-1024 Add test "Pop-up alert play depends on setting" (#454) 2018-08-07 15:19:01 +05:30
Vishwas Shashidhar
79c952ac04
ELECTRON-652: add new app icons for windows and macOS (#453) 2018-08-06 18:09:34 +05:30
Kiran Niranjan
42021087ae ELECTRON-607 (Change native menu bar style - Windows 10) (#451)
- Change native menu bar style
- Display dialog confirmation for app relaunch
- Update menu coordinates
- Display dialog confirmation for app relaunch
2018-08-06 15:31:02 +05:30
Kiran Niranjan
76b995d064 ELECTRON-661 (Security fix for pop-outs RCE) (#450)
- Security fix for pop-outs RCE
- Bump Electron version to 2.0.6
2018-08-03 19:31:54 +05:30
thaisym1912
e441deeb1d AVT-1029 Add test "Verify the production logs exists when clicking on "Show logs in Explorer"" (#445) 2018-08-02 15:53:46 +05:30
thaisym1912
33b3e0840b Add test (#443) 2018-08-01 20:20:48 +05:30
Kiran Niranjan
75d2e06673 ELECTRON-591 - Add logic to close up child windows whenever parent window is navigated or reloaded (#446) 2018-08-01 14:51:29 +05:30
tranducanh
f893b5658c AVT-937,AVT-938,AVT-939 : [Spectron][Windows] Close window when 'Minimize on Close' is ON (#437) 2018-08-01 14:43:57 +05:30
thaisym1912
7791d5b39a AVT-914 [Spectron][Windows] Add test "Keep size and position of the windows in previous session" (#430) 2018-07-31 22:34:45 +05:30
Keerthi Niranjan
0d1fe72849 Removes launchd plist files as there no longer needed (#441) 2018-07-24 11:24:27 +05:30
Keerthi Niranjan
f0de24ccf6 Removes launchd plist files as there no longer needed (#442) 2018-07-24 11:24:21 +05:30
Vishwas Shashidhar
b8626e0756 add logic to skip ct checks for dev env 2018-07-23 16:08:49 +05:30
Vishwas Shashidhar
0ae23e1bee bump up version number 2018-07-23 15:26:17 +05:30
Keerthi Niranjan
8485a5f915 SEARCH-840 Fix FreeDiskSpace path issue (#440) 2018-07-20 16:35:24 +05:30
Vishwas Shashidhar
0d161727d8
ELECTRON-593: support launching app through custom pod urls (#439) 2018-07-20 16:31:18 +05:30
Vishwas Shashidhar
1898c36508
ELECTRON-505: add dev tools administration control (#435)
* ELECTRON-505: enable / disable dev tools

implement logic to disable / enable dev tools with installer and configuration file

* ELECTRON-505: fix mac installer issues

* ELECTRON-505: add dev tools option to the windows installers

* ELECTRON-505: enable signing in the installers

* ELECTRON-505: update mac installer dev tools label text

* ELECTRON-505: remove dev tools from configuration windows
2018-07-20 16:23:08 +05:30
Keerthi Niranjan
205c08977d SEARCH-840 Updates searchApiVer and AIP (#438)
* SEARCH-840 Migrates SwiftSearch to a different project https://github.com/symphonyoss/SwiftSearch

* SEARCH-840 Changes swift-search require

* SEARCH-840 refactor

* SEARCH-840 Changes swift-search version

* SEARCH-840 Changes warn message

* SEARCH-840 Updates api version and removes unwanted libraries from aip
2018-07-20 14:12:51 +05:30
Kiran Niranjan
6489990b19 ELECTRON-618 - Initially register global shortcut (#436) 2018-07-20 12:20:34 +05:30