aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
* 5.6.3-nightly.17 [skip ci]v5.6.3-nightly.17Libravatar github-actions2021-09-29
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2021-09-29
|
* chore: merge the nightly builds into the main 'ferdi' project (#1996)Libravatar Vijay Aravamudhan2021-09-28
|
* 5.6.3-nightly.16 [skip ci]v5.6.3-nightly.16Libravatar github-actions2021-09-28
|
* chore: upgrade 'electron' to '13.5.0'Libravatar Vijay A2021-09-28
|
* cleanup: delete unused i18n fileLibravatar Vijay A2021-09-28
|
* New Crowdin updates (#1995)Libravatar Ferdi Bot2021-09-28
|
* refactor: remove optional parameters from 'popup' invocation which was tying ↵Libravatar Vijay A2021-09-27
| | | | us into 'electron/remote'
* refactor: remove references 'Ferdi.ipcRenderer' in recipes - create an ↵Libravatar Vijay A2021-09-27
| | | | abstraction layer instead for better maintainance
* 5.6.3-nightly.15 [skip ci]v5.6.3-nightly.15Libravatar github-actions2021-09-27
|
* fix: turning off tagging of recipes submodule since its failing due to ↵Libravatar Vijay A2021-09-27
| | | | permissions
* refactor: remove references 'Ferdi.ipcRenderer' in recipes - create an ↵Libravatar Vijay A2021-09-27
| | | | abstraction layer instead for better maintainance
* Fix Slack connection with Google SSO (#1991)Libravatar Sadetdin EYILI2021-09-26
|
* Make services update infobar dismissable (#1992)Libravatar Amine2021-09-26
|
* refactor: remove references to 'electron/remote' - part deux (#1987)Libravatar Vijay Aravamudhan2021-09-26
|
* chore: tag the 'recipes' submodule when tagging the main repo - to help ↵Libravatar Vijay A2021-09-26
| | | | identify which changes got included into which build. [skip ci]
* 5.6.3-nightly.14 [skip ci]v5.6.3-nightly.14Libravatar github-actions2021-09-26
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2021-09-26
|
* refactor: clean up old migrations - we need not support versions <= 5.5Libravatar Vijay A2021-09-25
|
* refactor: extract constants; added TODO [skip ci]Libravatar Vijay A2021-09-25
|
* 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]