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

11655 Commits

Author SHA1 Message Date
Thomas Rittson
811e0072e1 enable Ivy 2021-05-21 12:44:25 +10:00
Thomas Rittson
6b954df58c Refactor to use virtual-scroll more selectively 2021-05-21 12:42:56 +10:00
Thomas Rittson
9e5869773d Basic proof of concept for cdk-virtual-scroll 2021-05-21 12:42:21 +10:00
Thomas Rittson
b16f8bc253 Merge pull request #914 from bitwarden/hotfix-bump
Version bump to 1.26.4
2021-05-21 11:00:42 +10:00
Thomas Rittson
dae41425a4 Change Autofill on Page Load default to autofill 2021-05-21 09:11:04 +10:00
Thomas Rittson
f5175564b3 Version bump to 1.26.4 2021-05-21 08:59:07 +10:00
Thomas Rittson
6899bfd538 Merge pull request #1856 from bitwarden/aopl-tweak
bump jslib
2021-05-21 08:34:49 +10:00
Thomas Rittson
e34e4728d0 Fix accessibility (a11y) on swal2 modals (#986)
* Remove tabindex on bootstrap modals if swal open

* fix linting
2021-05-21 06:52:44 +10:00
Thomas Rittson
5f1ad85dd1 Fix lockGuard logic (#384)
* Fix lockGuard logic

* add missing return values
2021-05-20 21:05:17 +10:00
Thomas Rittson
077edfef37 bump jslib 2021-05-20 06:49:22 +10:00
Thomas Rittson
3ab710389b Minor tweak so old server doesn't break autofill (#385) 2021-05-20 06:47:45 +10:00
Thomas Rittson
f5042bc07b Merge pull request #905 from bitwarden/fix-set-saving
Convert Sets to Arrays before saving locally
2021-05-20 06:37:27 +10:00
Matt Gibson
79e6d012c5 Use organization api key for auth (#382)
* Create UserService for Api Keys

* Limit scope request for organization keys

* Expose necessary services for org key-based auth service

* Linter fixes

* Add public import models

Since public import is tied tightly to the private api, constructors are
provided to maintain coupling in case of changes

* Do not parallelize file access

This storage is sometims backed by lowdb files. Parallel writes can
cause issues.

* Match file name to class

* Serialize storageService promises

* Prefer multiple awaits to .then chains

* Linter fixes
2021-05-19 14:12:08 -05:00
Matt Gibson
35346613d8 Version bump for org search hot fix (#985) 2021-05-19 13:13:55 -05:00
Oscar Hinton
0fd89e06c6 Rename Ciphers -> Items in trash cleanup message (#984) 2021-05-19 19:42:06 +02:00
Matt Gibson
1c5ce23d35 Set search index for limited collection org users (#983) 2.20.2 2021-05-19 11:11:11 -05:00
Vincent Salucci
73ec484b17 [Reset Password] Admin Actions (#349)
* [Reset Password] Admin Actions

* Updated password reset apis to use orgUser.Id instead of orgUser.UserId

* Added new ResetPassword policy type

* Added all necessary changes for organization changes

* Added get/post for org keys // Added org keys reponse model

* Fixed lint errors
2021-05-19 09:40:48 -05:00
Thomas Rittson
5bd7444e53 bump jslib 2021-05-19 10:11:24 +10:00
Thomas Rittson
c8eca37183 Convert Sets to Arrays before saving locally (#383) 2021-05-19 10:10:20 +10:00
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