- Implement Native Encryption for AESGCMEncrypt & AESGCMDecrypt
- Refactor and remove spectron test case for security reasons
- Update library file for MacOS
- Include RSADecrypt method
- Throw errors instead of logs
- Remove exceptions throw
- Fix tag buffer in AESGCMDecrypt
- Optimize EncryptDecrypt method
* ELECTRON-505: enable / disable dev tools
implement logic to disable / enable dev tools with installer and configuration file
* ELECTRON-505: fix mac installer issues
* ELECTRON-505: add dev tools option to the windows installers
* ELECTRON-505: enable signing in the installers
* ELECTRON-505: update mac installer dev tools label text
* ELECTRON-505: remove dev tools from configuration windows
* 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
* SEARCH-840 Updates api version and removes unwanted libraries from aip
* Revert "fix path issues on x86 aip file"
This reverts commit 4395d18dc0.
* Revert "fix aip path issue for screen snippet"
This reverts commit eeeb5cbc67.
* Revert "bump up version number to 2.9.0"
This reverts commit 77de432eb9.
* Revert "ELECTRON-512 (Create API only if the location.origin matches with whitelist or pod URL) (#421)"
This reverts commit d47e18072a.
- Create API only if the location.origin matches with whitelist or pod URL
- Include isNodeEnv for Spectron test cases to pass
- Reset whitelistUrl to support SSO login
- Remove unnecessary return statement
- Implement a functionality to display snack bar
- Localize snack bar
- Move key press logic to windowMgr
- Center snackbar
- Add functionality to remove snackbar on leave-full-screen event
- Add safety check
- optimize code to listen keydown event only if the window is in full screen
* 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