Thomas Rittson
bbcbcf2b40
Fix breaking typo ( #2099 )
2021-10-05 08:41:21 +10:00
Thomas Rittson
6dfb06c5b0
Use theme enum and platformUtilsService helpers ( #2089 )
...
* Use theme enum and platformUtilsService helpers
* Update jslib
2021-10-05 06:30:31 +10:00
Thomas Rittson
15e8e5fec9
Use theme enum and platformUtilsService helpers ( #1094 )
...
* Use new theme enum and platformUtilsService helper
* Use theme enum
* Update jslib
* Fix linting
2021-10-05 06:30:09 +10:00
Addison Beck
e4260e7df5
Merge pull request #1988 from patrickhlauke/patrickhlauke-a11y-patch2
...
A11y: Change links to buttons
2021-10-04 13:02:38 -04:00
Oscar Hinton
91c5393ae7
Bump packages in root jslib ( #507 )
2021-10-01 17:24:49 +02:00
Patrick H. Lauke
03b60d17bb
Change CRLF to LF
2021-10-01 14:55:53 +01:00
Patrick H. Lauke
bd005ffeef
Update src/popup/accounts/home.component.html
...
Co-authored-by: Addison Beck <addisonbeck1@gmail.com >
2021-10-01 14:43:09 +01:00
Addison Beck
1f87a84b28
Merge pull request #1990 from patrickhlauke/patrickhlauke-a11y-patch3
...
A11y: use visually hidden styles rather than visibility, make visible on :focus as well
2021-10-01 09:28:22 -04:00
Matt Gibson
562e1fe459
Feature/split manage collections permission ( #504 )
...
* Split manage collections permissions
* Convert camel to pascal case for element id -> name
2021-10-01 07:50:30 -05:00
Kyle Spearrin
812741219d
Ability to auto-fill span elements ( #2095 )
...
* ability to autofill span elements
* add modification comments
2021-09-30 16:02:13 -04:00
Daniel James Smith
418f37de8c
Remove console.log
2021-09-30 16:58:48 +02:00
Daniel James Smith
23517272fd
saveOrUpdateCredentials: If more than one matching fallback cipher is found, update atleast the first one of them, to ensure saving PW change
2021-09-30 16:56:04 +02:00
Daniel James Smith
83ef310400
Removed dead code from getDataForTab
2021-09-30 16:51:53 +02:00
Daniel James Smith
705c287e1a
Removed unneeded alert/info functionality from notificationBar
2021-09-30 16:50:17 +02:00
Daniel James Smith
de0e9a4d94
Combined saving credentials and added fallback to update only password if only that changed
2021-09-30 16:48:06 +02:00
Daniel James Smith
838bfe9454
Wait for user to log in before trying to save credentials
2021-09-30 16:43:10 +02:00
Daniel James Smith
5c175e2201
Open login prompt as popout when vault is locked
2021-09-30 16:33:33 +02:00
Daniel James Smith
642af32c89
Show Bitwarden logo with lock when vault is locked
2021-09-30 16:20:18 +02:00
Daniel James Smith
7aa4655512
Use Bitwarden product logo instead of company logo
2021-09-30 16:17:59 +02:00
Daniel James Smith
16e7764568
Hide folder selection when vault is locked
2021-09-30 16:15:18 +02:00
Daniel James Smith
e0240c6884
Only retrieve folder list when vault is unlocked
2021-09-30 16:13:29 +02:00
Daniel James Smith
686c7fbfff
Pass vault state (locked/unlocked) to notificationBar
2021-09-30 16:09:42 +02:00
Daniel James Smith
210e0801ff
Open notificationBar (new and existing login) even though vault is locked
2021-09-30 16:03:14 +02:00
Daniel James Smith
889bbf8e2f
Removed checks for locked vault from collectPageDetails
2021-09-30 15:47:33 +02:00
Patrick H. Lauke
c39636fe8a
Change CRLF to LF
2021-09-30 09:04:11 +01:00
Danny Murphy
0c02cfea2f
Dark Theme ( #1017 )
...
* Stylesheets
* Theme Configuration
* Options Area
* swal2 style
* Icon styling
* Fix theme not saving
* Update English
* Update messages.json
* dropdown and login logo
* btn-link and totp fix
* Organisation Styling
* Update webauthn-fallback.ts
* Fix contrast issues
* Add Paypal Container and Loading svg file
* Password Generator contrast fix
* Dark Mode Fix buttons and foreground
* Fix button hover
* Fix Styles after rebase
* Add hover on nav dropdown-item
* Disable Theme Preview
* Options Fix for Default Theme Changes
* Updated Colour Scheme
* Toast fix
* Button and Text Styling
* Options Update and Messages Fix
* Added Search Icon and Fixed Callout styling
* Add theme styling to Stripe
* Refactor logic for setting color
* Reorder logic to avoid race condition
* PayPal Loading and Misc Fix
* text-state bug fix
* Badge Colour Fix
* Remove PayPal Tagline
The colour cannot be styled so it's not visible on a dark theme
* Adding the Styling from #1131
* Update to New Design
* Form and Nav restyle
* Modal Opacity and Callout
* Nav Colours
* Missing Borders
* Light theme fix
* Improved border for listgroup
* Change Org Nav Colour
* Save theme to localStorage for persistence
* Undo change to Wired image
* !Important removal and tweaks
* Fix regression with navbar
* Light theme by default
* Refactor to use getEffectiveTheme
* Refactor theme constants to use enum
* Set theme in index.html before app loads
* Use scss selector to set logo image
* Export Sass to TS
* Update jslib
Co-authored-by: Thomas Rittson <trittson@bitwarden.com >
2021-09-30 08:06:20 +10:00
Thomas Rittson
ce71c0c0bd
Add theme enums and platformUtilsService helper ( #497 )
...
* Use enum for themes, add getEffectiveTheme
* Update electron and cli to use theme refactor
2021-09-30 06:37:36 +10:00
Luckymee
6ffc295be9
Implemented capitalize, and includeNumber ( #369 )
...
* Implemented capitalize, and includeNumber - generate passphrase.
Co-authored-by: davidrenzella <david.renzella@gmail.com >
* Capitalize shorthand flag
* Update package.json
* Remove accidental space
Co-authored-by: davidrenzella <david.renzella@gmail.com >
Co-authored-by: govjmal <govjmal@gmail.com >
2021-09-29 11:09:32 -04:00
Patrick H. Lauke
bf7dd5da96
Change links to buttons in new split-out components
2021-09-28 19:55:11 +01:00
Patrick H. Lauke
f359a1c2be
Merge branch 'master' into patrickhlauke-a11y-patch2
2021-09-28 19:50:11 +01:00
Oscar Hinton
2639d13e42
Bump signalr to 5.0.10 ( #1093 )
2021-09-28 17:23:39 +02:00
Oscar Hinton
1619fe533e
Bump signalr to 5.0.10 ( #2088 )
2021-09-28 17:19:53 +02:00
Daniel James Smith
5798aa2a78
Merge pull request #2071 from Nihal247/master
...
Update README.md
2021-09-28 17:15:26 +02:00
Oscar Hinton
e985018862
Bump Electron to v14 ( #1088 )
2021-09-28 16:51:53 +02:00
Joseph Flinn
31c9f72df2
Merge pull request #2086 from bitwarden/feature/new-ci-model
...
Workflow model update
2021-09-28 07:50:44 -07:00
Oscar Hinton
b0bc00a2c0
Prevent the lock component from removing the biometric error message ( #2087 )
2021-09-28 16:37:18 +02:00
Oscar Hinton
91b73fa777
Resolve biometric error dissapearing before being read ( #501 )
2021-09-28 16:23:25 +02:00
Oscar Hinton
aa58749b34
Bump signalr to 5.0.10 ( #1207 )
2021-09-28 16:19:07 +02:00
Daniel James Smith
ed0cc1ced1
Merge pull request #2076 from patrickhlauke/patrickhlauke-a11y-patch4
...
A11y: Small accessibility fixes for notifications
2021-09-28 15:55:41 +02:00
Oscar Hinton
206ef610d0
Bump signalr to 5.0.10 ( #502 )
2021-09-28 15:47:19 +02:00
Joseph Flinn
5767826982
Updating the browser CI workflow to the new model
2021-09-27 15:55:53 -07:00
Matt Gibson
c98a189430
Organization autoscaling ( #1193 )
...
* Add seat autoscale component
* Move small description under title
* tweak autoscale terminology
* Linter fixes
* Use single component for org subscription updates
* Delete unused localization string
* Clarify max bill copy
* Remove cancel from org subscription adjustment
* Update jslib
* PR review
* update jslib
* Simplify success toast
2021-09-27 14:23:12 -05:00
Oscar Hinton
facedab33c
Use webfonts from jslib instead of downloading them using gulp ( #1089 )
...
* Use webfonts from jslib instead of downloading them using gulp
* Remove accidental command for disabling certificates
* Bump jslib
2021-09-27 14:27:39 +10:00
Joseph Flinn
1df2225a52
Ran the new linter over the web project and found some errors ( #1197 )
2021-09-24 09:28:37 -07:00
Oscar Hinton
f8b0c2ffe4
Use Webfonts from jslib instead of downloading them using gulp ( #1205 )
...
* Use Webfonts from jslib instead of downloading them using gulp
* Bump jslib.
2021-09-24 12:24:58 -04:00
Addison Beck
e63d44b214
Merge pull request #2083 from bitwarden/feature/webfont
...
Use webfonts from jslib instead of downloading them using gulp
2021-09-24 12:24:42 -04:00
Oscar Hinton
cb00604617
Bump Electron to v14 ( #498 )
2021-09-24 16:27:22 +02:00
Hinton
0515f04919
Bump jslib
2021-09-24 15:38:49 +02:00
Oscar Hinton
2c892eb3a2
Add webfonts ( #500 )
2021-09-24 15:36:51 +02:00
Vincent Salucci
c1613f79cd
[Reset Password v1] Refactor ForcePasswordReset flow ( #2063 )
...
* [Reset Password v1] Refactor ForcePasswordReset flow
* Update jslib
2021-09-24 08:34:09 -05:00