A desktop client for the Symphony Collaboration Platform built using Electron
Go to file
Vishwas Shashidhar 64b62e975f
ELECTRON-993: add pod url validation for installers (#569)
* ELECTRON-993: add pod url validation for macOS

- change default url to https://[POD].symphony.com
- validate the above default url to ensure user enters the right url
- remove deprecated code
- add tool tip for the pod url text box

* ELECTRON-993: add pod url validation for windows installers
2019-02-13 18:16:39 +05:30
.github/ISSUE_TEMPLATE Update issue templates 2018-06-25 14:57:56 +05:30
build ELECTRON-652: add new app icons for windows and macOS (#453) 2018-08-06 18:09:34 +05:30
config ELECTRON-925 (Add support for customizing Windows title bar styles) (#529) 2018-11-29 09:54:23 -08:00
demo RTC-5104: screensharing indicator (#536) 2019-01-03 18:18:50 +05:30
installer ELECTRON-993: add pod url validation for installers (#569) 2019-02-13 18:16:39 +05:30
js ELECTRON-1070: let electron handle protocol registration (#568) 2019-02-13 18:16:27 +05:30
locale ELECTRON-1051: fix localisation strings for download manager (#564) 2019-01-30 19:10:38 +05:30
tests ELECTRON-928 - migrate presence to the Power Monitor API (#530) 2018-12-20 19:41:06 +05:30
.eslintignore update to badget count interface (#32) 2017-03-09 10:12:28 -08:00
.eslintrc more ssf name-space updates (#79) 2017-05-08 10:46:56 -07:00
.gitignore refactoring 2018-09-06 11:45:07 +05:30
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md (#413) 2018-06-26 14:10:05 +05:30
CONTRIBUTING.md add CONTRIBUTING file 2018-06-25 14:55:28 +05:30
DEV_SETUP.md fix documentation for mac dev setup 2019-01-25 12:20:26 +05:30
jest.spectron.config.json refactoring 2018-09-06 11:45:07 +05:30
jest.unit.config.json refactoring 2018-09-06 11:45:07 +05:30
LICENSE added LICENSE and NOTICE files 2016-12-03 00:59:30 +01:00
NOTICE added LICENSE and NOTICE files 2016-12-03 00:59:30 +01:00
package.json ELECTRON-1070: let electron handle protocol registration (#568) 2019-02-13 18:16:27 +05:30
PULL_REQUEST_TEMPLATE.md Update pull request template 2018-06-25 14:59:19 +05:30
README.md update documentation and package configuration 2018-06-05 16:32:51 +05:30

Symphony Software Foundation - Incubating

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

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:

  1. Standardizing the JS to native interfaces
  2. Standardizing the app to app interfaces (current embedding API)
  3. 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