Commit graph

402 commits

Author SHA1 Message Date
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 5ed525e4b1
Make use of icon groups 2017-10-29 14:14:08 +01:00
brantje 71dc7c10ee
Auto close dialog on route change. 2017-10-29 13:31:18 +01:00
brantje c2c4d613d8
Add icons to credentials 2017-10-29 13:31:18 +01:00
brantje dbaceef7a5
Possible fix for deleting vault 2017-10-29 12:01:46 +01:00
brantje 949f5d52ed
Use copy icon 2017-08-19 13:00:19 +02: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 f55299ffba
Remove console.log 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 9ddbf40cce
Add http protocol if its missing 2017-02-22 18:02:55 +01:00
brantje 925897b8ee
Implement onclick disable directive 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 86be5a270e
Fix Cannot read property in credentialcounter 2017-02-22 18:02:55 +01:00
brantje 9e7f47a715
Add a generic CSV importer 2017-02-22 18:02:55 +01:00
brantje 3dd9e84de7
Fix credential counting (Fixes #253) 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 5220977eaf
Don't send key to server when updating sharing keys
Signed-off-by: brantje <brantje@gmail.com>
2017-01-29 13:09:48 +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 a3788c3717
Merge remote-tracking branch 'EdOverflow/random' 2017-01-10 01:00:00 +01:00
EdOverflow 64f38eb370
Add sjcl.random.randomWords(1) 2017-01-09 18:08:13 +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 cec7b9656d
Add copy descrioption 2017-01-06 13:28:11 +01:00
EdOverflow 563692e565 Add RandomSource.getRandomValues()
The RandomSource.getRandomValues() method lets you get cryptographically
random values. The array given as the parameter is filled with random
numbers (random in its cryptographic meaning).

https://developer.mozilla.org/en-US/docs/Web/API/RandomSource/getRandomValues
2017-01-04 14:13:34 +01:00
brantje f18e4f60e9
Add rel="nofollow noopener noreferrer" by EdOverflow 2017-01-04 13:32:45 +01:00
brantje 5a6099632c
Catch regex errors 2017-01-03 17:33:28 +01:00
brantje 77c2efd7d0
Add regex search 2017-01-03 16:34:13 +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 7bb1839184
Refactor settings, create SettingsService
Fix settings not working in ownCloud
Signed-off-by: brantje <brantje@gmail.com>
2016-12-30 13:37:40 +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