brantje
07bb81ec08
Small css fixes
2017-10-29 13:31:18 +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
c5a2de7f68
Merge branch 'fix-348'
2017-10-26 18:50:53 +02:00
WolFi
4d82e7db7a
FIX #264 by @OS3DrNick
...
Seems that I forgot to check if there is no need to export files on that callback nightmare
2017-09-30 14:49:21 +02:00
brantje
949f5d52ed
Use copy icon
2017-08-19 13:00:19 +02:00
brantje
b09e420862
Merge branch 'padlock_importer_2' of https://github.com/bingen/passman into bingen-padlock_importer_2
2017-07-29 11:36:46 +02:00
ßingen
1863b175e8
Padlock importer: fix code style
...
Fix a couple of requested scrutinizer issues.
Signed-off-by: ßingen <bingentxu@gmail.com>
2017-07-28 00:29:05 +02:00
brantje
a1d1fc8ede
Update phpunit
2017-07-01 18:09:39 +02:00
brantje
2c0455ead1
Fix code style
2017-07-01 16:05:32 +02:00
brantje
1b173e76a1
Merge remote-tracking branch 'origin/master' into csv_export_fix
2017-07-01 15:57:08 +02:00
ßingen
ec35aef756
Add Padlock importer
...
Importer for the CSV export files of Padlock password manager:
https://padlock.io/
Signed-off-by: ßingen <bingentxu@gmail.com>
2017-06-26 23:26:17 +02:00
brantje
fe572f6c47
Remove password generator from change vault key. Solves #313
2017-06-13 23:42:24 +02:00
brantje
675abec7a5
Check if variable exists before comparing. Fixes #316
2017-06-13 23:28:17 +02:00
WolFi
8cde638391
ADD JSON exporter
2017-06-04 20:14:30 +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
Welbert Serra
5c0a421b8b
Export url's credentials
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
33d1a5db01
Small fixes
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
514cb569fb
Add feature to move vaults to other account
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
e5e8170cfa
Remove sourcemap
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
9920d8c97e
Fix input fields not changes when field type changes
2017-01-16 13:13:54 +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
1e5145b53a
Fix revision details layout
2017-01-11 20:57:03 +01:00
brantje
a3788c3717
Merge remote-tracking branch 'EdOverflow/random'
2017-01-10 01:00:00 +01:00