aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
Commit message (Collapse)AuthorAge
* 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.
* [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
|
* Fixed issue with incorrect icon for air-droid service.Libravatar Vijay A2021-07-17
|
* Removed unused property: 'hasPredefinedUrl'.Libravatar Vijay A2021-07-11
|
* Fixed mailbox.org icon (#1627)Libravatar Vijay A2021-07-09
|
* fixing a race condition where document body is nullLibravatar Prasanna2021-07-07
|
* fix: Rocket.Chat tab doesn't display notificationsLibravatar mhatvan2021-07-06
| | | | | - bump Rocket.Chat version to v1.0.10 - fix Rocket.Chat direct and indirect messages count
* Minify svg's using svgoLibravatar Vijay A2021-07-06
|
* Removed references to png images since they were not being used anyways.Libravatar Vijay A2021-07-06
|
* Allowed the user to edit the service url for gCalendar (fixes #1514)Libravatar Vijay A2021-07-05
|
* Fixing group unread count in telegram recipe.Libravatar Vijay A2021-07-04
|
* Fixing unread count in telegram recipe.Libravatar Vijay A2021-07-04
|
* Fix for 'unknown browser' issue on google hangouts.Libravatar Vijay A2021-07-02
|
* Updated mailbox.org iconLibravatar Vijay A2021-07-02
|
* Fixed gmail icon being vertically stretchedLibravatar Vijay A2021-07-02
|
* Allow the user to edit the url for 'clickup' - so that they can add the ↵Libravatar Vijay A2021-06-30
| | | | optional workspace.
* Adding new recipe: Superhuman (Fixes #573)Libravatar Vijay A2021-06-29
|
* Added new servicesLibravatar Vijay A2021-06-20
| | | | | | | | | | | | | | | | | | | - 'air-droid' - 'basecamp' - 'box' - 'buffer' - 'chatra' - 'easy-redmine' - 'feedbin' - 'iCloud' - 'jollor' - 'nomadlist' - 'paymo' - 'pivotal-tracker' - 'plan' - 'podio' - 'protonet' - 'teamleader'
* Renamed 'glowingbear' --> 'glowing-bear' and 'ex-google-voice' --> ↵Libravatar Vijay A2021-06-20
| | | | 'google-voide'.
* Added new service: keybase.io (fixes #427)Libravatar Vijay A2021-06-19
|
* Added new service: line.me (fixes #560)Libravatar Vijay A2021-06-19
|
* Fixed #1489: Steam links will now open in the external default browser.Libravatar Vijay A2021-06-05
|
* Reverted '@electron/remote' changes since the badges were broken for ↵Libravatar Vijay A2021-06-04
| | | | whatsapp and other recipes.
* Instance logo for PleromaLibravatar Kristóf Marussy2021-05-30
| | | | | | | | | | | | Fetch instance logo from the instance configuration and the instance colors from the pleroma-fe css to draw the instance logo. If the instance logo is in full color, it will be shown on the instance top bar background color. If it is configured to display with a single color, alpha blending on a <canvas> is used to render the logo in the top bar text color on top of the top bar background color, as it appears on the webpage.
* Add Pleroma recipeLibravatar Kristóf Marussy2021-05-30
| | | | Pleroma is lightweight fediverse server: https://pleroma.social/
* Fixing unread count in telegram-reactLibravatar Vijay A2021-05-27
|
* Inoreader recipe from: https://github.com/annagrram/recipe-inoreaderLibravatar Vijay A2021-05-27
|
* Re-fetched zulip recipe from https://github.com/adambirds/recipe-zulipLibravatar Vijay A2021-05-27
|
* Replace 'remote' with 'electron/remote'Libravatar Vijay A2021-05-26
| | | | Bumped up major version for affected recipes to denote breaking changes
* Minifying imagesLibravatar Vijay A2021-05-25
|
* Added harvest recipeLibravatar Vijay A2021-05-25
|
* Fixing unread count in MessengerLibravatar Vijay A2021-05-24
|
* Changed jira recipe to allow for self-hosted urls. Bumpted recipe version.Libravatar Vijay A2021-05-22
|
* Changed jitsi recipe to allow for self-hosted urls. Bumpted recipe version.Libravatar Vijay A2021-05-22
|
* Mattermost: fix unreads count (#519)Libravatar Pierre de La Morinerie2021-05-21
| | | | | | | | | | | | | | | | | * Mattermost: fix unreads count The "Unread messages" badge was broken for two reasons. 1. Mattermost introduced a new configurable Sidebar, which broke the selectors used by the recipe. _Note that the legacy sidebar can still be enabled, and may also_ _be displayed by older Mattermost instances. So for compatibility,_ _the legacy selectors are kept._ 2. Direct group messages (direct messages sent to more than one person) weren't counted at all. Now these messages are properly counted as direct messages (because that's how Mattermost UI considers them).
* Added new recipe: google-contacts (fixes #487)Libravatar Vijay A2021-05-21
|
* Added new recipe: amazon-workmail (fixes #491)Libravatar Vijay A2021-05-19
|
* Added new recipe: snapdrop (fixes #512)Libravatar Vijay A2021-05-19
|
* Fixing incorrect example in TweetDeck.Libravatar Vijay A2021-05-16
|
* Fixing login redirect issue in PushBullet (fixes Ferdi#1331)Libravatar Vijay A2021-05-16
|
* Changed Office365 recipe to allow for self-hosted urls. Bumped version.Libravatar Vijay A2021-05-16
|
* Gitlab: enable use of self-hosted instancesLibravatar Andrea2021-05-15
| | | | "hasHostedOption" is available from Ferdi v5.0.0-beta.15
* Housekeeping: These recipes had been updated for bug fixes since Apr 2020, ↵Libravatar Vijay A2021-05-15
| | | | but their versions had not been bumped up.