Kiran Niranjan
abfda29141
ELECTRON-1368 - Fix SnackBar & DownloadManager in pop-out ( #740 )
2019-07-19 14:30:07 +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
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
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
9b202bb95e
Typescript (Fix localization and custom title bar) ( #631 )
...
* Typescript - Fix localization for screen picker & spellchecker modules
* Typescript - Fix custom title bar menu item
* Typescript - Updated screen picker unit tests
* Typescript - Update appName place holder
* Typescript - Add backward compatibility support for screen snippet
* Typescript - Optimize and refactor code
2019-05-02 17:43:50 +05:30
Kiran Niranjan
6aca522a1e
Typescript (Optimize loading styles & register global shortcuts) ( #629 )
...
* Typescript - Optimize loading styles and register global shortcuts
* Typescript - Update version info logic to support BC
* Typescript - Implement memory refresh logic
* Typescript - Optimize memory refresh, devtools & appBridge code
* Typescript - Mock window-handler to fix unit tests
* Typescript - Change logic to remove if else and early exit
2019-04-12 16:11:04 +05:30
Kiran Niranjan
f65fa74057
Typescript (Fix bound changes and update child window security) ( #628 )
...
* Typescript - Update child window security and permissions
* Typescript - Update bound change logic
* Typescript - Update unit tests
* Typescript - Update aip files and package.json
* Typescript - Fix unit tests for child window handler
2019-04-08 13:05:14 +05:30
Kiran Niranjan
1b10648d6b
Typescript (Added logic to clean up child windows) ( #627 )
...
* Typescript - Fix string formatter function and update snack bar style
* Typescript - Update string formatter unit test
* Typescript - Fix screen snippet
* Typescript - Add logic to clean up child windows on before unload
* Typescript - Add logic to check for screen sharing media permissions
* Typescript - Fix display selecting option in notification settings
2019-04-05 10:50:54 +05:30
Kiran Niranjan
efe15967b5
Typescript (Fix spellchecker issue and bump electron version) ( #626 )
...
* Typescript - Fix spellchecker issues and bump electron version to 5.x
* Typescript - Update unit test cases
2019-04-03 18:25:27 +05:30
Kiran Niranjan
e8cb240b92
Typescript (Fix issues and add support for BC) (Bring to front & More Info) ( #625 )
...
* Typescript - Bring to front - Fix issue with bring to front
* Typescript - Remove memory refresh from app menu
* Typescript - Add icons for loading screen network issue
* Typescript - Update and fix more info view
* Typescript - Update unit test to remove memory refresh
2019-04-02 10:58:41 +05:30
Kiran Niranjan
8adabfebda
Typescript (Fix issues and add support for BC) ( #617 )
...
* Typescript - Fix Auto launch, first time launch, pick safety checks
* Typescript - Fix basic auth issue
* Typescript - Add demo content for desktop capturer
* Typescript - Add BC support for Desktop capturer
* Typescript - Update code documentation
* Typescript - Add whitelisting logic and certificate verifying proxy
* Typescript - Fix console log and safety checks
* Typescript - Add screens to display loading failure and bugs fixes
* Typescript - Update unit test case for loading screen and app menu
* Typescript - Rename isCustomTitleBarAndWindowOS to isCustomTitleBar
* Typescript - Downloader Manager - Fix flashing issue and add demo
2019-04-02 10:58:41 +05:30
Kiran Niranjan
5905b7507d
Typescript (Complete notification & notification settings modules) ( #609 )
...
* Typescript - Implement notification settings configuration window
* Typescript - Completed notification and notification settings for Context Isolation
* Typescript - Fix code comment
* Typescript - Enable contextIsolation for all windows
* Typescript - Fix notification setup condition
2019-04-02 10:58:40 +05:30
Kiran Niranjan
13e82bac00
Merge TS context isolation branch onto Typescript master branch ( #598 )
...
* Typescript 🎉
* Typescript 🎉 (logger, get-guid, string-format and throttle)
* Refactor typescript code
* consolidate all the utility functions to one file
* refactor protocol handler feature
* Typescript:
Add code documentation
Add pre-commit hooks
* Typescript: Fix logger formatting
* Typescript: Add support for react
* Typescript: Completed about app
* Typescript: Completed about app
* Typescript: Completed about app
* Typescript - Fix issues with about-app and add login to convert less to css
* Typescript - Fix loading screen
* Typescript - Add custom title bar
* Typescript - Add method to get locale
* Typescript - Add logic to clean up old logs
* Typescript - Add set badge count api
* Typescript - Complete application menu
* Typescript - Add logic to translate menu items
* Typescript - freeze window.ssf api
* Typescript - Handle popup menu on alt key press
* Typescript - Completed activity detection
* Typescript - Completed screen snippet
* Typescript - Add login to close screen snippet
* Typescript - Completed window actions & snackbar, Updated i18n module
* Typescript - Completed native crypto implementation & fixed bugs
* Typescript - Completed Desktop capturer & screen picker implementation
* Typescript - Optimize window actions
* Typescript - Add support for child window
* Typescript - fix pop url validation issue & browserify preload
* Typescript - Completed context menu implementation and fixed screen snippet
* Typescript - Completed screen sharing indicator and fixed i18n usage issue
* Typescript - Fix i18n locale setting issue
* Typescript - Completed download manager
* Typescript - Completed Basic auth
* Typescript - Network connectivity dialog
* Typescript - Handle certificate error
* Typescript - Add translation for certificate error dialog buttons
* Typescript - Add gulp tasks to compile less, typescript and copy files
* Typescript - Fix some issues with custom title bar, loading screen & screen snippet
* Typescript - Remove ES2015 lib
* :typescript: - Do not inject custom title bar for mac
* :typescript: - Fix screen sharing indicator text and format string
* Typescript - Fix esc to full screen
* Typescript - handle multiple/single instance of the client and add safety checks
* Typescript - Refactor code base
* Typescript - Optimize window validation and fix screen picker issue
* Typescript - Optimize protocol handler
* typescript: logger unit test
* typescript: activityDetection unit test (#560 )
* ELECTRON-1022 - Create app bridge that communicates between renderer and preload via postMessage
* ELECTRON-1024 - Add support for screen share and screen sharing indicator
* config unit test (#566 )
* ELECTRON-1024 - Fix screen sharing indicator close issue
* ELECTRON-1022 - Bump Symphony version to 5.0.0 (1.55)
* fixing jest coverage output report (#575 )
* protocol handle unit test (#576 )
* Typescript - Remove unwanted checks in protocol handler and add test cases
* added more tests to increase coverage to 100 for protocol handler
* Typescript download manager unit test (#579 )
* adding enzyme
* download manager unit test
* Typescript - Completed notification workflow
* about app unit test
* Typescript - Fix notification styles
* fixing Compiler error: Generic type ReactElement<P, T> (#583 )
* fix app path on windows (#580 )
* basic auth unit test (#582 )
* screen picker unit test (#587 )
* screen picker unit test
* screen sharing indicator unit test
* loading screen unit test (#588 )
* improving snapshot using snapshotSerializers to remove unnecessary things (#596 )
* Typescript - Enforce braces for if/for/do/while statements.
* Typescript - Fix Lint issues and Unit test
* Typescript - Enable eofline (Ensure the file ends with a newline.)
* Typescript - Update logger logic and format
* Typescript - Provide option for user to set custom log path
* Typescript - Fix eofline in css files
* Typescript - ignore spec from compiling and remove unwanted rebuild command
2019-04-02 10:58:09 +05:30
Kiran Niranjan
c58678eeb2
Typescript - Completed screen sharing indicator and fixed i18n usage issue
2019-04-02 10:56:37 +05:30
Kiran Niranjan
196ee2c0fe
Typescript - Completed context menu implementation and fixed screen snippet
2019-04-02 10:56:37 +05:30
Kiran Niranjan
2e7cff5fbf
Typescript - Completed activity detection
2019-04-02 10:56:37 +05:30
SergeyS
9609bc7976
RTC-5104: screensharing indicator ( #536 )
...
* RTC-5104: screensharing indicator
* RTC-5104: screensharing indicator, windows fixes
2019-01-03 18:18:50 +05:30
Vishwas Shashidhar
3dedefbae8
ELECTRON-899: add japanese & french localisation for the dev tools menu item
2018-12-04 12:30:53 -08:00
Keerthi Niranjan
a71d8cb2c7
SEARCH-840 Migrates SwiftSearch to a different project ( #434 )
...
* SEARCH-840 Migrates SwiftSearch to a different project https://github.com/symphonyoss/SwiftSearch
* SEARCH-840 Changes swift-search require
* SEARCH-840 refactor
* SEARCH-840 Changes swift-search version
* SEARCH-840 Changes warn message
2018-07-19 18:45:16 +05:30
Kiran Niranjan
a14a4ae9ae
ELECTRON-492 - Disable screen share when media permissions are disabled ( #431 )
2018-07-17 10:42:33 +05:30
Keerthi Niranjan
4aaa9ac539
Swift Search to Master ( #405 )
...
* SEARCH-627 & SEARCH-628
- Add implementation for memory indexing
- Batch indexing and Real-time indexing
* ELECTRON-426 (#345 )
- Changes innerHTML to innerText
- Removes 'replaceStrongTag' and 'replaceHTMLTags' function and changing to innerHTML to innerText
* SEARCH-764
- Rework "deleteIndexFolders" in the Electron Preload Script
- Fixes the Security Vulnerability
* SEARCH-764
- Updates spectron test preload api version
* SEARCH-766
- Rework "readFile" in Electron Preload Script
- Removing this method as this is only for the demo app
* SEARCH-766
- Removes merge method
* SEARCH-767
- Rework "path" in Electron Preload Script
- Removes the constructor to use hardcoded path
* SEARCH-767
- Updates unit test
* SEARCH-775
- Adds search api version to match with the client app
* SEARCH-775
- Spectron test fix
* SEARCH-770 (#391 )
- constructor is required which was removed as part of SEARCH-767
2018-06-27 14:12:16 +05:30
Kiran Niranjan
a54266a0ae
ELECTRON-508 - Change error and warn functions to prevent from exposing application path ( #388 )
2018-06-06 15:42:01 +05:30
Kiran Niranjan
dc7079e0d7
Electron-325 (Removed restriction from opening a popup from another popup window) ( #318 )
...
- Updated the event `new-window` by removing the restriction to open new windows in pop-outs
- Added Spectron test cases for pop-outs
- Fix PR concerns
2018-03-15 17:18:06 +05:30
Kiran Niranjan
191ca0c05e
Electron-318 (Included build number in the client version info) ( #314 )
...
1. Included build number in getVersionInfo method
2. Update the demo page version info to table view
3. Changed let to var to make it consistent across the file
4. Add Spectron test cases for getVersionInfo
2018-03-12 17:05:25 +05:30
Kiran Niranjan
08c25e4b58
Electron-256 (Changed the implementation from modal to electron window) ( #308 )
...
1. Completed functionality
2. Refactored and added code comments
3. Fixed some style issues
4. Added some safety checks
5. Updated Window size
6. Added some safety checks
7. Fixed some keyboard interaction
8. Fixed styles for Windows OS
9. Added a functionality to place screen picker based on the event sender
10. Updated the code to open the screen picker on top of the focused window instead of finding a ref using window name
11. Added a HTML content to display error message
12. Updated window title
13. Added missing return
14. Changed the method name from `openScreenPickerWindowWindow` to `openScreenPickerWindow`
15. Fixed a typo and added code comment
16. Changes as per PR review
17. Created Enum for key code
18. Updated for loop to for..of loop
19. Updated colors from hex to rgba
20. Setting cursor property as pointer for cancel button and item-container
21. Made window draggable
22. Changed font-family to system fonts
23. Added box shadow for buttons
24. Added a new API to support backward compatibility and deprecated the existing one
25. Fixed the condition prevent a new window from being opened if there is an existing window
2018-03-09 15:31:44 +05:30
Keerthi Niranjan
b789a0a855
SEARCH-622
...
- Review comments
2018-02-16 13:55:57 +05:30
Keerthi Niranjan
391b3e13ea
SEARCH-622
...
- Removed the randomString library and included custom file
- Made some refactoring which was exposing the path which can be deleted from anywhere
2018-02-16 12:34:03 +05:30
Keerthi Niranjan
c48bb2225e
SEARCH-538
...
- Test for search limit
2017-12-29 12:04:40 +05:30
Keerthi Niranjan
fbf051b3a3
Fixed tests
2017-12-28 15:29:37 +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
368320f109
Merge pull request #267 from keerthi16/SEARCH-544
...
SEARCH-544 (Re-create real-time index)
2017-12-27 13:01:43 +05:30
Keerthi Niranjan
786a26d110
Review comments changes
2017-12-27 12:20:34 +05:30
Keerthi Niranjan
754ffa9ad1
SEARCH-544
...
- Added an api to remove real-time indexing
2017-12-21 13:46:32 +05:30
Keerthi Niranjan
f7b6597c1a
SEARCH-539 & SEARCH-206
...
- Removed .enc
2017-12-19 16:51:02 +05:30
Keerthi Niranjan
5e2396d7e8
SEARCH-539 & SEARCH-206
...
- Updated demo html
2017-12-18 11:08:14 +05:30
Keerthi Niranjan
1a5a3c0fbe
SEARCH-539 & SEARCH-206
...
- Implemented the key logic
- Implemented the user config logic
2017-12-18 10:26:11 +05:30
Keerthi Niranjan
15dc549610
SEARCH-539
...
- Check disk space before enabling Electron-Search
2017-12-14 14:16:00 +05:30
Keerthi Niranjan
89c435c361
Merge remote-tracking branch 'upstream/skynet' into SEARCH-438
...
# Conflicts:
# js/search/search.js
2017-11-23 21:48:03 +05:30
Keerthi Niranjan
1cbc443024
SEARCH-438
...
- Implemented the real-time indexing in a queue and flush
2017-11-20 12:01:30 +05:30
Kiran Niranjan
4fafe44423
Electron-211 - Updated the toast notification to display company information
2017-11-14 13:44:51 +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
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
Keerthi Niranjan
4bae7ab60e
SEARCH-197
...
- Error handling for compression and decompression
2017-10-24 16:37:56 +05:30
Keerthi Niranjan
ab963f4567
SEARCH-273
...
- Changed the encryption to async
- Logged decryption time
2017-10-12 11:07:04 +05:30
Kiran Niranjan
6b6a1d27a7
Electron-134 - Completed the notification redesign
2017-10-10 14:37:11 +05:30
Keerthi Niranjan
718459c201
SEARCH-273
...
- Added new library
- New attachments implementation
2017-10-06 13:00:25 +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
Keerthi Niranjan
698e1a3b32
SEARCH-155
...
Index real-time data.
- safety checks
- removed lodash isobject
2017-09-08 14:45:55 +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
Keerthi Niranjan
8d73e930ed
SEARCH-154 & SEARCH-116
...
1. Hardcoded the key and userId for now
2017-08-22 16:34:57 +05:30