aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAge
* refactor: move 'DEFAULT_APP_SETTINGS' from 'environment' to 'config' since ↵Libravatar Vijay A2021-10-01
| | | | it doesn't depend on the running process any more.
* refactor: split 'environment' into 'environment-remote' with only the remote ↵Libravatar Vijay A2021-10-01
| | | | | | module dependency (might be a pre-requisite for the electron v14 upgrade)
* refactor: move 'asarRecipesPath' into 'asar-helpers'Libravatar Vijay A2021-10-01
|
* fix: fix repo name in dev app update configLibravatar Vijay A2021-10-01
|
* refactor: reuse variable already definedLibravatar Vijay A2021-10-01
|
* feat: show service number on icon when first key of switch service hotkey ↵Libravatar Markus Hatvan2021-10-01
| | | | held (#2007)
* fix: horizontal bar is a lot wider than what it should be (#2006)Libravatar Markus Hatvan2021-10-01
|
* refactor: fix issue with env var 'ELECTRON_IS_DEV' being ignored to ↵Libravatar Vijay A2021-10-01
| | | | determine dev-mode
* refactor: reduce dependency on 'electron-utils' and 'electron-is-dev' (#2005)Libravatar Vijay Aravamudhan2021-10-01
|
* fix: Default zoom level is small and increments are huge (#2003)Libravatar Markus Hatvan2021-10-01
|
* fix: Switching services via keyboard does not switch focus (#2004)Libravatar Markus Hatvan2021-10-01
|
* New translations en-US.json (Dutch) (#1998)Libravatar Ferdi Bot2021-09-29
|
* chore: update various outdated node_modules (#1969)Libravatar Markus Hatvan2021-09-29
|
* chore: merge the nightly builds into the main 'ferdi' project (#1996)Libravatar Vijay Aravamudhan2021-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
* 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
|
* 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
|
* New Crowdin updates (#1983)Libravatar Ferdi Bot2021-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)
* fix: fix some ts errorsLibravatar Vijay A2021-09-22
|
* New Crowdin updates (#1972)Libravatar Ferdi Bot2021-09-22
|
* 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
* fix: remove reference to '@electron/remote' module (#1967)Libravatar Vijay Aravamudhan2021-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
* 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.
* chore: convert various files from JS to TS (#1959)Libravatar Markus Hatvan2021-09-18
|
* New Crowdin updates (#1957)Libravatar Ferdi Bot2021-09-18
|
* New Crowdin updates (#1954)Libravatar Ferdi Bot2021-09-17
|
* New Crowdin updates (#1946)Libravatar Ferdi Bot2021-09-15
|
* Enable Split View Mode (#1926)Libravatar niu tech2021-09-15
|
* feat: add eslint-plugin-unicorn (#1936)Libravatar Markus Hatvan2021-09-14
|
* New Crowdin updates (#1939)Libravatar Ferdi Bot2021-09-14
|
* New Crowdin updates (#1937)Libravatar Ferdi Bot2021-09-14
|
* chore: add --preserve-whitespace flag for extract script and sync translationsLibravatar mhatvan2021-09-14
|
* refactor: revert the text for some more fields.Libravatar Vijay A2021-09-14
|
* refactor: revert the text for some more fields.Libravatar Vijay A2021-09-14
|
* refactor: revert the text for the default workspaceLibravatar Vijay A2021-09-14
|
* chore: convert JS to TS (#1934)Libravatar Markus Hatvan2021-09-14
|