Vikas Shashidhar
0a5c5ab193
Merge pull request #360 from KiranNiranjan/ELECTRON-445
...
Electron-445 (Added a new API to keep electron in sync with client app user meeting status)
2018-06-06 13:48:03 +05:30
Kiran Niranjan
984c54ad80
ELECTRON-445 - Resolved conflicts
2018-06-06 12:59:51 +05:30
Vishwas Shashidhar
77893192bd
update documentation and package configuration
2018-06-05 16:32:51 +05:30
Kiran Niranjan
6af47e9fef
Merge remote-tracking branch 'upstream/master' into ELECTRON-445
...
# Conflicts:
# js/mainApiMgr.js
# js/memoryMonitor.js
# js/preload/preloadMain.js
2018-06-05 16:17:27 +05:30
Kiran Niranjan
46bc71c203
ELECTRON-445 - Add CPU usage for memory refresh logic
2018-06-05 16:03:28 +05:30
Vishwas Shashidhar
3c2529bbdc
Bump up version to 2.7.1
2018-05-24 18:05:46 +05:30
Vishwas Shashidhar
e0808d1e00
ELECTRON-526: fix notification transparent window issue ( #383 )
2018-05-24 18:04:12 +05:30
Kiran Niranjan
7c68e71d83
ELECTRON-525 - Hide cancel button in the Windows installer advance settings ( #382 )
2018-05-24 18:03:58 +05:30
Vishwas Shashidhar
9f4ed7d9cd
bump up version number to 2.7.0
2018-05-23 15:59:11 +05:30
Vishwas Shashidhar
0f39c6f4a9
Merge branch 'master' of github.com:symphonyoss/SymphonyElectron
2018-05-22 18:27:17 +05:30
Vishwas Shashidhar
d092726432
remove old exe file committed to git
2018-05-22 18:26:08 +05:30
Kiran Niranjan
dde5c7097a
Electron-350 (Store/Restore maximized and fullscreen application state on launch) ( #377 )
...
- Update the app to its previous state when the app is launched
- swap checks
2018-05-22 14:29:28 +05:30
Vishwas Shashidhar
ed04aacd73
ELECTRON-479: fix launch on startup issue on first time launch ( #375 )
...
- fix launch on startup first time launch issue
2018-05-22 13:55:47 +05:30
Vishwas Shashidhar
8583da7e1b
ELECTRON-513: upgrade electron framework to 2.0.1 ( #374 )
2018-05-21 17:04:39 +05:30
Vishwas Shashidhar
4ba0db73f5
ELECTRON-453: add functionality to ignore cert transparency checks ( #373 )
...
- add functionality to ignore cert transparency checks for specific urls
- fix reading config file as per PR comments
2018-05-21 17:04:24 +05:30
Kiran Niranjan
2362febc58
ELECTRON-491 - Change method to use getFocusedWindow instead of fromWebContents ( #368 )
2018-05-21 17:03:46 +05:30
Vishwas Shashidhar
c36b639296
ELECTRON-500 / ELECTRON-384: fix protocol handler non-window use case ( #372 )
...
- fix issue in protocol handler when app is not initialized
- fix formatting issues
2018-05-21 13:27:53 +05:30
Kiran Niranjan
8037d16000
ELECTRON-464 - Update title bar with new logo ( #370 )
2018-05-18 09:55:19 +05:30
Vishwas Shashidhar
6eca7ccbe2
ELECTRON-459: fixes the issue ( #369 )
2018-05-16 19:17:18 +05:30
Vishwas Shashidhar
121d12b5d1
bump up version number to 2.6.0
2018-05-14 15:12:19 +05:30
Vishwas Shashidhar
d9b80871f1
remove unused vars
2018-05-10 23:50:06 +05:30
Vishwas Shashidhar
e8dadca6a2
bump up version number
2018-05-10 23:17:58 +05:30
Vishwas Shashidhar
5e423826c5
remove unused vars
2018-05-10 23:17:31 +05:30
Kiran Niranjan
31b62eaef2
ELECTRON-136 (Disable auto reload feature for r51 release) ( #366 )
...
- Disable this feature for r51 release
- Remove commented code
2018-05-10 22:47:06 +05:30
Kiran Niranjan
0f2d52020d
Electron-435 - Optimize reading "isCustomTitleBar" global config field ( #365 )
2018-05-10 18:11:52 +05:30
Vishwas Shashidhar
0ff4a8bb6d
ELECTRON-481: fix the error dialogs with always on top use case ( #364 )
2018-05-10 15:06:37 +05:30
Kiran Niranjan
2fe67c6fb6
Electron-445 - Change API from presence status to meeting status
2018-05-10 13:10:41 +05:30
Vishwas Shashidhar
d60c1cc374
Electron 456 ( #363 )
...
- change memory refresh text
- fix regression on user data path arg
2018-05-09 16:41:26 +05:30
Kiran Niranjan
0a66fc90f2
Electron-470 (Add a new boolean check whether to activate main window) ( #361 )
...
- Add a new boolean check whether to activate main window
- update params to object
2018-05-09 14:49:18 +05:30
Vishwas Shashidhar
6a782efa25
ELECTRON-463: fix typo in the installer ( #362 )
2018-05-09 12:51:58 +05:30
Vishwas Shashidhar
1e924274b3
ELECTRON-455: fix memory leak on closing pop ups ( #359 )
2018-05-09 12:34:04 +05:30
Vishwas Shashidhar
1739a25f22
Electron 466: fix setting user data path using command line ( #358 )
...
- fix setting customer user config directory
- add code comments
- allow custom user data path to contain character "="
2018-05-09 10:52:31 +05:30
Kiran Niranjan
296af7fad5
Electron-445 - Move value to constant
2018-05-08 16:14:33 +05:30
Kiran Niranjan
3067aaacc8
Electron-445 - Update to validate only "AWAY" presence status
2018-05-08 13:00:27 +05:30
Kiran Niranjan
4092984298
Electron-471 (Add URL validation dialog for the Windows installer) ( #357 )
...
- Add URL validation dialog for the Windows installer
- Update the error message with new text content
2018-05-08 10:41:36 +05:30
Kiran Niranjan
78f4c0a10d
Electron-469 - Fix log path ( #356 )
2018-05-07 14:52:16 +05:30
Kiran Niranjan
39c8d527e9
Electron-267 - Don't update alwaysOnTop property for notification windows ( #354 )
2018-05-07 14:52:02 +05:30
Keerthi Niranjan
25772f1141
ELECTRON-426 (Only first character of room name displays for the toast of room starting with '<" or '>' character) ( #344 )
...
- Fixes html content in the notification title
- Removes 'replaceStrongTag' and 'replaceHTMLTags' function and changing to innerHTML to innerText
2018-05-07 14:50:31 +05:30
Kiran Niranjan
a5f5556bd2
Electron-445 - Verify user presence status before reloading the app
2018-05-04 16:08:09 +05:30
Vishwas Shashidhar
082575e22d
Bump up version number to 2.5.1
2018-05-03 12:27:09 +05:30
Vishwas Shashidhar
25c59230f1
Revert "ELECTRON-430: Enable context isolation" ( #355 )
2018-05-03 12:23:01 +05:30
Kiran Niranjan
b1196a74d2
Electron-460 - Change the value of location and media checkboxes ( #353 )
2018-05-03 12:11:02 +05:30
Vikas Shashidhar
77999b3a87
Merge pull request #340 from VikasShashidhar/Electron-430
...
ELECTRON-430: Enable context isolation
2018-05-03 12:09:20 +05:30
Vishwas Shashidhar
10f1e02c20
ELECTRON-451: add "Symphony Help" item in the "Help" menu ( #352 )
2018-05-02 13:00:36 +05:30
Vishwas Shashidhar
8bfdd20011
ELECTRON-448: upgrade electron to 2.0.0 stable ( #351 )
2018-05-02 12:43:17 +05:30
Vishwas Shashidhar
16051e5c04
Remove stale config
2018-05-01 15:28:43 +05:30
Vishwas Shashidhar
8952785719
Bump up version number to 2.5.0
2018-05-01 15:23:29 +05:30
Kiran Niranjan
59a80f558c
Electron-385 (Remove third party dependency and write custom implementation) ( #350 )
...
- Remove third party dependency and write custom implementation
- Add negative test case
2018-05-01 15:21:00 +05:30
Vishwas Shashidhar
c1e4016e93
Electron 446: Disable setting custom downloads directory ( #349 )
...
- remove feature to set custom downloads directory
- fix formatting
- fix formatting
2018-05-01 13:35:57 +05:30
Kiran Niranjan
4d15f03492
Electron-414 (Add a logic not to close the notifications on mouse hover) ( #338 )
...
- Add logic to not close the notification on mouse hover
- Clear timer when the notification content is reset
- Move logic from preload to main process
- Remove unwanted code
- Remove event listener on reset
2018-05-01 12:04:24 +05:30