A desktop client for the Symphony Collaboration Platform built using Electron
Go to file
Vishwas Shashidhar 7a94ad31f8
feat: ELECTRON-1204 - add support for ttl (#668)
* ELECTRON-1204: implement ttl logic

* ELECTRON-1204: rebase with master

* ELECTRON-1204: remove redundant comma
2019-06-03 14:19:05 +05:30
.github consolidate the auto assign bot configuration 2019-06-03 14:03:49 +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 feat: ELECTRON-1204 - add support for ttl (#668) 2019-06-03 14:19:05 +05:30
src feat: ELECTRON-1204 - add support for ttl (#668) 2019-06-03 14:19:05 +05:30
types add statistics logging 2019-05-28 13:35:45 +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 feat: ELECTRON-1204 - add support for ttl (#668) 2019-06-03 14:19:05 +05:30
jest.config.json remove packager dep and refactor jest config 2019-05-22 12:51:49 +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 feat: ELECTRON-1204 - add support for ttl (#668) 2019-06-03 14:19:05 +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