aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* chore: removed 'first-time-contributors' GH workflow since that is not ↵Libravatar Vijay A2021-09-20
| | | | working [skip ci]
* fix: Remove extra validation for serviceUrl for github since the url doesn't ↵Libravatar Vijay A2021-09-20
| | | | seem to be valid any more.
* fix: fix js error; stylingLibravatar Vijay A2021-09-19
|
* Merge pull request #713 from kris7t/fix-api-accessLibravatar Kristóf Marussy2021-09-19
|\ | | | | fix: privileged API access
| * also fix privileged API access for googlemeetLibravatar Kristóf Marussy2021-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
* Fix images opening in browser instead of in Discord (#712)Libravatar Brian Kendall2021-09-15
|
* 🚀 Add Pipefy Recipe (#711)Libravatar Tania R. Zúñiga2021-09-15
|
* Added a check to verify that the folder name of the recipe matches the ↵Libravatar Vijay Aravamudhan2021-09-12
| | | | | | recipe id (#708) Use the recipe-id as master to rename internal folder names
* New recipe: 'stackoverflow' (#707)Libravatar Vijay Aravamudhan2021-09-12
|
* New recipe: 'devRant' (#706)Libravatar Vijay Aravamudhan2021-09-12
|
* New recipe: 'weekplan' (#705)Libravatar Vijay Aravamudhan2021-09-12
|
* New recipe: 'sococo' (#704)Libravatar Vijay Aravamudhan2021-09-12
|
* Add indirect count for 'teamleader' recipe. (#703)Libravatar Vijay Aravamudhan2021-09-12
|
* New recipe: 'ritetag' (#702)Libravatar Vijay Aravamudhan2021-09-12
|
* New recipe: 'hey' (#701)Libravatar Vijay Aravamudhan2021-09-12
|
* New recipe: 'freshdesk' (#700)Libravatar Vijay Aravamudhan2021-09-12
|
* New recipe: 'plek' (#699)Libravatar Vijay Aravamudhan2021-09-12
|
* New recipe: 'drive' (#698)Libravatar Vijay Aravamudhan2021-09-12
|
* New recipe: 'coinbase' (#697)Libravatar Vijay Aravamudhan2021-09-12
|
* Merged 'github_enterprise' recipe into 'github' with the extra bits.Libravatar Vijay A2021-09-12
|
* New recipe: 'udemy' (fixes #464) (#696)Libravatar Vijay Aravamudhan2021-09-12
|
* Removed redundant 'README.md' filesLibravatar Vijay A2021-09-12
|
* New recipe: 'dialpad' (#695)Libravatar Vijay Aravamudhan2021-09-12
|
* New recipe: 'teamweek' (#694)Libravatar Vijay Aravamudhan2021-09-12
|
* New recipe: 'misskey' (#693)Libravatar Vijay Aravamudhan2021-09-12
|
* New recipe: 'clockwise' (#692)Libravatar Vijay Aravamudhan2021-09-12
|
* New recipe: 'tixio' (#691)Libravatar Vijay Aravamudhan2021-09-12
|
* New recipe: 'slowly' (fixes #297) (#690)Libravatar Vijay Aravamudhan2021-09-12
|
* New recipe: 'scrumpy' (#689)Libravatar Vijay Aravamudhan2021-09-12
|
* New recipe: 'flock' (#688)Libravatar Vijay Aravamudhan2021-09-12
|
* New recipe: 'producthunt' (#687)Libravatar Vijay Aravamudhan2021-09-12
|
* New recipe: 'dingtalk' (fixes #416) (#686)Libravatar Vijay Aravamudhan2021-09-12
|
* New recipe: 'yandex-mail' (fixes #421) (#685)Libravatar Vijay Aravamudhan2021-09-12
|
* New recipe: 'mewe' (fixes #484) (#684)Libravatar Vijay Aravamudhan2021-09-12
|
* New service: 'whereby' (#683)Libravatar Vijay Aravamudhan2021-09-12
|
* docs: added TODO [skip ci]Libravatar Vijay A2021-09-12
|
* fix issue with Office365 not getting unread counts in non-english locale ↵Libravatar Vijay Aravamudhan2021-09-11
| | | | (fixes #679) (#681)
* update WhatsApp webview.js for non-English locales (#680)Libravatar Alex2021-09-11
| | | | | | * update webview.js for non-English locales the current implementation tries to get the message list parentChatElem through an element called "Chat list", which is not named that in non-English locales. As a replacement, I'm finding all div's with an aria-label attribute and then I choose the tallest one, which should usually be the chat list.
* config for pnpmLibravatar Vijay A2021-09-11
|
* Turning off the certificate whitelisting in ms-teams since that can cause an ↵Libravatar Vijay A2021-09-10
| | | | MITM attack.
* add caching of pnpm modules; do not install recursively since it causes a ↵Libravatar Vijay A2021-09-10
| | | | failure in the main repo
* Revert "chore: use in-built caching when installing node."Libravatar Vijay A2021-09-10
| | | | | | since this is causing GH build to fail This reverts commit 5c02d0f066be459d1037b4e1dc7a18566b3fba9a.
* fix: ported darkmode fix for footer in messengerLibravatar Vijay A2021-09-10
|
* chore: use in-built caching when installing node.Libravatar Vijay A2021-09-10
|
* chore: Use latest version of 'pnpm'Libravatar Vijay A2021-09-09
|
* Partially reverted changes to certificate-handling for office365 and msteams ↵Libravatar Vijay A2021-09-09
| | | | since they crashed.
* 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 the exposed methods for session handling from the main repoLibravatar Vijay A2021-09-08
|
* execute prepare script with npx to avoid missing husky dependency error (#676)Libravatar Markus Hatvan2021-09-08
|