Commit Graph

327 Commits

Author SHA1 Message Date
Addison Beck 7c4d0a15dd
Implemented tax collection for subscriptions (#723)
* Implemented tax collection for subscriptions

* Cleanup for Sales Tax

* Code review fixes for Tax Rate implementation

* Code review fixes for Tax Rate implementation
2020-12-04 12:05:44 -05:00
Kyle Spearrin 512b9e0a92
encrypted json export option for user and orgs (#726)
* encrypted json export option for user and orgs

* move org id to base export component
2020-12-04 09:58:26 -05:00
Matt Gibson 6b66f14319
Update web sso content to indicate window OK to close (#720)
* Update web sso content to indicate window OK to close

This is done after the authResult handoff message is delivered to the
extension. It is not possible to close the window from javascript as
closing a window is limited to the script that opened it.

If we maintain a reference to the web window, it should be possible to
subscribe to the authResult message and close the web windows from the
browser.

* Use i18n for close tab message

* delete cookie after it is used

Co-authored-by: Matt Gibson <mdgibson@Matts-MBP.lan>
2020-11-25 15:57:11 -06:00
Matt Gibson 82b36c1b70
Use mobile's trash message for item delete (#710)
Co-authored-by: Matt Gibson <mdgibson@Matts-MBP.lan>
2020-11-19 11:38:53 -06:00
Addison Beck 759dc647e5
Implement User-based API Keys (#688)
* refactored api key modal for multiple key types

* Added support for viewing and rotating user API keys

* Fixed the API key component references in app.module

* Implemented User ApiKey viewing/rotating

* Changed ApiKey grant_type display to client_credentials

* Hopefully put jslib back

* Added new localization strings for user API keys

* Toggled button text based on if viewing or rotating an api key

* updated jslib

* Reverted jslib

* Trying to fix jslib

* Reverted jslib from commit hash

* Reupdated jslib
2020-11-10 16:13:42 -05:00
Vincent Salucci 407032114e
[Exemption] Updated policy messages (#692)
* Updated mesages // added callout for require sso

* removed unused string

* updated strings - futureproofing
2020-11-10 09:53:57 -06:00
Kyle Spearrin 0f4f541b11
some filtering logic for sends (#689) 2020-11-05 14:41:54 -05:00
Kyle Spearrin e9273ff79a
Send initial implementation (#687)
* send work

* Bump version to 2.16.2 (#668)

* [SSO] New User Provision flow jslib update (f30d6f8 -> d84d6da) (#672)

* Update jslib (f30d6f8 -> d84d6da)

* Updated imports/constructor to super

* OnlyOrg Policy (#669)

* added localization strings needed for the OnlyOrg policy

* added deprecation warning to policies page

* allowed OnlyOrg policy configuration

* blocked creating new orgs if already in an org with OnlyOrg enabled

* code review cleanup for onlyOrg

* removed a blank line

* code review cleanup for onlyOrg

* send listing actions

* updates

* access id

* update jslib

* re-work key and password derivation

* update jslib

* makeSendKey

* update access path

* store max access count

* update jslib

* l10n work

* l10n for access page

* l10n and cleanup

* fix l10n

Co-authored-by: Chad Scharf <3904944+cscharf@users.noreply.github.com>
Co-authored-by: Vincent Salucci <26154748+vincentsalucci@users.noreply.github.com>
Co-authored-by: Addison Beck <abeck@bitwarden.com>
2020-11-04 14:49:08 -05:00
Vincent Salucci 1aa708aed4
[GDPR] Adjusted TOS/Privacy acceptance (#684)
* initial commit for GDPR terms/privacy acceptance

* updated styling/formatting

* Fixed line break in blockquote

* removed unused submit message

* Removed variables/logic now found in superclass

* update jslib (76c0964 -> 5e50aa1)
2020-11-02 16:33:15 -06:00
Addison Beck ebe5a6030e
Only org to single org (#680)
* change OnlyOrg references to SingleOrg

* updated jslib

* change OnlyOrg references to SingleOrg

* missed a reference to OnlyOrg in messages
2020-10-27 10:28:57 -04:00
Vincent Salucci beebe7c98b
[Require SSO] Enterprise policy adjustment (#676)
* Commits for policies/edit/strings

* more initial commits of policy/edit/strings

* More changes for require sso

* Updated strings to match policy string patterns

* Updated false enable on error

* Removed sso prevalidate prereq // adjusted callout

* Updated policy array creation and added display value
2020-10-26 11:56:02 -05:00
Addison Beck a51331d6b2
OnlyOrg Policy (#669)
* added localization strings needed for the OnlyOrg policy

* added deprecation warning to policies page

* allowed OnlyOrg policy configuration

* blocked creating new orgs if already in an org with OnlyOrg enabled

* code review cleanup for onlyOrg

* removed a blank line

* code review cleanup for onlyOrg
2020-10-16 15:36:06 -04:00
Addison Beck ce67497d3a
added localization variable for link sso (#648) 2020-09-11 14:22:56 -04:00
Chad Scharf 1b466609f0
SSO pre-validation messages (#628) 2020-08-31 16:48:09 -04:00
Addison Beck bc71ffa6f2
Product description updates (#625)
* updated product messages on org create

* formatted messages.json

* formatted messages.json
2020-08-26 14:44:15 -04:00
Kyle Spearrin 56e92b1695
cleanup various sso tasks (#617) 2020-08-20 16:39:05 -04:00
Kyle Spearrin e0ede7ba74
call api to set password with key parameters (#609)
* call api to set password with key parameters

* update ssoCompleteRegistration string
2020-08-17 15:04:59 -04:00
Kyle Spearrin caea4775b3
SSO feature (#604)
* Update feature/sso jslib 261a200 -> 2e823ea (#589)

* [SSO] Reset master password  (#580)

* Initial commit reset master password (sso)

* Reverted order of two factor/reset password conditional

* Added necessary resetMasterPassword flag for potential entry into RMP flow

* Complete Revamp: Reverted Register // Deleted reset-master-password // updated sso/(settings)change password to use use super class // Adjust routing/messages // Created (accounts) change-password

* Updated button -> Set Master Password

* Refactored change password sub classes to use new submit pattern

* Cleaned import statements

* Update jslib (7fa5178 -> fe167be)

* Update jslib fe167be - >34632e5

* Fixed sso base class import

* merge master

* Fixed missing semicolon // updated jslib to whats in feature/sso

* Fixed two factor formatting

* Added new change password component to app module

* Updated component selector

* updating jslib 34632e5 -> 2e823ea

* Fixed lint warning in two-factor component

Co-authored-by: Kyle Spearrin <kyle.spearrin@gmail.com>

* Update jslib to 101c568 (#594)

* Support for dynamic clientid (#595)

* support third party sso clients

* jslib update

* update jslib

* Update change-password.component.ts

* Update sso.component.ts

* Update app.module.ts

Co-authored-by: Vincent Salucci <26154748+vincentsalucci@users.noreply.github.com>
2020-08-13 14:32:07 -04:00
Kyle Spearrin c46af91240
implement identifier update in org settings (#601) 2020-08-12 16:46:18 -04:00
Chad Scharf b1c098614c tax info collection zip + VAT 2020-06-17 13:20:06 -04:00
Hinton 51b482f57d Merge branch 'master' of https://github.com/bitwarden/web into feature/hide-passwords 2020-06-11 20:33:43 +02:00
Kyle Spearrin 2cc0aa6f3d
a few cleanup items for full width setting change (#547) 2020-06-02 09:56:16 -04:00
syntaxerror752 22a00b2341 Added toggle full width function
Added toggle full width function.
Added messaging service to trigger function.
Added CSS to keep login box the same size.
2020-05-30 18:30:41 +10:00
syntaxerror752 f36bba6406 Revert last commit due to requested changes
Revert last commit due to requested changes.
Renamed variable.
2020-05-30 11:12:15 +10:00
syntaxerror752 eb5ad7c6dc Added UI scaling tickbox to options menu 2020-05-29 21:28:26 +10:00
hinton 5bc01ea13e Add support for collections with hide passwords 2020-05-21 15:58:55 +02:00
Chad Scharf ec3ee8fbb3 Merge branch 'master' into soft-delete 2020-05-08 09:32:59 -04:00
Vincent Salucci aa1e5a11ad
[Auto Logout] Added warning dialog for log out action (#518)
* Added warning dialog for log out timeout action

* Reverting testing service module endpoints
2020-04-25 08:13:30 -05:00
Chad Scharf 23b532e2bf [Soft Delete] - Deleted message (sent to trash) 2020-04-14 15:06:54 -04:00
Chad Scharf 41a0cfd0a2 [Soft Delete] - Added trash and related functionality to web vault 2020-04-08 16:48:30 -04:00
Vincent Salucci fb6e85c56b
Update jslib (28e3fff -> 72e3893) (#510)
* Update jslib (28e3fff -> 72e3893)

* Updated lock description, updated vaultTimeoutService init

Co-authored-by: Vincent Salucci <vsalucci@bitwarden.com>
2020-04-06 13:07:09 -05:00
Vincent Salucci d58550c2b8
[Auto-Logout] Implement upstream changes (#506)
* Initial commit of auto logout functionality

* Update jslib 31a2574 -> 28e3fff

* Reverting prod URLs

* Set log out expired param to false

Co-authored-by: Vincent Salucci <vsalucci@bitwarden.com>
2020-03-30 09:59:47 -05:00
Vincent Salucci d255f6add4
Enforce passphrase policy (#490)
* Update jslib and initial commit for passphrase policy

* Removed unused strings

* Pulling in latest jslib (44b86f5 -> 36241e9)

* Made revision requests

Co-authored-by: Vincent Salucci <vsalucci@bitwarden.com>
2020-03-11 10:35:12 -05:00
Vincent Salucci e7e5816ded
Enforce Master Password Policies (Change/Register) (#478)
* Initial commit for change password mp policy enforcement

* Initial commit of mp policy for registering

* Testing Register component

* Final testing complete

* Reverting service module URLs

* Requested changes and build fix

* Updated submit function
2020-03-03 10:20:28 -06:00
Kyle Spearrin e2108ff85b
Show reason for invite accept failure if available (#473) 2020-02-28 15:27:02 -05:00
Vincent Salucci 5c492f893b
Show policy in effect banner for password generator (#472)
* Show Password Generator Policy in effect banner

* Extra character cleanup

* Updated back to base setUrls

* Updated app-callout class to info
2020-02-28 13:48:48 -06:00
Kyle Spearrin 1d94185078
Add copy descriptions and warnings to policies (#470) 2020-02-27 13:07:33 -05:00
Kyle Spearrin 83ba366558
Admin config for master password policy (#463)
* Admin config for master password policy

* UI cleanup and master pass options improvements

* ui tweaks
2020-02-19 21:25:46 -05:00
Vincent Salucci ccf3d49fc4
Implement Clone item functionality (personal/org) (#457)
* Clone personal/org items

* Removed ability to delete during clone process
2020-02-10 14:03:36 -05:00
Kyle Spearrin 088301c4be configure some policy data 2020-01-29 17:49:20 -05:00
Kyle Spearrin f6fb56229e policy edit 2020-01-20 08:57:55 -05:00
Kyle Spearrin 4de7b52044 stub out policies menu 2020-01-15 15:42:30 -05:00
Kyle Spearrin 89708d1fd6 limit sub and billing actions when using iap 2019-09-19 16:34:44 -04:00
Kyle Spearrin 6cb48c186e restrict changing payment method with iap 2019-09-19 15:46:33 -04:00
Kyle Spearrin c947354517 locale string typo 2019-08-23 07:58:42 -04:00
Kyle Spearrin 076f01b65f data port 2019-08-20 17:23:27 -04:00
Kyle Spearrin 7d76473580 sca card failure warning 2019-08-10 19:51:49 -04:00
Kyle Spearrin 55481b255b exportedOrganizationVault l10n 2019-07-12 17:15:40 -04:00
Kyle Spearrin b55d54eb5b syb out event log processing and event list desc 2019-07-11 22:03:12 -04:00
Kyle Spearrin d1a7c3390a capitalize and include num for pass gen 2019-07-02 16:54:46 -04:00
Kyle Spearrin 3d5f22b67d select one collection string 2019-06-26 17:45:53 -04:00
Kyle Spearrin e7b2557bcd logged in as on 2019-06-04 00:06:15 -04:00
Kyle Spearrin b24d7df789 clear desc 2019-05-16 08:00:22 -04:00
Kyle Spearrin 18c89e4fa5 premises 2019-04-04 00:45:53 -04:00
Kyle Spearrin 322bc90920 drag n drop cleanup 2019-03-28 11:59:53 -04:00
Kyle Spearrin 789516e573 changeBillingPlanUpgrade 2019-03-21 22:59:11 -04:00
Kyle Spearrin ea4d1de772 org plan upgrade 2019-03-21 21:38:56 -04:00
Kyle Spearrin fefe4edda1 collection externalId 2019-03-07 15:18:05 -05:00
Kyle Spearrin aabb1bc264 get/rotate org api key 2019-03-07 11:18:45 -05:00
Kyle Spearrin 041cf1268d credit fixes 2019-02-20 20:37:27 -05:00
Kyle Spearrin fb3afbdc76 credit payment method 2019-02-20 20:16:06 -05:00
Kyle Spearrin 1f6632146b add credit via paypal 2019-02-20 17:33:05 -05:00
Kyle Spearrin e45c988637 account credit/balance 2019-02-18 17:34:57 -05:00
Kyle Spearrin 92b2601ba2 split billing and subscription management up 2019-02-18 15:28:23 -05:00
Kyle Spearrin 0220f4519d billing page invoices and transactions 2019-02-09 00:19:54 -05:00
Kyle Spearrin b47f7e8cf1 enable paypal for orgs. and paypal method changes 2019-01-31 12:11:23 -05:00
Kyle Spearrin 4d3fb52956 Revert "New Crowdin translations (#323)"
This reverts commit 1f39761f8c.
2019-01-15 20:09:21 -05:00
Kyle Spearrin 1f39761f8c
New Crowdin translations (#323)
* New translations messages.json (Chinese Simplified)

* New translations messages.json (Japanese)

* New translations messages.json (Turkish)

* New translations messages.json (Swedish)

* New translations messages.json (Spanish)

* New translations messages.json (Slovak)

* New translations messages.json (Russian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Norwegian Bokmal)

* New translations messages.json (Korean)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Hungarian)

* New translations messages.json (German)

* New translations messages.json (French)

* New translations messages.json (Finnish)

* New translations messages.json (Estonian)

* New translations messages.json (English, United Kingdom)

* New translations messages.json (Dutch)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Croatian)

* New translations messages.json (Ukrainian)

* New translations messages.json (Portuguese)
2019-01-15 17:34:41 -05:00
Kyle Spearrin 3942409c9a lock screen improvements 2019-01-08 00:32:35 -05:00
Kyle Spearrin 7efd81191a show indicator if two-step login is enabled 2018-12-19 11:30:02 -05:00
Kyle Spearrin 1dd88a690b support for json exports 2018-12-17 10:54:18 -05:00
Kyle Spearrin 8ba761b33c add missing "that" 2018-12-12 12:46:17 -05:00
Kyle Spearrin c3355f7fe4 premium reports feature 2018-12-12 10:05:54 -05:00
Kyle Spearrin c182d874af premium labels for reports section 2018-12-12 09:45:50 -05:00
Kyle Spearrin 5a504b00fb update report language 2018-12-12 08:53:44 -05:00
Kyle Spearrin dfa59dc93d instructions language update 2018-12-12 00:02:57 -05:00
Kyle Spearrin ea032bf551 inactive 2fa report 2018-12-11 23:25:05 -05:00
Kyle Spearrin 8f57ada128 exposed passwords report 2018-12-11 22:09:16 -05:00
Kyle Spearrin 3963990831 weak passwords report 2018-12-11 17:49:51 -05:00
Kyle Spearrin 4a0b4de322 unsecured websites report 2018-12-11 15:11:16 -05:00
Kyle Spearrin 0ebf30b8b6 reused passwords report 2018-12-11 14:47:41 -05:00
Andrew Peng 224a468712 Fix typo (#298) 2018-12-03 15:39:33 -05:00
Kyle Spearrin 21f5cb36bb To ensure the integrity 2018-11-21 09:04:46 -05:00
Kyle Spearrin 9c7b7b0d75 premium access addon for orgs 2018-11-20 16:38:00 -05:00
Kyle Spearrin ac1f8a69e1 allow bulk sharing of items with new attachments 2018-11-15 12:56:07 -05:00
Kyle Spearrin 05cfa99ea0 fingerprint phrase confirmation 2018-11-14 23:13:50 -05:00
Kyle Spearrin 6d8b156455 old attachments check when rotating enc key 2018-11-14 15:54:13 -05:00
Kyle Spearrin 8232a4c9c8 fix old attachments by reuploading them 2018-11-14 15:20:17 -05:00
Kyle Spearrin 2d0acc7663 add enc key rotation option during master password change 2018-11-13 11:06:16 -05:00
Kyle Spearrin 4231ed74ba adjust password strength meter 2018-11-13 09:10:44 -05:00
Kyle Spearrin 85c0ddba10 password strength checks during registration 2018-11-12 22:54:40 -05:00
Kyle Spearrin b7e4d9c806 toggle collapse string update 2018-11-09 17:50:26 -05:00
Kyle Spearrin 95b91f0ce2 added collpase/expand functions to groupings 2018-11-09 17:45:01 -05:00
Kyle Spearrin 76dd606a48 additionalStorageIntervalDesc 2018-10-29 10:07:03 -04:00
Kyle Spearrin 5e7c9a7278 add ownership and collection assignment from add/edit 2018-10-19 12:44:52 -04:00
Kyle Spearrin 323e54b4bd filtering 2018-10-18 12:15:13 -04:00
Kyle Spearrin be80d62c01 manage collection users for entity-users 2018-10-17 22:20:42 -04:00
Kyle Spearrin 668271bb31 add basic org manager access and UI elements 2018-10-17 10:53:04 -04:00
Kyle Spearrin d117aa5139 update yubiKeyDesc for 5 series 2018-10-10 12:30:03 -04:00
Kyle Spearrin 989560f23c renamed event to updated2fa 2018-10-09 16:01:00 -04:00
Kyle Spearrin 7f809ba541 inline redios 2018-10-08 22:42:32 -04:00
Kyle Spearrin f9058fcddc pass gen fixes. word sep option 2018-10-08 22:06:15 -04:00
Martin Trigaux 675739d24f Adapt the interface to generate passphrase too (#267) 2018-10-08 17:27:25 -04:00
Kyle Spearrin 4aa75e9376 support for setup of multiple u2f keys 2018-10-08 14:23:30 -04:00
Kyle Spearrin 7dfb70eb8e purge org vault 2018-09-25 09:12:24 -04:00
Kyle Spearrin 7c55da8cc6 users get premium on enterprise 2018-09-01 08:22:36 -04:00
Kyle Spearrin 0c9f122719 premium access already notice 2018-08-31 17:42:19 -04:00
Kyle Spearrin 1444c99458 change KDF 2018-08-27 22:40:03 -04:00
Kyle Spearrin 226aa0b3ba show message that users needs to be confirmed 2018-08-06 17:18:33 -04:00
Kyle Spearrin 965d556ac9 fix grammatical error 2018-08-03 17:13:33 -04:00
Kyle Spearrin 6ed80eb6c9 org disabled and license expired warnings 2018-08-01 16:51:25 -04:00
Kyle Spearrin 12bdd87705 free desc 2018-08-01 15:51:46 -04:00
Kyle Spearrin 8eb48e4311 rename to "enable gravatars" 2018-07-31 00:02:09 -04:00
Kyle Spearrin ac33d2f37c add support for gravatars 2018-07-30 23:52:04 -04:00
Kyle Spearrin 337c01daf8 select, not select in 2018-07-30 16:57:58 -04:00
Kyle Spearrin 2b1718945f update paymentCharged messages 2018-07-30 16:47:25 -04:00
Kyle Spearrin ed8aaa5505 view password history 2018-07-30 08:48:48 -04:00
Kyle Spearrin 94f671ca6b show reivison dates for item edit 2018-07-27 23:38:12 -04:00
Kyle Spearrin 2a41fee1ff on browser refresh 2018-07-27 15:11:57 -04:00
Kyle Spearrin f385c3773c allow users to change lock options, default to 15 min 2018-07-27 15:08:59 -04:00
Kyle Spearrin f71be112c2 added missing filters translation 2018-07-26 08:16:37 -04:00
Kyle Spearrin 8a4dba6317 public computer, not PC 2018-07-25 23:21:41 -04:00
Kyle Spearrin 6b9c9f9f78 agree to policies on registration page 2018-07-23 16:37:10 -04:00
Kyle Spearrin 3544c96a64 nothing selected error 2018-07-21 21:58:24 -04:00
Kyle Spearrin 93cec9a2d6 show refunded status 2018-07-20 17:20:41 -04:00
Kyle Spearrin b9ea3de860 premium callout 2018-07-20 10:44:17 -04:00
Kyle Spearrin b99df5905f handle redirect params for create org/premium 2018-07-20 10:29:40 -04:00
Kyle Spearrin a5246df3ed check for email verified on premium license upload 2018-07-19 22:04:16 -04:00
Kyle Spearrin ee4d2400c9 org 2fa setting for duo 2018-07-18 17:10:26 -04:00
Kyle Spearrin 1cee1c6e8f premium and paid org callouts 2018-07-18 09:21:23 -04:00
Kyle Spearrin 9a23d5fa97 billing updates 2018-07-17 22:49:53 -04:00
Kyle Spearrin 49f948844f update enc key 2018-07-17 17:22:51 -04:00
Kyle Spearrin 06de7b5176 verify bank account 2018-07-17 15:53:52 -04:00
Kyle Spearrin e4a684ff10 org billing seat adjustments 2018-07-17 12:07:52 -04:00
Kyle Spearrin e4f12ed47f download license for org 2018-07-17 11:25:41 -04:00
Kyle Spearrin 6fcda290c7 org change plan, cancel, reinstate actions 2018-07-17 11:04:40 -04:00
Kyle Spearrin 243a00e326 CVV security code 2018-07-17 10:23:13 -04:00
Kyle Spearrin 0650cafb28 org billing settings setup 2018-07-16 17:17:07 -04:00
Kyle Spearrin 786f6953e7 my organization page 2018-07-16 12:42:49 -04:00
Kyle Spearrin 84dc1d1b74 verify recovery delete page 2018-07-13 16:24:53 -04:00
Kyle Spearrin 63aa55baf1 recover delete request page 2018-07-13 15:54:49 -04:00
Kyle Spearrin 3b28e68e31 recover 2fa 2018-07-13 15:36:27 -04:00
Kyle Spearrin 19d835c793 more form fixes 2018-07-13 14:55:50 -04:00
Kyle Spearrin e5733b83a0 remember email on login 2018-07-13 09:13:37 -04:00
Kyle Spearrin 470a767eaf accept org invite 2018-07-12 16:05:42 -04:00
Kyle Spearrin 763e43905a verify email page 2018-07-12 14:19:47 -04:00
Kyle Spearrin ab4005ae00 verify email and outdated browser callouts 2018-07-12 11:34:51 -04:00
Kyle Spearrin 8526ad17c4 add missing strings for date filters 2018-07-12 10:26:22 -04:00
Kyle Spearrin 6d225beb46 user events 2018-07-11 14:43:00 -04:00
Kyle Spearrin 1f7ca7386a reinvite and confirm users 2018-07-11 13:30:17 -04:00