aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* 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
|
* build: migrate from npm to pnpm (#603)Libravatar Markus Hatvan2021-09-08
|
* 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.
* Add ability to use self-hosted option for 'youtrack' service (fixes #671)Libravatar Vijay A2021-09-02
|
* chore: upgrade 'nodejs' to '14.17.6'.Libravatar Vijay A2021-09-02
|
* New recipe: wakatimeLibravatar oda-alexandre2021-08-31
|
* refactor: Use Ferdi.safeParseInt to ensure that parsing is done consistently ↵Libravatar Vijay A2021-08-31
| | | | in all recipes.
* New recipe: odooLibravatar oda-alexandre2021-08-31
|
* fix: Fix unread count in outlook (fixes #1808)Libravatar Vijay A2021-08-29
|
* cleanup: Remove duplicated recipes for Outlook Web App and Enterprise OWA. ↵Libravatar Vijay A2021-08-29
| | | | Fixes #523
* New recipe: aws (amazon web services) (#643)Libravatar Maitre_Oda2021-08-28
| | | Co-authored-by: Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>
* New recipe: binance (#645)Libravatar Maitre_Oda2021-08-28
|
* New recipe: ovh-cloud (#650)Libravatar Maitre_Oda2021-08-28
| | | Co-authored-by: Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>
* New recipe: scribens (#651)Libravatar Maitre_Oda2021-08-28
| | | Co-authored-by: Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>
* New recipe: docker (docker hub) (#644)Libravatar Maitre_Oda2021-08-28
| | | | Co-authored-by: oda-alexandre <oda-alexandre31@gmail.com> Co-authored-by: Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>
* New recipe: bitwarden (#647)Libravatar Maitre_Oda2021-08-28
| | | Co-authored-by: Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>
* New recipe: google-translate (#642)Libravatar Maitre_Oda2021-08-28
| | | | Co-authored-by: oda-alexandre <oda-alexandre31@gmail.com> Co-authored-by: Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>
* New recipe: tinder (#641)Libravatar Maitre_Oda2021-08-27
|
* chore: upgrade 'nodejs' to '14.17.5'.Libravatar Vijay A2021-08-27
|
* change entry point in the 'facebookpages' service (#640)Libravatar Maitre_Oda2021-08-27
| | | | Co-authored-by: oda-alexandre <oda-alexandre31@gmail.com> Co-authored-by: Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>
* 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.
* docs: fixed template file for creating recipe.Libravatar Vijay A2021-08-27
|
* Fix Screensharing with Discord (#625)Libravatar Maitre_Oda2021-08-26
|
* Updated autogenerated 'all.json'Libravatar Vijay A2021-08-24
|
* Add Google News recipe (#613)Libravatar niu tech2021-08-24
|
* fix: Fixes stack trace captured in ↵Libravatar Vijay A2021-08-17
| | | | https://github.com/getferdi/ferdi/issues/1745\#issuecomment-900088263
* Cleanup of recipes to remove 'NaN' of badge variables since this is handled ↵Libravatar Vijay A2021-08-17
| | | | in the main program.
* Moved all npm packages to the 'devDependencies' since there is no ↵Libravatar Vijay A2021-08-15
| | | | node-runtime for this repo.
* Added TODOs related to opening child window for screensharing/video calls.Libravatar Vijay A2021-08-13
|
* Fixed icon size for gChatLibravatar Vijay A2021-08-12
|
* New icon for gChatLibravatar Vijay A2021-08-12
|
* Recipes now have aliases!!!! (#607)Libravatar Vijay Raghavan Aravamudhan2021-08-12
| | | fixes getferdi/ferdi#1614, getferdi/ferdi#1615, getferdi/ferdi#1291
* Enabled darkmode forLibravatar Vijay A2021-08-12
| | | | | | | | | | | | | Facebook Messenger Facebook Workplace Chat (Facebook at work) Slack Google Calendar Whatsapp LinkedIn Telegram Instagram (from: https://github.com/ducfilan/Dark-mode-Franz-Ferdi)
* chore: fixed issue with incorrect eslint configLibravatar Vijay A2021-08-12
|
* added recipe for proton calendar (#606)Libravatar cereum2021-08-12
|
* Cleanup all recipes (#605)Libravatar Vijay Raghavan Aravamudhan2021-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | * Removed legacy properties that are no longer used: 'author' 'customURL' 'description' 'hostedOnly' 'main' 'openDevTools' 'popup' 'repository' 'serviceName' 'webviewOptions' 'wording' - Removed entries for if they were the defaults: 'hasCustomUrl' 'hasDirectMessages' 'hasIndirectMessages' 'hasNotificationSound' 'hasTeamId' 'message' Fixed incorrect 'urlInputSuffix' type. Added validations for ensuring the above do not creep back in.
* Fixed eslintrc as root for this folder; Reformatted all files.Libravatar Vijay A2021-07-31
|
* Allow any url in the custom-service to allow for sites like ↵Libravatar Vijay A2021-07-27
| | | | 'http://translate.google.com' to work.
* Update all.json with contextIsolation recipesLibravatar Kristóf Marussy2021-07-24
|
* [fastmail] Context isolation supportLibravatar Kristóf Marussy2021-07-24
|
* [googledrive] Context isolation supportLibravatar Kristóf Marussy2021-07-24
|
* [skype] Context isolation supportLibravatar Kristóf Marussy2021-07-24
|
* [googlecalendar] Context isolation supportLibravatar Kristóf Marussy2021-07-24
|
* [msteams] Context isolation supportLibravatar Kristóf Marussy2021-07-24
|
* Add documentation for injectJSUnsafeLibravatar Kristóf Marussy2021-07-24
|
* Fixed issue with incorrect icon for air-droid service.Libravatar Vijay A2021-07-17
|