Commit graph

15 commits

Author SHA1 Message Date
EdOverflow 64f38eb370
Add sjcl.random.randomWords(1) 2017-01-09 18:08:13 +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 0c9d2468df
Fix some small scrutinizer issues 2016-12-31 13:58:29 +01:00
brantje b1aebc4a14
Add translations to javascript files 2016-12-21 14:06:29 +01:00
brantje 63e089f363
Remove some unused code 2016-12-19 18:43:15 +01:00
brantje f1bab7dd68
Add license header to files 2016-10-19 17:45:50 +02:00
brantje 1a74def8dc
Remove unused code 2016-10-12 20:16:37 +02:00
brantje 15b32b7e5e
Add JSHint, solve all problems 2016-10-07 19:56:29 +02:00
brantje fc99d93f86
Finish up vault settings 2016-09-28 23:23:24 +02:00
brantje 389fd23b66 Add grid view 2016-09-28 00:14:32 +02:00
brantje 5398d2ba74 Generate password with passwordgen if scope.password is empty 2016-09-27 22:48:11 +02:00
brantje 39b64b6e87 Fix error if callback is not set 2016-09-24 19:35:42 +02:00
Sander 30c653af78 Add use-theme directive, add tooltips 2016-09-14 15:09:55 +02:00
Sander 19959b1d0a Add custom fields 2016-09-13 16:31:07 +02:00
brantje d8f26f8b5d Add generate password, copy to clipboard 2016-09-13 00:10:24 +02:00