Commit Graph

710 Commits

Author SHA1 Message Date
Vikas Shashidhar
db6843eddd
Merge pull request #242 from KiranNiranjan/ELECTRON-207
Electron-207 (Fixed scroll issue for Windows OS)
2017-11-21 12:59:50 +05:30
Vikas Shashidhar
12a4ab0e87
Merge pull request #240 from VishwasShashidhar/patch-1
#169: updated readme with a brief description
2017-11-21 12:55:27 +05:30
Kiran Niranjan
a5dfd9f9b4 Electron-209 - Activating the main window after setting the alwaysOnTop property for every window 2017-11-21 11:40:04 +05:30
Keerthi Niranjan
a84c42a7dc SEARCH-438
- Included the new search library related to SEARCH-481
2017-11-21 09:19:18 +05:30
Vishwas Shashidhar
1a19a6bc83
Updated README
Made content changes to the "About" section of the readme.
2017-11-20 16:35:27 +05:30
Kiran Niranjan
1c4d6d45e2 Electron-207 - Fixed scroll issue for Windows OS 2017-11-20 14:17:43 +05:30
Vikas Shashidhar
57ca4f211c
Create PULL_REQUEST_TEMPLATE.md
Follow this template and fill in all the necessary information before submitting a Pull Request.
2017-11-20 12:32:21 +05:30
Vikas Shashidhar
775b734b17
Merge pull request #239 from VishwasShashidhar/electron-214
Electron 214: Set "Minimize on Close" to true by default during installation
2017-11-20 12:24:15 +05:30
Vikas Shashidhar
4b3749502c
Merge pull request #237 from KiranNiranjan/ELECTRON-211
Electron-211 (Added company filed to the notifications)
2017-11-20 12:22:10 +05:30
Vikas Shashidhar
05f373e195
Merge pull request #233 from KiranNiranjan/ELECTRON-209
Electron-209 (Always on top issue)
2017-11-20 12:21:20 +05:30
Keerthi Niranjan
68742808cf SEARCH-438
- code refactoring
2017-11-20 12:20:19 +05:30
Vikas Shashidhar
9359f097f7
Merge pull request #230 from KiranNiranjan/ELECTRON-206
Electron-206 (Basic auth error handler)
2017-11-20 12:18:30 +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
Vishwas Shashidhar
f357beaba1
#169: updated readme with a brief description
As per suggestion here https://github.com/symphonyoss/SymphonyElectron/issues/169, added a brief description about the repo.
2017-11-16 15:45:30 +05:30
Vishwas Shashidhar
db154ea7d5 electron-214: changed the default value for minimize on close in the global config file 2017-11-16 15:32:16 +05:30
Vishwas Shashidhar
aa9bb743cd electron-214: added logic to have checkbox selected for "minimize on close" in advanced installer on windows 2017-11-16 15:29:20 +05:30
Vishwas Shashidhar
1a99998a0f electron-214: added logic to check minimize on close by default for mac installer 2017-11-16 09:31:32 +05:30
Vishwas Shashidhar
27edab4da2 electron-205: added logic to handle directory creation failure 2017-11-16 09:10:35 +05:30
Vishwas Shashidhar
69df38bf77 electron-205: refactoring and code comments 2017-11-16 08:57:11 +05:30
Vishwas Shashidhar
fa4fd08366 Merge branch 'master' into electron-205 2017-11-16 08:48:12 +05:30
Kiran Niranjan
4fafe44423 Electron-211 - Updated the toast notification to display company information 2017-11-14 13:44:51 +05:30
Vikas Shashidhar
488c478485
Merge pull request #235 from VikasShashidhar/Electron-210
Electron-210
2017-11-11 00:49:16 +05:30
Vikas Shashidhar
5e9464a5df Bump up version. 2017-11-11 00:48:22 +05:30
Vikas Shashidhar
ed0798d622
Merge pull request #234 from VikasShashidhar/Electron-210
Electron-210
2017-11-11 00:45:35 +05:30
Vikas Shashidhar
743ea33629 Bump up version. 2017-11-11 00:44:38 +05:30
Kiran Niranjan
1e2bfad70e Electron-209 - Fixed an issue with the alwaysOnTop feature 2017-11-10 17:07:32 +05:30
Keerthi Niranjan
5b4c0a4306 SEARCH-197
- Added api config for windows
2017-11-10 16:56:36 +05:30
Vishwas Shashidhar
b9f53f3e8f electron-205: implemented logic to support setting downloads directory 2017-11-10 14:13:41 +05:30
Vikas Shashidhar
d4f473a818
Merge pull request #232 from VishwasShashidhar/electron-194
Electron 194: Enables setting chrome flags
2017-11-10 12:27:19 +05:30
Vishwas Shashidhar
afbb37ea95 Merge branch 'electron-194' into electron-205 2017-11-10 11:40:39 +05:30
Vishwas Shashidhar
7bbd6e8a3b electron-194: added code comments 2017-11-10 11:00:43 +05:30
Vishwas Shashidhar
3a8dae853b Merge branch 'master' into electron-194
# Conflicts:
#	js/main.js
2017-11-10 10:44:07 +05:30
Keerthi Niranjan
b8a05c5873 SEARCH-197 2017-11-09 20:20:59 +05:30
Keerthi Niranjan
3e3bcec600 SEARCH-197
- Removed the post script for installing lz4
2017-11-09 20:00:11 +05:30
Keerthi Niranjan
785e618e02 SEARCH-197
- Included npm lib and removed exe lib
2017-11-09 19:44:35 +05:30
Kiran Niranjan
3f50065ded Electron-206 - Added code comments 2017-11-09 19:09:52 +05:30
Vishwas Shashidhar
7779f0ff1d electron-205: started with a basic implementation of the feature 2017-11-09 19:01:10 +05:30
Kiran Niranjan
0b7bad60e3 Electron-206 - Implemented basic auth error handler 2017-11-09 17:31:38 +05:30
Vikas Shashidhar
cd702ab2c3
Merge pull request #227 from KiranNiranjan/ELECTRON-197
Electron-197 (Windows Desktop composition)
2017-11-09 15:00:36 +05:30
Kiran Niranjan
32367ed884 Merge remote-tracking branch 'upstream/master' into ELECTRON-197 2017-11-09 14:56:47 +05:30
Kiran Niranjan
7ef055c63c Electron-139 - Updated the if condition 2017-11-09 14:55:54 +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
Vikas Shashidhar
47c1d1aff7
Merge pull request #229 from KiranNiranjan/ELECTRON-139
Electron-139 (Disabled menu bar)
2017-11-09 14:30:07 +05:30
Kiran Niranjan
f180585484 Electron-139 - Disabled menu bar for pop-out windows 2017-11-09 12:53:49 +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
Keerthi Niranjan
0c159d1d5c SEARCH-197
- Removed the verbose from the tar cmd
- Made shellPath async
2017-11-08 20:28:08 +05:30
Kiran Niranjan
ad307d406f Electron-197 - Added a check to only return screen sources if desktop composition is disabled on Windows 2017-11-07 20:09:07 +05:30
Vikas Shashidhar
992503e966
Merge pull request #226 from VishwasShashidhar/electron-201
Electron 201: auto launch fixes
2017-11-07 15:13:05 +05:30
Vikas Shashidhar
2ddf0f07fc
Merge pull request #224 from danielgronberg/danielgronbergmaster
RTC-2648: Added arguments for allowing multi instance and custom data dir
2017-11-07 15:12:48 +05:30