aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
Commit message (Collapse)AuthorAge
* Ignore 'free trial ending soon' sidebar itemLibravatar Korney Czukowski2024-02-20
|
* upgrade pnpm and other depsLibravatar Vijay A2024-02-10
|
* Fix formattingLibravatar Vijay A2024-01-31
|
* add recipe for Portainer (#503)Libravatar Luiz Kill2024-01-30
|
* add recipe for traccar gps tracking software (#502)Libravatar Luiz Kill2024-01-27
|
* fix: addy.io self host option (#500)Libravatar André Oliveira2024-01-26
|
* Set more appropriate Discord `serviceURL`Libravatar mydarkstar2024-01-24
| | | | This should make the app load more quickly and prevent unintended logouts.
* Change name and serviceUrl of anonaddy (#497)Libravatar Martin Braun2024-01-16
| | | Service has migrated to a new name and url recently.
* Fix unread counts in gmailLibravatar Vijay A2024-01-16
|
* Fix white background in messenger recipe dark mode (#494)Libravatar Ben Alman2024-01-12
|
* Update GroupMe DOM filtering to use latest web app conventions (#465)Libravatar Clayton2024-01-07
| | | | | | | | | | | * Update filtering to use latest web app conventions * Fix version * fix issue with build (pnpm validate) --------- Co-authored-by: André Oliveira <oliveira.andrerodrigues95@gmail.com>
* Office365: Fix selector for "Folders" (#483)Libravatar Ujp8LfXBJ6wCPR2024-01-07
| | | | | | | | | | * Office365: Fix selector for "Folders" * Update versioning --------- Co-authored-by: Carl Hjerpe <git@hjerpe.xyz> Co-authored-by: André Oliveira <37463445+SpecialAro@users.noreply.github.com>
* rocketchat: fix unread counter disappearing (#489)Libravatar Flo2024-01-04
|
* Google Voice Dark background for search results (#488)Libravatar oc0132024-01-04
|
* GitHub recipe - fix unread count retrieval from new notififications link (#486)Libravatar Edgars2024-01-02
|
* Google Voice darkmode.css, fix message links and additional side panels (#485)Libravatar oc0132023-12-26
|
* [feature] Added threads recipe (#484)Libravatar Marek Knappe2023-12-22
| | | Co-authored-by: Marek Knappe <mknappe@perceptyx.com>
* Update Tutanota to new branding (#475)Libravatar Marc2023-12-19
|
* Add a new selector for indirect GitHub notification badge (#480)Libravatar Edgars2023-12-16
|
* Adds Spaces and Chat badges to countImportant (#479)Libravatar Andres2023-12-14
|
* Zulip changed unread locations (#478)Libravatar Max Rydahl Andersen2023-12-14
|
* Add Diagrams.net service recipe (#477)Libravatar stephane-oslo2023-12-13
|
* Fix indirect notifications badge for GitHub (#476)Libravatar Edgars2023-12-13
|
* Add Wakapi recipe (#474)Libravatar Serene2023-12-02
|
* Fix selectors for Nextcloud Talk (#473)Libravatar Edgars2023-11-28
| | | | | | | | | Script and CSS was updated to add selectors for the latest Nextcloud (27). Previous selectors were left as is for backwards compatibility. Additionally direct notifications count now is detected by unread conversations count in the left sidebar, using Talk specific notifications as a fallback.
* Change name of Tutanota to Tuta Mail (#463)Libravatar Alexandre ZANNI2023-11-27
| | | Co-authored-by: mydarkstar <git@mydarkstar.net>
* Fix selectors in the Nextcloud Calendar recipe (#472)Libravatar Edgars2023-11-27
| | | | | Script and CSS was updated to add selectors for the latest Nextcloud (27). Previous selectors were left as is for backwards compatibility.
* fix badge for Instagram (#468)Libravatar Alexandre2023-11-26
|
* Add recipe for Online Go (OGS) (#467)Libravatar Serene2023-11-25
|
* Fix Zoho Mail badge (#466)Libravatar Edgars2023-11-25
|
* Fixed formatting of discord recipeLibravatar Vijay A2023-11-19
|
* Fix Discord badge counts (#461)Libravatar Cknight702023-11-10
| | | Fixes `directCountPerServer`, as well as `indirectCountPerServer`.
* Update notification selectors for TikTok (#454)Libravatar Eduardo Fernández2023-11-06
|
* Update Messenger link handling (#446)Libravatar Arthur Huan2023-11-05
|
* prevent pulling archived chats unread count (#452)Libravatar ahmed-zhran2023-11-03
|
* Google Voice recipe add darkmode.css, fix message counts (#449)Libravatar oc0132023-11-03
|
* feat: add memos recipe (#445)Libravatar Lincoln Nogueira2023-11-02
|
* Messenger: Add color definition for incoming message bubbles. (#448)Libravatar Trent McPheron2023-10-24
|
* Updated Excalidraw icon (#447)Libravatar Arnost Pleskot2023-10-24
|
* Add multiple recipes (#444)Libravatar André Oliveira2023-10-19
|
* Instagram fix (#1403) (#443)Libravatar André Oliveira2023-10-18
| | | fix #1403
* Update PushOver notification count (#431)Libravatar daudfatihah2023-10-18
| | | | | | | | | | | | | * Update webview.js change to check message_row class quantity instead app_count. * Update package.json * Fix lint and CI --------- Co-authored-by: André Oliveira <oliveira.andrerodrigues95@gmail.com>
* Handle Discord download links within Ferdium (#436)Libravatar Arthur Huan2023-10-18
| | | | | | | | | | | | | * Update webview.js for file downloads * Update package.json * reformat files * Fix request changes --------- Co-authored-by: André Oliveira <oliveira.andrerodrigues95@gmail.com>
* Fix message notifications in Telegram (#439)Libravatar Nikolay Khodov2023-10-18
| | | | | | | | | | | | | * Fix message notifications in Telegram * Update index.js * Bump version to 3.4.4 * Update namespace * Fix lint issue * Fix lint errors
* Ensure that links are opened according to the user's preference (#417)Libravatar René Bertin2023-10-11
| | | | | | | | | | | | | | | | | | | | | | | * Ensure that links are opened according to the user's preference This fixes the problem that certain links on instagram.com have started to open in the external browser. Also fixes an occasional nullptr dereference in getMessages(). Fixes: https://github.com/ferdium/ferdium-app/issues/1304 * Version bump for PR#417 * attempt to fix build by bumping recipe version again * Fix lint and CI * Fix versioning --------- Co-authored-by: MCMXC <16797721+mcmxcdev@users.noreply.github.com> Co-authored-by: André Oliveira <oliveira.andrerodrigues95@gmail.com>
* Fix TheLounge sending notifications for muted channels (#435)Libravatar Brian Kendall2023-10-11
| | | | | | | | | * Fix TheLounge sending notifications for muted channels * Fix lint and CI --------- Co-authored-by: André Oliveira <oliveira.andrerodrigues95@gmail.com>
* feat: support for the new slack ui (#425)Libravatar MCMXC2023-09-25
| | | | - update selector for team menu to work with new and old slack ui - bump slack recipe to v1.6.0
* Add new steamchat recipe icon. (#429)Libravatar Abdul Hafiz Muhammad2023-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Brax.me recipe added again. * MIT License created. * Delete icon.svg * Zoom Icon Update * package,json version update * Delete icon.svg * Yahoo Mail Icon Updated * package.json version updated * Delete recipes/twitter/icon.svg * Add new icon.svg * Renamed twitter recipe to x. * Update JSON object with new service URL and name The service URL and name in the JSON object were updated from Twitter to X and from https://twitter.com to https://x.com. The ID and version were also updated to x and 1.4.1. * Revert "Update JSON object with new service URL and name" This reverts commit 713a8e5497c81978204bc195370f4ee26b4764ca. * Revert "Renamed twitter recipe to x." This reverts commit b707b375a848c88d1c38b65821e1c25052227ffc. * Revert "Add new icon.svg" This reverts commit 54750d3778c610661c4f62a67bc49c1fb35366ad. * Revert "Delete recipes/twitter/icon.svg" This reverts commit c40aac95e738649fc78ec0c0ff6392178b7d767c. * Delete recipes/twitter/icon.svg * Add new icon for Twitter recipe. * Update name field to 'X' and bump version to 1.4.1 * Delete recipes/twitter/icon.svg Removing icon due to incorrect size. * Add icon that is 1024x1024px. * Applied requested changes to package.json for Twitter recipe. Added aliases field. Changed service URL from https://twitter.com to https://x.com. Removed repository field. * Delete recipes/steamchat/icon.svg * Add new steamchat recipe icon. * steamchat recipe package.json version field bumped to 1.5.1
* Update Twitter recipe to X (#423)Libravatar Abdul Hafiz Muhammad2023-09-24
|
* chore: remove dead grape recipe (#428)Libravatar MCMXC2023-09-24
| | | - remove recipes/grape folder