aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/msteams/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
|
* fix: remove call to 'clearStorageData' so that MS Teams can remember login ↵Libravatar Vijay A2021-09-21
| | | | creds across Ferdi restarts
* 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
* Expose 'known certificate hosts' in ms teams and outlook to try to fix ↵Libravatar Vijay Raghavan Aravamudhan2021-09-08
| | | | certificate expiry issue (#675)
* refactor: Use Ferdi.safeParseInt to ensure that parsing is done consistently ↵Libravatar Vijay A2021-08-31
| | | | in all recipes.
* chore: normalized all recipes to ensure compatibility with es6 (#639)Libravatar Vijay Raghavan Aravamudhan2021-08-27
| | | | - Removed some calls to set badge with '0' all the time. - Removed all 'sourceMaps' since they are all outdated atm.
* Fixed eslintrc as root for this folder; Reformatted all files.Libravatar Vijay A2021-07-31
|
* [msteams] Context isolation supportLibravatar Kristóf Marussy2021-07-24
|
* Remove getDisplayMedia patches from recipesLibravatar Amine Mouafik2020-09-22
| | | | See https://github.com/getferdi/ferdi/pull/802
* Unpack recipes and update recipes icons (#292)Libravatar Bennett2020-09-22
Co-authored-by: Amine Mouafik <amine@mouafik.fr>