Commit Graph

498 Commits

Author SHA1 Message Date
Keerthi Niranjan
c50763f79e SEARCH-438
- Code refactoring
2017-11-23 21:45:37 +05:30
Keerthi Niranjan
a84c42a7dc SEARCH-438
- Included the new search library related to SEARCH-481
2017-11-21 09:19:18 +05:30
Keerthi Niranjan
68742808cf SEARCH-438
- code refactoring
2017-11-20 12:20:19 +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
Vikas Shashidhar
6b1cb11db7
Merge pull request #228 from keerthi16/SEARCH-433
Search 433 (Attachment search does not work when Electron search is enabled)
2017-11-09 14:53:43 +05:30
Keerthi Niranjan
52fbfb7456 SEARCH-433
- Fixed attachment case issue
2017-11-08 21:49:51 +05:30
Keerthi Niranjan
ea927ae841 SEARCH-433
- Fixed attachment case issue
2017-11-08 21:46:27 +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
Vikas Shashidhar
6d1ae6440e
Merge pull request #217 from KiranNiranjan/ELECTRON-174
Electron-174 (Basic authentication)
2017-11-06 14:17:14 +05:30
Vikas Shashidhar
00ea6badc5
Merge pull request #211 from KiranNiranjan/ELECTRON-134
Electron-134 (Notification redesign)
2017-11-06 14:15:08 +05:30
Kiran Niranjan
fff2d15bdc Electron-174 - Removed the label CSS as it was not being used 2017-11-05 10:43:51 +05:30
Kiran Niranjan
8906149afa Merge remote-tracking branch 'upstream/master' into ELECTRON-174 2017-11-05 10:41:47 +05:30
Kiran Niranjan
6675d3937f Electron-134 - Optimized CSS & made changes as per review comments 2017-11-05 10:23:40 +05:30
Kiran Niranjan
f5ab7035e6 Merge remote-tracking branch 'upstream/master' into ELECTRON-134 2017-11-04 00:11:09 +05:30
Vikas Shashidhar
71ec76b723
Merge pull request #222 from KiranNiranjan/ELECTRON-142
Electron-142 (Build Number)
2017-11-03 18:15:16 +05:30
Vikas Shashidhar
f390331134
Merge pull request #214 from KiranNiranjan/ELECTRON-154
Electron-154 (Menu items issue on windows)
2017-11-03 18:13:36 +05:30
Vikas Shashidhar
8fb57d2375
Merge pull request #207 from VishwasShashidhar/electron-141
Electron 141: fix on url validation issue on installer
2017-10-31 15:36:30 +05:30
Vikas Shashidhar
1a848d2c11
Merge pull request #223 from KiranNiranjan/ELECTRON-196
Electron-196 (Pop-out min-height)
2017-10-31 15:32:43 +05:30
Kiran Niranjan
96e30a41d9 Electron-196 - Updated default pop-out window size and min height 2017-10-31 10:20:44 +05:30
Kiran Niranjan
714209f8f9 Electron-142 - Changed "buildVersion" key to "buildNumber" 2017-10-30 18:36:45 +05:30
Kiran Niranjan
450992cdf8 Electron-142 - setting 'N/A' if version number is not available 2017-10-30 18:06:42 +05:30
Kiran Niranjan
564950ec92 Electron-142 - Included build version in the about app section 2017-10-30 14:25:33 +05:30
Kiran Niranjan
48bad2eddb Electron-134 - setting the pod information empty until the back is ready 2017-10-26 14:29:37 +05:30
Kiran Niranjan
69a1e94445 Merge remote-tracking branch 'upstream/master' into ELECTRON-134 2017-10-26 09:58:24 +05:30
Vikas Shashidhar
eee6fe8bc9 Merge pull request #221 from KiranNiranjan/ELECTRON-181
Electron-181 (Error: Object has been destroyed)
2017-10-25 18:41:27 +05:30
Vishwas Shashidhar
4beefbaed6 electron-141: added logic in the mac installer to prepend protocol for a url in case of absence of one 2017-10-25 15:08:19 +05:30
Vishwas Shashidhar
a85d15e21d electron-141: added logic to prepend protocol if it is missing during the installation process 2017-10-25 14:02:07 +05:30
Kiran Niranjan
89767363c5 Electron-181 - Removed the unwanted closeAll function which was throwing an error 2017-10-25 13:30:46 +05:30
Vishwas Shashidhar
f29d09301f electron-141: enabled digital signing in AIP 2017-10-25 12:15:28 +05:30
Vishwas Shashidhar
cf3dda3022 electron-141: added logic to validate pod url via JScript and removed C sharp dependencies 2017-10-25 12:14:28 +05:30
Vishwas Shashidhar
372a506311 Merge branch 'master' into electron-141
* master:
  Bumped up version to 2.0.0
  removed package-lock.json from git cache and added it to gitignore
  Electron-175 - Method to set AlwaysOnTop property for about window
  Electron-171 - Added issue link to the comment
  Electron-170 - Added code comments
  Electron-170 - Added an event to update the monitor drop-down whenever a display is added/removed
  Electron-171 - corrected a code comment
  Electron-171 - Fixes the Configuration window positioning when multiple monitors are connected
  electron-17: disabled crash report upload to server
  electron-17: refactored code to read data from the config file and added pod url to the extras object

# Conflicts:
#	.gitignore
2017-10-25 11:27:06 +05:30
Vikas Shashidhar
2f5eb50d78 Merge pull request #206 from keerthi16/SEARCH-273-new
Search 273 (Electron bindings for attachment search)
2017-10-23 14:17:09 +05:30
Keerthi Niranjan
c4edeceb10 SEARCH-273
- Removed log for encryption
2017-10-23 11:51:14 +05:30
Keerthi Niranjan
9f7896bf4a SEARCH-273
- Log for encryption
2017-10-23 09:39:24 +05:30
Vikas Shashidhar
d1257ff091 Merge pull request #218 from KiranNiranjan/ELECTRON-182
Electron-182 (Fixes an error in notification configuration window)
2017-10-19 15:44:35 +05:30
Vikas Shashidhar
99f3f86eb4 Merge pull request #220 from VishwasShashidhar/electron-185
electron-185: bumped up version numbers for mac and windows installers
2017-10-18 18:45:17 +05:30
Vishwas Shashidhar
aa6166d646 electron-185: bumped up version numbers for mac and windows installers 2017-10-18 18:43:05 +05:30
Kiran Niranjan
9684c9457f Electron-182 - Fixes an error that occurs when we add/remove displays 2017-10-18 13:11:25 +05:30
Kiran Niranjan
967714fda6 Electron-174 - modified button style, modal width and height 2017-10-18 12:44:57 +05:30
Kiran Niranjan
3c7aa59883 Electron-174 - implemented basic authentication for electron 2017-10-18 12:17:09 +05:30
Vikas Shashidhar
0fd57a8dd0 Merge pull request #216 from VikasShashidhar/master
Bumped up version to 2.0.0
2017-10-18 12:07:53 +05:30
Vikas Shashidhar
4ce9ec2168 Bumped up version to 2.0.0 2017-10-18 12:06:10 +05:30
Keerthi Niranjan
74b653efc9 SEARCH-273
- Updated new library includes attachment bug fix
2017-10-18 11:18:41 +05:30
Vikas Shashidhar
c80595c984 Merge pull request #215 from VishwasShashidhar/electron-180
removed package-lock.json from git cache and added it to gitignore
2017-10-17 21:39:08 +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
15aed177b5 removed package-lock.json from git cache and added it to gitignore 2017-10-17 11:14:53 +05:30
Kiran Niranjan
4f4fc69f85 Electron-154 - Optimized reading config fields which fix the menu items issue on Windows 2017-10-16 16:54:20 +05:30
Vikas Shashidhar
bb28b1e7d8 Merge pull request #213 from KiranNiranjan/ELECTRON-175
Electron-175 (AlwaysOnTop for about Symphony window)
2017-10-13 13:59:35 +05:30
Vikas Shashidhar
6ac36cc876 Merge pull request #202 from KiranNiranjan/ELECTRON-171
Electron-171 (Configuration window positioning)
2017-10-13 13:55:12 +05:30
Vikas Shashidhar
a8d919be63 Merge pull request #210 from KiranNiranjan/ELECTRON-170
Electron-170 (Monitor position in notification settings)
2017-10-12 22:23:14 +05:30