aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAge
* fix: Control the global shortcut (for hiding Ferdi) via a preference ↵Libravatar Vijay A2021-10-07
| | | | (default: off)
* refactor: locale selection cleanup (#2031)Libravatar Markus Hatvan2021-10-07
|
* chore: upgrade react to latest (#2030)Libravatar Markus Hatvan2021-10-07
|
* chore: upgrade material design dependencies to latestLibravatar mhatvan2021-10-06
| | | | | - upgrade @mdi dependencies to latest - replace mdiSettings import with mdiCog
* New translations en-US.json (French)Libravatar Ferdi Bot2021-10-05
|
* New translations en-US.json (French) (#2023)Libravatar Ferdi Bot2021-10-05
|
* Update pl.json (#2019) [skip ci]Libravatar Daniel Kamiński2021-10-05
|
* Upgrade 'electron' to '15.0.0' (#2018)Libravatar Vijay Aravamudhan2021-10-04
| | | (Couldn't upgrade 'electron' to '15.1.0' since the context menu is not working)
* chore: upgraded electron to 14.1.0 (#1860)Libravatar Vijay Aravamudhan2021-10-04
| | | | * upgrade 'electron-react-titlebar' to 1.0.0 * fix issue with 'contextIsolation' and 'enabelRemoteModule' for service-webview
* feat: add a globalShortcut to toggle main window (#2002)Libravatar Michael Hays2021-10-03
| | | | | Fixes #1663 Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* refactor: use correct datatypes in ts filesLibravatar Vijay A2021-10-03
|
* chore: convert various files from JS to TS (#2010)Libravatar Markus Hatvan2021-10-02
|
* fix: Fix navigation shortcut accelerator for non-macos (fixes #1172) (#2012)Libravatar Vijay Aravamudhan2021-10-02
|
* New Crowdin updates (#2011)Libravatar Ferdi Bot2021-10-02
|
* refactor: remove 'electron-util' and 'electron-is-dev' as dependencies (#2008)Libravatar Vijay Aravamudhan2021-10-02
| | | (pre-requisite for electron v14)
* fix: fix issue with past commit related to 'environment-remote'Libravatar Vijay A2021-10-01
|
* 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
|