aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* fix: fix issue with new API of 'du' npm moduleLibravatar Vijay A2021-09-25
|
* New Crowdin updates (#1986)Libravatar Ferdi Bot2021-09-25
|
* fix: fix warning for duplicated i18n key [skip ci]Libravatar Vijay A2021-09-25
|
* chore: refactor Dockerfile to make use of layer cache when installing npm ↵Libravatar Vijay A2021-09-25
| | | | modules. [skip ci]
* chore: remove node cache cleanup (try to speed up build)Libravatar Vijay A2021-09-25
|
* chore: upgrade gh macos runner to 'macos-11'Libravatar Vijay A2021-09-25
|
* 5.6.3-nightly.13 [skip ci]v5.6.3-nightly.13Libravatar github-actions2021-09-25
|
* New Crowdin updates (#1983)Libravatar Ferdi Bot2021-09-24
|
* 5.6.3-nightly.12 [skip ci]v5.6.3-nightly.12Libravatar github-actions2021-09-24
|
* docs: added SO chat room badge [skip ci]Libravatar Vijay A2021-09-24
|
* Allow services to delineate favorites vs non-favorites in unread counts (#1979)Libravatar Vijay Aravamudhan2021-09-24
| | | implements getferdi/recipes#721 (eg: office365-owa)
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2021-09-24
|
* 5.6.3-nightly.11 [skip ci]v5.6.3-nightly.11Libravatar github-actions2021-09-23
|
* fix: fix some ts errorsLibravatar Vijay A2021-09-22
|
* 5.6.3-nightly.10 [skip ci]v5.6.3-nightly.10Libravatar github-actions2021-09-22
|
* docs: updated changelog [skip ci]Libravatar Vijay A2021-09-22
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2021-09-22
|
* New Crowdin updates (#1972)Libravatar Ferdi Bot2021-09-22
|
* 5.6.3-nightly.9 [skip ci]v5.6.3-nightly.9Libravatar github-actions2021-09-21
|
* docs: update Changelog [skip ci]Libravatar Vijay A2021-09-21
|
* security: do not expose electron API to services 2Libravatar Kristóf Marussy2021-09-21
| | | | After refactoring some recipes in getferdi#1964, we no longer need to expose some APIs to recipes.
* remove reference to '@electron/remote' module (for spell-checker) (#1968)Libravatar Vijay Aravamudhan2021-09-20
| | | | | * fix: remove reference to '@electron/remote' module for spell-checker * chore: removed redundant methods from being exposed via 'window.ferdi' to the recipes
* 5.6.3-nightly.8 [skip ci]v5.6.3-nightly.8Libravatar github-actions2021-09-20
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2021-09-20
|
* fix: remove reference to '@electron/remote' module (#1967)Libravatar Vijay Aravamudhan2021-09-19
|
* 5.6.3-nightly.7 [skip ci]v5.6.3-nightly.7Libravatar github-actions2021-09-19
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2021-09-19
|
* docs: update Changelog [skip ci]Libravatar Vijay A2021-09-19
|
* security: do not expose electron API to services (#1964)Libravatar Kristóf Marussy2021-09-19
| | | | | | | | | | | | | | | | | | | | | * security: do not expose electron API to services Service code running the the main world should not have access to any electron API. This still allows recipes from webview.js accessing these APIs through the @electron/remote module and/or the Ferdi object, but webview-unsafe.js and the untrusted code coming from the service will not have any access. Currently, no recipe accesses these APIs in its webview-unsafe.js, so the change should not break any recipes. * Expose electron API through the Ferdi object Instead of the unsafe window.ferdi in the main world, we should expose functionality to recipes through the RecipeWebview class. * Update CHANGELOG.md
* chore: removed 'first-time-contributors' GH workflow since that is not ↵Libravatar Vijay A2021-09-19
| | | | working [skip ci]
* fix: accent color customization regression hotfix (#1965)Libravatar Kristóf Marussy2021-09-19
| | | | Sorry, something got mucked up when converting the old themeInfo.json to static CSS last time. This time, it should be correct.
* fix: accent color customization regression (#1963)Libravatar Kristóf Marussy2021-09-18
| | | | | | | | | | | | | | | | PR #1959 removed the build-theme-info script, which was broken, along with the themeInfo.json that we used to dynamically build CSS rules for accent color customization. This resulted in the accent color not getting applied to most of the UI. Instead of trying to restore the build-theme-info functionality, this commit takes a much simpler approach by statically adding the required CSS rules to src/features/appearance/index.ts. Since these rules are no longer automatically generated, we need to update them once some CSS styling is added with the accent color. A longer term fix would be to use CSS variables instead, but that approach would not be supported by @meetfranz/theme.
* docs: Updated CHANGELOG.md [skip ci]Libravatar mhatvan2021-09-18
|
* chore: convert various files from JS to TS (#1959)Libravatar Markus Hatvan2021-09-18
|
* 5.6.3-nightly.6 [skip ci]v5.6.3-nightly.6Libravatar github-actions2021-09-18
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2021-09-18
|
* New Crowdin updates (#1957)Libravatar Ferdi Bot2021-09-18
|
* 5.6.3-nightly.5 [skip ci]v5.6.3-nightly.5Libravatar github-actions2021-09-17
|
* New Crowdin updates (#1954)Libravatar Ferdi Bot2021-09-17
|
* 5.6.3-nightly.4 [skip ci]v5.6.3-nightly.4Libravatar github-actions2021-09-16
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2021-09-16
|
* docs: update Changelog [skip ci]Libravatar Vijay A2021-09-16
|
* New Crowdin updates (#1946)Libravatar Ferdi Bot2021-09-15
|
* Enable Split View Mode (#1926)Libravatar niu tech2021-09-15
|
* docs: fix link in bug_report template [skip ci]Libravatar Vijay A2021-09-15
|
* 5.6.3-nightly.3 [skip ci]v5.6.3-nightly.3Libravatar github-actions2021-09-15
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2021-09-15
|
* docs: Updated CHANGELOG.md [skip ci]Libravatar mhatvan2021-09-14
|
* feat: add eslint-plugin-unicorn (#1936)Libravatar Markus Hatvan2021-09-14
|
* docs: add sad270 as a contributor for bug, userTesting [skip ci] (#1941)Libravatar allcontributors[bot]2021-09-14
|