@@ -27,7 +27,7 @@ |
||
| 27 | 27 | /** |
| 28 | 28 | * @method integer getId() |
| 29 | 29 | * @method void setId(integer $value) |
| 30 | - * @method void setGuid(string $value) |
|
| 30 | + * @method void setGuid(string $value) |
|
| 31 | 31 | * @method string getGuid() |
| 32 | 32 | * @method void setUserId(string $value) |
| 33 | 33 | * @method string getUserId() |
@@ -52,19 +52,19 @@ |
||
| 52 | 52 | //Sharing stuff |
| 53 | 53 | ['name' => 'share#search', 'url' => '/api/v2/sharing/search', 'verb' => 'POST'], |
| 54 | 54 | ['name' => 'share#getVaultsByUser', 'url' => '/api/v2/sharing/vaults/{user_id}', 'verb' => 'GET'], |
| 55 | - ['name' => 'share#applyIntermediateShare', 'url' => '/api/v2/sharing/share', 'verb' => 'POST'], |
|
| 56 | - ['name' => 'share#savePendingRequest', 'url' => '/api/v2/sharing/save', 'verb' => 'POST'], |
|
| 57 | - ['name' => 'share#getPendingRequests', 'url' => '/api/v2/sharing/pending', 'verb' => 'GET'], |
|
| 58 | - ['name' => 'share#deleteShareRequest', 'url' => '/api/v2/sharing/decline/{share_request_id}', 'verb' => 'DELETE'], |
|
| 59 | - ['name' => 'share#getVaultItems', 'url' => '/api/v2/sharing/vault/{vault_guid}/get', 'verb' => 'GET'], |
|
| 60 | - ['name' => 'share#createPublicShare', 'url' => '/api/v2/sharing/public', 'verb' => 'POST'], |
|
| 61 | - ['name' => 'share#getPublicCredentialData', 'url' => '/api/v2/sharing/credential/{credential_guid}/public', 'verb' => 'GET'], |
|
| 62 | - ['name' => 'share#unshareCredential', 'url' => '/api/v2/sharing/credential/{item_guid}', 'verb' => 'DELETE'], |
|
| 63 | - ['name' => 'share#unshareCredentialFromUser', 'url' => '/api/v2/sharing/credential/{item_guid}/{user_id}', 'verb' => 'DELETE'], |
|
| 64 | - ['name' => 'share#getRevisions', 'url' => '/api/v2/sharing/credential/{item_guid}/revisions', 'verb' => 'GET'], |
|
| 65 | - ['name' => 'share#getItemAcl', 'url' => '/api/v2/sharing/credential/{item_guid}/acl', 'verb' => 'GET'], |
|
| 66 | - ['name' => 'share#getFile', 'url' => '/api/v2/sharing/credential/{item_guid}/file/{file_guid}', 'verb' => 'GET'], |
|
| 67 | - ['name' => 'share#updateSharedCredentialACL', 'url' => '/api/v2/sharing/credential/{item_guid}/acl', 'verb' => 'PATCH'], |
|
| 55 | + ['name' => 'share#applyIntermediateShare', 'url' => '/api/v2/sharing/share', 'verb' => 'POST'], |
|
| 56 | + ['name' => 'share#savePendingRequest', 'url' => '/api/v2/sharing/save', 'verb' => 'POST'], |
|
| 57 | + ['name' => 'share#getPendingRequests', 'url' => '/api/v2/sharing/pending', 'verb' => 'GET'], |
|
| 58 | + ['name' => 'share#deleteShareRequest', 'url' => '/api/v2/sharing/decline/{share_request_id}', 'verb' => 'DELETE'], |
|
| 59 | + ['name' => 'share#getVaultItems', 'url' => '/api/v2/sharing/vault/{vault_guid}/get', 'verb' => 'GET'], |
|
| 60 | + ['name' => 'share#createPublicShare', 'url' => '/api/v2/sharing/public', 'verb' => 'POST'], |
|
| 61 | + ['name' => 'share#getPublicCredentialData', 'url' => '/api/v2/sharing/credential/{credential_guid}/public', 'verb' => 'GET'], |
|
| 62 | + ['name' => 'share#unshareCredential', 'url' => '/api/v2/sharing/credential/{item_guid}', 'verb' => 'DELETE'], |
|
| 63 | + ['name' => 'share#unshareCredentialFromUser', 'url' => '/api/v2/sharing/credential/{item_guid}/{user_id}', 'verb' => 'DELETE'], |
|
| 64 | + ['name' => 'share#getRevisions', 'url' => '/api/v2/sharing/credential/{item_guid}/revisions', 'verb' => 'GET'], |
|
| 65 | + ['name' => 'share#getItemAcl', 'url' => '/api/v2/sharing/credential/{item_guid}/acl', 'verb' => 'GET'], |
|
| 66 | + ['name' => 'share#getFile', 'url' => '/api/v2/sharing/credential/{item_guid}/file/{file_guid}', 'verb' => 'GET'], |
|
| 67 | + ['name' => 'share#updateSharedCredentialACL', 'url' => '/api/v2/sharing/credential/{item_guid}/acl', 'verb' => 'PATCH'], |
|
| 68 | 68 | ['name' => 'internal#getAppVersion', 'url' => '/api/v2/version', 'verb' => 'GET'], |
| 69 | 69 | |
| 70 | 70 | //Settings |
@@ -347,15 +347,15 @@ discard block |
||
| 347 | 347 | 'decline' => $this->trans->t('Decline'), |
| 348 | 348 | 'session.time.left' => $this->trans->t('You have {{session_time}} left before logout.'), |
| 349 | 349 | 'vault.locked' => $this->trans->t('Your vault has been locked for {{time}} because of {{tries}} failed attempts!'), |
| 350 | - 'vault.hint.hello' => $this->trans->t('Hello there!'), |
|
| 351 | - 'vault.hint.hello.add' => $this->trans->t('It does not seem that you have any passwords. Do you want to add one?'), |
|
| 352 | - 'vault.hint.list.nogood' => $this->trans->t('You don\'t have good credentials'), |
|
| 353 | - 'vault.hint.list.nomedium' => $this->trans->t('You don\'t have medium credentials'), |
|
| 354 | - 'vault.hint.list.nobad' => $this->trans->t('You don\'t have bad credentials'), |
|
| 355 | - 'vault.hint.list.noexpired' => $this->trans->t('You don\'t have expired credentials'), |
|
| 356 | - 'vault.hint.list.nodeleted' => $this->trans->t('You don\'t have deleted credentials'), |
|
| 357 | - 'vault.hint.list.notags' => $this->trans->t('There are no credentials with your selected tags'), |
|
| 358 | - 'vault.hint.list.nosearch' => $this->trans->t('There are no credentials matching'), |
|
| 350 | + 'vault.hint.hello' => $this->trans->t('Hello there!'), |
|
| 351 | + 'vault.hint.hello.add' => $this->trans->t('It does not seem that you have any passwords. Do you want to add one?'), |
|
| 352 | + 'vault.hint.list.nogood' => $this->trans->t('You don\'t have good credentials'), |
|
| 353 | + 'vault.hint.list.nomedium' => $this->trans->t('You don\'t have medium credentials'), |
|
| 354 | + 'vault.hint.list.nobad' => $this->trans->t('You don\'t have bad credentials'), |
|
| 355 | + 'vault.hint.list.noexpired' => $this->trans->t('You don\'t have expired credentials'), |
|
| 356 | + 'vault.hint.list.nodeleted' => $this->trans->t('You don\'t have deleted credentials'), |
|
| 357 | + 'vault.hint.list.notags' => $this->trans->t('There are no credentials with your selected tags'), |
|
| 358 | + 'vault.hint.list.nosearch' => $this->trans->t('There are no credentials matching'), |
|
| 359 | 359 | |
| 360 | 360 | |
| 361 | 361 | // templates/views/vaults.html |
@@ -401,15 +401,15 @@ discard block |
||
| 401 | 401 | 'deleted.credentials' => $this->trans->t('Deleted credentials'), |
| 402 | 402 | 'logout' => $this->trans->t('Logout'), |
| 403 | 403 | 'donate' => $this->trans->t('Donate'), |
| 404 | - 'navigation.show.all' => $this->trans->t('Show All'), |
|
| 405 | - 'navigation.tags' => $this->trans->t('Tags'), |
|
| 406 | - 'navigation.tags.search' => $this->trans->t('Search Tags'), |
|
| 407 | - 'navigation.strength.good' => $this->trans->t('Good Strength'), |
|
| 408 | - 'navigation.strength.medium' => $this->trans->t('Medium Strength'), |
|
| 409 | - 'navigation.strength.bad' => $this->trans->t('Bad Strength'), |
|
| 410 | - 'navigation.expired' => $this->trans->t('Expired'), |
|
| 411 | - 'navigation.advanced.filter' => $this->trans->t('Filter Tags'), |
|
| 412 | - 'navigation.advanced.checkbox' => $this->trans->t('Simple Navigation'), |
|
| 404 | + 'navigation.show.all' => $this->trans->t('Show All'), |
|
| 405 | + 'navigation.tags' => $this->trans->t('Tags'), |
|
| 406 | + 'navigation.tags.search' => $this->trans->t('Search Tags'), |
|
| 407 | + 'navigation.strength.good' => $this->trans->t('Good Strength'), |
|
| 408 | + 'navigation.strength.medium' => $this->trans->t('Medium Strength'), |
|
| 409 | + 'navigation.strength.bad' => $this->trans->t('Bad Strength'), |
|
| 410 | + 'navigation.expired' => $this->trans->t('Expired'), |
|
| 411 | + 'navigation.advanced.filter' => $this->trans->t('Filter Tags'), |
|
| 412 | + 'navigation.advanced.checkbox' => $this->trans->t('Simple Navigation'), |
|
| 413 | 413 | |
| 414 | 414 | |
| 415 | 415 | // templates/public_share.php |