talk-desktop
talk-desktop copied to clipboard
💬💻 Nextcloud Talk Desktop Client Preview
### ☑️ Resolves - ~~⚠️ Waiting for the release~~ - After https://github.com/nextcloud/talk-desktop/pull/602 `release:package` doesn't work on Windows. Manual setting `pwsh` (modern `PowerShell v7`) was replaced with `usePowerShell` that uses old...
Set the user data on the page, same as Server so `@nextcloud/auth` can get it directly. See https://github.com/nextcloud-libraries/nextcloud-auth/blob/b0262421614d6136edbefeb3896523e3313d3cae/lib/user.ts#L26
Since macOS 10.14 Mojave it is required to ask media access on Mac. What to do, if the user refuses? https://www.electronjs.org/docs/latest/api/system-preferences#systempreferencesaskformediaaccessmediatype-macos
### How to use GitHub * Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue. * Please don't comment if you have no relevant...
### ☑️ Resolves * The problem: too many clicks to just go to DnD, for example, to disable notifications. Opening a menu, opening a dialog box, working in it *...
### How to use GitHub * Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are interested into the same feature. * Please don't comment if you have no relevant...
### How to use GitHub * Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue. * Please don't comment if you have no relevant...
## 🚧 Temporary workaround After unpacking the files run the following 2 commands: ``` sudo chown root chrome-sandbox sudo chmod 4755 chrome-sandbox ``` --- ### How to use GitHub *...
Add talk integration with other Nextcloud apps: - [ ] Files: Open received files - [x] In the beginning - open all files in the default Web-Browser or Web View...
- [x] Remove `SameSite=Lax -> SameSite=None` cookies patching (fixed in: https://github.com/nextcloud/talk-desktop/pull/22) - [ ] #18 - [ ] Follow [Electron / Best Practices / Security](https://www.electronjs.org/docs/latest/tutorial/security) - [x] 1. Only load...