aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/rocketchat/webview.js
Commit message (Collapse)AuthorAge
* Rebranded from 'ferdi' to 'ferdium' (companion changes for the main repo PR #2)Libravatar Vijay A2022-04-18
|
* chore: add eslint-plugin-unicorn (#733)Libravatar Markus Hatvan2021-10-05
|
* refactor: remove references 'Ferdi.ipcRenderer' in recipes - create an ↵Libravatar Vijay A2021-09-27
| | | | abstraction layer instead for better maintainance
* fix: fix js error; stylingLibravatar Vijay A2021-09-19
|
* fix: privileged API accessLibravatar Kristóf Marussy2021-09-19
| | | | | | | | Privileged browser APIs should be accessed from webview.js via the Ferdi parameter to the exported function. If any service is broken (e.g., screen sharing), then most likely we have to fix recipe.js or screenshare.js
* Remove dependency on 'require' of 'electron' and 'electron/remote' modules.Libravatar Vijay A2021-09-05
| | | | Instead, use the exposed content from the recipe model in main ferdi.
* refactor: Use Ferdi.safeParseInt to ensure that parsing is done consistently ↵Libravatar Vijay A2021-08-31
| | | | in all recipes.
* Fixed eslintrc as root for this folder; Reformatted all files.Libravatar Vijay A2021-07-31
|
* fix: Rocket.Chat tab doesn't display notificationsLibravatar mhatvan2021-07-06
| | | | | - bump Rocket.Chat version to v1.0.10 - fix Rocket.Chat direct and indirect messages count
* Unpack recipes and update recipes icons (#292)Libravatar Bennett2020-09-22
Co-authored-by: Amine Mouafik <amine@mouafik.fr>