Commit Graph

184 Commits

Author SHA1 Message Date
Vishwas Shashidhar
217299bcf8
Electron 323: allow admins to set permissions to peripherals (#329)
- implement permissions settings for electron
- add "Yes" / "No" as user visible text in the windows installer confirmation screen
- add "Yes" / "No" as user visible text in the windows installer for settings screen
- fix windows installer conflicts
2018-03-20 17:49:27 +05:30
Kiran Niranjan
ecb0f88660 Electron-336 (Update bring to front logic on Windows) (#325)
- Added an arg which prevents window from getting focus when it is set to false
- Update bring to front logic
- Rename "Bring to Front on Notifications" to Flash Notification in Taskbar for Windows
- Update Spectron test cases
2018-03-16 12:26:07 +05:30
Vishwas Shashidhar
9856548e82
ELECTRON-341: fix typo in the advanced installer config (#324) 2018-03-15 17:50:37 +05:30
Keerthi Niranjan
c3b82a0869 SEARCH-598 and SEARCH-611 (Deleting data folder on Electron Crash) (#307)
- Deleting the data folder on crash and unexpected shutdown
- Created script for clearing the index data on start up
- Working in dev env
- Added path to package
- Windows path file change
- Working on production build
- Completed implementation
- Few changes to callback
- Few changes to callback
- Updated package
- Fixed windows bug
- Fixed windows bug
- Fixed windows bug
- Added exe for task
- Added exe for task
- Fixed exe file
- Code refactoring
- Updated api file
- Added uuid for the task name
- Updated exe for the uuid
- Updated API file
- AIP version
- Fixes all the scenarios for mac
- Updated the boot file to clear data file on login
- Fixed data folder deleting on application is open
- Windows launch agent
- Working on all the scenario
- Added a launch script and starting the register
- Updated search-win-task.exe file
- Updating the aip file
- Updating the aip file
- Removed randomString lib
- Requested changes (PR)
- Included the library from new repo electron-uitls
- Updated AIP file
- Updated AIP
- Bumped up electron-utils version
- Added missing quotes
- Bumped up electron-utils version
- Added missing quotes
- Bumped utils version
- Bumped utils version
- Update AIP
2018-03-15 16:37:50 +05:30
Vishwas Shashidhar
e0b831bcde
Electron 292: fix command line installer issues (#323)
- fix the command line installer issue
- fix merge issues
2018-03-15 15:28:06 +05:30
Vishwas Shashidhar
3a9df2a9af
Electron 360: fix configuration property issues on 32 bit windows installer (#322)
- add text update component for the 32 bit aip configuration file
- fix the text update component which was failing to overwrite values to the config file from the installer
2018-03-14 21:38:28 +05:30
Vishwas Shashidhar
2757a58604
Electron 324: allow only https in pod url config during installation (#319)
- add logic to validate pod url strictly with https
- add logic to validate pod url strictly with https (windows)
- fix url replacement in the post install script and regular expression for validating url in the installer pane
2018-03-14 11:59:09 +05:30
Vishwas Shashidhar
036077ba8e
ELECTRON-307 : add 32 bit windows installer support (#313)
add aip configuration for 32 bit windows build
2018-03-07 22:22:27 +05:30
kiranniranjan
605fad25c0 Electron-262 - Updated display text for both Mac and Windows 2018-01-17 15:23:50 +05:30
Kiran Niranjan
92076ce9c7 Electron-249 - Fixed new line issue in setting plugin 2018-01-05 23:40:32 +05:30
Kiran Niranjan
5ef535d88e Electron-249 - Implemented a new feature that brings electron wrapper when a user receives a notification 2018-01-05 17:42:43 +05:30
Vikas Shashidhar
73dbd98f4e
Merge pull request #282 from KiranNiranjan/ELECTRON-231
Electron-231 (Fixes the installer config issue on Windows)
2018-01-03 16:37:36 +05:30
Kiran Niranjan
742dcf2517 Electron-250
Renamed the variables as per the review
2018-01-02 13:00:28 +05:30
Kiran Niranjan
9010c341cb Electron-231
Fixes the installer config issue on Windows
2017-12-29 17:55:42 +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
d5f7073fef
Revert "Updating Master with Skynet" 2017-12-27 16:38:27 +05:30
Kiran Niranjan
193a4c126d Electron-250
Updated the bundle file
Added "http" prefix validation
2017-12-27 16:25:40 +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
Kiran Niranjan
4724e99647 Electron-250 - Fixed http prefix validation 2017-12-22 12:22:15 +05:30
Kiran Niranjan
18a7166714 Electron-223 - Update the regexp to validate URLs 2017-12-14 21:46:33 +05:30
Vishwas Shashidhar
4ae04a1f69 electron-219: added logic to set default values in the postinstall script 2017-11-29 14:06:34 +05:30
Vishwas Shashidhar
a274eb5db3 electron-219: added a pre-install script for macOS 2017-11-27 10:28:57 +05:30
Vishwas Shashidhar
aa9bb743cd electron-214: added logic to have checkbox selected for "minimize on close" in advanced installer on windows 2017-11-16 15:29:20 +05:30
Vishwas Shashidhar
1a99998a0f electron-214: added logic to check minimize on close by default for mac installer 2017-11-16 09:31:32 +05:30
Keerthi Niranjan
5b4c0a4306 SEARCH-197
- Added api config for windows
2017-11-10 16:56:36 +05:30
Keerthi Niranjan
3e3bcec600 SEARCH-197
- Removed the post script for installing lz4
2017-11-09 20:00:11 +05:30
Keerthi Niranjan
1bbb1f3ff0 Merge remote-tracking branch 'upstream/skynet' into SEARCH-197
# Conflicts:
#	js/main.js
2017-11-07 15:00:14 +05:30
Vishwas Shashidhar
d8cc2531be electron-201: applied common changes for windows too 2017-11-07 13:31:45 +05:30
Vishwas Shashidhar
b1299a1283 electron-201: fixes issue related to auto launch 2017-11-07 13:23:31 +05:30
Vikas Shashidhar
8fb57d2375
Merge pull request #207 from VishwasShashidhar/electron-141
Electron 141: fix on url validation issue on installer
2017-10-31 15:36:30 +05:30
Vishwas Shashidhar
4beefbaed6 electron-141: added logic in the mac installer to prepend protocol for a url in case of absence of one 2017-10-25 15:08:19 +05:30
Vishwas Shashidhar
a85d15e21d electron-141: added logic to prepend protocol if it is missing during the installation process 2017-10-25 14:02:07 +05:30
Vishwas Shashidhar
f29d09301f electron-141: enabled digital signing in AIP 2017-10-25 12:15:28 +05:30
Vishwas Shashidhar
cf3dda3022 electron-141: added logic to validate pod url via JScript and removed C sharp dependencies 2017-10-25 12:14:28 +05:30
Vishwas Shashidhar
aa6166d646 electron-185: bumped up version numbers for mac and windows installers 2017-10-18 18:43:05 +05:30
Keerthi Niranjan
a515ab3c35 SEARCH-197
- Removed archiver
- Removed extract-zip
- Implemented new compression algorithm (lz4)
2017-10-17 12:11:13 +05:30
Vishwas Shashidhar
89bbcfde61 electron-141: fixes the url validation issue for both mac and windows 2017-10-09 19:29:05 +05:30
Vishwas Shashidhar
e0f03011ae electron-141: fixed typo in the advanced installer messages 2017-10-09 13:39:09 +05:30
Vishwas Shashidhar
3b62ae5313 electron-141: fixed the messages in advanced installer 2017-10-09 13:35:55 +05:30
Vishwas Shashidhar
caa406dc55 Merge branch 'master' into electron-141
* master: (30 commits)
  Electron-172 - Fixes the pop-out issue
  electron-173: added dependencies to the advanced installer
  electron-173: enabled spell checker
  electron-145: fixes the issue with invalid json config upon repair
  Electron-142 - Changed the symphony logo
  Electron-142 - Moved inline styles to style tag
  electron-158: added logic to disable spellchecker
  Updated window title
  Electron-142 - Made changes as per review
  Electron-142 - Made changes as per review
  electron-17: added logic to open the completed directory under the crashes directory
  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.
  electron-17: added an event to capture a renderer crash for child windows and initialized the crash reporter there too.
  electron-17: added logic to check dev environment for crashing the renderer process
  electron-17: removed config that was not needed
  electron-17: refactored code related to crash reporter
  ...

# Conflicts:
#	installer/win/Symphony-x64.aip
2017-10-09 12:34:04 +05:30
Vishwas Shashidhar
9ace38634e electron-173: added dependencies to the advanced installer 2017-10-06 10:27:42 +05:30
Vishwas Shashidhar
4b00baf997 electron-141: added url validation on the windows installer with a workaround 2017-10-02 22:10:40 +05:30
Vishwas Shashidhar
3ce1ec2986 electron-141: added tooltip against the pod url text box and beautified the error message 2017-09-28 16:41:49 +05:30
Vishwas Shashidhar
b03cc6ac64 electron-141: fixed pod url protocol issue 2017-09-26 23:44:45 +05:30
Vishwas Shashidhar
ef3940b7e3 electron-141: added support for validating pod url while installation on mac 2017-09-26 23:22:28 +05:30
Vikas Shashidhar
9e26aa9d45 Merge pull request #176 from keerthi16/SEARCH-154
Search-154 (initial commit)
2017-08-21 21:31:09 +05:30
Vishwas Shashidhar
d4807279f6 electron-113: implemented changes as per the use cases defined in the ticket 2017-08-18 17:59:03 +05:30
Keerthi Niranjan
fe8d403725 SEARCH-154 - Added lib dir to config 2017-08-16 10:42:32 +05:30
Kiran Niranjan
598f75038b Electron-109 - Changed "launchOnStartup" custom implementation to "auto-launch" 2017-08-10 18:28:17 +05:30
Kiran Niranjan
9de7e3f7e8 Electron-158 - Removed spellchecker dependencies from aip 2017-08-04 13:21:15 +05:30
Vishwas Shashidhar
1ff558af81 electron-145: fixes the issue with invalid json config upon repair 2017-09-28 18:42:47 +05:30
Kiran Niranjan
c8ca074f92 Electron-47
1. Removed `electron-context-menu` from dependency
2. Added cld.node in app.asar.unpacked dir
3. Resolved conflicts
2017-08-02 16:17:30 +05:30
Kiran Niranjan
ae0398d8d0 Electron-47
1. Added a default language ('en-US') for windows
2. Included app.asar.unpacked dir in the windows installer as `spawn-rx` module is required for spellchecker to work.
2017-08-01 13:28:32 +05:30
Vishwas Shashidhar
5ee9cfaceb electron-99: removed unneeded code in post install script. 2017-07-20 21:45:18 +05:30
Vishwas Shashidhar
6c1d04c722 electron-99: enabled signing on windows aip installer 2017-07-19 16:40:45 +05:30
Vishwas Shashidhar
4be11d4563 electron-99: merged master to resolve conflicts 2017-07-19 16:06:41 +05:30
Vishwas Shashidhar
cd495ba42a electron-99: disabled sandboxing for windows 2017-07-14 15:07:25 +05:30
Vishwas Shashidhar
83fb71cfb2 electron-99: added attributes to control sandboxing 2017-07-14 12:58:59 +05:30
Kiran Niranjan
e146a95620 Electron-77 - Implemented method to update user config 2017-07-13 01:27:21 +05:30
Vishwas Shashidhar
b77c61b625 electron-48: updated the batch file info 2017-06-25 15:01:03 +05:30
Vishwas Shashidhar
28bd98655d electron-48: added logic to launch app fully sandboxed for windows 2017-06-25 14:55:45 +05:30
Vishwas Shashidhar
9dd22f9333 electron-48: added logic to launch app in fully sandboxed mode for mac 2017-06-25 13:59:31 +05:30
Vishwas Shashidhar
150ebaf70a Electron 77 - added alwaysontop option for windows installer (#145)
* electron-77: added support for alwaysOnTop in mac installer

* updated the gitignore file to exclude vscode settings

* electron-77: added option for alwaysOnTop for windows installer

* electron-77: fixed the aip certficiate disabled issue, updated the gitignore to ignore aip cache and setup files
2017-06-20 08:51:31 -07:00
Vishwas Shashidhar
d5f04ce152 electron-77: added support for alwaysOnTop in mac installer (#143) 2017-06-16 09:23:35 -07:00
Vishwas Shashidhar
963672008b electron-75 -> Fixes the issue (#140) 2017-06-13 09:45:48 -07:00
Vishwas Shashidhar
4e4953fdc5 electron-37: updated readme (#136) 2017-06-09 08:51:25 -07:00
Vishwas Shashidhar
dcd84ef400 electron-69: fixes the issue raised in the ticket for windows (#134) 2017-06-08 09:53:11 -07:00
Vishwas Shashidhar
e23f6ce998 electron-71: supports packager plugin from macOS 10.7 (#135) 2017-06-08 09:52:55 -07:00
Vishwas Shashidhar
3f9167b3d6 electron-69: sets minimize on close to false by default in the mac installer and the config file (#126) 2017-06-05 09:23:20 -07:00
Vishwas Shashidhar
4a02beeb86 Electron 37: Content changes to the mac installer (#123)
* added background image to packages as provided by the design team

* electron-37: added a custom intro screen and changed the text in plugin as per design instructions
2017-06-02 09:09:35 -07:00
Vishwas Shashidhar
6b3037c5d3 added background image to packages as provided by the design team (#122) 2017-06-01 10:54:47 -07:00
Vishwas Shashidhar
307b60dd25 electron-37: fixed issues w.r.t. installer pane not capturing the pod… (#115)
* electron-37: fixed issues w.r.t. installer pane not capturing the pod url and also added startup plist in the post install script

* electron-37: removed watch paths on launch agent
2017-05-30 10:09:34 -07:00
rbarros-daitan
2b6139f35a Add Remove Previous Version action during install (#112) 2017-05-26 12:31:30 -07:00
Lynn
2afce4c10b fix bad paths in aip file (#108) 2017-05-24 16:10:12 -07:00
Lynn
b06ae06bcc move windows installer to new dir (#107) 2017-05-24 16:00:04 -07:00
Lynn
799da09911 fix mac pkg installer path (#101) 2017-05-23 20:05:18 -07:00
Lynn
3309c9f70f electron-37: added implementation for advanced mac installer (#99) 2017-05-23 13:51:19 -07:00
Lynn
c2d8d8ea70 change time stamp server (#89) 2017-05-11 11:08:43 -07:00
rbarros-daitan
025e0d67ed ELECTRON-51 (#83)
* ELECTRON-51

* fix flags dependency
2017-05-10 13:32:49 -07:00
rbarros-daitan
c0908e64ef Auto Launch (#75)
* Auto Launch

* Applying comments

* fix app.quit
2017-05-09 14:44:14 -07:00
Lynn
fa62eb991c add screen snippet dep for windows (#67) 2017-04-21 16:07:36 -07:00
rbarros-daitan
b244519045 Redo branch & pr for registry (#36)
* Redo branch & pr for registry

* fix lint ignore file
2017-03-22 08:10:40 -07:00
Lynn
8f1e1e388a Installer config (#19)
* update installer to read pod url from config

* update to installer aip

* fix in undefined in getConfig
2017-02-22 15:34:16 -08:00
lneir
5ebd4d4716 add msi installer 2017-02-15 01:26:24 +00:00