A desktop client for the Symphony Collaboration Platform built using Electron
Go to file
2019-05-17 16:16:54 +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 Typescript (Change title-bar from className to id ) (ELECTRON-748) (#647) 2019-05-15 18:21:52 +05:30
demo Typescript (Fix localization and custom title bar) (#631) 2019-05-02 17:43:50 +05:30
dictionaries ELECTRON-1170 - update dictionary files 2019-04-25 12:11:22 +05:30
installer Typescript - Include missing supporting files for electron 3.x in aip (#644) 2019-05-13 13:17:52 +05:30
spec ELECTRON-771 (Fix custom title bar button titles & localization) (#651) 2019-05-17 16:14:44 +05:30
src ELECTRON-771 (Fix custom title bar button titles & localization) (#651) 2019-05-17 16:14:44 +05:30
.compilerc Typescript: Completed about app 2019-04-02 10:56:37 +05:30
.gitignore add lib to gitignore 2019-05-15 13:02:26 +05:30
.travis.yml add travis ci configuration 2019-04-02 10:58:23 +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 remove spectron related code 2019-04-02 10:50:41 +05:30
gulpfile.js Merge TS context isolation branch onto Typescript master branch (#598) 2019-04-02 10:58:09 +05:30
jest.unit.config.json improving snapshot using snapshotSerializers to remove unnecessary things (#596) 2019-04-02 10:57:27 +05:30
LICENSE added LICENSE and NOTICE files 2016-12-03 00:59:30 +01:00
NOTICE refactor code and remove old JS code 2019-05-07 13:26:57 +05:30
package.json SEARCH-1466 - LZ4 not creating in custom user data path (was using cd on drive) (#653) 2019-05-17 16:16:54 +05:30
PULL_REQUEST_TEMPLATE.md refactor code and remove old JS code 2019-05-07 13:26:57 +05:30
README.md travis ci - update status badge to typescript branch 2019-04-02 10:58:40 +05:30
tsconfig.json Merge TS context isolation branch onto Typescript master branch (#598) 2019-04-02 10:58:09 +05:30
tslint.json Merge TS context isolation branch onto Typescript master branch (#598) 2019-04-02 10:58:09 +05:30

Symphony Software Foundation - Incubating Build Status

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