aboutsummaryrefslogtreecommitdiffstats
path: root/src/webview
Commit message (Expand)AuthorAge
* eslint needs to be executed at the top-level to actually workv6.0.1-nightly.3Libravatar Vijay A2022-07-25
* Change isImage function to link instead of URL (#470)Libravatar André Oliveira2022-07-12
* chore: Mobx & React-Router upgrade (#406)Libravatar Ricardo Cino2022-07-07
* Use default exports instead of named exportsLibravatar Vijay A2022-07-02
* chore: servicesStore + models into typescript (#344)Libravatar Ricardo Cino2022-06-23
* Fix images with query strings (#318)Libravatar André Oliveira2022-06-21
* Feature: Add ability to navigate recipe with mouse buttons (#223)Libravatar André Oliveira2022-06-09
* Expose a new utility method 'Ferdium.isImage' for use by recipesLibravatar André Oliveira2022-05-31
* Add new service-level option 'trapLinkUrls' (#154)Libravatar Vijay Aravamudhan2022-05-23
* Extract utility functions for JSON parsingLibravatar Vijay A2022-05-15
* fix: desktopCapturer in electron 17+ (fixes #59)Libravatar Kristóf Marussy2022-04-29
* Preload safe debug shim (#29)Libravatar Kristóf Marussy2022-04-22
* Turn off usage of 'debug' npm package using with electron-16 (fixes #17)Libravatar Vijay Aravamudhan2022-04-22
* Matched casing for almost all replacementsLibravatar Aditya Mangalampalli2022-04-16
* chore: do not assume that the recipe contains a 'webview.js' fileLibravatar Vijay A2021-12-03
* chore: convert various files to TS (#2246)Libravatar Markus Hatvan2021-11-18
* refactor: Remove duplicate codeLibravatar Vijay A2021-10-29
* build: use node 16 and npm 8 (#2157)Libravatar Markus Hatvan2021-10-28
* Add active dialog title feature (#2114)Libravatar Iaroslav2021-10-23
* fix: Remove 'counterCache' which was precluding from resetting the badge once...Libravatar Vijay Aravamudhan2021-10-23
* chore: update eslint setup (#2074)Libravatar Markus Hatvan2021-10-15
* chore: convert various JS to TS (#2062)Libravatar Markus Hatvan2021-10-14
* refactor: move 'DEFAULT_APP_SETTINGS' from 'environment' to 'config' since it...Libravatar Vijay A2021-10-01
* chore: update various outdated node_modules (#1969)Libravatar Markus Hatvan2021-09-29
* refactor: remove optional parameters from 'popup' invocation which was tying ...Libravatar Vijay A2021-09-27
* refactor: remove references 'Ferdi.ipcRenderer' in recipes - create an abstra...Libravatar Vijay A2021-09-27
* refactor: remove references 'Ferdi.ipcRenderer' in recipes - create an abstra...Libravatar Vijay A2021-09-27
* refactor: remove references to 'electron/remote' - part deux (#1987)Libravatar Vijay Aravamudhan2021-09-26
* security: do not expose electron API to services 2Libravatar Kristóf Marussy2021-09-21
* remove reference to '@electron/remote' module (for spell-checker) (#1968)Libravatar Vijay Aravamudhan2021-09-20
* security: do not expose electron API to services (#1964)Libravatar Kristóf Marussy2021-09-19
* feat: add eslint-plugin-unicorn (#1936)Libravatar Markus Hatvan2021-09-14
* refactor: defensive programming to avoid javascript error for unread badgesLibravatar Vijay A2021-09-14
* refactor: expose some more methods for session handling on the main repo (#1887)Libravatar Vijay Raghavan Aravamudhan2021-09-08
* refactor: externalize english textLibravatar Vijay A2021-09-07
* Expose some functions to the recipe child processes (#1869)Libravatar Vijay Raghavan Aravamudhan2021-09-05
* refactor: expose safeParseInt so that all recipes can use the same for consis...Libravatar Vijay A2021-08-31
* fix: allow the recipe to pass a string for the badge, ferdi can parse it corr...Libravatar Vijay A2021-08-27
* chore: typescript conversionLibravatar Vijay A2021-08-21
* refactor: pull in code-cleanup changes in the recipes submodule.Libravatar Vijay A2021-08-17
* refactor: Minor refactoring to handle NaN in 'setBadge'Libravatar Vijay A2021-08-17
* Revert "chore: update outdated node_modules (#1807)"Libravatar Vijay A2021-08-16
* chore: update outdated node_modules (#1807)Libravatar Markus Hatvan2021-08-16
* fix: Fix issue with shortcut accelerators not working on macos where symbols ...Libravatar Vijay A2021-08-15
* Refactoring: Url helpers (#1789)Libravatar Vijay Raghavan Aravamudhan2021-08-14
* refactor: Use destructured 'import'Libravatar Vijay A2021-08-13
* refactor: Use the 'shortcutKey' function without exposing the 'ctrlKey' or th...Libravatar Vijay A2021-08-13
* feat: follow OS reduced motion setting (#1757)Libravatar Markus Hatvan2021-08-10
* chore: set default fallback locale for spell-checker to be 'en-US'.Libravatar Vijay A2021-08-09
* refactor: path-references refactoring and using 'import' instead of 'require'...Libravatar Vijay Raghavan Aravamudhan2021-08-08