aboutsummaryrefslogtreecommitdiffstats
path: root/all.json
Commit message (Collapse)AuthorAge
* Add check to ensure that generated file 'user.js' is not present in default ↵Libravatar Vijay A2021-10-04
| | | | package
* fix: searching repos on github clogs notifications (#729)Libravatar Markus Hatvan2021-09-29
|
* Added trello darkmode (#719)Libravatar cereum2021-09-28
|
* refactor: remove references 'Ferdi.ipcRenderer' in recipes - create an ↵Libravatar Vijay A2021-09-27
| | | | abstraction layer instead for better maintainance
* refactor: remove references 'Ferdi.ipcRenderer' in recipes - create an ↵Libravatar Vijay A2021-09-27
| | | | abstraction layer instead for better maintainance
* refactor: add 'serviceId' when invoking 'clearStorageData' (#726)Libravatar Vijay Aravamudhan2021-09-26
|
* fix: implement unread count badge for 'stackoverflow-chat'Libravatar Vijay A2021-09-23
|
* feature: allow services to delineate favorites vs non-favorites in unread countsLibravatar Vijay A2021-09-23
| | | | implements getferdi/recipes#721
* fix: updated 'skype' and 'discord' to properly relinquish 'win' object for ↵Libravatar Vijay A2021-09-23
| | | | image overlay
* feature: Add new recipe for 'stackoverflow-chat'Libravatar Vijay A2021-09-22
| | | | (fixes #718)
* chore: allow self-hosted option for kimai-cloud service.Libravatar Vijay A2021-09-21
|
* fix: remove call to 'clearStorageData' so that MS Teams can remember login ↵Libravatar Vijay A2021-09-21
| | | | creds across Ferdi restarts
* 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
|
* 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
|
* 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
|
* 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
|
* 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.
* Turning off the certificate whitelisting in ms-teams since that can cause an ↵Libravatar Vijay A2021-09-10
| | | | MITM attack.
* fix: ported darkmode fix for footer in messengerLibravatar Vijay A2021-09-10
|
* 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)