aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Upgraded nodejs to '14.17.3'Libravatar Vijay A2021-07-11
|
* Removed unused property: 'hasPredefinedUrl'.Libravatar Vijay A2021-07-11
|
* Fixed mailbox.org icon (#1627)Libravatar Vijay A2021-07-09
|
* fixing a race condition where document body is nullLibravatar Prasanna2021-07-07
|
* fix: Rocket.Chat tab doesn't display notificationsLibravatar mhatvan2021-07-06
| | | | | - bump Rocket.Chat version to v1.0.10 - fix Rocket.Chat direct and indirect messages count
* Minify svg's using svgoLibravatar Vijay A2021-07-06
|
* Ignore .md files from being packaged into the recipe archives (minor size gain).Libravatar Vijay A2021-07-06
|
* Removed minification of images since we no longer need binary image files.Libravatar Vijay A2021-07-06
|
* Removed references to png images since they were not being used anyways.Libravatar Vijay A2021-07-06
|
* Allowed the user to edit the service url for gCalendar (fixes #1514)Libravatar Vijay A2021-07-05
|
* Fixing group unread count in telegram recipe.Libravatar Vijay A2021-07-04
|
* Fixing unread count in telegram recipe.Libravatar Vijay A2021-07-04
|
* Fix for 'unknown browser' issue on google hangouts.Libravatar Vijay A2021-07-02
|
* Updated mailbox.org iconLibravatar Vijay A2021-07-02
|
* Fixed gmail icon being vertically stretchedLibravatar Vijay A2021-07-02
|
* Allow the user to edit the url for 'clickup' - so that they can add the ↵Libravatar Vijay A2021-06-30
| | | | optional workspace.
* Adding new recipe: Superhuman (Fixes #573)Libravatar Vijay A2021-06-29
|
* Added new GH Actions workflow to welcome first time contributors. [skip ci]Libravatar Vijay A2021-06-23
|
* Added new servicesLibravatar Vijay A2021-06-20
| | | | | | | | | | | | | | | | | | | - 'air-droid' - 'basecamp' - 'box' - 'buffer' - 'chatra' - 'easy-redmine' - 'feedbin' - 'iCloud' - 'jollor' - 'nomadlist' - 'paymo' - 'pivotal-tracker' - 'plan' - 'podio' - 'protonet' - 'teamleader'
* Renamed 'glowingbear' --> 'glowing-bear' and 'ex-google-voice' --> ↵Libravatar Vijay A2021-06-20
| | | | 'google-voide'.
* Added new service: keybase.io (fixes #427)Libravatar Vijay A2021-06-19
|
* Added new service: line.me (fixes #560)Libravatar Vijay A2021-06-19
|
* Bump glob-parent from 5.1.1 to 5.1.2Libravatar dependabot[bot]2021-06-12
| | | | | | | | | | | | | | Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/gulpjs/glob-parent/releases) - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md) - [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2) --- updated-dependencies: - dependency-name: glob-parent dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* Added autogenerated file that was missed in previous PR pushLibravatar Vijay A2021-06-10
|
* 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
|