aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* 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
|
* Merge pull request #311 from getferdi/add-some-recipesLibravatar Bennett2020-10-04
|\ | | | | Add TickTick, DevDocs, Figma, iCloud Reminders and OneNote
| * 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
|/
* Merge pull request #310 from vraravam/yahoomail-recipeLibravatar Bennett2020-10-04
|\ | | | | Added recipe for yahoo mail.
| * 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
* | Merge pull request #309 from tofran/fix/zoho-iconLibravatar Bennett2020-10-03
|\ \ | |/ |/| Update Zoho icon
| * 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>
* Updated logos for Outlook/OWALibravatar Amine Mouafik2020-09-19
|
* Add Feedly recipe (#254)Libravatar Patrick Kastner2020-09-19
| | | Co-authored-by: Amine <amine@mouafik.fr>
* Update Nextcloud Talk to remove/disable unnecessary links (#270)Libravatar Edgars2020-09-19
| | | | | | | | | | | | | | `service.css` was updated to remove or disable unnecessary links from the top menu to remove the possibility to navigate away from the app: - disable Nextcloud logo, Talk and settings link; - remove "More" and contacts link. `package.json` was updated to: - increase version number to 1.0.2; - add `serviceURL` to `config` to successfully package this recipe. Co-authored-by: Edgars <Edgars@gaitenis.id.lv>
* Add Pomodoro Tracker recipe (#252)Libravatar Roman Dąbal2020-09-19
|
* Add Monday recipe (#288)Libravatar Jonathan Winter2020-09-19
|
* Add LastPass recipe (#290)Libravatar Jonathan Winter2020-09-19
|
* Update Jitsi Meet to allow self-hosted versions and fix UA string (#167)Libravatar cybermoloch2020-09-19
| | | Co-authored-by: Amine <amine@mouafik.fr>
* Update Microsoft Teams logo using square SVG (#160)Libravatar cybermoloch2020-09-19
| | | SVG from Wikipedia
* Add check to ensure SVG icon is a square (#161)Libravatar cybermoloch2020-09-19
| | | | | | | | | | | | | | | | * Add check to ensure SVG icon is a square * Collect all errors and output at the end Moves error messages on all checks to an arrary. At the end of the script if array is not empty and exits. * Error message consistency fixes and mutli-error output Modified text to be consitent across all errors (It looks like, pleae make sure., ..) and modify output so multiple errors would be more legible in the console. * Add link for JSON linter Co-authored-by: Amine <amine@mouafik.fr>
* Fix wrong notifications count for Slack (#271)Libravatar Feiko Joosten2020-09-19
|
* Add Nextcloud Carnet recipe (#263)Libravatar Edgars2020-09-19
| | | | Co-authored-by: Edgars <Edgars@gaitenis.id.lv> Co-authored-by: Bennett <hello@vantezzen.io>
* Add Campuswire recipe (#268)Libravatar Ninja992020-09-19
|
* Fix UA string for WhatsApp (#275)Libravatar beppe90002020-09-19
| | | | | | | | | * Fixed UA string for Whatsapp Works for me. Tested on Windows 10. * bump version of package * publish package
* Fix notifications on muted messages for Telegram React (#197)Libravatar Carles Amigó2020-09-19
|
* Add Nextcloud Calendar recipe (#264)Libravatar Edgars2020-09-19
| | | | Co-authored-by: Edgars <Edgars@gaitenis.id.lv> Co-authored-by: Amine <amine@mouafik.fr>
* Add Gotomeeting recipe (#162)Libravatar tristanplouz2020-09-19
| | | Co-authored-by: Amine <amine@mouafik.fr>
* Merge pull request #262 from eandersons/nextcloud-cospendLibravatar Bennett2020-09-17
|\ | | | | Recipe for Nextcloud Cospend