1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-10 06:08:34 +02:00
Commit Graph

11779 Commits

Author SHA1 Message Date
Oscar Hinton
b4555039d8
Add eslint (#496) 2022-03-03 12:24:41 -05:00
Addison Beck
e93c155885
[bug] Set full width on login (#1516) 2022-03-03 12:17:19 -05:00
Oscar Hinton
813457c348
Expose logger in lock component (#703) 2022-03-03 17:19:52 +01:00
Daniel James Smith
1076749635
Add importing of 1passwords 1pux files (#1507)
* Pull in jslib

* Install jszip

* Display help on selecting 1pux importer

* Unzip 1pux and pass content of export.data to 1pux importer

* Update jslib
2022-03-03 15:41:48 +01:00
Daniel James Smith
dd6a0cab7f
Pull in jslib (#498) 2022-03-03 15:41:25 +01:00
Daniel James Smith
caf6a1173b
Add importing of 1passwords 1pux files (#440)
* Pull in jslib

* Install jszip

* Add method in utils to unzip and extract 1pux file

* Add importing/extracting of 1pux files to import command

* Update jslib

* Update package-lock.json
2022-03-03 15:32:49 +01:00
Daniel James Smith
8e112a1c33
Add importer for 1Password's new export format (.1pux) (#594)
* Initial commit

* Refactor the 1pux types

* Add test data

* 1Pux importer and tests

* Fixed a typo in the 1Pux types

* Make the linter happy

* Register and instantiate importer

* Fix adding secure notes

* Add missing placeholder property to types

* Test for existance of TOTP seed

* Add more test data

* Move processFullName into BaseImporter

* Add categoryEnum for easier mapping

* Refactoring of the importer and add support for different item types

* Make linter happy

* Modified some test data

* Fix linting issues

* Remove fieldvalue references comment

* Remove commented mapping use during tests
2022-03-03 15:22:05 +01:00
Thomas Rittson
06e1af6d48
Improve SSO Config validation (#1332)
* Break form controls up into reusable components

* Add proper form styling, validation, inline error messages, etc

* Move control options into class instead of template

* Add accessibility
2022-03-03 11:08:41 +01:00
Vincent Salucci
48a4c27fe7
[Captcha] Failed login attempts (#698)
* [Captcha] Failed login attempts

* Fix logIn.strategy test

* Updated with the stark majority of requested changes

* Fix typo

* Unused import
2022-03-02 19:47:57 -06:00
Robyn MacCallum
24482890b1
Merge pull request #2427 from bitwarden/bug/fix-icon-status 2022-03-02 17:37:57 -05:00
Robyn MacCallum
51db742be7 change class to interface 2022-03-02 17:25:37 -05:00
Thomas Rittson
adfc2f234d
Remove unused SSO Form code (#701)
* Remove unused SAML Artifact Binding properties

* Remove unused validators
2022-03-03 07:52:11 +10:00
Robyn MacCallum
7e432b40e2 details, details 2022-03-02 16:12:01 -05:00
github-actions[bot]
cf9a90d10e
Bumped version to 2.26.2 (#1511)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-03-02 15:08:58 -06:00
Robyn MacCallum
b02b35e1b5 Fix import 2022-03-02 16:03:18 -05:00
Robyn MacCallum
e56cf962ca Fix icon status not refreshing on chrome 2022-03-02 15:59:10 -05:00
Matt Gibson
6e8c15bccd
Fix mobile + url encoding issue (#1510) 2022-03-02 14:49:35 -06:00
Matt Gibson
7d018e4b59
Fix dev server connector headers (#1509) 2022-03-02 14:27:34 -06:00
Robyn MacCallum
8f5f694a1e
Roll back organizationId and collectionId's if ciphers fail to be moved (#699) 2022-03-02 08:11:34 -05:00
Thomas Rittson
80415f8cd5
Update jslib (#1387) 2022-03-02 08:49:07 +10:00
Thomas Rittson
b6becb3211
Update jslib (#2425) 2022-03-02 08:41:33 +10:00
Thomas Rittson
bc4bd664b6
Update jslib (#497) 2022-03-02 08:41:17 +10:00
Thomas Rittson
e47eb5e74f
Fix linting (#700) 2022-03-01 23:11:12 +01:00
Thomas Rittson
c1a37eab13
Fix storage keys in v1 migration (#696) 2022-03-02 07:44:14 +10:00
Thomas Rittson
d81eb7ddae
Improve SSO Config validation (#572)
* Extract SsoConfig enums to own file

* Add ChangeStripSpaces directive

* Move custom validators to jslib

* Add a11y-invalid directive

* Add and implement dirtyValidators

* Create ssoConfigView model and factory methods

* Add interface for select options

* Don't build SsoConfigData if null

Co-authored-by: Oscar Hinton <oscar@oscarhinton.com>
2022-03-02 07:31:00 +10:00
Daniel James Smith
03c279865f
BEEEP: Add missing languages (#1382)
* Pull in jslib

* Register missing languages
2022-03-01 13:52:53 +01:00
Thomas Rittson
d919346517
Fix autoFillOnPageLoadDefault default value (#697) 2022-03-01 13:13:19 +10:00
Chad Scharf
f832cb4138
Remove artifact binding from SSO config UI (#1502) 2022-02-28 13:43:31 -05:00
Addison Beck
19246c0e13
Merge pull request #2421 from bitwarden/Feature/ExportWarnings
[feature] Implement scope warning for exports
2022-02-28 11:44:36 -05:00
Addison Beck
54025f269a
[feature] Implement scope warning for exports (#1384) 2022-02-28 17:44:10 +01:00
Addison Beck
b8a23cf014
[feature] Implement scope warning for exports (#1504) 2022-02-28 11:37:02 -05:00
addison
d758841642 [feature] Implement scope warning for exports 2022-02-28 11:31:39 -05:00
Thomas Rittson
4ce5e5fbdc
Update Help menu options (#1383) 2022-02-28 11:23:14 +01:00
Kyle Spearrin
ed33d77b7e
Serve command fixes (#492)
* change to koa to support async/await

* get rid of session header

* error is unlocked for certain commands

* fix lint error

* use "object" routes

* revert change to vs code  launch
2022-02-25 17:35:27 -05:00
Daniel James Smith
ea5f2a32ee
BEEEP: Add missing languages (#2416)
* Pull in jslib

* Import and register missing languages
2022-02-25 22:13:00 +01:00
Daniel James Smith
d0c0e80b6c
BEEEP: Add missing languages (#1501)
* Pull in jslib

* Import and register missing locales

* Update supportedTranslationLocales
2022-02-25 20:59:07 +01:00
Daniel James Smith
a69135ce06
Add missing localeNames (#695) 2022-02-25 18:54:27 +01:00
Addison Beck
47425ef975
Merge pull request #2414 from bitwarden/UpdateJslib
[dep] Update jslib
2022-02-25 11:27:47 -05:00
Addison Beck
c738366eef
[dep] Update jslib (#1381) 2022-02-25 11:27:43 -05:00
addison
4af1c264e4 [dep] Update jslib 2022-02-25 11:07:29 -05:00
Thomas Rittson
98fb71fcb6
Update jslib (#1494)
* Update jslib

* Add i18n error message

* Update imports
2022-02-25 10:19:37 -05:00
Micaiah Martin
0114d96e18
[BEEEP] - Ignored workflow files from triggering builds (#1375) 2022-02-25 08:14:19 -06:00
Micaiah Martin
1eac8f0c0f
Added dry run logic (#1376) 2022-02-25 08:13:39 -06:00
Micaiah Martin
e0844a1a07
Merge pull request #2408 from bitwarden/BEEEP-exclude-workflows-build 2022-02-25 08:12:58 -06:00
Micaiah Martin
8eb1fa8e1b
Merge pull request #2409 from bitwarden/dryrun-workflow 2022-02-25 08:12:46 -06:00
Micaiah Martin
3a14f04960
[BEEEP] - Ignored workflow files from triggering builds (#494) 2022-02-25 09:12:23 -05:00
Micaiah Martin
7033fa17da
Added dry run logic for release workflow (#495) 2022-02-25 09:12:07 -05:00
Micaiah Martin
1b52b5a98a
Added dry run logic (#1497) 2022-02-25 09:07:54 -05:00
Daniel James Smith
b601ca78cd
Colorize hidden custom field when value visible (#2413) 2022-02-25 14:30:55 +01:00
Daniel James Smith
8880e9700e
BEEEP: Colorize hidden custom field when value visible (#1380) 2022-02-25 14:27:54 +01:00