aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
Commit message (Collapse)AuthorAge
* 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.
* Fixing issue with non-sso login for all google services not working due to ↵Libravatar Vijay A2021-05-14
| | | | incompatible user-agent/browser version
* Fixing svg icon for gmailLibravatar Vijay A2021-05-12
|
* Fixing counts for hangouts chat badge.Libravatar Vijay A2021-05-12
|
* Fixing counts for gitter badge.Libravatar Vijay A2021-05-12
|
* Use new icons for gmail (#492)Libravatar Vijay Raghavan Aravamudhan2021-05-11
|
* Fixing issue with non-sso login for gmail + gdrive not working due to ↵Libravatar Vijay Raghavan Aravamudhan2021-05-11
| | | | incompatible user-agent/browser version (#477)
* Minify images (#480)Libravatar Vijay Raghavan Aravamudhan2021-04-30
|
* Added recipe for Kimai time-tracking instances (#478)Libravatar Kevin Papst2021-04-29
|
* Fixing issue with image preview not working in gChat. (#476)Libravatar Vijay Raghavan Aravamudhan2021-04-29
|
* Update Element recipe (#479)Libravatar Achim Leitner2021-04-29
|
* Update Zulip Logo and contact details of original recipe author (#470)Libravatar Adam Birds2021-04-25
|
* Update url to official link for Telegram React (#473)Libravatar Arthur Brugière2021-04-25
| | | + updating version number
* Move clockify recipe in the right folderLibravatar kytwb2021-03-24
|
* Add recipe for Erepublik (#443)Libravatar Yoga Setiawan2021-03-05
|
* Fix WhatsApp unread notification badge with new method (#446)Libravatar Boro Vukovic2021-03-05
|
* Add recipe for Webex Teams (#435)Libravatar Rok Bertoncelj2021-02-21
|
* Add recipe for Canvas (#437)Libravatar Sagir Mo2021-02-21
| | | Add recipe for Canvas
* Add recipe for Azure DevOps (#430)Libravatar Bilel Jegham2021-02-03
|
* Add recipe for BiP (#429)Libravatar Yoga Setiawan2021-02-02
|
* Remove invalid file (#424)Libravatar Cromefire_2021-02-02
|
* Fix null element for proton-mail (#432)Libravatar mmso2021-02-02
|
* Synchronize Outlook services and correct message count (#398)Libravatar Cromefire_2021-01-05
|
* Add recipe for Infomaniak Mail (#373)Libravatar bidouilles2021-01-05
|
* Update WhatsApp recipe to capture more unread message counters (#377)Libravatar Alex2021-01-05
|
* Add Intercom recipe (#390)Libravatar Guillaume RODRIGUEZ2021-01-05
|
* Update the Google Calendar icon (#400)Libravatar Joel2021-01-05
|
* Add Google Classroom recipeLibravatar Tan2020-11-15
| | | | Google Classroom with DarkMode supp
* Merge pull request #354 from eandersons/nextcloud-talkLibravatar Bennett2020-11-11
|\ | | | | Nextcloud Talk: Hide unrelated notifications and fix notifications count
| * Nextcloud Talk: `package.json` was updated to increase version to 1.0.3Libravatar Edgars2020-11-11
| |
| * Nextcloud Talk: Fine-tuning for `webview.js`Libravatar Edgars2020-11-11
| | | | | | | | | | `webview.js` was updated to get direct notifications count only when notification wrapper has been loaded.
| * Nextcloud Talk: Hide unrelated notifications and fix notifications countLibravatar Edgars2020-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | `service.css` was updated to: - unhide contacts menu; - hide notifications that are not related to Nextcloud Talk; - hide "Dismiss all notifications" as this action would also dismiss hidden notifications. `webview.js` was updated to fix notifications (both direct and indirect) count retrieval. `README.md` was added.
* | Merge pull request #353 from eandersons/nextcloud-calendarLibravatar Bennett2020-11-11
|\ \ | | | | | | Nextcloud Calendar: Display only calendar related notifications and their count
| * | Nextcloud Calendar: `package.json` was updated to increase versionLibravatar Edgars2020-11-11
| | |
| * | Hide "Dismiss all notifications" in notifications blockLibravatar Edgars2020-11-10
| | | | | | | | | | | | | | | Hide "Dismiss all notifications" in notifications block as this action would dismiss hidden notifications as well.
| * | Nextcloud Calendar: Display only calendar related notifications and their countLibravatar Edgars2020-11-10
| |/ | | | | | | | | | | | | `service.css` was updated to hide notifications that are not related to Nextcloud Calendar. `webview.js` was updated to fix notifications count selector.