aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
* Removed the 'first-time-contributor' GH workflow due to a bug upstream.Libravatar Vijay A2021-06-08
|
* 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.
* Converted from travis builds to GH ActionsLibravatar Vijay A2021-06-03
|
* Added autogenerated file that was missed in previous PR pushLibravatar Vijay A2021-06-03
|
* 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
|
* Upgraded node modules to the latest versions.Libravatar Vijay A2021-05-26
|
* 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
|
* Bypass hygiene check for git dirty state if running within a Docker ↵Libravatar Vijay A2021-05-25
| | | | container where the git repo is not present.
* 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
|
* Previous PR did not commit the regenerated 'all.json'.Libravatar Vijay A2021-05-21
|
* 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
|
* Missed 'prepare' step that enforces the installation of the git pre-commit hooksLibravatar Vijay A2021-05-17
|
* Adding husky pre-commit hookLibravatar Vijay A2021-05-16
|
* Fixing incorrect example in TweetDeck.Libravatar Vijay A2021-05-16
|
* Fixing login redirect issue in PushBullet (fixes Ferdi#1331)Libravatar Vijay A2021-05-16
|
* Added check for verifying that the 'package.json' file has a versionLibravatar Vijay A2021-05-16
| | | | change if there are other changes in the same recipe.
* Changed Office365 recipe to allow for self-hosted urls. Bumped version.Libravatar Vijay A2021-05-16
|
* Marking 'yahoo-mail' recipe in the featured list.Libravatar Vijay A2021-05-15
|
* Gitlab: enable use of self-hosted instancesLibravatar Andrea2021-05-15
| | | | "hasHostedOption" is available from Ferdi v5.0.0-beta.15
* Regenerated from 'package' task.Libravatar Vijay A2021-05-15
|
* Reformat all files - including jsonLibravatar Vijay A2021-05-15
|
* Added extra T&C point for PR template while adding a new recipeLibravatar Vijay A2021-05-15
|
* Housekeeping: Fixed markdown rule violations.Libravatar Vijay A2021-05-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
|
* Bump hosted-git-info from 2.8.8 to 2.8.9 (#494)Libravatar dependabot[bot]2021-05-11
| | | | | | | | | | Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Enabling caching of npm modules between CI builds. (#489)Libravatar Vijay Raghavan Aravamudhan2021-05-11
|
* Added missing hygiene stuff (#493)Libravatar Vijay Raghavan Aravamudhan2021-05-11
| | | Added husky and pre-commit hook to avoid CI exposing build breakages
* 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)
* Upgraded nodejs to '14.16.1' (#482)Libravatar Vijay Raghavan Aravamudhan2021-05-05
|
* 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
|