Commit Graph

1357 Commits

Author SHA1 Message Date
Kiran Niranjan
313fe5fc46 ELECTRON-1346 - Fix notification text color (#717) 2019-07-11 17:26:31 +05:30
Vishwas Shashidhar
bcf649e63b
ELECTRON-1373: fix spacing in download manager (#716) 2019-07-11 16:23:14 +05:30
Kiran Niranjan
7034640682 ELECTRON-1364 - Optimize and fix window bounds update issue (#714) 2019-07-11 15:48:27 +05:30
Kiran Niranjan
15bd87613c fix: ELECTRON-1371 (Fix Custom title bar title margin issue) (#715)
* ELECTRON-1371 - Fix title bar title margin issue

* ELECTRON-1371 - Fix spec for Windows title bar
2019-07-11 15:46:12 +05:30
Kiran Niranjan
d9c52ae745 ELECTRON-1366 - Prevent javascript error related to screen module (#713) 2019-07-10 12:00:20 +05:30
Kiran Niranjan
da36f5df54 ELECTRON-1367 - Fix always on top issue when relaunched (#712) 2019-07-10 11:59:56 +05:30
Vishwas Shashidhar
b265b646f3 chore: correct the version 2019-07-09 19:36:28 +05:30
Kiran Niranjan
b0bd60fa6d fix: ELECTRON-1365 & ELECTRON-1350 (fix issues with logo) (#711)
* ELECTRON-1365 - Fix logo in the custom title bar

* ELECTRON-1350 - Fix about app text color

* ELECTRON-1365 - Remove png file

* ELECTRON-1365 - Update windows title bar snapshot
2019-07-09 19:20:44 +05:30
Vishwas Shashidhar
a6c531dbe4 chore: bump up version 2019-07-09 17:02:37 +05:30
Kiran Niranjan
271a0ca4de ELECTRON-1364 - Throttle maximize and unmaximized state (#710) 2019-07-09 16:53:38 +05:30
Kiran Niranjan
d34de0fff8 ELECTRON-1363 - Fix pop up menu position (#709) 2019-07-09 15:08:15 +05:30
Kiran Niranjan
278257c1d1 fix: ELECTRON-1037 (Disable context menu for notification windows) (#708)
* ELECTRON-1037 - Disable context menu for notification windows

* ELECTRON-1037 - Fix typo
2019-07-09 12:19:46 +05:30
Vishwas Shashidhar
5faa766f07
fix: ELECTRON-1338: fix download manager issues (#707)
* ELECTRON-1338: add electron-dl logic to handle automatic file downloading

* ELECTRON-1338: fix download count issue

* ELECTRON-1338: group import statements
2019-07-09 11:34:22 +05:30
Keerthi Niranjan
7b0b1300c1 fix: Bump release version 1.55.3-rc.1 (#706)
* Bump release version `1.55.3`

* Bump release version `1.55.3-rc.1`
2019-07-09 11:01:59 +05:30
Vishwas Shashidhar
11f69f47ac
feat: ELECTRON-1357: show version info from pod (#703)
* ELECTRON-1357: implement getting dynamic version

* ELECTRON-1357: add support for more info window

* ELECTRON-1357: add unit tests for version handler

* ELECTRON-1357: delete unwanted files

* Delete .gulp-tsc-tmp-11966-41547-768xt5.masn2.ts

* Delete .gulp-tsc-tmp-11966-10574-1bhy8kw.k21y.ts

* ELECTRON-1357: caching server data

* ELECTRON-1357: refactor code to remove event emitter and use net module

* ELECTRON-1357: set version info asynchronously

* ELECTRON-1357: add checks for failed requests
2019-07-08 20:35:57 +05:30
Kiran Niranjan
9d887338e8 ELECTRON-1358 - Move setting shell path to main.ts to prevent multiple instance issue (#704) 2019-07-08 12:51:29 +05:30
Vishwas Shashidhar
494b886045
fix: ELECTRON-1345: fix protocol handler action issues (#702)
* ELECTRON-1345: fix processing protocol action

* ELECTRON-1354: add logs for process args
2019-07-05 23:37:14 +05:30
Kiran Niranjan
60d5a0cdde fix: ELECTRON-1331 (Update the menu element text casing) (#701)
* ELECTRON-1331 - Update the menu element text casing

* ELECTRON-1331 - Track initial analytics data
2019-07-05 10:23:17 +05:30
Kiran Niranjan
7af27d4780 fix: ELECTRON-1227 (Add translations for permissions dialog) (#699)
* ELECTRON-1227 - Add translations for permissions dialog

* ELECTRON-1227 - Add translations for permissions dialog

* ELECTRON-1227 - Arrange JSON alphabetically
2019-07-05 10:13:19 +05:30
Keerthi Niranjan
2277d4eb92 SEARCH-1564 - Bump swift-search version (safety check) (#700) 2019-07-04 18:54:25 +05:30
Keerthi Niranjan
720c653274 feat: SEARCH-1565 - Swift Search - ThreadAPI client interaction with throttling (#698)
* SEARCH-1564 - Bump swift-search version (destroy search)

* SEARCH-1564 - Bump swift-search version (destroy search)
2019-07-04 14:42:44 +05:30
Kiran Niranjan
ef997dfeb4 ELECTRON-1278 - Bump up screen snippet version to support Virtual Devices (#697) 2019-07-04 12:11:46 +05:30
Kiran Niranjan
5402d90ac9 feat: ELECTRON-1331 (Add new performance settings and add support for BI APIs) (#695)
* ELECTRON-1331 - Add new performance settings and add support for BI APIs

* ELECTRON-1331 - Resolve conflicts

* ELECTRON-1331 - Fix unit test cases

* ELECTRON-1331 - Fix unit test cases and typo
2019-07-04 12:11:29 +05:30
Vishwas Shashidhar
4fd40d1052 Revert "fix: update electron-dl dependency to point to our fork"
This reverts commit e9cf8e36
2019-07-03 18:47:16 +05:30
Vishwas Shashidhar
e9cf8e3605 fix: update electron-dl dependency to point to our fork
To fix a security issue (xss) in pupa and upgrade to the latest version, we need to resolve it in our fork of electron-dl. More details here -> https://app.snyk.io/vuln/SNYK-JS-PUPA-174563
2019-07-03 18:33:04 +05:30
Vishwas Shashidhar
918c5741a6
fix: ELECTRON-1243: fix chrome flags tests (#696)
* ELECTRON-1243: add support to control throttling

* ELECTRON-1243: fix chrome flags tests

* ELECTRON-1243: refactor code and address PR comments
2019-07-02 16:24:17 +05:30
Keerthi Niranjan
63534d04cd SEARCH-1562 - Check index file size before initializing swift-search (#694) 2019-06-28 20:09:42 +05:30
Kiran Niranjan
627935bd98 ELECTRON-1292 - Unpack node binding files (#693) 2019-06-25 15:04:49 +05:30
Vishwas Shashidhar
1b79deb24a feature: ELECTRON-1204: allow set expiry to take period dynamically 2019-06-25 13:35:55 +05:30
Kiran Niranjan
2e80c599fc feat: ELECTRON-1332 (Make Context Isolation configurable) (#691)
* ELECTRON-1332 - Make Context Isolation configurable

* ELECTRON-1332 - Abstract opts constructors functions
2019-06-25 10:26:01 +05:30
Keerthi Niranjan
0caef99513 SEARCH-1541 - Remove FreeDiskSpace to use node native binding (#692) 2019-06-25 00:53:09 -04:00
Kiran Niranjan
f17c7cc404 fix: ELECTRON-1238 (Handle session permissions) (#686)
* ELECTRON-1238 - Handle session permissions

* ELECTRON-1238 - Fix conditions

* ELECTRON-1238 - Resolve conflicts
2019-06-21 14:56:08 -04:00
Keerthi Niranjan
79c38e7834 feat: SEARCH-1527 - Display swift-search version details in the More Info (#688)
* SEARCH-1527 - Display swift-search version details in the More Info window

* SEARCH-1527 - Arrange in alphabetically order

* SEARCH-1527 - Change the implementation to use package json
2019-06-21 14:23:57 -04:00
Vishwas Shashidhar
a28e14cfef
fix: ELECTRON-1310 L10N: Minimize on Close not localized in French (#690) 2019-06-21 13:41:28 -04:00
Kiran Niranjan
355110cf72 fix: ELECTRON-1264 (Fix ATS for localhost and update TLS version to 1.2) (#689)
* ELECTRON-1264 - Fix ATS for localhost and update tls version to 1.2

* ELECTRON-1264 - Remove extendInfo field from package.json
2019-06-21 13:29:07 -04:00
Keerthi Niranjan
9f6fb708fa Bump search api version to 1.55.3 to support from R55.3 (#687) 2019-06-18 13:10:35 -04:00
Kiran Niranjan
bab80d733b fix: ELECTRON-1177 (Update French translations for menu items) (#684)
* ELECTRON-1177 - Update French translations for menu items

* ELECTRON-1172 - Update French translations for Download item
2019-06-18 13:09:37 -04:00
Kiran Niranjan
63036b6787 ELECTRON-1169 - Increase screen sharing indicator to support Japanese chars (#685) 2019-06-17 13:04:20 -04:00
Vishwas Shashidhar
5e2149da08
ELECTRON-1306: update aip files to uninstall on scripts failure (#683) 2019-06-16 09:29:04 -04:00
Kiran Niranjan
2bddbc56ec fix: Typescript (Fix issues with notification, menu & logger modules) (#682)
* Typescript - Fix issues with notification, menu & logger

* Typescript - Update unit test case and fix logger circular import

* Typescript - Fix the notification argument issue
2019-06-14 15:32:32 -04:00
Keerthi Niranjan
36613e3023 Revert ffi and version changes (#681) 2019-06-13 11:39:40 -04:00
Kiran Niranjan
65836ddf24 ELECTRON-1297 - Add role alert to the notification container (#679) 2019-06-12 17:13:48 -04:00
Keerthi Niranjan
a6a34c9c6d SEARCH-1313 - Bump swift-search version from 3.0.0 to 1.55.2 (#674)
1. Swift-Search will be supported from 1.55.2
2. All the older build we will be deprecated
2019-06-12 17:12:45 -04:00
Keerthi Niranjan
7c67fa897f feat: SEARCH-1514 - Include Index-Validator for verifying the index (#669)
* SEARCH-1514 - Include index-validator for validating index before initializing search

* SEARCH-1514 - Bump version from 1.55.2-beta.2 to 1.55.2-beta.3 Expose index validator response to SFE
2019-06-12 17:12:15 -04:00
Kiran Niranjan
ca5a39c62f Typescript - Bump electron version to 3.1.11 (#678) 2019-06-10 14:33:50 -04:00
Kiran Niranjan
1e953b0092 fix: ELECTRON-1022 (Fix issues with notification and origin) (#673)
* ELECTRON-1022 - Fix issues with notification and origin

* Typescript - Add Notification APIs to window.ssf object

* Typescript - Fix unit test

* Typescript - Fix notification bg color issue
2019-06-10 22:14:44 +05:30
Kiran Niranjan
10d3d49c44 fix: Typescript (Fix throttle issue and update stats logs) (#671)
* Typescript - Fix throttle issue and update stats logs

* Typescript - Fix unit tests
2019-06-10 22:13:59 +05:30
Nikolay Ganev
74a2d7fb37 aligning README.md and CONTRIBUTING.md to FINOS project blueprint language (#672) 2019-06-04 17:56:19 +05:30
Vishwas Shashidhar
7a94ad31f8
feat: ELECTRON-1204 - add support for ttl (#668)
* ELECTRON-1204: implement ttl logic

* ELECTRON-1204: rebase with master

* ELECTRON-1204: remove redundant comma
2019-06-03 14:19:05 +05:30
Vishwas Shashidhar
fe0cacad9e consolidate the auto assign bot configuration 2019-06-03 14:03:49 +05:30