Commit Graph

2874 Commits

Author SHA1 Message Date
Vikas Shashidhar
112725df7c Merge pull request #181 from keerthi16/Search-154-Search-116
Search-154 & Search-116 (Changed encryption implementation)
2017-08-29 21:44:51 +05:30
Vikas Shashidhar
4dc499cb83 Merge pull request #180 from VishwasShashidhar/electron-97
Electron 97 (Refactoring)
2017-08-29 21:04:51 +05:30
Vikas Shashidhar
5d6f8fe823 Merge branch 'master' of github.com:symphonyoss/SymphonyElectron into skynet
Sync master into skynet
2017-08-28 17:50:51 +05:30
Keerthi Niranjan
59505ed93d SEARCH-154 & SEARCH-116
1. Serialized the messages array from the client app
2017-08-28 14:18:48 +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
b502d65de2 electron-97: fixed logging issues for unit tests and added documentation in the README 2017-08-24 17:16:12 +05:30
Vishwas Shashidhar
1819b7f82d electron-97: refactored the code as per the ticket (point 5 i.e. local logging covered) 2017-08-24 16:52:32 +05:30
Vishwas Shashidhar
d566e38b6a electron-97: removed console log statements in the spectron tests 2017-08-24 16:31:09 +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
8aa5f50459 Merge branch 'master' into electron-113
* master:
  Electron-114 - Added a condition to not include reload in context menu when clicked on links
2017-08-22 21:29:42 +05:30
Vishwas Shashidhar
a52cce2104 electron-113: fixed indentation issues 2017-08-22 21:27:33 +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
Vikas Shashidhar
5d6a3670a2 Merge pull request #178 from KiranNiranjan/ELECTRON-114
Electron-114 (Reload Context Menu)
2017-08-22 13:59:24 +05:30
Vikas Shashidhar
1f2939545b Merge pull request #177 from keerthi16/SEARCH-116-GCM
Search-116 (Implement Encryption and Decryption of Index)
2017-08-22 13:02:17 +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
Keerthi Niranjan
8c1c599699 SEARCH-116-GCM
1. Fixed userData path issue
2017-08-22 12:45:06 +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
Keerthi Niranjan
b36b546c3d SEARCH-116-GCM
1. Renamed the encrypted file
2017-08-21 16:12:42 +05:30
Vikas Shashidhar
e802ecefc5 Pushing updated package file 2017-08-21 15:47:39 +05:30
Vikas Shashidhar
50b79df1ce Added package-lock.json 2017-08-21 15:39:01 +05:30
Keerthi Niranjan
e01e334fa9 SEARCH-116-GCM
1. Removed the key creation in crypto
2. Hash SHA256
3. Changed the encrypted zip name
2017-08-21 13:39:07 +05:30
Kiran Niranjan
94ef8905f2 Electron-114 - Added a condition to not include reload in context menu when clicked on links 2017-08-21 11:06: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
5e738a3eed SEARCH-116-GCM Changed the path from data to user folder 2017-08-18 17:29:23 +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
52d6a9e867 SEARCH-116-GCM This is using GCM mode 2017-08-18 14:48:22 +05:30
Keerthi Niranjan
eff466d199 SEARCH-116 This is using CTR mode 2017-08-18 12:56:48 +05:30
Keerthi Niranjan
a5ecb2b4d4 SEARCH-154 - changed code documentation 2017-08-17 15:33:16 +05:30
Keerthi Niranjan
9d97579e48 SEARCH-154 - Changed the isInitialized method 2017-08-17 15:04:24 +05:30
Keerthi Niranjan
86dde3c71f SEARCH-154 - Initial setup for skynet branch 2017-08-17 13:15:43 +05:30
Vikas Shashidhar
0d859de70f Merge pull request #174 from KiranNiranjan/ELECTRON-111
Electron-111 (Optimised Application Size)
2017-08-16 15:51:31 +05:30
Vikas Shashidhar
6b6093f9a0 Merge pull request #173 from KiranNiranjan/ELECTRON-109
Electron-109 (Auto Launch on Startup Mac)
2017-08-16 15:49:54 +05:30
Kiran Niranjan
1d641fdf24 Electron-111 - Removed some internal dependencies of electron-spellchecker 2017-08-16 13:56:49 +05:30
Keerthi Niranjan
c94bc0c327 SEARCH-154 - get latest messages timestamp 2017-08-16 11:21:06 +05:30
Keerthi Niranjan
fe8d403725 SEARCH-154 - Added lib dir to config 2017-08-16 10:42:32 +05:30
Keerthi Niranjan
728bae9c07 Merge remote-tracking branch 'upstream/master' into SEARCH-154
# Conflicts:
#	installer/win/Symphony-x64.aip
2017-08-16 10:32:55 +05:30
Keerthi Niranjan
bceb6fdf83 SEARCH-154 - New lib for getting the latest messages in the index 2017-08-16 10:29:50 +05:30
Keerthi Niranjan
4040203748 SEARCH-154 - quotes tokens 2017-08-14 16:57:07 +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
Keerthi Niranjan
ebb50ae344 Working on SEARCH-116 Implement Encryption and Decryption of Index 2017-08-10 14:30:04 +05:30
Vikas Shashidhar
7ac42f0f54 Merge pull request #167 from KiranNiranjan/ELECTRON-47
Electron-47 (Spell Checker)
2017-08-09 21:39:23 +05:30
Kiran Niranjan
65cea1fb1f Electron-47 - Resolved merge conflicts 2017-08-09 21:34:50 +05:30
Kiran Niranjan
3756d8e3b1 Merge remote-tracking branch 'upstream/master' into ELECTRON-47
# Conflicts:
#	package.json
2017-08-09 21:31:54 +05:30
Vikas Shashidhar
b098c3e828 Merge pull request #172 from KiranNiranjan/ELECTRON-107
Electron-107 - (Remote Desktop)
2017-08-09 21:25:44 +05:30
Kiran Niranjan
7556869049 Electron-107 - Fixes the remote desktop(2nd monitor) issue on windows 2017-08-08 15:20:03 +05:30