aboutsummaryrefslogtreecommitdiffstats
path: root/src
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
|
* 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
|
* chore: codebase improvements (#1930)Libravatar Markus Hatvan2021-09-14
|
* refactor: defensive programming to avoid javascript error for unread badgesLibravatar Vijay A2021-09-14
|
* fix: regression from intl upgrades (#1933)Libravatar Markus Hatvan2021-09-14
|
* Revert "refactor: reuse method from the core electron framework for the ↵Libravatar Vijay A2021-09-14
| | | | | | | 'About' dialog." This reverts commit af56a07359400e53cb3096e321bf6ee1bae12068. Fixes #1928 and #1929
* chore: update various defaultMessages (#1925)Libravatar Markus Hatvan2021-09-13
|
* chore: upgrade intl dependencies (#1920)Libravatar Markus Hatvan2021-09-13
|
* refactor: reuse method from the core electron framework for the 'About' dialog.Libravatar Vijay A2021-09-13
|
* Better implementation of confirmation while quitting Ferdi (#1919)Libravatar Vijay Aravamudhan2021-09-13
| | | | | Remove duplication and reuse method to return typesafe boolean from settings. Better fix for #1879
* revert: partially revert fix for #1879 since the system tray doesn't behave ↵Libravatar Vijay Aravamudhan2021-09-13
| | | | correctly. (#1918)
* fix: no top menu at all (#1917)Libravatar Markus Hatvan2021-09-12
|
* New Crowdin updates (#1912) [skip ci]Libravatar Ferdi Bot2021-09-12
|
* New translations en-US.json (Polish) (#1910)Libravatar Ferdi Bot2021-09-11
|
* Fix height of horizontal sidebar (getferdi/ferdi#1894) (#1896)Libravatar CSY542021-09-09
| | | Co-authored-by: Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2021-09-09
|
* Revert "chore: proxy feature is always turned on: remove 'enabled' flag"Libravatar Vijay A2021-09-08
| | | | This reverts commit 2772cb2e3e75f16b3dc96a2441518ed0772e3ba1.
* Ability for service recipe to expose known certificate hosts (#1890)Libravatar Vijay Raghavan Aravamudhan2021-09-08
|
* chore: proxy feature is always turned on: remove 'enabled' flagLibravatar Vijay A2021-09-08
|
* refactor: expose some more methods for session handling on the main repo (#1887)Libravatar Vijay Raghavan Aravamudhan2021-09-08
|
* New translations en-US.json (#1886)Libravatar Ferdi Bot2021-09-08
|
* chore: new translations [skip ci] (#1884)Libravatar Ferdi Bot2021-09-08
|
* refactor: merge common i18n strings [skip ci]Libravatar Vijay A2021-09-08
|
* fix: black screen in macOS when closing to systray in fullscreen mode (#1883)Libravatar Sadetdin EYILI2021-09-08
| | | fixes #1878
* New translations (#1880)Libravatar Ferdi Bot2021-09-07
|
* fix: Remove 'role' in menu, so that the custom clickHandler will take effect.Libravatar Vijay A2021-09-07
|