Keerthi Niranjan
0c159d1d5c
SEARCH-197
...
- Removed the verbose from the tar cmd
- Made shellPath async
2017-11-08 20:28:08 +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
Keerthi Niranjan
fdaa6f840a
SEARCH-197
...
- Setting th env PATH to fix the child_process error
2017-11-07 14:08:47 +05:30
Vikas Shashidhar
48610c3681
Merge remote-tracking branch 'symphony/master' into skynet
...
# Conflicts:
# installer/win/Symphony-x64.aip
# js/main.js
# package.json
2017-11-07 13:31:03 +05:30
Kiran Niranjan
a1dfea70bb
Electron-154 - Modified the code to open the main window after reading the config fields
2017-10-17 11:39:19 +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
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
40f0cdcdf9
Merge branch 'master' into electron-17
...
# Conflicts:
# js/main.js
# js/windowMgr.js
2017-09-13 16:13:49 +05:30
Vishwas Shashidhar
1049807a14
electron-126: implemented changes for single user install in user config
2017-09-06 22:06:00 +05:30
Vishwas Shashidhar
55c3714b2b
electron-113: fixes the issues raised by qa.
2017-09-05 11:26:42 +05:30
Vishwas Shashidhar
526c7cc1c9
Merge branch 'master' into electron-113
...
# Conflicts:
# js/main.js
# package.json
2017-09-01 12:53:10 +05:30
Keerthi Niranjan
c8b45e091e
SEARCH-154 & SEARCH-116
...
1. Getting the key and the userId from the client app
2. Creating a encrypted file as soon as the batch indexes are merged
3. Deleting the data folder when the quits
4. Few changes in the encryption and decryption
2017-08-28 12:13:58 +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
Vishwas Shashidhar
7ab0f75e2e
electron-97: completed point 1 in refactoring
2017-08-23 22:08:33 +05:30
Vishwas Shashidhar
f2909cdebd
electron-113: refactored the code as per PR comments
2017-08-23 14:32:58 +05:30
Vishwas Shashidhar
bb939d77ee
electron-113: fixed issues w.r.t. reinstall cases on windows
2017-08-22 21:18:21 +05:30
Keerthi Niranjan
8d73e930ed
SEARCH-154 & SEARCH-116
...
1. Hardcoded the key and userId for now
2017-08-22 16:34:57 +05:30
Keerthi Niranjan
0bc51c50b1
Merge remote-tracking branch 'upstream/skynet' into SEARCH-116-GCM
...
# Conflicts:
# package.json
2017-08-22 12:58:12 +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
4053d22dfc
SEARCH-116-GCM Changed the path from data to user folder
2017-08-18 17:28:30 +05:30
Keerthi Niranjan
f6ae42f854
SEARCH-116 - Temporary push
2017-08-14 10:47:01 +05:30
Kiran Niranjan
598f75038b
Electron-109 - Changed "launchOnStartup" custom implementation to "auto-launch"
2017-08-10 18:28:17 +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
4269041a51
Electron-77 - Added timeout for child process
2017-07-13 11:12:20 +05:30
Kiran Niranjan
d5ac806be4
Electron-77 - Fixed user config path for mac
2017-07-13 10:43:56 +05:30
Kiran Niranjan
e146a95620
Electron-77 - Implemented method to update user config
2017-07-13 01:27:21 +05:30
Vishwas Shashidhar
981df664a9
electron-17: merged master onto electron-17 and resolved conflicts
2017-07-05 15:45:46 +05:30
Vikas Shashidhar
299e75eca3
Electron 44 File Download Experience ( #116 )
...
* Implemented File Download Experience
1. Initiate download manager when a file download is initiated.
2. Add items to download manager when new items are downloaded.
3. Allow user to open file in default OS app.
4. Allow user to show file in finder/explorer.
5. Allow user to close download bar.
* 1. Removed underscore
2. Added safety checks
3. Added support for popouts
4. Creating most elements of download manager if electron
* 1. Moved download manager logic to a separate file
* 1. Added styles to help pushing up the content of the app when the download manager is being shown.
* 1. Added tests for Download Manager.
* Removed unnecessary code.
* Made adjustments to handle positioning of the download manager through the flexbox model rather than the fixed positioning way.
* Removed data attributes being added to body to handle download manager.
2017-06-27 08:08:58 -07:00
Vikas Shashidhar
22fff88ded
Merge branch 'master' into electron-17
2017-06-05 16:27:44 +05:30
Vikas Shashidhar
abdd8da1fa
1. Crash Details such as Company Name and Crashpad URL are now being fetched from the global config file.
2017-06-05 16:09:31 +05:30
Lynn
92241aa27b
ignore single app instance for dev mode ( #119 )
2017-06-01 09:04:17 -07:00
Lynn
f97a13c382
add logging and unit tests ( #117 )
...
* add logging and unit tests
* fix logging msg spell for notification
2017-05-31 21:39:08 -07:00
Kiran Niranjan
8e8b3948da
Electron-26 (Auto Launch for Mac) ( #109 )
...
* Electron-19 - Updated AutoLauncher path to make it work properly in mac
* Electron-26 - Implemented auto launch for mac
* Electron-26 - Added comments
2017-05-31 10:38:57 -07:00
Vikas Shashidhar
65b08f0952
Electron-17: Crash Reporter
...
1. Implemented crash reporter for both main and renderer processes
2. Fetch crash log details from Symphony.config
3. Send reports to a break pad server
2017-05-24 19:02:49 +05:30
Lynn
939b59df8e
code cleanup - no functional change ( #95 )
2017-05-23 20:22:07 -07:00
Lynn
ca59171294
fix linting issue in main.js ( #100 )
2017-05-23 13:53:48 -07:00
Lynn
d494e23d4e
Minimize on close updates ( #93 )
...
* Minimize On Close
* Minimize on close updates
2017-05-19 08:01:41 -07:00
Lynn
a64053823b
refactor launch on startup ( #90 )
2017-05-18 09:18:25 -07:00
Vishwas Shashidhar
cda34b1d70
Electron 24 - protocol handler ( #85 )
...
* added idea and coverage directories under gitignore
* electron-24: implemented handlers to process protocol actions
* electron-17: implemented use case for opening app if it is not open and handle the protocol url
* electron-24: added code and documentation comments
* electron-24: added unit tests for the protocol handler
* added npm-debug log to gitignore
* electron-24: added protocol handler support for windows
* electron-24: made changes as per comments on the PR
* electron-16: added more comments and further refactoring
2017-05-13 11:23:44 -07:00
rbarros-daitan
c0908e64ef
Auto Launch ( #75 )
...
* Auto Launch
* Applying comments
* fix app.quit
2017-05-09 14:44:14 -07:00
Lynn
f8037ffd66
only allow single instance of app ( #68 )
2017-04-28 09:00:16 -07:00
Lynn
439f283916
saved layout ( #62 )
...
* saved layout
* fix fieldName check
2017-04-20 11:54:11 -07:00
Lynn
662fa1d864
upgrade electron 1.6.5 ( #51 )
2017-04-03 16:50:35 -07:00
rbarros-daitan
3f8757dc90
Add context menu to Symphony Electron ( #39 )
...
* Add context menu to Symphony Electron
* Moving menus to js/menus directory
* make contextMenu window changeable
2017-03-24 09:31:20 -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
0dfa3339a3
notifications implementation ( #34 )
...
* wip: notifications
* wip: more notifications
* wip: add getter to proxy
* wip: add setter
* wip: add static getter and method
* wip: add event handlers
* wip: add doc
* wip: add api demo
2017-03-21 09:15:18 -07:00