aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
Commit message (Collapse)AuthorAge
...
* | Merge pull request #357 from iansealy/fleepLibravatar Bennett2020-11-11
|\ \ | | | | | | Add recipe for Fleep (https://fleep.io/).
| * | Correctly sized PNG.Libravatar Ian Sealy2020-11-11
| | |
| * | Add recipe for Fleep (https://fleep.io/).Libravatar Ian Sealy2020-11-10
| |/
* | Merge pull request #356 from iansealy/habiticaLibravatar Bennett2020-11-11
|\ \ | | | | | | Habitica: Add notification count.
| * | Update version number.Libravatar Ian Sealy2020-11-10
| | |
| * | Habitica: Add notification count.Libravatar Ian Sealy2020-11-10
| |/
* / Roundcube: fix unread email count.Libravatar Ian Sealy2020-11-11
|/
* Update version & Show number of unread messages in the current folder & Show ↵Libravatar Thomas Papamichail2020-11-05
| | | | badge for unread messages everywhere
* Fix unread emails css selectorLibravatar Thomas Papamichail2020-11-04
|
* Fix unread emails css selectorLibravatar Thomas Papamichail2020-11-04
|
* Add recipe for Nextcloud (#343)Libravatar Edgars2020-10-29
|
* Add recipe for Wire (#344)Libravatar Dustin2020-10-27
| | | Co-authored-by: Amine Mouafik <amine@mouafik.fr>
* Add recipe for Sync.com (#337)Libravatar Marco Lussetti2020-10-20
|
* Fix messages count for Fastmail (#335) (#336)Libravatar Marco Lussetti2020-10-19
|
* Update Todoist notifications badge selector (#333) (#334)Libravatar Ravi Sharma2020-10-17
|
* Add Google Podcasts and YouTube Music recipes (#330)Libravatar Stephen Papierski2020-10-15
|
* Minify images using ImageOptim (lossless compression) (#326)Libravatar Vijay Raghavan Aravamudhan2020-10-11
|
* Revert "Use imagemin to minify images (#323)"Libravatar Amine Mouafik2020-10-10
| | | | This reverts commit 5f7d8ebe6d8a9a9e5a1b4e9f041ece1a7ae38ab1.
* Add recipe for Microsoft To Do (#325)Libravatar Yoga Setiawan2020-10-10
|
* Fixed Slite querySelector and code style improvements (#324)Libravatar Francisco Marques2020-10-10
|
* Use imagemin to minify images (#323)Libravatar Vijay Raghavan Aravamudhan2020-10-09
|
* Add recipe for Disqus (#322)Libravatar Francisco Marques2020-10-08
|
* Minify images using ImageOptim (lossless compression) (#313)Libravatar Vijay Raghavan Aravamudhan2020-10-07
|
* Added recipe for Pinterest (#316)Libravatar Yoga Setiawan2020-10-07
|
* Add recipe for Slite (#312)Libravatar Francisco Marques2020-10-07
|
* Add recipe for Lark (#315)Libravatar Shao Yang Hong2020-10-07
|
* Add recipe for Simplenote (#317)Libravatar Yoga Setiawan2020-10-07
|
* Add recipe for YouTrack (#318)Libravatar Yoga Setiawan2020-10-07
|
* Add OneNoteLibravatar Bennett2020-10-04
|
* Add iCloud RemindersLibravatar Bennett2020-10-04
|
* Add FigmaLibravatar Bennett2020-10-04
|
* Add DevDocsLibravatar Bennett2020-10-04
|
* Add TickTickLibravatar Bennett2020-10-04
|
* Fixing PR comments: changed name to 'Yahoo Mail' and id to 'yahoo-mail'.Libravatar Vijay A2020-10-04
|
* Added recipe for yahoo mail.Libravatar Vijay A2020-10-04
|
* Merge pull request #307 from kris7t/gmail-unread-countLibravatar Bennett2020-10-03
|\ | | | | More careful Gmail unread count detection
| * More careful Gmail unread count detectionLibravatar Kristóf Marussy2020-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 10a670fe33bd7fab841ddaf4674deb11477f2267 changed the unread count detection to grab the number besides the Inbox link instead of the total number of unread messages in the traditional inbox. However, this detection may fail in there are no unread messages in the inbox and report the number of unread messages from a different category instead. This commit combines the previous and the combined approach by first finding the "Inbox" link as in the previous approach, but it extracts the number of unread messages from the number beside it (instead of the aria-label with the total number of unread messages).
* | Merge pull request #308 from kris7t/skype-callsLibravatar Bennett2020-10-03
|\ \ | | | | | | Spoof Chrome plugins for Skype
| * | Spoof Chrome plugins for SkypeLibravatar Kristóf Marussy2020-10-03
| |/ | | | | | | | | | | | | | | | | | | | | Skype for Web requires either Chrome or Edge, but refuses to cooperate with Chromium. The detection of (non-)Chromium is based on navigator.plugins: https://github.com/Eloston/ungoogled-chromium/issues/1010#issuecomment-643740388 Since we cannot rebuild Chromium to report a different plugin identity, we instead patch Plugins.prototype to do the spoofing. Closes https://github.com/getferdi/ferdi/issues/973
* / Updated Zoho iconsLibravatar tofran2020-10-03
|/
* Update user agent for OWA and Outlook (#302)Libravatar Daniel Smith2020-10-02
|
* Update Hangouts Chat to display direct and indirect notifications (#306)Libravatar Mahadevan Sreenivasan2020-10-02
|
* Merge pull request #301 from stephenpapierski/masterLibravatar Bennett2020-09-26
|\ | | | | Gmail getMessages produces wrong value
| * Bumping recipe versionLibravatar Stephen Papierski2020-09-24
| |
| * Changed gmail getMessages to grab value next to Inbox (changes withLibravatar Stephen Papierski2020-09-22
| | | | | | | | inbox type) instead of total messages in the traditional inbox.
* | Remove getDisplayMedia patches from recipesLibravatar Amine Mouafik2020-09-22
|/ | | | See https://github.com/getferdi/ferdi/pull/802
* Unpack recipes and update recipes icons (#292)Libravatar Bennett2020-09-22
Co-authored-by: Amine Mouafik <amine@mouafik.fr>