6940d78068
* add support for electron 8.x * update node-abi to latest * 8.x: fix unit tests * upgrade to electron 9.x Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com> * rebase 9.x against master Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com> * 9.x: fix windows installer files Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com> * rebase 9.x against master and fix issues Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com> * 9.x - update aip file * 9.x -> downgrade to electron 9.0.0-beta.22 Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com> * bump up electron version to 9.0.0 Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com> * upgrade node-abi to support electron 9 * update package-lock.json * 9.x -> enable signing on aip Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com> * 9.x -> update package-lock.json Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com> * 9.x -> fix screen share indicator mac script issue Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com> * SDA-2080 - Target jss class name instead of dev defined * SDA-2080: fix title bar issue with 9.x * SDA-2080 - Make text notification black for 1.5 and update style template * 9.x: add electron-osx-sign to fix 9.x build issues Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com> * SDA-2091 - Only pass required data via IPC * SDA-2092 - prevent notifications from opening in fullscreen state in MacOS * SDA-2056: set [POD] as the placeholder for default pod url Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com> * SDA-2056: fix unit tests Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com> * SDA-2056: remove post install script. Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com> Co-authored-by: Kiran Niranjan <kiran.niranjan@symphony.com> |
||
---|---|---|
.github | ||
.run | ||
.vscode | ||
config | ||
dictionaries | ||
docs | ||
images | ||
installer | ||
scripts | ||
spec | ||
spectron | ||
src | ||
.compilerc | ||
.dockerignore | ||
.gitignore | ||
.travis.yml | ||
appveyor.yml | ||
CODE_OF_CONDUCT.md | ||
Dockerfile | ||
entitlements.mac.plist | ||
gulpfile.js | ||
jest-config.json | ||
LICENSE | ||
NOTICE | ||
package-lock.json | ||
package.json | ||
README.md | ||
travis.yml | ||
tsconfig.json | ||
tsconfig.spec.json | ||
tslint.json |
SymphonyElectron
About:
SymphonyElectron is a desktop client of the Symphony Communication Platform built for macOS, Windows 10 and Windows 7. We've built this using the popular electron framework to support cross platform desktop apps loaded in a chromium container
Contributing
- Fork it (https://github.com/symphonyoss/SymphonyElectron/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Read our contribution guidelines and Community Code of Conduct
- Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
NOTE: Commits and pull requests to FINOS repositories will only be accepted from those contributors with an active, executed Individual Contributor License Agreement (ICLA) with FINOS OR who are covered under an existing and active Corporate Contribution License Agreement (CCLA) executed with FINOS. Commits from individuals not covered under an ICLA or CCLA will be flagged and blocked by the FINOS Clabot tool. Please note that some CCLAs require individuals/employees to be explicitly named on the CCLA.
Need an ICLA? Unsure if you are covered under an existing CCLA? Email help@finos.org
Project Goals:
Our goal is to improve the performance and development agility of Symphony's desktop wrapper and build a path to support other wrappers by:
- Standardizing the JS to native interfaces
- Standardizing the app to app interfaces (current embedding API)
- Provide an open and free reference implementation that anyone can contribute to, modify, and make derivative works.
In order to achieve those goals Symphony is participating and working in close collaboration with the Foundation Desktop Wrapper Working Group
Development Setup & Running
Read Dev Setup
License
The code in this repository is distributed under the Apache License, Version 2.0.
Copyright 2019 Symphony LLC