aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
Commit message (Collapse)AuthorAge
* Add recipe for Nextcloud News (#780)Libravatar Carlos Solís2021-12-03
|
* fix: change instagram serviceUrl back to include inbox (fixes #2291)Libravatar Vijay A2021-12-03
|
* fix: fix javascript error in 'circuit' recipeLibravatar Vijay A2021-12-03
|
* Stop clearing storage data on unload in WhatsApp recipe (#778)Libravatar Rui Gonçalves2021-12-01
|
* Fixed unread badge for circuit (#777)Libravatar Simon Szustkowski2021-11-29
|
* Add RingCentral recipe (#776)Libravatar deadmeu2021-11-28
|
* Fix skype notification counter for non-English locales(fixes #763) (#775)Libravatar Anton Sudak2021-11-26
|
* Fix Protonmail unread counter (#773)Libravatar Mattia Panzeri2021-11-25
|
* fix slack darkmode not working due to forced bgcolor of elements in original ↵Libravatar jpmschuler2021-11-25
| | | | slack css (#770)
* Added recipe for Circuit (#771)Libravatar Simon Szustkowski2021-11-24
|
* refactor: Use 'Ferdi.safeParseInt'Libravatar Vijay A2021-11-24
|
* add new 'xmpp' service recipeLibravatar Aman9das2021-11-23
|
* Fixing issue with 'toggl' recipe exposed by the pre-commit hookLibravatar Vijay A2021-11-23
|
* Toggl recipe: Display 'unread' badge when a timer is running (#767)Libravatar Nils Steinger2021-11-21
|
* change instagram service url to fix #2185 (#762)Libravatar Vijay Aravamudhan2021-11-07
|
* Add recipe for Chatwoot (#760)Libravatar Maxime Marty-Dessus2021-11-04
|
* Add Confluence recipe (#758)Libravatar Bennett2021-11-02
|
* chore: remove empty 'service.css' from recipes. Remove 'README.md' from the ↵Libravatar Vijay A2021-11-01
| | | | creation script
* Use more explicit variable namesLibravatar Bennett2021-10-31
|
* Add moodle recipeLibravatar Bennett2021-10-31
|
* Fix for Instagram Dark Mode (#358)Libravatar Jonathan Winter2021-10-28
| | | Co-authored-by: mhatvan <markus_hatvan@aon.at>
* Add dialog title for VK, FB and Slack (#753)Libravatar Iaroslav2021-10-26
|
* fix: no gitter badge for mentions in channels (#752)Libravatar Markus Hatvan2021-10-25
|
* feat: support telegram count for both webk and webz (#751)Libravatar Markus Hatvan2021-10-24
|
* Add setDialogTitle feature to api, WhatsApp and Telegram (#750)Libravatar Iaroslav2021-10-23
| | | Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* fix for #286 with fallback (#738)Libravatar Cornelius2021-10-16
| | | mostly tested with custom homeserver, not a public matrix server
* Add new service: Netlify (#746)Libravatar Tania R. Zúñiga2021-10-15
|
* 📖 Add Good Reads (#743)Libravatar Tania R. Zúñiga2021-10-14
|
* Add Dropbox recipe #369 (#739)Libravatar Tania R. Zúñiga2021-10-14
|
* Merged 'drive' into 'googledrive' recipe. (fixes #2055)Libravatar Vijay A2021-10-12
|
* Add Meetup recipe #389 (#735)Libravatar Tania R. Zúñiga2021-10-08
|
* fix: discord does not show notifications (#734)Libravatar Markus Hatvan2021-10-07
|
* chore: add eslint-plugin-unicorn (#733)Libravatar Markus Hatvan2021-10-05
|
* chore: repo maintenance (#732)Libravatar Markus Hatvan2021-10-05
|
* 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