binsky
611e7aa069
hide credential edit files tab for shared credentials with missing FILES acl #815
2024-09-22 16:42:57 +02:00
binsky
6718289108
prevent encryption and decryption of non present (usually encrypted) credential fields #815
2024-09-22 16:25:25 +02:00
WolFi
a326bf2125
Merge branch 'feature/vault-password-visibility-toggle'
2024-04-28 17:45:49 +02:00
binsky
cfa818f0eb
implement option to show vault password in vaults list #803
2024-04-06 00:10:19 +02:00
binsky
5e85719c29
fix loading credential edit page from a direct url (or page reload) instead of coming from the credential list
2024-04-05 02:46:47 +02:00
binsky
324bb15961
Merge branch 'master' into fix-filters-for-null-passwords
2023-07-17 00:04:20 +02:00
binsky
6e72791142
fix generic csv compromised field import
2023-07-04 11:02:54 +02:00
binsky
ca826072bd
add basic error handling for failed custom field file data parsing on csv import
2023-06-28 02:32:57 +02:00
binsky
0ebbfefa53
add matchings and fix generic csv importer credential preview
2023-06-28 01:02:15 +02:00
binsky
a4688893b7
Merge branch 'improve-exporter' into import-export-improvements
2023-06-28 00:36:59 +02:00
binsky
126c0dd437
Merge branch 'master' into import-export-improvements
2023-06-28 00:35:31 +02:00
binsky
7fa5878440
add missing fields and repair tags and files in generic csv importer
2023-06-28 00:26:37 +02:00
binsky
5574064a41
fix filters for credentials without a password
...
Signed-off-by: binsky <timo@binsky.org>
2023-06-25 20:49:20 +02:00
binsky
11f23afad4
fix generic csv importer preview
...
Signed-off-by: binsky <timo@binsky.org>
2023-05-07 19:40:23 +02:00
binsky
8147cc0253
replace some var occurrences in filter functions with let and const
...
Signed-off-by: binsky <timo@binsky.org>
2023-05-07 17:38:44 +02:00
binsky
e1b3b11bde
add compromised filter option
...
Signed-off-by: binsky <timo@binsky.org>
2023-05-07 17:32:53 +02:00
binsky
5e4a266dd0
implement hint and checkbox to change a vault password
...
Signed-off-by: binsky <timo@binsky.org>
2023-05-02 20:59:46 +02:00
binsky
6e192fec57
fix deletion of a vault that contains shared credentials with files
2023-04-24 19:34:30 +02:00
binsky
e7fd74c32a
use recursion in the new reencryptCredential promise functions
2023-04-23 19:10:17 +02:00
binsky
776ffe6ea1
implement re-encryption of the acl shared_key when changing vault password
2023-04-23 18:31:50 +02:00
binsky
6660985f88
fix credential.sharing_key re-encryption for vault password changes
2023-04-23 16:41:32 +02:00
binsky
ecda82e01f
improve shared file upload to also support custom field files
2023-04-23 14:58:29 +02:00
binsky
2018d422d0
fix delete/recover credential button actions
2023-04-23 14:06:00 +02:00
binsky
f97567d7f6
fix/implement shared credential file upload for other users
2023-04-23 11:44:12 +02:00
binsky
baf9a189ea
fix shared credential decryption error #737
2023-04-22 19:10:17 +02:00
binsky
70b5799c36
some improvements; comment out a weird line in re-encryption js code
2023-04-22 18:14:59 +02:00
Marcos Zuriaga
038b0e0380
Merge branch 'dark-mode-improvements'
2023-01-18 17:37:33 +01:00
binsky
e1d7793cca
fix bookmarklet by adding required vault_tries functionality
...
Signed-off-by: binsky <timo@binsky.org>
2023-01-03 21:35:26 +01:00
binsky
54d1171a8b
switch to an updated OTP lib and add support for custom OTP digits and period values
...
Signed-off-by: binsky <timo@binsky.org>
2022-08-27 02:35:25 +02:00
Tobias Speicher
3abba5338e
Replace deprecated String.prototype.substr()
...
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-03-24 16:55:03 +01:00
binsky
d9815b3ca3
do not collect all credential guids for vault deletion; use custom file mass deletion endpoint
...
Signed-off-by: binsky <timo@binsky.org>
2021-10-23 19:59:13 +02:00
binsky
761c21da0e
add dedicated method to delete vault contents before vault deletion
...
Signed-off-by: binsky <timo@binsky.org>
2021-10-22 20:10:31 +02:00
WolFi
2dd9f3405a
Merge branch 'fix-passwords-visibility' of https://github.com/estromenko/passman into estromenko-fix-passwords-visibility
2021-09-26 00:18:46 +02:00
estromenko
cba958c488
Make all passwords invisible in vault info
...
Signed-off-by: Eduard Stromenko <estromenko@mail.ru>
2021-09-20 22:43:05 +03:00
Marcos Zuriaga
977fe00138
Merge branch 'tiny-ui-improvements' into next
2021-09-18 16:53:19 +02:00
Marcos Zuriaga
42581dfe18
Merge branch 'fix-null-in-encrypted-field' into next
2021-09-18 16:46:58 +02:00
Marcos Zuriaga
36f9636f3f
Merge branch 'improve-icon-picker' into next
2021-09-18 16:46:17 +02:00
binsky
44ceba586c
fix credential resharing
...
Signed-off-by: binsky <timo@binsky.org>
2021-09-07 21:08:23 +02:00
binsky
4a1cfe3b7a
fix showing deleted credentials
...
Signed-off-by: binsky <timo@binsky.org>
2021-08-31 17:50:54 +02:00
binsky
930d8bbb90
improve icon picker icon loading #712
...
Signed-off-by: binsky <timo@binsky.org>
2021-08-31 17:14:05 +02:00
binsky
933500f2c2
improve encrypted field handling for null values
...
Signed-off-by: binsky <timo@binsky.org>
2021-08-31 16:20:20 +02:00
binsky
30f200caf2
fixed cooperation of the filter options
...
Signed-off-by: binsky <timo@binsky.org>
2021-08-24 14:02:42 +02:00
binsky
cae98cfa8d
fix icon style for productive nextcloud instances
...
Signed-off-by: binsky <timo@binsky.org>
2021-08-23 15:37:54 +02:00
binsky
9c6e270f76
fix importer js
...
Signed-off-by: binsky <timo@binsky.org>
2021-08-22 15:12:57 +02:00
Marcos Zuriaga
88fef6029b
Merge branch 'ui-improvements' into next
2021-08-22 13:45:17 +02:00
binsky
39a712ca42
fix blocking vault export if a download or decryption failed
...
Signed-off-by: binsky <timo@binsky.org>
2021-08-17 17:08:45 +02:00
binsky
28d7b683f4
fix bookmarklet
...
Signed-off-by: binsky <timo@binsky.org>
2021-08-17 17:07:22 +02:00
binsky
158a223d33
catch saving a credential without label #657
2021-03-24 21:22:24 +01:00
binsky
e65e335350
add reload button; auto reload vault after import
2021-03-24 18:28:57 +01:00
binsky
3cbb2dcda1
add files support to the generic csv importer
2021-03-24 17:41:49 +01:00