Commit graph

6248 commits

Author SHA1 Message Date
Oliver Blanthorn
c218d67d5d
Merge pull request #4129 from tridactyl/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-tslint-5.13.0
Bump @typescript-eslint/eslint-plugin-tslint from 5.12.1 to 5.13.0
2022-03-02 08:40:13 +00:00
Icelk
0179fbc445
Fix #453: hide mode indicator on printed pages 2022-03-01 15:17:21 +01:00
dependabot[bot]
8ba1cd00de
Bump @typescript-eslint/eslint-plugin-tslint from 5.12.1 to 5.13.0
Bumps [@typescript-eslint/eslint-plugin-tslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin-tslint) from 5.12.1 to 5.13.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin-tslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.13.0/packages/eslint-plugin-tslint)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin-tslint"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28 22:12:46 +00:00
dependabot[bot]
cb64f66844
Bump eslint-plugin-jsdoc from 37.9.4 to 37.9.5
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 37.9.4 to 37.9.5.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v37.9.4...v37.9.5)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28 22:09:34 +00:00
Oliver Blanthorn
091ce96fc1
Merge pull request #4127 from davidscotson/changelog_bg
fix #4005 newtab changelog background color tweak
2022-02-27 22:24:03 +00:00
David Scotson
710d566285 fix #4005 newtab changelog background color tweak 2022-02-27 20:20:51 +00:00
Babil G. Sarwar
24b684330d
Add illegal character sanitisation in filename
Firefox's download API [0] currently does not support invalid characters
in the "saveAs" value, and the following error is thrown if download
filename contains illegal character(s). The issue has been reported to
the Firefox team, and currently it is in "WONTFIX" status [1].

  "filename must not contain illegal characters"

The issue prevents Tridactyl from downloading files from URLs with
certain "illegal" characters, e.g. ":" (colon), that are valid for URLs,
but are rejected in the filenames by the underlying OS's file system.

The default behaviour for operating systems like Mac is to replace the
invalid character(s) with "space" when saving the file to the disk.

The patches here implement basic filename sanitisation support by
introducing the following three configuration parameters in config.ts:

  - illegalfilenamechars
  - illegalwindowsfilenames
  - illegalfilenamereplacement

Essentially, if the "illegalfilenamechars" are found in the downloaded
filename, these characters are replaced by the
"illegalfilenamereplacement" value. The same logic is applied to each of
the comma-separated "illegalwindowsfilenames" values; if any of these
names matches the "saveAs" file-name, the file-name is suffixed with the
"illegalfilenamereplacement" value.

[0] https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/downloads/download
[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1390473
2022-02-27 15:38:28 +11:00
Oliver Blanthorn
b292731ab7
Merge pull request #4115 from davidscotson/auto_dark_new_tab
Fix tridactyl#2510 use auto instead of default.css for content pages
2022-02-25 11:41:52 +00:00
Oliver Blanthorn
b82b29cd43
Merge pull request #4119 from tridactyl/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-tslint-5.12.1
Bump @typescript-eslint/eslint-plugin-tslint from 5.8.1 to 5.12.1
2022-02-25 11:32:28 +00:00
Oliver Blanthorn
adb15eeb70
Merge pull request #4125 from tridactyl/dependabot/npm_and_yarn/command-line-args-5.2.1
Bump command-line-args from 5.2.0 to 5.2.1
2022-02-25 11:32:15 +00:00
Oliver Blanthorn
f54a6aa391
Merge pull request #4124 from hpfr/fix_hn_toggler
Fix comment toggler for Hacker News
2022-02-25 11:32:03 +00:00
dependabot[bot]
6d4c610606
Bump command-line-args from 5.2.0 to 5.2.1
Bumps [command-line-args](https://github.com/75lb/command-line-args) from 5.2.0 to 5.2.1.
- [Release notes](https://github.com/75lb/command-line-args/releases)
- [Commits](https://github.com/75lb/command-line-args/compare/v5.2.0...v5.2.1)

---
updated-dependencies:
- dependency-name: command-line-args
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-24 22:03:42 +00:00
Liam Hupfer
5d56819c7a Fix comment toggler for Hacker News
Hacker News added a "clicky" class to the toggle buttons, so the
selector needs wildcard matching.
2022-02-24 14:54:18 -06:00
dependabot[bot]
75a62f847c
Bump @typescript-eslint/eslint-plugin-tslint from 5.8.1 to 5.12.1
Bumps [@typescript-eslint/eslint-plugin-tslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin-tslint) from 5.8.1 to 5.12.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin-tslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.12.1/packages/eslint-plugin-tslint)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin-tslint"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-24 18:49:38 +00:00
Oliver Blanthorn
69a9bd16db
Merge pull request #4121 from tridactyl/dependabot/npm_and_yarn/types/jest-27.4.1
Bump @types/jest from 27.4.0 to 27.4.1
2022-02-24 17:55:07 +00:00
Oliver Blanthorn
2bc8d21bfa
Merge pull request #4111 from tridactyl/dependabot/npm_and_yarn/eslint-plugin-jsdoc-37.9.4
Bump eslint-plugin-jsdoc from 37.5.0 to 37.9.4
2022-02-24 17:54:55 +00:00
Oliver Blanthorn
fada6934de
Merge pull request #4122 from tridactyl/dependabot/npm_and_yarn/types/selenium-webdriver-4.0.18
Bump @types/selenium-webdriver from 4.0.16 to 4.0.18
2022-02-24 17:54:46 +00:00
Oliver Blanthorn
16c23f789e
Merge pull request #4120 from tridactyl/dependabot/npm_and_yarn/eslint-config-prettier-8.4.0
Bump eslint-config-prettier from 8.3.0 to 8.4.0
2022-02-24 17:54:30 +00:00
dependabot[bot]
9bda8e0828
Bump @types/jest from 27.4.0 to 27.4.1
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 27.4.0 to 27.4.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

---
updated-dependencies:
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-24 14:34:21 +00:00
dependabot[bot]
d77a9405ba
Bump eslint-plugin-jsdoc from 37.5.0 to 37.9.4
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 37.5.0 to 37.9.4.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v37.5.0...v37.9.4)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-24 14:33:20 +00:00
dependabot[bot]
08af2a935a
Bump @types/selenium-webdriver from 4.0.16 to 4.0.18
Bumps [@types/selenium-webdriver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/selenium-webdriver) from 4.0.16 to 4.0.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/selenium-webdriver)

---
updated-dependencies:
- dependency-name: "@types/selenium-webdriver"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-24 14:32:52 +00:00
dependabot[bot]
5f77044557
Bump eslint-config-prettier from 8.3.0 to 8.4.0
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.3.0 to 8.4.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.3.0...v8.4.0)

---
updated-dependencies:
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-24 14:32:27 +00:00
Oliver Blanthorn
3b544c2c30
Merge pull request #4099 from tridactyl/dependabot/npm_and_yarn/web-ext-6.7.0
Bump web-ext from 6.5.0 to 6.7.0
2022-02-24 14:30:49 +00:00
Oliver Blanthorn
395792a9e5
Merge pull request #4113 from tridactyl/dependabot/npm_and_yarn/esbuild-0.14.23
Bump esbuild from 0.14.11 to 0.14.23
2022-02-24 14:30:40 +00:00
Oliver Blanthorn
d247ba9a36
Merge pull request #4086 from tridactyl/dependabot/npm_and_yarn/marked-4.0.12
Bump marked from 4.0.8 to 4.0.12
2022-02-24 14:30:21 +00:00
Oliver Blanthorn
d71b4de58e
Merge pull request #4114 from mhijazi1/tabpush-exclude-current-window
Exclude current window from tabpush list
2022-02-24 13:44:39 +00:00
dependabot[bot]
e7a87bb5e4
Bump web-ext from 6.5.0 to 6.7.0
Bumps [web-ext](https://github.com/mozilla/web-ext) from 6.5.0 to 6.7.0.
- [Release notes](https://github.com/mozilla/web-ext/releases)
- [Commits](https://github.com/mozilla/web-ext/compare/6.5.0...6.7.0)

---
updated-dependencies:
- dependency-name: web-ext
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-24 13:36:51 +00:00
dependabot[bot]
d7bb081c15
Bump esbuild from 0.14.11 to 0.14.23
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.14.11 to 0.14.23.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.14.11...v0.14.23)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-24 13:35:41 +00:00
dependabot[bot]
84b705275b
Bump marked from 4.0.8 to 4.0.12
Bumps [marked](https://github.com/markedjs/marked) from 4.0.8 to 4.0.12.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v4.0.8...v4.0.12)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-24 13:35:37 +00:00
Oliver Blanthorn
47586149ff
Merge pull request #4079 from tridactyl/dependabot/npm_and_yarn/nanoid-3.2.0
Bump nanoid from 3.1.29 to 3.2.0
2022-02-24 13:32:00 +00:00
Oliver Blanthorn
2485afa59b
Merge pull request #4074 from tridactyl/dependabot/npm_and_yarn/ramda-0.28.0
Bump ramda from 0.27.2 to 0.28.0
2022-02-24 13:31:48 +00:00
Oliver Blanthorn
a268564d61
Merge pull request #4055 from tridactyl/dependabot/npm_and_yarn/prettier-2.5.1
Bump prettier from 2.4.1 to 2.5.1
2022-02-24 13:31:40 +00:00
Oliver Blanthorn
369b785ade
Merge pull request #4072 from tridactyl/dependabot/npm_and_yarn/shelljs-0.8.5
Bump shelljs from 0.8.4 to 0.8.5
2022-02-24 13:31:33 +00:00
Oliver Blanthorn
e4b1dab9e2
Merge pull request #4116 from tridactyl/implement_goto
implement goto
2022-02-24 13:31:15 +00:00
glacambre
44ee294af1 Implement :goto
This command lets you jump to an arbitrary selector. It has completions
that give you a list of elements you may jump to. This list defaults to
heading elements but is configurable through the 'gotoselector'
configuration option.
2022-02-21 08:08:29 +01:00
David Scotson
59cd337143 Fix tridactyl#2510 use auto instead of default.css 2022-02-19 09:27:32 +00:00
Mo Hijazi
f332425194 exclude current window from tabpush list 2022-02-18 20:29:01 -05:00
Oliver Blanthorn
1db7076ef2
Merge pull request #4107 from mhijazi1/mhijazi1/tabgrab-exclude-current-window
exclude current window from list when tabgrab is used
2022-02-16 13:53:03 +00:00
Mo
7ba37bd162 exclude current window from list when tabgrab is used 2022-02-16 02:19:15 +00:00
pvs
bf85ed783e autocontain: add support for firefox-default/none as a container name 2022-02-01 00:14:52 -08:00
pvs
44dba9c482 config: add a setting to disable proxy settings 2022-02-01 00:14:51 -08:00
pvs
5daede1333 docs: address review comments 2022-02-01 00:14:50 -08:00
pvs
1446179169 Check if proxy exists when assigning, setting default proxy 2022-02-01 00:14:49 -08:00
pvs
3abeaaceaa Improve docstring 2022-02-01 00:14:47 -08:00
pvs
8dcc709b98 Add setting to set a default proxy for all URLs 2022-02-01 00:14:46 -08:00
Oliver Blanthorn
3966eaa3b8 Bump min FF version to 91.1.0
This is required for the proxy permission. FF ESR has been
at this version since September 2020 so we're probably safe
to increment it without too much drama.

(Hat-tip to the mozilla linter for pointing this out.)
2022-02-01 00:14:42 -08:00
pvs
672858bbb8 Add proxy support 2022-02-01 00:14:38 -08:00
Oliver Blanthorn
a72b2b4a3e
Document new proxy permission request 2022-01-27 16:14:52 +01:00
dependabot[bot]
487766070f
Bump nanoid from 3.1.29 to 3.2.0
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.29 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.29...3.2.0)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-22 01:10:26 +00:00
dependabot[bot]
086ad529a4
Bump ramda from 0.27.2 to 0.28.0
Bumps [ramda](https://github.com/ramda/ramda) from 0.27.2 to 0.28.0.
- [Release notes](https://github.com/ramda/ramda/releases)
- [Changelog](https://github.com/ramda/ramda/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ramda/ramda/compare/v0.27.2...v0.28.0)

---
updated-dependencies:
- dependency-name: ramda
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-17 22:02:54 +00:00