1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 18:23:31 +00:00
Commit Graph

11886 Commits

Author SHA1 Message Date
Chad Scharf
42091ac6d3 Merge pull request #903 from djsmith85/update-nvmrc
Update .nvmrc from 10.13.0 to 14.17.0
2021-05-18 14:58:41 -04:00
Daniel James Smith
9a2b2069b5 Update .nvmrc from 10.13.0 to 14.17.0 2021-05-18 18:30:24 +02:00
Vince Grassia
28ebbccbf1 Pin versions of actions in workflow (#901) 2021-05-18 09:21:26 -04:00
Oscar Hinton
45c31aa089 Bulk remove organization users (#970)
* Add support for bulk removal of org users

* Rename to UserBulkDeleteRequest

* Use OrganizationUserBulkRequest

* Bump jslib

* Fix linting
2021-05-18 10:27:52 +02:00
Thomas Rittson
b827614563 Merge pull request #1455 from eliykat/feature-aopl-options
"Auto-fill on page load" options
2021-05-18 10:15:24 +10:00
Thomas Rittson
a49a1e512d bump jslib 2021-05-18 10:12:01 +10:00
Thomas Rittson
56e127d20c Merge branch 'master' into feature-aopl-options 2021-05-18 10:11:40 +10:00
Thomas Rittson
3d4ecaeb6a "Auto-fill on page load" options (#199)
* add autofill on page load props to models and view

For new per-login autofill on page load settings

* filter and cache ciphers per autofill setting

Used by the new autofill on page load feature to identify
matching ciphers and filter according to their autofill setting

* fix null check on array

* fix linting and style errors

* change cacheKey to avoid collision with real url

* Fix linting, set default value for aopl-options

* Fix linting

* update UI

* Remove autofillOnPageLoad from export

* Change enum to boolean

* Add storage key for autofillOnPageLoad default

* fix style
2021-05-18 10:08:28 +10:00
Thomas Rittson
fdccc21699 Merge pull request #1843 from bitwarden/totp-copy-page-load-2
Copy TOTP after autofill on page load by default
2021-05-18 06:54:04 +10:00
Thomas Rittson
f429e1f874 Merge branch 'master' into totp-copy-page-load-2 2021-05-18 06:53:11 +10:00
Chad Scharf
0156f7ba2d Merge pull request #900 from bitwarden/fix-locale-typo
Fix locale typo
2021-05-17 16:48:02 -04:00
Vince Grassia
c9ae2ed933 Update ME lang import to proper order 2021-05-17 16:25:57 -04:00
Vince Grassia
6f6de60509 Fix locale import typo 2021-05-17 16:24:11 -04:00
Vince Grassia
b5eda81d72 Pin versions of actions in workflow (#1852) 2021-05-17 16:09:59 -04:00
Daniel James Smith
2c735cc74d Adjust node version in README.md (#306) 2021-05-17 15:10:34 -04:00
Chad Scharf
4a0be96b79 Merge pull request #898 from djsmith85/fix-me-locale
Fixed locale import for Montenegrin (Latin)
2021-05-17 14:43:58 -04:00
Vince Grassia
7b3f9f12a4 Pin versions of actions in workflow (#381) 2021-05-17 12:46:54 -04:00
Daniel James Smith
cae76cd74a Fixed locale import for Montenegrin (Latin) 2021-05-17 18:01:44 +02:00
Vince Grassia
34be07c220 Pin versions of actions in workflow (#980) 2021-05-17 11:18:45 -04:00
Matt Gibson
a6bac4e7cd Add largImport to request model (#378) 2021-05-17 09:43:27 -05:00
Oscar Hinton
968a255269 Correctly handle errors on remove and reinvite of organization users (#979) 2021-05-17 15:13:26 +02:00
Oscar Hinton
6b9246c272 Bulk remove organization users (#376)
* Add support for bulk deleeting org users

* Rename to UserBulkDeleteRequest

* Combine UserBulkReinviteRequest and DeleteRequest to OrganizationUserBulkRequest
2021-05-17 10:11:15 +02:00
Thomas Rittson
df8a253a7d fix linting, minor bugfix 2021-05-17 14:32:48 +10:00
Thomas Rittson
bdd8663fb3 Merge branch 'master' into feature-aopl-options 2021-05-17 13:46:53 +10:00
Thomas Rittson
d4055a7613 Only show autofill options if enabled 2021-05-17 13:46:39 +10:00
Thomas Rittson
40ffc9dc21 bump jslib 2021-05-17 13:25:39 +10:00
Thomas Rittson
8659d0975d Remove old code for opting into TOTP copy (#379) 2021-05-17 13:20:44 +10:00
Thomas Rittson
59c50f7fb0 remove unused skipTotp option on doAutoFill 2021-05-17 13:19:43 +10:00
Chad Scharf
012aa71054 Merge pull request #897 from tgreer-bw/language-adds
Add missing languages from Crowdin
2021-05-15 15:25:23 -04:00
Trey Greer
cc165420f7 Update src/services/i18n.service.ts
Co-authored-by: Chad Scharf <3904944+cscharf@users.noreply.github.com>
2021-05-14 18:19:45 -04:00
tgreer-bw
a24618be32 add missing languages from Crowdin 2021-05-14 16:42:12 -04:00
Oscar Hinton
a27be135da Change all remaining modals to be scrollable (#976)
* Change all remaining modals to be scrollable

* Fix password-generator-history and two-factor-options not using modal-body

* Remove modal-dialog-scrollable on two-factor-setup components
2021-05-14 21:03:45 +02:00
Joseph Flinn
a2b71e4929 Merge pull request #1838 from bitwarden/add-locales-test
Add locales test
2021-05-14 11:27:10 -07:00
Joseph Flinn
1bd5242d4c readding the shell type in the release pipeline 2021-05-14 11:14:52 -07:00
Joseph Flinn
7d21e0fbb0 switching release Build sources back to pwsh 2021-05-14 11:12:34 -07:00
Oscar Hinton
bb95eb84ea Bump node to 14 (#955)
* Bump node to 14

* Update Readme

* Change engine to ~14

* Bump jslib

* Remove @angular/localize since it's not used
2021-05-14 20:08:03 +02:00
Vince Grassia
2664fc6957 Remove shell to default to bash 2021-05-14 11:14:21 -04:00
Vince Grassia
52a3ca56b1 Merge branch 'master' into add-locales-test 2021-05-14 11:05:19 -04:00
Chad Scharf
85194695cc Merge pull request #1845 from djsmith85/fix-ml-language-support
Fixed support for ml language
2021-05-14 10:50:19 -04:00
Vince Grassia
8ed5bb9f23 Merge branch 'master' into add-locales-test 2021-05-14 10:33:18 -04:00
Daniel James Smith
a31366e5c9 Fixed support for ml language 2021-05-14 15:59:24 +02:00
Oscar Hinton
1b22c91f35 Bump node to 14 (#296)
* Bump node to 14

* Change engine node to ~14. Fix linting
2021-05-14 14:30:26 +02:00
Thomas Rittson
655877f75f reorder UI 2021-05-14 11:26:16 +10:00
Thomas Rittson
998f633210 Update UI per Options page redesign 2021-05-14 11:23:46 +10:00
Thomas Rittson
13b0e09c2c Merge branch 'master' into feature-aopl-options 2021-05-14 10:55:14 +10:00
Thomas Rittson
af61732800 Copy TOTP after all autofills, remove old UI 2021-05-14 10:04:08 +10:00
Matt Gibson
54cd5a68b3 Add event export (#967)
* Include human readable export message on events

* Add export currently visible events.

* PR feedback
2021-05-13 18:39:53 -05:00
Daniel James Smith
09f6fd9df9 Add node including version to requirements in README.md (#377) 2021-05-13 17:30:39 -04:00
Chad Scharf
969a62de9e Merge pull request #891 from djsmith85/update-readme
Adjust node version in README.md
2021-05-13 17:30:03 -04:00
Chad Scharf
900e2c406c Merge pull request #1839 from djsmith85/update-readme
Bump Node Version from 8 to 14 in README.md
2021-05-13 17:29:41 -04:00