aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/github
Commit message (Collapse)AuthorAge
* fix(github): Include "new notifications" in direct total (#371)Libravatar Joseph Hale2023-05-23
|
* Bump github recipe version that was missed in previous commitLibravatar Vijay A2022-07-13
|
* Simplify GitHub badge count detectionLibravatar Edgars2022-07-13
| | | | | | | | GitHub badge count detection was simplified to: - avoid `if`s; - improve selector for indirect count element so additional JavaScript content checking would not be necessary.
* Fix indirect notification count in github recipe (fixes #108)Libravatar Vijay A2022-07-08
|
* Support for self-hosted githubLibravatar Vijay A2022-05-21
|
* Rebranded from 'ferdi' to 'ferdium' (companion changes for the main repo PR #2)Libravatar Vijay A2022-04-18
|
* chore: add eslint-plugin-unicorn (#733)Libravatar Markus Hatvan2021-10-05
|
* fix: searching repos on github clogs notifications (#729)Libravatar Markus Hatvan2021-09-29
|
* fix: Remove extra validation for serviceUrl for github since the url doesn't ↵Libravatar Vijay A2021-09-20
| | | | seem to be valid any more.
* fix: fix js error; stylingLibravatar Vijay A2021-09-19
|
* Merged 'github_enterprise' recipe into 'github' with the extra bits.Libravatar Vijay A2021-09-12
|
* Removed redundant 'README.md' filesLibravatar Vijay A2021-09-12
|
* refactor: Use Ferdi.safeParseInt to ensure that parsing is done consistently ↵Libravatar Vijay A2021-08-31
| | | | in all recipes.
* chore: normalized all recipes to ensure compatibility with es6 (#639)Libravatar Vijay Raghavan Aravamudhan2021-08-27
| | | | - Removed some calls to set badge with '0' all the time. - Removed all 'sourceMaps' since they are all outdated atm.
* Cleanup all recipes (#605)Libravatar Vijay Raghavan Aravamudhan2021-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | * Removed legacy properties that are no longer used: 'author' 'customURL' 'description' 'hostedOnly' 'main' 'openDevTools' 'popup' 'repository' 'serviceName' 'webviewOptions' 'wording' - Removed entries for if they were the defaults: 'hasCustomUrl' 'hasDirectMessages' 'hasIndirectMessages' 'hasNotificationSound' 'hasTeamId' 'message' Fixed incorrect 'urlInputSuffix' type. Added validations for ensuring the above do not creep back in.
* Fixed eslintrc as root for this folder; Reformatted all files.Libravatar Vijay A2021-07-31
|
* Minify svg's using svgoLibravatar Vijay A2021-07-06
|
* Removed references to png images since they were not being used anyways.Libravatar Vijay A2021-07-06
|
* Revert "Use imagemin to minify images (#323)"Libravatar Amine Mouafik2020-10-10
| | | | This reverts commit 5f7d8ebe6d8a9a9e5a1b4e9f041ece1a7ae38ab1.
* Use imagemin to minify images (#323)Libravatar Vijay Raghavan Aravamudhan2020-10-09
|
* Minify images using ImageOptim (lossless compression) (#313)Libravatar Vijay Raghavan Aravamudhan2020-10-07
|
* Unpack recipes and update recipes icons (#292)Libravatar Bennett2020-09-22
Co-authored-by: Amine Mouafik <amine@mouafik.fr>