Skip to content

Conversation

@mymindstorm
Copy link
Member

No description provided.

Sneezry and others added 30 commits January 1, 2022 03:18
This commit was automatically made by run 1641549669
* add permissions management * hide required permission by default * update permission description * update strings Co-authored-by: Brendan Early <mymindstorm@evermiss.net>
This commit was automatically made by run 1704482678
Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/chaijs/pathval/releases) - [Changelog](https://github.com/chaijs/pathval/blob/master/CHANGELOG.md) - [Commits](chaijs/pathval@v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: pathval dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](node-fetch/node-fetch@v2.6.1...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.7 to 1.19.10. - [Release notes](https://github.com/medialize/URI.js/releases) - [Changelog](https://github.com/medialize/URI.js/blob/gh-pages/CHANGELOG.md) - [Commits](medialize/URI.js@v1.19.7...v1.19.10) --- updated-dependencies: - dependency-name: urijs dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/chalk/ansi-regex/releases) - [Commits](chalk/ansi-regex@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: ansi-regex dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.10 to 1.19.11. - [Release notes](https://github.com/medialize/URI.js/releases) - [Changelog](https://github.com/medialize/URI.js/blob/gh-pages/CHANGELOG.md) - [Commits](medialize/URI.js@v1.19.10...v1.19.11) --- updated-dependencies: - dependency-name: urijs dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* add autofill command * address comment
It seems that some dependencies (at least argon2-browser) require allowing WebAssembly at the CSP level. Recent Firefox allows that by default, but having your own CSP means this extension won't be able to benefit from this automatically.
mymindstorm and others added 24 commits June 25, 2024 20:15
…fined-issue Try to prevent issues if chrome.storage.get unexpectedly returns undefined
… tokens The parsed `<option>` returns the OTP.type in string value, instead of the required integer type. Later in execution, the code can't handle the string in comparisons, etc. This just parseInts the string so that it's correctly handled.
Given the issue derives from the `option`s returning the value as a string by default, the 'number' modifier typecasts the value as a number. This then correctly flows on to the script execution https://v2.vuejs.org/v2/guide/forms.html
…ed (#1214) * Fix #1203 * copy even if autofill fails * remove unnecessary dependency * address review comments * fix
Implement work-around/fix for incorrect render of manually added HOTP tokens
* Refactor encryption code * Fix #704 * Initial work towards fixing longstanding sync conflict issues (multi-key support)
Fully encrypt account data in all storage mediums
* turn auto filter off by default and use type guards in UserSettings * Warn users when enabling smart filter
This commit was automatically made by run 10150634955
* Create SECURITY.md * Correct typo * review fixes * add sentence
* Verify current password before changing it. * split out verifyPassword into two functions * typo * change incorrect password message
This commit was automatically made by run 10210527949
* i18n -- MiD fixes * MiD corrections
* add timeout to managed storage function * lower timeout significantly
* v8.0.0 * remove short name from edge
@mymindstorm mymindstorm reopened this Aug 19, 2024
@mymindstorm mymindstorm requested a review from Sneezry August 19, 2024 02:05
@mymindstorm mymindstorm merged commit 2cf9b0f into release Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet