Commit graph

410 commits

Author SHA1 Message Date
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
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
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
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
binsky
4a1cfe3b7a fix showing deleted credentials
Signed-off-by: binsky <timo@binsky.org>
2021-08-31 17:50:54 +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
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
binsky
3e13fa6d39 add custom fields file type support to the generic csv importer 2021-03-24 17:08:26 +01:00
binsky
5894608d9c add custom fields support to the generic csv importer 2021-03-24 15:23:26 +01:00
binsky
d4c4e4fcc0 add file import and fix custom fields import for passman json file import 2021-03-24 00:37:01 +01:00
binsky
74a23d08c2 remove unused code of the icon fix commit 2021-03-22 19:35:38 +01:00
binsky
c80ebf3449 add angular based own escapeHTML filter 2021-03-22 18:29:52 +01:00
binsky
22fe2fc754 fix default icon view for credentials 2021-03-16 22:08:39 +01:00
binsky
a361f31022 fix file download from credential view 2021-03-14 18:22:20 +01:00
binsky
16839713e5 implement global nextcloud search credential handling 2021-03-12 16:31:01 +01:00
newhinton
9ce3664156
Merge pull request #590 from nextcloud/fix/586/decryptionerrors_for_shares_compromised
Fix error where compromised beeing null would disable shares
2019-05-19 17:24:33 +02:00
newhinton
683b06ae1e
Merge branch 'master' into fix/550/logout_does_not_clear_vault 2019-05-19 17:20:40 +02:00
fnuesse
8f38367547
removed commented code
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2019-05-19 17:05:08 +02:00
fnuesse
67182b75b5
removed cached vault from vaultservice
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2019-05-19 16:52:50 +02:00
newhinton
beb9bb1a60
Fix indentation in credential.js 2019-05-19 16:39:27 +02:00
fnuesse
64eca8afa4
fix logout not working properly
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2019-05-19 15:27:34 +02:00
fnuesse
cda4c438a2
updated incoming share modal to new style and fixed bugs regarding dialogs
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2019-05-18 22:15:10 +02:00
newhinton
1d15d253de
Merge pull request #534 from nextcloud/fix/noid/icondisplay
Fix/noid/icondisplay
2019-05-12 23:03:56 +02:00
newhinton
626897bdfa
Merge branch 'master' into feature/540/markcredentialascompromised 2019-05-12 13:04:18 +02:00
fnuesse
745076df22
Added filterlogic
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2019-01-09 21:54:34 +01:00
fnuesse
7170de48a1
Added filtering UI
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2019-01-09 18:46:45 +01:00
fnuesse
bd3f92741d
set compromised to false if password has been changed
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2019-01-08 21:55:49 +01:00
fnuesse
2a1c5b2777
Added Button to compromise to edit_credential.js
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2019-01-08 21:40:23 +01:00
fnuesse
deee11f454
Added compromised state to database
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2019-01-08 21:23:27 +01:00
fnuesse
4d6af87c19
Removed unused and deprecated code
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2018-12-30 13:53:41 +01:00
fnuesse
fecdf5b409
Added credentiallistupdate to revision-restore
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2018-12-16 14:38:04 +01:00