Commit graph

325 commits

Author SHA1 Message Date
Felix Nüsse 4d079d2cbd
Udated Codestyle and cleaned files
Signed-off-by: Felix Nüsse <Felix.nuesse@t-online.de>
2018-11-21 17:34:01 +01:00
fnuesse b71970d9c9
Removed unused parameter from credentialscontroller
added nullcheck on native searchbox

Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2018-11-21 17:33:58 +01:00
fnuesse 2b22daeece
Removed unsafe comparison in javascript
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
2018-11-21 17:33:57 +01:00
Felix Nüsse 44276dfafd
Updated Navigationbar to latest styleguide
Signed-off-by: Felix Nüsse <Felix.nuesse@t-online.de>
2018-11-21 17:33:46 +01:00
Felix Nüsse c7c54ad299
Fixed Missing Remove function for searchfield-reset-button
Signed-off-by: Felix Nüsse <Felix.nuesse@t-online.de>
2018-11-21 17:33:45 +01:00
Felix Nüsse 677ae51b42
Moved Search from passman-controls to nextcloud-default-searchicon 2018-11-21 17:33:45 +01:00
Felix Nüsse 9f3814320a
Changed CSS to real file 2018-11-21 17:33:37 +01:00
brantje 9a29e8ed82
Fix disabled edit save button after 2 different password entered. Fixes #370 2017-10-30 18:24:39 +01:00
brantje 34a920ec5c
Fix loading vault if it's already open. Ref #263
Signed-off-by: brantje <brantje@gmail.com>
2017-10-29 16:14:42 +01:00
brantje dbaceef7a5
Possible fix for deleting vault 2017-10-29 12:01:46 +01:00
brantje 1b173e76a1
Merge remote-tracking branch 'origin/master' into csv_export_fix 2017-07-01 15:57:08 +02:00
brantje 675abec7a5
Check if variable exists before comparing. Fixes #316 2017-06-13 23:28:17 +02:00
WolFi 92ac904f26
Add custom_fields and files into the export FIX #305 2017-06-04 19:08:32 +02:00
brantje 34baaad539
Remove console.log 2017-05-06 13:32:39 +02:00
brantje be465e56bd
Fix check 2017-05-06 13:32:39 +02:00
brantje 38779463c8
Show notification if passwords do not match on creating credential. Fixes #273 2017-05-06 13:32:18 +02:00
brantje 1e12f5af36
Rename function to prevent collusion in other scopes 2017-05-06 13:32:18 +02:00
brantje acedaf1535
Code style fixes 2017-02-22 18:02:55 +01:00
brantje ce35286664
Fix for downloading files (Firefox and chrome). Fixes #259 2017-02-22 18:02:55 +01:00
brantje a84fbf5895
Fix password audit links 2017-02-22 18:02:55 +01:00
brantje f10fb28d81
Require vault key strength when changing vault key 2017-02-22 18:02:55 +01:00
brantje fd8dcc6c1c
Add feature to request vault destructions 2017-02-22 18:02:55 +01:00
brantje ca4f6dfeaf
Fix selected tag filter doesn't stick after returning from sharing or editing (Fixes #255) 2017-02-22 18:02:55 +01:00
brantje 9e7f47a715
Add a generic CSV importer 2017-02-22 18:02:55 +01:00
brantje dca12aee07
Fix Call to a member function getId() on array (Fixes #252) 2017-02-22 18:02:55 +01:00
brantje 6767322a22
Lock vault after 3 wrong attempts (Fixes #197)
Fix share button, fix shared_key not added to storedCredential after sharing (Fixes #249)
    Add password app importer. Fixes #248
    Fix version check via proxy. Fixes #237
    Fix activity app not filtering. Fixes #246
    Add EnPass txt importer. Fixes #159
    Fix for disabled share button
    Require vault key for export. Fixes #199
    Indicate that sharing only works with users that have 1 or more vaults.
    Fixes #242
    Reset tags on logout. Fixes #245
    Ability to enter OTP secret manually. Fixes #198
    Create teampass importer. Fixes #244
2017-02-17 21:25:18 +01:00
brantje 0a386d77ce
Remove server side encryption setting at admin page.
Fix counting credentials (Fixes #235)

Fix for deleting shared credental (Fixes #232)

Fix for empty sharing keys in vaults (Fixes #230)

Fix removed shared credential leaves tags

Fix for lastpass import #233

Disable share button when link sharing is disabled.
Or when it's not shared with a user.

Add issue template

Bump version
2017-02-13 17:29:29 +01:00
brantje 9c35282f89
Small fixes for 2.0.1
Fix for going back from deleted credentials

Use method
2017-02-06 12:17:37 +01:00
brantje 0af5e1f621
Fix shared credentials not updated 2017-02-05 17:25:20 +01:00
brantje 39bd0d8b20
Fix OTP not working
Fix [Object object] for file fields.

Add a copy icon to share link
Signed-off-by: brantje <brantje@gmail.com>
2017-01-29 15:00:39 +01:00
brantje fa13c071b0
Add setting to disable javascript console.
This setting is enabled by default.
Signed-off-by: brantje <brantje@gmail.com>
2017-01-18 21:01:56 +01:00
brantje a8ae7e0bda
Implement delete vault 2017-01-12 00:17:23 +01:00
brantje 0666d80add
Fix for vault settings not loaded 2017-01-11 21:45:14 +01:00
brantje 8c82b795e2
Add vault logout timer 2017-01-09 13:54:02 +01:00
brantje 512526c1a7
Fix reading CSV's
Signed-off-by: brantje <brantje@gmail.com>
2017-01-06 19:03:27 +01:00
brantje 0c9d2468df
Fix some small scrutinizer issues 2016-12-31 13:58:29 +01:00
brantje a224ce4af9
Implement middleware for sharing
Check if sharing is enabled, if not return an empty array.
Signed-off-by: brantje <brantje@gmail.com>
2016-12-30 15:47:38 +01:00
brantje 858195834d
Add settings page, non functional
Implement disable context menu

Implemement disable http warning

Implement vault key strength setting

Implement share settings

Implement version check setting
2016-12-28 21:34:59 +01:00
brantje 9e5462da4e
Don't search in password field
Signed-off-by: brantje <brantje@gmail.com>
2016-12-28 16:41:04 +01:00
brantje 43d26aafe0
Fix custom fields always beeing added as text fields 2016-12-28 16:20:45 +01:00
brantje daeaa8f36c
This fixes the decryption error happening when auto login is enabled and user changes vault password. 2016-12-28 15:26:26 +01:00
brantje a7b5487465
Fix for destroying a credential 2016-12-28 01:48:52 +01:00
brantje 377ae7f7f8
Fix bookmarklet tabs 2016-12-23 13:12:52 +01:00
brantje 8193b6d9f1
Code style changes 2016-12-21 14:16:47 +01:00
brantje b1aebc4a14
Add translations to javascript files 2016-12-21 14:06:29 +01:00
brantje 0bd169cbf5
Ignore failed passwords 2016-12-19 23:58:24 +01:00
brantje 892965e869
Fix for NC12 $container->getDb() 2016-12-19 18:04:00 +01:00
brantje a14e38c2e0
Share links are valid for one month 2016-12-19 14:57:34 +01:00
brantje 9f145e3131
Check if description is not empty 2016-12-19 14:42:51 +01:00
brantje 8fab6a8725
Custom field types
Custom fields can have files. Order custom fields.
It's now possible to reorganise the custom fields by drag and drop.
Signed-off-by: brantje <brantje@gmail.com>
2016-10-24 19:56:04 +02:00