1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00
Commit Graph

11617 Commits

Author SHA1 Message Date
Vince Grassia
2652a2deae Add release logic for 'web-sh' image (#1573) 2022-03-30 17:21:00 -04:00
Robyn MacCallum
e1c0c9f009 update jslib and remove date pipe from routing module (#1572) 2022-03-29 22:56:02 +02:00
Oscar Hinton
612442c1bb Cherry pick premium badge and reports page (#1525, #1536) (#1571) 2022-03-29 20:55:47 +01:00
Kyle Spearrin
23b02a770a add username generation to generator (#1566)
* add username generation to generator

* move bottom buttons into existing containers
2022-03-29 15:02:48 -04:00
Kyle Spearrin
9e0cc45704 Username generator (#1456)
* username generator implemented

* disable type when coming from add/edit

* restyle buttons to new icon-btn

* update generated-wrapper styles

* only show policy messages for passwords

* make generated-wrapper a standalone style

* Update src/app/vault/password-generator.component.html

Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>

* aria-expanded on show options

Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
2022-03-29 15:01:57 -04:00
Francesco De Feo
bc21703a2b Update macOS icon to follow Big Sur design (#837)
Co-authored-by: Hinton <oscar@oscarhinton.com>
2022-03-29 20:56:03 +02:00
Robyn MacCallum
42ececbcf5 add DatePipe to providers in routing module (#1570) 2022-03-29 12:55:27 -04:00
Oscar Hinton
47473b7ede Remove the VerifyMasterPasswordComponent from jslib module (#747) 2022-03-29 10:38:22 +02:00
Thomas Rittson
4607e9d0ba Fix alignment of box content (#2471) 2022-03-29 06:17:01 +10:00
Matt Gibson
a4fba0e1c5 Feature/move to jest (#744)
* Switch to jest

* Fix jslib-angular package name

* Make angular test project

* Split up tests by jslib project

* Remove obsolete node test script

* Use legacy deps with jest-preset-angular

* Move web tests to common

* Remove build from pipeline

This was only being used because we were not using ts runners.
We are now, so build is unnecessary
2022-03-28 16:00:42 +02:00
Patrick H. Lauke
4ddeff2eee Add aria-pressed to all eye/toggle visibility buttons (#1443)
* Add `aria-pressed` to all eye/toggle visibility buttons

Closes #1442

* Correct custom field visibility toggle `aria-pressed` value
2022-03-27 22:42:47 +02:00
Thomas Rittson
13ef7aea7d Add DatePipe provider to JslibModule (#741) 2022-03-27 22:40:47 +02:00
Oscar Hinton
9d1df26dfa Fix jslibModule forms (#742) 2022-03-28 06:32:21 +10:00
Patrick H. Lauke
75af5b94d4 Fix "Custom environment", "Options" expand/collapse controls - wrong accessible name, state not exposed (#1441)
* Fix "Custom environment" expand/collapse control wrong accessible name, expose state

Closes #1440

* Correct "Options" expand/collapse accname, expose state

* Remove redundant appA11yTitle
2022-03-27 15:04:45 +02:00
Kyle Spearrin
11034de7d1 resolve build errors with latest jslib ref (#1565) 2022-03-25 11:00:40 -04:00
Oscar Hinton
cbadcccc85 Fix Mac App Store minimumSystemVersion (#1453) 2022-03-25 15:29:43 +01:00
Kyle Spearrin
21167301f1 Bump jslib and add compatability with username generation (#1450)
Co-authored-by: Hinton <oscar@oscarhinton.com>
2022-03-25 10:56:34 +01:00
Kyle Spearrin
fa73c13b8c support for username gen website setting (#738) 2022-03-25 10:32:01 +01:00
Oscar Hinton
81607e810e Force updates to be silent (#739) 2022-03-25 10:13:50 +01:00
github-actions[bot]
ad6308eb48 Autosync the updated translations (#1451)
Co-authored-by: github-actions <>
2022-03-25 01:28:44 +01:00
github-actions[bot]
f804da3102 Autosync the updated translations (#2469)
Co-authored-by: github-actions <>
2022-03-25 01:25:07 +01:00
github-actions[bot]
571aaf31c4 Autosync the updated translations (#1564)
Co-authored-by: github-actions <>
2022-03-25 01:23:30 +01:00
Daniel James Smith
a825e86921 Fix import path for safari importer (#740) 2022-03-24 22:45:37 +01:00
David Frankel
7fc0ab97f3 [bug] Fix Safari CSV importer for URL and Notes (#730) 2022-03-24 22:33:28 +01:00
Oscar Hinton
fec023866e Add utils for testing updating processes (#1448) 2022-03-24 21:23:29 +01:00
Jake Fink
d2a7012d3f PS-91 bug/mas hide update option (#1446)
* PS-91 - hide update option if MAS build

* fix isMacAppStore
2022-03-24 15:55:06 -04:00
Jake Fink
292d5e0039 PS-91 make isMacAppStore return true/false (#735)
* return false if undefined from isMacAppStore

* PS-91 use strict equality instead of null coalescing

Co-authored-by: Chad Scharf <3904944+cscharf@users.noreply.github.com>

Co-authored-by: Chad Scharf <3904944+cscharf@users.noreply.github.com>
2022-03-24 15:46:24 -04:00
Oscar Hinton
535decc3d9 Bump electron and related dependencies (#736) 2022-03-24 20:16:53 +01:00
Kyle Spearrin
bfdd3561da Username generator (#734)
* add support for username generation

* remove unused Router

* pr feedback
2022-03-24 12:19:19 -04:00
Oscar Hinton
0884e2d761 Bump node-forge (#1562) 2022-03-24 11:54:32 +01:00
Oscar Hinton
00975e6896 Use the new KDF constants (#1559) 2022-03-24 11:15:48 +01:00
Oscar Hinton
5b7b2a03dd Remove Internet Explorer logic (#723) 2022-03-24 10:42:11 +01:00
Thomas Rittson
2c43249e98 Restore order of ngModule imports (#1560) 2022-03-24 07:25:10 +10:00
Matt Gibson
575847f252 Update configurations for self-hosted (#1558)
* Update configurations for self-hosted

* Revert "Update configurations for self-hosted"

This reverts commit a1ec06c834a5e9a5bb8fd4c983b5d7909a2ee9a4.

* Use selfhosted.json to configure dev env
2022-03-23 13:53:41 -05:00
Jake Fink
6555312034 PS-91 - hide update option if MAS build (#1432) 2022-03-23 13:03:08 -04:00
github-actions[bot]
e2fe0c8b09 Bump version to 1.32.2 (#1429)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Patch for Testflight track.
2022-03-22 13:30:43 -06:00
Oscar Hinton
3b2427e913 Change minimumSystemVersion to only apply for MAS (#1428) 2022-03-22 13:43:37 -04:00
Micaiah Martin
1bdbc18a97 Merge pull request #2464 from bitwarden/version_bump_1.57.0 2022-03-22 16:58:05 +00:00
github-actions[bot]
c867196624 Bumped version to 1.57.0 2022-03-22 16:49:00 +00:00
Oscar Hinton
554dc8d873 Bump node-forge to 1.2.1 (#722) 2022-03-22 14:05:55 +01:00
Oscar Hinton
37e9523f00 Define Angular CLI globals to support tree shaking (#1408) 2022-03-22 10:09:19 +01:00
Oscar Hinton
d6c181c997 Define Angular CLI globals to support tree shaking (#1541) 2022-03-22 10:00:07 +01:00
Oscar Hinton
0cd7b4dff5 Define Angular CLI globals to support tree shaking (#2450) 2022-03-22 09:58:17 +01:00
github-actions[bot]
09d7376f39 Bump version to 1.32.1 (#1427)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-03-21 14:09:45 -06:00
Robyn MacCallum
5409525ea2 Add ellipsis pipe (#728)
* add ellipsis pipe

* run prettier

* Account for ellipsis length in returned string

* Fix complete words case

* Fix another complete words issue

* fix for if there are not spaces in long value

* extract length check to beginning of method

* condense if statements

* remove log
2022-03-21 15:46:54 -04:00
Matt Gibson
cfec234ee8 Update jslib (#504) 2022-03-21 13:32:06 -05:00
Thomas Rittson
b54cc6ec8a [JslibModule] Refactor to use JslibModule (#2462) 2022-03-21 12:13:02 +01:00
Thomas Rittson
9bb004923c [JslibModule] Refactor to use JslibModule (#1556) 2022-03-21 20:40:26 +10:00
Thomas Rittson
be0b6113e4 [JslibModule] Refactor to use JslibModule (#1425) 2022-03-21 20:39:35 +10:00
Thomas Rittson
9950fb42a1 [JslibModule] Add JslibModule (#733) 2022-03-21 19:32:55 +10:00