A desktop client for the Symphony Collaboration Platform built using Electron
Go to file
Kiran Niranjan d457d3e94b
SDA-4563 - Ignore changing zoom if focused window is about Symphony (#2148)
2024-05-10 08:26:03 +05:30
.github SDA-4227 (Update electron-updater version to 6.1.3) (#1897) 2023-07-18 10:53:31 +02:00
.run SDA-4459 (Apply latest or beta channel based on user entitlement) (#2086) 2024-02-12 16:16:34 +05:30
.vscode SDA-3937 FOUC fix (#1629) 2023-01-12 10:43:25 +01:00
build SDA-4473 (Optimize nsis installer script) (#2103) 2024-03-04 10:43:55 +01:00
config SDA-4459 (Apply latest or beta channel based on user entitlement) (#2086) 2024-02-12 16:16:34 +05:30
dictionaries ELECTRON-1170 - update dictionary files 2019-04-25 12:11:22 +05:30
docs SDA-4177 Adding tel custom protocol to support calls through Symphony on windows and mac 2023-07-03 14:23:49 +02:00
images Updating presence icons for Windows 2023-03-02 09:15:52 +01:00
installer SDA-4487 - Remove escaping url string (#2102) 2024-02-26 20:21:55 +05:30
scripts SDA-4552 (Change signing tool for .msi) (#2134) 2024-04-23 05:53:33 +05:30
spec SDA-4507 - Add validation for copying old global config file (#2115) 2024-03-21 11:33:06 +05:30
spectron SDA-3892: About Symphony redesign (#1511) 2022-10-13 14:59:36 +02:00
src SDA-4563 - Ignore changing zoom if focused window is about Symphony (#2148) 2024-05-10 08:26:03 +05:30
.compilerc Typescript: Completed about app 2019-04-02 10:56:37 +05:30
.dockerignore build: Complete docker setup for generating Linux builds (#864) 2020-01-29 14:43:29 +05:30
.gitignore C2-18497 Fix grammar error on spec title 2023-03-14 14:24:57 +01:00
.nvmrc Add .nvmrc for NodeJS 18.16.0 2023-06-26 12:35:48 +02:00
.prettierignore add prettier configuration 2021-01-29 11:36:48 +05:30
.prettierrc add prettier configuration 2021-01-29 11:36:48 +05:30
.semgrepignore Static code analysis setup 2022-12-28 08:32:58 +01:00
CODE_OF_CONDUCT.md update code of conduct 2020-04-03 12:43:33 +05:30
Dockerfile Bump NodeJS to v18 2023-06-26 12:35:48 +02:00
LICENSE added LICENSE and NOTICE files 2016-12-03 00:59:30 +01:00
NOTICE Align NOTICE file to FINOS project blueprint (#785) 2019-09-25 10:27:25 +05:30
README.md reflecting that project is active 2022-12-14 13:10:51 +01:00
RELEASE_NOTES.md Update release notes with not building/supporting legacy installer anymore 2021-10-26 14:28:38 +02:00
allow-list.json added actions for node and semgrep 2022-12-14 14:43:16 +01:00
crowdin.yml SDA-3892: About Symphony redesign (#1511) 2022-10-13 14:59:36 +02:00
entitlements.mac.plist SDA-1668: add entitlements for macOS catalina (#849) 2020-01-14 20:07:57 +05:30
gulpfile.js SDA-3333: ADD Presence status for SDA Side 2023-02-28 11:21:53 +01:00
jest-config.json SDA-3937 FOUC fix (#1629) 2023-01-12 10:43:25 +01:00
package-lock.json SDA-4544 Allow to load react dev tools chrome extension (#2145) 2024-05-07 16:39:05 +02:00
package.json SDA-4544 Allow to load react dev tools chrome extension (#2145) 2024-05-07 16:39:05 +02:00
renovate.json Add renovate.json 2022-12-01 10:43:20 +01:00
svgTransform.js SDA-3937 FOUC fix (#1629) 2023-01-12 10:43:25 +01:00
tsconfig.json SDA-3937 FOUC fix (#1629) 2023-01-12 10:43:25 +01:00
tsconfig.spec.json SDA-3876 - Remove spectron related code (#1510) 2022-09-27 07:13:27 +05:30
tslint.json chore: fix few more linting issues 2021-01-29 13:39:26 +05:30

README.md

FINOS - Active OpenSSF Best Practices Continuous Integration Known Vulnerabilities

SymphonyElectron

About:

SymphonyElectron is a desktop client of the Symphony Communication Platform built for macOS, Windows 10, Windows 7 and Linux (experimental) . We've built this using the popular electron framework to support cross platform desktop apps loaded in a chromium container.

Contributing

  1. Fork it (https://github.com/symphonyoss/SymphonyElectron/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Read our contribution guidelines and Community Code of Conduct
  4. Commit your changes (git commit -am 'Add some fooBar')
  5. Push to the branch (git push origin feature/fooBar)
  6. 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:

  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

License

The code in this repository is distributed under the Apache License, Version 2.0.

Copyright 2021 Symphony LLC