Vishwas Shashidhar
0edc3d01e2
electron-258: fixes the pop out issue for meetings and supports undefined urls in case of new window events as per the html dom specs
2018-01-02 17:00:12 +05:30
Vishwas Shashidhar
c13bfd5f14
electron-205: fixes the already fixed issue post merge conflict regression
2017-12-29 12:48:19 +05:30
Vikas Shashidhar
3cf9226bf4
Revert "Merge pull request #269 from keerthi16/skynet"
...
This reverts commit 1388c835ef
, reversing
changes made to c9d6229d6d
.
2017-12-28 17:29:27 +05:30
Vikas Shashidhar
6c15d14fa8
Merge pull request #256 from VishwasShashidhar/electron-205
...
electron-205: fixed file overwrite issues when a custom download folder is set by the user
2017-12-27 17:10:01 +05:30
Vishwas Shashidhar
b64f60d8f2
electron-205: refactored the code as per suggestions on the PR.
2017-12-27 17:01:32 +05:30
Vikas Shashidhar
d5f7073fef
Revert "Updating Master with Skynet"
2017-12-27 16:38:27 +05:30
Keerthi Niranjan
0c652be973
Merge remote-tracking branch 'upstream/master' into skynet
...
# Conflicts:
# js/windowMgr.js
# package.json
2017-12-27 14:52:53 +05:30
Vikas Shashidhar
243144ed4a
Merge pull request #263 from KiranNiranjan/ELECTRON-217
...
Electron-217 (Whitelisting domains & sub-domains)
2017-12-22 16:08:50 +05:30
Kiran Niranjan
78c466516c
Electron-217
...
Updated the PR as per the review comments
2017-12-21 13:52:05 +05:30
Kiran Niranjan
919882a5b3
Electron-217
...
Added a warning dialog
Updated to read method to read only from global config
2017-12-21 12:53:57 +05:30
Kiran Niranjan
407dc4baa4
Electron-225 - Updated the default window size as per the new requirements
2017-12-15 11:23:21 +05:30
Vishwas Shashidhar
a6ef2d8a4c
electron-205: fixed file overwrite issues when a custom download folder is set by the user
2017-12-13 20:10:18 +05:30
Kiran Niranjan
d7f62a38b0
Electron-217
...
* Wrote some unit tests for isWhiteList
* Fixed some validation issues
2017-12-12 13:00:32 +05:30
Keerthi Niranjan
222e52cbdf
SEARCH-444
...
- Implemented a function to delete the index folder
2017-11-24 15:58:01 +05:30
Vikas Shashidhar
59658c819c
Merge pull request #238 from VishwasShashidhar/electron-205
...
Electron 205 - Allow user to set Downloads folder through Menu dropdown
2017-11-23 20:29:25 +05:30
Kiran Niranjan
a5dfd9f9b4
Electron-209 - Activating the main window after setting the alwaysOnTop property for every window
2017-11-21 11:40:04 +05:30
Vishwas Shashidhar
27edab4da2
electron-205: added logic to handle directory creation failure
2017-11-16 09:10:35 +05:30
Vishwas Shashidhar
69df38bf77
electron-205: refactoring and code comments
2017-11-16 08:57:11 +05:30
Kiran Niranjan
1e2bfad70e
Electron-209 - Fixed an issue with the alwaysOnTop feature
2017-11-10 17:07:32 +05:30
Vishwas Shashidhar
b9f53f3e8f
electron-205: implemented logic to support setting downloads directory
2017-11-10 14:13:41 +05:30
Kiran Niranjan
f180585484
Electron-139 - Disabled menu bar for pop-out windows
2017-11-09 12:53:49 +05:30
Kiran Niranjan
8906149afa
Merge remote-tracking branch 'upstream/master' into ELECTRON-174
2017-11-05 10:41:47 +05:30
Kiran Niranjan
96e30a41d9
Electron-196 - Updated default pop-out window size and min height
2017-10-31 10:20:44 +05:30
Kiran Niranjan
3c7aa59883
Electron-174 - implemented basic authentication for electron
2017-10-18 12:17:09 +05:30
Vishwas Shashidhar
dd0882c0b6
electron-17: fixes merge conflicts with master
2017-10-09 19:57:38 +05:30
Vishwas Shashidhar
99dd5d90ff
electron-135: added logic to clean up event listeners
2017-10-08 19:32:44 +05:30
Vishwas Shashidhar
a291846001
electron-135: fixes as per PR comments to avoid leakages
2017-10-06 23:44:16 +05:30
Vishwas Shashidhar
9dfbdaa1bb
electron-135: fixed typo in the method name
2017-10-06 16:07:13 +05:30
Vishwas Shashidhar
49775e543d
electron-135: added code comments
2017-10-06 16:00:50 +05:30
Vishwas Shashidhar
d3706d6b6d
electron-135: fixes the raised issue
2017-10-06 15:58:26 +05:30
Vishwas Shashidhar
dea1c1d2f4
Merge branch 'master' into electron-17
...
* master:
Electron-172 - Fixes the pop-out issue
electron-173: added dependencies to the advanced installer
electron-173: enabled spell checker
Electron-142 - Changed the symphony logo
Electron-142 - Moved inline styles to style tag
Updated window title
Electron-142 - Made changes as per review
Electron-142 - Made changes as per review
Updated comment
Change title to reflect new file display name as per Electron-144
Adds a count to the file name in the download manager if the user downloads a file with the same name.
Electron-142 - Added a new menu item to show application version details
Add tooltip to display full filename in download manager.
2017-10-06 14:04:03 +05:30
Kiran Niranjan
cf3e510204
Electron-172 - Fixes the pop-out issue
2017-10-06 11:29:48 +05:30
Vishwas Shashidhar
f83cfb9a44
electron-17: refactored code to read data from the config file and added pod url to the extras object
2017-10-05 22:18:52 +05:30
Vishwas Shashidhar
40cf6b6d73
electron-17: added an event to capture a renderer crash for child windows and initialized the crash reporter there too.
2017-09-25 16:10:03 +05:30
Vishwas Shashidhar
a647c0d3cd
electron-17: added logic to check dev environment for crashing the renderer process
2017-09-25 14:33:12 +05:30
Vishwas Shashidhar
0228255feb
Merge branch 'master' into electron-17
...
* master:
electron-130: fixes the issue raised
2017-09-19 12:02:32 +05:30
Vishwas Shashidhar
08b58b51bb
electron-17: refactored code related to crash reporter
2017-09-19 11:56:11 +05:30
Vishwas Shashidhar
511d616e74
electron-17: changed logic to use the electron crash reporter directly in all the processes
2017-09-18 21:17:45 +05:30
Vishwas Shashidhar
9f7bc10287
electron-17: added support to get crash directory info for users amongst other minor changes
2017-09-14 21:08:42 +05:30
Vishwas Shashidhar
e74d4c11d4
electron-130: fixes the issue raised
2017-09-14 16:30:13 +05:30
Vishwas Shashidhar
be55c4df84
electron-17: disabled uploading crash reports to server
2017-09-13 16:31:09 +05:30
Vishwas Shashidhar
40f0cdcdf9
Merge branch 'master' into electron-17
...
# Conflicts:
# js/main.js
# js/windowMgr.js
2017-09-13 16:13:49 +05:30
Vishwas Shashidhar
5f557247a7
electron-97: refactored the code as per the ticket (points 3 & 4 covered)
2017-08-24 16:18:32 +05:30
Vishwas Shashidhar
28bd9399aa
electron-97: refactored the code as per the ticket (points 2 & 6 covered)
2017-08-24 13:21:02 +05:30
Kiran Niranjan
3756d8e3b1
Merge remote-tracking branch 'upstream/master' into ELECTRON-47
...
# Conflicts:
# package.json
2017-08-09 21:31:54 +05:30
Kiran Niranjan
7556869049
Electron-107 - Fixes the remote desktop(2nd monitor) issue on windows
2017-08-08 15:20:03 +05:30
Kiran Niranjan
95d3a43726
Electron-47 - Removed the old "electron-context-menu" that was being used
2017-07-26 15:56:55 +05:30
Kiran Niranjan
6485324677
Implemented Spell checker
2017-07-25 14:27:57 +05:30
Vishwas Shashidhar
01a77f0850
electron-99: fixed pop out window issue
2017-07-19 15:19:46 +05:30
Vishwas Shashidhar
83fb71cfb2
electron-99: added attributes to control sandboxing
2017-07-14 12:58:59 +05:30