bitwarden-estensione-browser/libs/common/src/models/domain
Rui Tomé d240d96368
[EC-342] Gate custom permissions behind enterprise plan (#3907)
* [EC-342] Add 'UseCustomPermissions' property in Organization.

* [EC-342] Add/Edit message texts for Permission types

* [EC-342] Add check to determine if org can have custom permissions

* [EC-342] Add description to message text

* [EC-342] Checking if the selected user type is 'Custom'

* Update apps/web/src/locales/en/messages.json

Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>

* [EC-342] Update custom permissions check to only look for UseCustomPermissions flag. Create updateUser and inviteUser methods.

* [EC-342] Split Custom Permissions text into 3 parts.

Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
2022-12-06 09:50:24 +00:00
..
account-keys.spec.ts [SM-288] Rename models to follow naming convention (#3795) 2022-10-14 18:25:50 +02:00
account-profile.spec.ts Ps 1291/apply to from json pattern to state (#3425) 2022-09-22 07:51:14 -05:00
account-settings.spec.ts [SM-288] Rename models to follow naming convention (#3795) 2022-10-14 18:25:50 +02:00
account-tokens.spec.ts Ps 1291/apply to from json pattern to state (#3425) 2022-09-22 07:51:14 -05:00
account.spec.ts Ps 1291/apply to from json pattern to state (#3425) 2022-09-22 07:51:14 -05:00
account.ts [PS-1854] Split services between background and visualizations (#4075) 2022-11-23 16:26:57 -06:00
attachment.ts [SM-288] Rename models to follow naming convention (#3795) 2022-10-14 18:25:50 +02:00
auth-result.ts [SM-288] Rename models to follow naming convention (#3795) 2022-10-14 18:25:50 +02:00
card.ts [SM-288] Rename models to follow naming convention (#3795) 2022-10-14 18:25:50 +02:00
cipher.ts [EC-272] Web workers using EncryptionService (#3532) 2022-10-28 07:38:54 +10:00
collection.ts [SM-288] Rename models to follow naming convention (#3795) 2022-10-14 18:25:50 +02:00
decrypt-parameters.ts [SM-288] Rename models to follow naming convention (#3795) 2022-10-14 18:25:50 +02:00
domain-base.ts [SM-288] Rename models to follow naming convention (#3795) 2022-10-14 18:25:50 +02:00
enc-array-buffer.ts [SM-288] Rename models to follow naming convention (#3795) 2022-10-14 18:25:50 +02:00
enc-string.ts [SM-288] Rename models to follow naming convention (#3795) 2022-10-14 18:25:50 +02:00
encrypted-object.ts [SM-288] Rename models to follow naming convention (#3795) 2022-10-14 18:25:50 +02:00
encrypted-organization-key.ts [SM-288] Rename models to follow naming convention (#3795) 2022-10-14 18:25:50 +02:00
encryption-pair.spec.ts [SM-255] Forbid absolute imports in libs (#3624) 2022-09-29 16:38:50 +02:00
environment-urls.ts [SM-288] Rename models to follow naming convention (#3795) 2022-10-14 18:25:50 +02:00
field.ts [SM-288] Rename models to follow naming convention (#3795) 2022-10-14 18:25:50 +02:00
folder.ts [SM-288] Rename models to follow naming convention (#3795) 2022-10-14 18:25:50 +02:00
generated-password-history.ts [SM-288] Rename models to follow naming convention (#3795) 2022-10-14 18:25:50 +02:00
global-state.ts [SM-288] Rename models to follow naming convention (#3795) 2022-10-14 18:25:50 +02:00
identity.ts [SM-288] Rename models to follow naming convention (#3795) 2022-10-14 18:25:50 +02:00
import-result.ts [SM-288] Rename models to follow naming convention (#3795) 2022-10-14 18:25:50 +02:00
log-in-credentials.ts [PS 1045] bw login with apikey argument fails on cli (#3959) 2022-11-17 12:50:37 +01:00
login-uri.ts [SM-288] Rename models to follow naming convention (#3795) 2022-10-14 18:25:50 +02:00
login.ts [SM-288] Rename models to follow naming convention (#3795) 2022-10-14 18:25:50 +02:00
master-password-policy-options.ts [SM-288] Rename models to follow naming convention (#3795) 2022-10-14 18:25:50 +02:00
organization.ts [EC-342] Gate custom permissions behind enterprise plan (#3907) 2022-12-06 09:50:24 +00:00
password-generator-options.ts [PS-817] Add Generate Password Shortcut to MV3 (#3575) 2022-10-18 13:03:09 -04:00
password-generator-policy-options.ts [SM-288] Rename models to follow naming convention (#3795) 2022-10-14 18:25:50 +02:00
password.ts [SM-288] Rename models to follow naming convention (#3795) 2022-10-14 18:25:50 +02:00
policy.ts [SM-288] Rename models to follow naming convention (#3795) 2022-10-14 18:25:50 +02:00
provider.ts [SM-288] Rename models to follow naming convention (#3795) 2022-10-14 18:25:50 +02:00
reset-password-policy-options.ts [SM-288] Rename models to follow naming convention (#3795) 2022-10-14 18:25:50 +02:00
secure-note.ts [SM-288] Rename models to follow naming convention (#3795) 2022-10-14 18:25:50 +02:00
send-access.ts [SM-288] Rename requests and responses to follow naming convention (#3806) 2022-10-18 19:01:42 +02:00
send-file.ts [SM-288] Rename models to follow naming convention (#3795) 2022-10-14 18:25:50 +02:00
send-text.ts [SM-288] Rename models to follow naming convention (#3795) 2022-10-14 18:25:50 +02:00
send.ts [SM-288] Rename models to follow naming convention (#3795) 2022-10-14 18:25:50 +02:00
sorted-ciphers-cache.ts [SM-288] Rename models to follow naming convention (#3795) 2022-10-14 18:25:50 +02:00
state.spec.ts [PS-1854] Split services between background and visualizations (#4075) 2022-11-23 16:26:57 -06:00
state.ts [PS-1854] Split services between background and visualizations (#4075) 2022-11-23 16:26:57 -06:00
storage-options.ts [SM-288] Rename models to follow naming convention (#3795) 2022-10-14 18:25:50 +02:00
symmetric-crypto-key.ts [SM-288] Rename models to follow naming convention (#3795) 2022-10-14 18:25:50 +02:00
tree-node.ts [SM-288] Rename models to follow naming convention (#3795) 2022-10-14 18:25:50 +02:00
window-state.ts [SM-288] Rename models to follow naming convention (#3795) 2022-10-14 18:25:50 +02:00