1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 17:53:39 +00:00
Commit Graph

11617 Commits

Author SHA1 Message Date
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
Chad Scharf
17718ea00a Merge pull request #1841 from tgreer-bw/language-adds
Missing languages from Crowdin
2021-05-13 17:08:31 -04:00
Trey Greer
9abdefa947 Added additional languages (#975) 2021-05-13 17:08:27 -04:00
Vince Grassia
1a4e8debd6 Update release workflow with locales test 2021-05-13 17:08:18 -04:00
Vince Grassia
1c3db8e18e Update locales test in build workflow 2021-05-13 16:43:19 -04:00
Vince Grassia
cb07bc2300 Update locale length test 2021-05-13 16:28:36 -04:00
Matt Gibson
0cbcdd6948 Specify type of send from templateType (#304)
* Specify type of send from templateType

* Default to Text type send
2021-05-13 14:57:08 -05:00
Kyle Spearrin
0d5d8b671d use swal titletext to avoid XSS (#884) 2021-05-13 15:22:52 -04:00
Kyle Spearrin
c173217330 use swal titletext to avoid XSS (#1828) 2021-05-13 15:22:49 -04:00
Matt Gibson
92dbf24ab8 Export Organization events (#375)
* Export Organization events

* Lint fixes
2021-05-13 13:43:54 -05:00
tgreer-bw
7a8e1b60d9 added missing languages from Crowdin 2021-05-13 13:54:56 -04:00
Kyle Spearrin
d9322c1307 use swal titletext to avoid XSS (#966) 2021-05-13 10:08:16 -04:00
Leon-Hikari
a8d614628a Adds folder word-wrap (#880)
Uses spaces and dashes as preferred separator in folder names
(instead of just breaking whereever the max width is encountered)
2021-05-13 14:02:39 +10:00
Thomas Rittson
1ab2a3a4b5 Merge pull request #1840 from bitwarden/improve-import-error-checking
Bump jslib
2021-05-13 11:31:18 +10:00
Thomas Rittson
55b0118240 Merge pull request #892 from bitwarden/improve-import-error-checking
Bump jslib
2021-05-13 11:23:49 +10:00
Thomas Rittson
7f9f6d3d0e Check encKey when importing encrypted JSON (#968)
* Check encKey when importing encrypted JSON

* bump jslib
2021-05-13 11:22:26 +10:00
Thomas Rittson
a4c23f4298 bump jslib 2021-05-13 11:04:10 +10:00
Thomas Rittson
2a471867aa bump jslib 2021-05-13 11:00:55 +10:00
Thomas Rittson
306aef73d4 Increase error checking on imported Login items (#369)
* Increase error checking on imported Login items

* Check encKey when importing encrypted JSON

* Fix style, use GUID as random string for test

* Revert "Increase error checking on imported Login items"

This reverts commit 17294527863cc53b84ed218f94ffbc21f4e96260.

* fix linting

* Fix tests
2021-05-13 10:58:59 +10:00
Thomas Rittson
68096c1f12 update service deps 2021-05-13 10:53:38 +10:00