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
Vincent Salucci
b7b970e654
[SSO] New User Provision flow jslib update ( f30d6f8 -> d84d6da) ( #672 )
...
* Update jslib (f30d6f8 -> d84d6da )
* Updated imports/constructor to super
2020-10-14 11:13:13 -05:00
Chad Scharf
11cf89493d
form promise added for sso prevalidation ( #643 )
2020-09-08 12:18:13 -04:00
Vincent Salucci
b251e1f73c
[SSO] Add set-password loading placeholder ( #626 )
...
* Preparing for new jslib // removed resetMasterPassword variable // Added sync service
* initial commit of loading set password
* Update jslib (e55528e -> 700e945 )
* center justify text
* Reverted testing data
2020-08-28 08:56:51 -05:00
Vincent Salucci
429c38fc66
[jslib] Update ( 5d874d0 -> 6ab444a) ( #618 )
...
* Update jslib (5d874d0 -> 6ab444a )
* Update dependency flows
2020-08-21 13:40:48 -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
Oscar Hinton
eff3332fef
Upgrade Angular to 9 ( #606 )
...
* Upgrade Angular to 8
* Upgrade Angular to 9
* Fix format
* Fix import sorting
2020-08-17 10:04:38 -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
Addison Beck
20408347fb
Allow Bulk Delete In Org Vault ( #577 )
...
* added the multi select checkbox to org ciphers
* wired up select all/none
* allowed for bulk delete of ciphers from the org vault
* refactored bulk actions into a dedicated component
* tweaked formatting settings and reformatted files
* moved some shared code to jslib
* some more formatting fixes
* undid jslib connection changes
* removed a function that was moved to jslib
* reset jslib again?
* set up delete many w/admin cipher methods
* removed extra href tags
* added organization id to bulk delete request model when coming from an org vault
* fixed up some compiler warnings for formatting
* code review fixups for bulk delete from org vault
* added back a removed parameter from the vault component
* seperated some imports with newlines
* updated jslib
* resolved some build errors
* code review cleanup for bulk delete from an org vault
* code review cleanup for bulk delete from an org vault
* code review cleanup for bulk delete from an org vault
* code review cleanup for bulk delete from an org vault
* updated jslib to latest
Co-authored-by: Addison Beck <addisonbeck@MacBook-Pro.local >
2020-08-11 11:30:30 -04:00
Chad Scharf
f1dea8fb1a
Transition reference id to data ( #578 )
...
* Transition reference id to data
* reference event request model change
2020-07-21 10:43:38 -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
Chad Scharf
88c8c8ae55
referenceId PR feedback + lint fix
2020-06-25 16:30:45 -04:00
Chad Scharf
03dbe272fc
Added referenceId to register component
2020-06-25 15:18:21 -04:00
Chad Scharf
5b02202efb
Llayout images and styling for register page
2020-06-11 11:27:46 -04:00
Kyle Spearrin
2b0c92a4ea
stub alternate layout support for register page ( #550 )
2020-06-04 14:12:37 -04: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
Kyle Spearrin
465564325e
remove p tags
2020-03-04 10:57:00 -05:00
Vincent Salucci
7c0d093be5
Fix password score display switch statement ( #481 )
2020-03-04 09:21:52 -06:00
Kyle Spearrin
a1fbe6b970
no bottom margin
2020-03-03 23:23:40 -05:00
Vincent Salucci
305d86f765
Update complexity score display ( #479 )
...
* Update complexity score
* Simplifying switch statement
2020-03-03 15:37:54 -06: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
c9699647d7
load policies on register if org invite ( #475 )
2020-03-02 11:51:05 -05:00
Kyle Spearrin
e2108ff85b
Show reason for invite accept failure if available ( #473 )
2020-02-28 15:27:02 -05:00
Kyle Spearrin
191fa922d2
more a11y updates
2019-10-11 11:47:41 -04:00
Kyle Spearrin
fb817f1ca7
more a11y fixes
2019-10-11 11:22:21 -04:00
Kyle Spearrin
9c2f128585
ally title work
2019-10-11 10:35:24 -04:00
Kyle Spearrin
0aa664fb4f
re-set favicon state on login/unlock
2019-07-02 08:44:29 -04:00
Kyle Spearrin
e7b2557bcd
logged in as on
2019-06-04 00:06:15 -04:00
Kyle Spearrin
12e2bcbbd9
go back to previous url after lock
2019-02-22 13:17:10 -05:00
Kyle Spearrin
33b539858f
format html files
2019-02-21 16:50:37 -05:00
Kyle Spearrin
259725882a
remembear csv importer
2019-02-13 15:32:41 -05:00
Kyle Spearrin
650fc6aa27
null checks on query param sub
2019-01-16 23:30:32 -05:00
Kyle Spearrin
3942409c9a
lock screen improvements
2019-01-08 00:32:35 -05:00
Kyle Spearrin
5804c57236
unsubscribe from queryparams observable
2018-12-20 10:06:40 -05:00
Kyle Spearrin
26d4fb8005
fix aslignment with invisible progress bar
2018-11-12 23:06:28 -05:00
Kyle Spearrin
85c0ddba10
password strength checks during registration
2018-11-12 22:54:40 -05:00
Kyle Spearrin
68ed8e51bd
convert analytics and toaster to platform utils
2018-10-03 10:33:04 -04:00
Kyle Spearrin
d4dd962193
update jslib
2018-10-02 09:22:49 -04:00
Kyle Spearrin
26aa79db1a
trim email also
2018-09-08 08:13:47 -04:00
Kyle Spearrin
147b3ff993
prelogin kdf info
2018-08-14 15:14:04 -04:00
Kyle Spearrin
9aa8699617
disable autocomplete of password fields
2018-07-30 08:00:23 -04:00
Kyle Spearrin
f57d54249c
dont show terms on self hosted
2018-07-25 13:59:55 -04:00
Kyle Spearrin
20dca960ef
frontend cards are d-block
2018-07-25 12:13:18 -04:00
Kyle Spearrin
6ee2f05fb7
Whoops
2018-07-25 09:13:46 -04:00
Kyle Spearrin
695dc98010
fix url encoding issue with spaces
2018-07-25 09:10:24 -04:00
Kyle Spearrin
6b9c9f9f78
agree to policies on registration page
2018-07-23 16:37:10 -04:00
Kyle Spearrin
b99df5905f
handle redirect params for create org/premium
2018-07-20 10:29:40 -04:00
Kyle Spearrin
f546d682bd
fixes for pathed URL
2018-07-18 12:19:16 -04:00