Commit Graph

60 Commits

Author SHA1 Message Date
Addison Beck 6b29bb8468
Send Sync Notifications (#799)
* enabled send and added send sync notifications

* updated jslib
2021-01-22 17:03:55 -05:00
Chad Scharf 73d24162a0
disable send (#784) 2021-01-19 17:03:34 -05:00
Addison Beck dc87510a7a
Implemented Custom role and permissions (#750)
* Implemented Custom role and permissions

* converted Permissions interface into a class

* fixed a merge issue

* updated jslib

* code review cleanup for Permissions

* trailing commas
2021-01-12 15:31:22 -05:00
Oscar Hinton 3c5a972bc9
Add support for Emergency Access (#707)
* Add support for Emergency Access

* Cleanup & Bugfix

* Apply suggestions from code review

Co-authored-by: Addison Beck <addisonbeck1@gmail.com>

* Cleanup some more imports

* Restrict emergency access invite to premium users

* Restrict editing existing emergency accesses to premium account.

* Handle changes in jslib

* Add some info messages for when you haven't been granted or invited emergency contacts

* Resolve review comments

* Update jslib

Co-authored-by: Addison Beck <addisonbeck1@gmail.com>
2020-12-22 10:57:44 -05:00
Kyle Spearrin ec2b048289 enable send 2020-12-11 16:43:28 -05:00
Kyle Spearrin 5e95a8565c disable send 2020-12-02 15:23:54 -05:00
Chad Scharf 8662033979
re-enable send (#709) 2020-11-18 12:44:21 -05:00
Kyle Spearrin 933a66b24c disable send 2020-11-12 22:05:50 -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
Kyle Spearrin 56e92b1695
cleanup various sso tasks (#617) 2020-08-20 16:39:05 -04:00
Kyle Spearrin abfd1fa254
abstract set password to jslib (#614) 2020-08-19 11:15:04 -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 22a1cef498
SSO support (#575)
* support for sso

* resetMasterPassword

* update jslib

* [Enterprise] Added button to launch portal (#570)

* initial commit

* Added Enterprise button and used new business portal bool

* Reverting services module local changes

* Formatted some new lines

* Closed alerts on lock (#572)

Co-authored-by: Addison Beck <addisonbeck@MacBook-Pro.local>

* Updated enterprise URL dev (port) (#574)

Co-authored-by: Vincent Salucci <26154748+vincentsalucci@users.noreply.github.com>
Co-authored-by: Addison Beck <addisonbeck1@gmail.com>
Co-authored-by: Addison Beck <addisonbeck@MacBook-Pro.local>
2020-07-16 09:18:25 -04:00
Kyle Spearrin a2472e0cf5 stub out policies management page 2020-01-15 16:51:42 -05:00
Kyle Spearrin 92b2601ba2 split billing and subscription management up 2019-02-18 15:28:23 -05:00
Kyle Spearrin ceca4fbe53 add more org reports 2018-12-14 14:42:04 -05:00
Kyle Spearrin 9b7c0288d4 inactive 2fa report for orgs 2018-12-14 14:22:30 -05:00
Kyle Spearrin 392a90c02c exposed passwords report for orgs 2018-12-14 13:56:01 -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
Kyle Spearrin 5d96138720 lint fix 2018-10-17 11:23:01 -04:00
Kyle Spearrin 668271bb31 add basic org manager access and UI elements 2018-10-17 10:53:04 -04:00
Kyle Spearrin ee4d2400c9 org 2fa setting for duo 2018-07-18 17:10:26 -04:00
Kyle Spearrin d1395e37fd only owner can access org settings 2018-07-17 15:57:04 -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 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 d830499c76 stub out org manage pages 2018-07-06 10:21:08 -04:00
Kyle Spearrin 311baaa3d1 navigate fix on import success 2018-07-05 23:44:58 -04:00
Kyle Spearrin 6f75e0bba0 org imports 2018-07-05 23:38:36 -04:00
Kyle Spearrin 6193bf431d set page titles 2018-07-05 22:37:35 -04:00
Kyle Spearrin 7baf72d3db org route guards 2018-07-05 15:27:23 -04:00
Kyle Spearrin ba3b2fbed1 exporting organization data 2018-07-05 14:40:53 -04:00
Kyle Spearrin 9d4e0849d6 move org vault stuff into subfolder 2018-07-05 13:14:33 -04:00
Kyle Spearrin 32f62b7ceb org component, org vault listing updates 2018-07-04 09:55:52 -04:00
Kyle Spearrin 6d731e2939 setup org module and link org listing 2018-07-03 12:34:20 -04:00
Kyle Spearrin 70dbca67e7 move premium component to it's own route 2018-07-03 09:27:59 -04:00
Kyle Spearrin 1f62b9fdcb org create 2018-07-02 17:09:53 -04:00
Kyle Spearrin 318b750603 stub out billing component 2018-06-28 14:05:04 -04:00
Kyle Spearrin ce96a32af3 data breach report 2018-06-28 11:58:33 -04:00
Kyle Spearrin e345bbcae0 implement two-factor setup page 2018-06-26 22:51:58 -04:00
Kyle Spearrin 4bd47f728a stub out domain rules page 2018-06-25 23:16:59 -04:00