aboutsummaryrefslogtreecommitdiffstats
path: root/src/webview
Commit message (Expand)AuthorAge
* 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
* refactor: prep for i18n of context menu itemsLibravatar Vijay A2021-08-06
* refactor: general code improvementsLibravatar mhatvan2021-08-05
* chore: migrate from tslint to @typescript-eslint (#1706)Libravatar Markus Hatvan2021-07-30
* Recipe context isolation (#1456)Libravatar Kristóf Marussy2021-07-24
* Fixed issue where the 'copy page url' didn't honor silent notifications for c...Libravatar Vijay A2021-07-17
* Converted 2 js files to es6 [skip ci]Libravatar Vijay A2021-07-09
* Upgrade various dependencies to latest part 2 (#1557)Libravatar Markus Hatvan2021-07-03
* Minor refactoring to move all runtime configs from 'config.js' into 'environm...Libravatar Vijay Raghavan Aravamudhan2021-07-03
* Upgraded some modules (#1520)Libravatar Vijay Raghavan Aravamudhan2021-06-12
* Added ability to turn off notifications for clipboard events generated by con...Libravatar Vijay Raghavan Aravamudhan2021-06-05
* Clean up RecipeWebview.setBadge (#1461)Libravatar Kristóf Marussy2021-05-28