Commit graph

668 commits

Author SHA1 Message Date
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
3c07c5edaf add file import support for custom fields 2021-03-24 12:54:05 +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
8b2eeb9eb2 fix setting a custom icon on credential creation 2021-03-22 17:47:25 +01:00
binsky
1646b95c0c Merge branch 'master' of https://github.com/nextcloud/passman into migrations-2 2021-03-22 15:48:25 +01:00
WolFi
934d037990
Merge branch '430-keepass-importer-ignore-notes' of https://github.com/dennison-williams-stjames/passman into dennison-williams-stjames-430-keepass-importer-ignore-notes 2021-03-22 15:17:19 +01:00
binsky
5f439862d5 fix vaults mover 2021-03-17 00:56:22 +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
0fd6f276fc rename disable_global_search_inclusion setting to enable_global_search 2021-03-12 22:53:57 +01:00
binsky
ca2717d610 add option to disable the global search inclusion 2021-03-12 22:04:40 +01:00
binsky
5d95c9a6ea remove unused jquery.min.js 2021-03-12 19:06:09 +01:00
binsky
16839713e5 implement global nextcloud search credential handling 2021-03-12 16:31:01 +01:00
binsky
646654e6d1 remove non ascii characters from scss files 2021-03-12 13:23:59 +01:00
binsky
350a2cdc12 fix deprecated tooltip('fixTitle') jquery call 2021-03-12 00:58:06 +01:00
Dennison Williams
9d9d92682a Handles the keepass comments field
Signed-off-by: Dennison Williams <Dennison.Williams@stjamesinfirmary.org>
2020-11-19 14:28:56 -08:00
ZanderCodes
4384f8e4de Fix 16 Bits Codes
Signed-off-by: ZanderCodes <admin@zandercodes.com>
2020-03-04 18:24:30 +01:00
ZanderCodes
0824117e6b Fix TOTP View
Amazon TOTP not view in nextcloud because bits are not correct.

Signed-off-by: ZanderCodes <admin@zandercodes.com>
2020-03-03 14:25:54 +01:00
WolFi
44bb94b96d
Merge branch 'issue588_try2' of https://github.com/OS3DrNick/passman into OS3DrNick-issue588_try2 2019-07-08 20:46:43 +02:00
Nick Barendregt
47830e6155
Fixes issue #588, semi ugly fix for double link showing. Thnx to @animalillo and @newhinton 2019-06-14 21:49:58 +02:00
Oliv
247b23c297 Fix importer, wrong otp name (#561) 2019-06-14 20:32:21 +02:00
Oliv
a40929d337 Fix/589/import issues (#598)
* Add compromised field to new credentials import

Signed-off-by: Oliv4945 <oliv4945@gmail.com>

* Detailed Keepass export instrucions

Signed-off-by: Oliv4945 <oliv4945@gmail.com>
2019-06-14 20:31:44 +02: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
fnuesse
1d0fdfd957
Add null-check to further improve errorchecking for missing compromisedfield for pre 2.3.0 shares
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2019-05-15 15:29:06 +02:00
fnuesse
b5257eecd0
Fix error where compromised beeing null would disable shares
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2019-05-15 15:20:35 +02:00
fnuesse
13f6e49c7c
Fix wrong json parse breaking navigation pane with null/undefined-check
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2019-05-13 23:22:31 +02:00
newhinton
1d15d253de
Merge pull request #534 from nextcloud/fix/noid/icondisplay
Fix/noid/icondisplay
2019-05-12 23:03:56 +02:00
fnuesse
20e2b514b8
Merge remote-tracking branch 'origin/master' into master16.3 2019-05-12 19:09:49 +02:00
fnuesse
3f6d7c76df
removed code that errored out jshint checks
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2019-05-12 19:09:35 +02:00
newhinton
a765f32aa0
Merge pull request #527 from nextcloud/fix/526/url_not_opening
Updated link-detection in detailview and fixed link only redirecting …
2019-05-12 13:33:12 +02:00
newhinton
626897bdfa
Merge branch 'master' into feature/540/markcredentialascompromised 2019-05-12 13:04:18 +02:00
newhinton
301029299e
Merge pull request #576 from nextcloud/feature/539/specificsearchbyfield
Feature/539/specificsearchbyfield
2019-05-12 12:22:10 +02:00
newhinton
358f329621
Merge pull request #551 from marius-wieschollek/PASSMAN-264
[#264] Fixed CSV export fails for empty fields
2019-05-12 11:43:41 +02:00
newhinton
7be8a82cf1
Merge pull request #535 from nextcloud/feature/noid/updateStyleOfIconPicker
Feature/noid/update style of icon picker
2019-05-12 11:42:10 +02:00
newhinton
69daf9dea9
Merge branch 'master' into PASSMAN-264 2019-05-12 11:38:37 +02:00
Alistair Nixon
dd91acdde2
Address #532 Cannot export passwords
Some fields within the credential array were null so the call to replaceAll failed.
Wrapped this in a check and pushed an empty string in this case
2019-04-19 12:03:36 +01:00
Marius David Wieschollek
5e499a7631
[#264] Fixed spaces 2019-01-30 21:49:41 +01:00
Marius David Wieschollek
6a91c6abf6
[#264] Fixed CSV export fails for empty fields 2019-01-30 21:19:18 +01:00