aboutsummaryrefslogtreecommitdiffstats
path: root/src/helpers/url-helpers.ts
Commit message (Collapse)AuthorAge
* eslint needs to be executed at the top-level to actually workv6.0.1-nightly.3Libravatar Vijay A2022-07-25
|
* Fix issue where the replacement of double-slash was over-aggressive (#151)Libravatar Vijay Aravamudhan2022-05-15
|
* New fix for fixing URLs with '//' (#105)Libravatar Vijay Aravamudhan2022-05-07
|
* Do not allow http urls that end in '/' (fixes #102) (#103)Libravatar Vijay Aravamudhan2022-05-05
|
* Preload safe debug shim (#29)Libravatar Kristóf Marussy2022-04-22
| | | | | | | | | | | | | | | | In https://github.com/ferdium/ferdium-app/pull/23 we removed usages of the debug package due to an electron bug. This patch aims to restore some debug functionality by introducing a shim. The shim detect whether if it is being introduced in a preload script where the electron but would be triggered, and falls back to a simple replacement for debug. However, in the main and renderer processes, where a preload script is not being used, we still get full debug functionality. In this way, a module can be used both in a preload script and outside of it, while still preserving debug functionality whenever possible. Signed-off-by: Kristóf Marussy <kristof@marussy.com>
* 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
|
* feature: allow 'file' urls for services (fixes #2118) (#2130)Libravatar Vijay Aravamudhan2021-10-26
|
* chore: update eslint setup (#2074)Libravatar Markus Hatvan2021-10-15
|
* feat: add eslint-plugin-unicorn (#1936)Libravatar Markus Hatvan2021-09-14
|
* refactor: Minor refactoring to handle NaN in 'setBadge'Libravatar Vijay A2021-08-17
|
* fix: fix issue with left-clicking regressionLibravatar Vijay A2021-08-16
| | | | (was introduced due to the typescript conversion)
* Initial plumbing and conversion of a simple javascript to typescript (#1790)Libravatar Vijay Raghavan Aravamudhan2021-08-15
* initial conversion of a simple script * Moved some of the 'gulp' and related npm modules from being runtime dependencies to development dependencies.