A desktop client for the Symphony Collaboration Platform built using Electron
Go to file
Keerthi Niranjan 5cb931e31c SEARCH-1428 (Complete workflow of context-isolation) (#632)
* SEARCH-1313 - Completed full work flow

* SEARCH-1313 - Change get-version-info to return promise

* SEARCH-1313 - Bump Swift-search to 4.0.0-beta.1 to support context isolation

* SEARCH-1313 - Bump Swift-search to 5.0.0-beta.2 to support context isolation

* SEARCH-1313 - Rename export
2019-04-25 14:02:58 +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 - Fix some issues with custom title bar, loading screen & screen snippet 2019-04-02 10:57:26 +05:30
demo Typescript (Optimize loading styles & register global shortcuts) (#629) 2019-04-12 16:11:04 +05:30
installer Typescript (Fix bound changes and update child window security) (#628) 2019-04-08 13:05:14 +05:30
js Typescript (Complete notification & notification settings modules) (#609) 2019-04-02 10:58:40 +05:30
locale Fix Localisation Issues (#620) 2019-03-28 18:09:05 +05:30
spec Typescript (Optimize loading styles & register global shortcuts) (#629) 2019-04-12 16:11:04 +05:30
src SEARCH-1428 (Complete workflow of context-isolation) (#632) 2019-04-25 14:02:58 +05:30
tests remove spectron related code 2019-04-02 10:50:41 +05:30
.compilerc Typescript: Completed about app 2019-04-02 10:56:37 +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
.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 added LICENSE and NOTICE files 2016-12-03 00:59:30 +01:00
package.json SEARCH-1428 (Complete workflow of context-isolation) (#632) 2019-04-25 14:02:58 +05:30
PULL_REQUEST_TEMPLATE.md remove spectron related code 2019-04-02 10:50:41 +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