Thomas Rittson
6c581b3ebc
Fixes for dynamic modal a11y ( #1237 )
...
* Remove tabindex from modal component templates
* Remove tabindex from modal component templates
* Update jslib
2021-10-22 07:30:25 +10:00
Matt Gibson
9dd859af7a
Limit collection actions presented to permitted ( #1247 )
...
* Limit collection actions presented to permitted
* Revert useless move
* Limit vault view to editable ciphers and collections
* Update jslib
* PR review
2021-10-20 16:17:27 -05:00
Oscar Hinton
044ac513ae
Remove empty catch blocks, and update tslint rule ( #1226 )
2021-10-20 18:30:04 +02:00
Matt Gibson
1de569e64d
Remove unnecessary fallbacks ( #1245 )
...
Web is in lock-step to server version. We do not need fallbacks
since we're sure the server version will support collection permissions split.
2021-10-19 08:08:15 -05:00
Matt Gibson
3ee61fef96
Add user uses to new permission model ( #1228 )
2021-10-18 13:50:26 -05:00
Thomas Rittson
98bd41d4b1
[Refactor] Use rxjs first instead of unsubscribe from queryParams ( #1229 )
...
* Use rxjs first instead of unsubscribe
* Use rxjs first instead of unsubscribe
* Update jslib
* Update jslib
* Downgrade jslib to before breaking changes
2021-10-15 08:59:43 +10:00
Oscar Hinton
c3a910e785
Prevent disabling single org when max vault timeout policy is enabled ( #1230 )
2021-10-14 09:01:23 +02:00
Thomas Rittson
c682f460b2
Enforce password reprompt from reports pages ( #1225 )
2021-10-11 09:32:30 -04:00
Matt Gibson
37752b566b
Match formatting to other button groups ( #1219 )
2021-10-07 08:05:17 -05:00
Oscar Hinton
3eda0aa2cd
Remove Business Portal and add SSO configuration ( #1213 )
2021-10-06 20:45:45 +02:00
Matt Gibson
998d36a5d1
Feature/split manage collections permission ( #1211 )
...
* Update guard services and routing
* Add depenent checkbox to handle sub permissions
* Present new collections premissions
* Use new split permissions
* Rename to nested-checkbox.component
* Clarify css class name
* update jslib
2021-10-05 11:12:44 -05: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
f1e0f70375
Use explicit import paths ( #1195 )
...
* Update imports to not use index files
* Bump jslib
2021-09-17 15:44:34 +02:00
Oscar Hinton
7daba63c56
Add policy for disabling personal vault export ( #1189 )
2021-09-15 21:05:02 +02:00
Matt Gibson
c82d1b3c50
Use api action directive for confirm action ( #1153 )
2021-09-13 07:46:16 -05:00
Oscar Hinton
a1c1fea976
Vault Timeout Policy ( #1171 )
2021-09-10 15:27:00 +02:00
Thomas Rittson
dd47eed7c7
Disable personal imports if Personal Ownership policy applies ( #1176 )
...
* Disable imports if personal ownership policy set
* Add missing await
2021-09-08 07:19:49 +10:00
Vincent Salucci
ca00fda023
[Policy] Reset Password data bugfix ( #1175 )
2021-09-02 11:42:27 -05:00
Thomas Rittson
bc73452400
Move policy checks within policyService ( #1149 )
...
* Refactor: use new policyService methods
* Update jslib
2021-09-02 07:51:04 +10:00
Vincent Salucci
2e868c8111
[Callout] Removed redundant code ( #1131 )
...
* [Callout] ARemoved redundant code
* Fixed formatting
* Update jslib
* Updated ul styling for policy options callout
* Update jslib
2021-08-30 16:19:31 -05:00
Oscar Hinton
1c3488a8db
Fix Require SSO Policy prerequisite check ( #1163 )
2021-08-28 16:27:37 +02:00
Oscar Hinton
fa4e5250b9
Add show/hide button to password prompt ( #1034 )
2021-08-27 14:50:58 +02:00
Oscar Hinton
2cbe023a38
Refactor orgnaization policy management ( #1147 )
2021-08-25 16:10:17 +02:00
Oscar Hinton
f9e375f5ad
Fix role not being displayed in organization user table ( #1141 )
2021-08-20 15:36:13 -04:00
Matt Gibson
4119713ace
Validate permissions before API calls ( #1098 )
...
Manage users is required to list provider users. If this permission is
missing the event is listed as done by the provider name
2021-07-28 11:40:01 -05:00
Oscar Hinton
2b5f61cadd
Use the helper methods in EnvironmentService ( #1092 )
2021-07-23 20:47:43 +02:00
Oscar Hinton
a94faf06a9
[Provider] Add support for managing providers ( #1014 )
2021-07-21 11:32:27 +02:00
Oscar Hinton
d85ee9780f
Use UserNamePipe ( #1085 )
2021-07-19 10:47:34 +02:00
Thomas Rittson
c494cab234
Fix fingerprint phrases ( #1071 )
...
* Fix fingerprint phrases in the bulk confirm modal
* Update jslib
2021-07-07 20:15:12 +10:00
Vincent Salucci
e7f3d977c4
[Reset Password] BUG Add permission gate to key backfill ( #1061 )
2021-07-02 15:23:04 -05:00
Vincent Salucci
ae091bd738
[Reset Password] BUG Org Keys backfill force sync ( #1055 )
...
Merging on Vince's behalf
2021-07-01 10:10:34 -04:00
Vincent Salucci
6d54740aaf
[Reset Password] Custom Permission pairing ( #1027 )
2021-06-14 13:12:15 -05:00
Oscar Hinton
5939d590e3
Ensure we only select all visible users ( #1025 )
2021-06-10 16:36:30 +02:00
Oscar Hinton
fd328eef2a
Refactor bulk delete and confirm ( #1013 )
...
* Prevent confirm dialog from showing when autoConfirm is enabled
* Fix bulk confirm not showing if more than 3 confirmed users in org.
* Refactor bulk confirm to show a single dialog with all fingerprints
* Move bulk status dialog to bulk folder
* Refactor bulk delete to use a custom modal
* Update src/locales/en/messages.json
Co-authored-by: Chad Scharf <3904944+cscharf@users.noreply.github.com >
Co-authored-by: Chad Scharf <3904944+cscharf@users.noreply.github.com >
2021-06-09 17:04:21 +02:00
Oscar Hinton
b12d0387f6
Add jslib as a "real" dependency ( #951 )
...
* Add jslib as a dependency
* Cleanup tsconfig, webpack, add jslib-angular to package.json
* Update all import paths
* Add back @types/node.
* Lint
* Remove dummy module
* Remove merge conflict
* Group imports
* Bump jslib
2021-06-07 20:13:58 +02:00
Matt Gibson
f15e78b91d
Correct appApiAction directive use. ( #1015 )
2021-06-04 13:10:00 -05:00
Vincent Salucci
1bacc8b774
[Reset Password] Admin Actions ( #935 )
...
* [Reset Password] Admin Actions
* Updated components to pass orgUser.Id and use within password reset apis
* Removed password auto-generation, fixed loading visual bug by chaining promise actions
* Update jslib 97ece68 -> 73ec484
* Updated all classes to new reset password flows
* Update jslib (73ec484 -> 5f1ad85 )
* Update jslib (5f1ad85 -> 395ded0 )
* Update encryption steps for change-password flow
* Fixed merge conflicts
* Updated based on requested changes
2021-06-02 11:35:49 -05:00
Matt Gibson
945e968e06
Export all events matching dates ( #990 )
...
* Export eagerly pulls down all events
Export does not add to rendered elements since that may cause slow down.
Export is tied to the currently rendered list of events though `dirtyDates` bool
* Use manual btn-submit class
* Remove unnecessary method
* Fix ExpressionChangedAfterItHasBeenCheckedError
2021-06-02 07:21:57 -05:00
Oscar Hinton
d31130b79f
Bulk confirm ( #987 )
...
* Add bulk confirm
* Add confirmation modal to the other bulk actions
* Add spinner to bulk status to let the user know something is going on
* Fix linting
* Add await before reloading users
* Close modal on error
* Bump jslib
2021-05-25 19:24:09 +02:00
Matt Gibson
1c5ce23d35
Set search index for limited collection org users ( #983 )
2021-05-19 11:11:11 -05:00
Oscar Hinton
45c31aa089
Bulk remove organization users ( #970 )
...
* Add support for bulk removal of org users
* Rename to UserBulkDeleteRequest
* Use OrganizationUserBulkRequest
* Bump jslib
* Fix linting
2021-05-18 10:27:52 +02:00
Oscar Hinton
968a255269
Correctly handle errors on remove and reinvite of organization users ( #979 )
2021-05-17 15:13:26 +02:00
Oscar Hinton
a27be135da
Change all remaining modals to be scrollable ( #976 )
...
* Change all remaining modals to be scrollable
* Fix password-generator-history and two-factor-options not using modal-body
* Remove modal-dialog-scrollable on two-factor-setup components
2021-05-14 21:03:45 +02:00
Matt Gibson
54cd5a68b3
Add event export ( #967 )
...
* Include human readable export message on events
* Add export currently visible events.
* PR feedback
2021-05-13 18:39:53 -05:00
Oscar Hinton
51f3fee75d
Bulk re-invite of org users ( #961 )
...
* Add support for bulk re-invite of org users
* Add selectAll, resolve review comments
2021-05-12 16:38:17 +02:00
Oscar Hinton
b1635debcc
Password reprompt ( #929 )
...
* Use passwordRepromptService
* Rename passwordPrompt to reprompt. Protect bulk actions
* Change card to hidden, minor refactor.
* Explicit reprompt value check
* Ensure locales are the same on all platforms
* Move showPasswordDialog to platformutils
* Fix sweet alert validation message margin
* Update locale to be the same as browser
2021-05-03 20:55:42 +02:00
Oscar Hinton
dd56c9bc87
Add auto delete warning to trash page ( #953 )
...
* Add warning to trash page
2021-04-27 18:49:02 +02:00
Matt Gibson
f6eec08b70
Specify organization id as the indexing entity ( #945 )
...
* Specify organization id as the indexing entity
* Update jslib
2021-04-23 09:41:10 -05:00
Matt Gibson
3e8194a3f7
Update jslib ( #942 )
...
* Update jslib
* stub out new platformUtilsService method
* Throw not implemented
* Update jslib
* This interface method was reverted
2021-04-21 14:20:20 -05:00
Oscar Hinton
a9ef011cf3
Remove dead code ( #930 )
...
* Remove last remnants of old analytics code
2021-04-14 23:43:40 +02:00