|
8cd7b6e583
|
use iter form
|
2017-03-30 20:08:40 +02:00 |
|
|
da248460da
|
use %r{} for regex
|
2017-03-30 20:08:40 +02:00 |
|
|
b32846ea5e
|
replace while true by Kernel.loop
|
2017-03-30 20:08:40 +02:00 |
|
|
c1baf3e1d4
|
remove unused variable
|
2017-03-30 20:08:40 +02:00 |
|
|
043e378eab
|
replace File.exists? by File.exist?
|
2017-03-29 22:50:52 +02:00 |
|
|
7a831555f4
|
fix spacing
|
2017-03-29 22:50:52 +02:00 |
|
|
6a6120ca14
|
use %w for words array
|
2017-03-29 22:50:52 +02:00 |
|
|
e99b18519d
|
replace var.length == 0 by var.empty?
|
2017-03-29 22:50:52 +02:00 |
|
|
db6bb2b0f6
|
replace "#{var}" by var.to_s
|
2017-03-29 22:50:52 +02:00 |
|
|
351499aef6
|
replace MPW::password to MPW.password
replace YAML::load_file to YAML.load_file
replace YAML::load to YAML.safe_load
|
2017-03-29 22:50:52 +02:00 |
|
|
31aba3b13c
|
replace hash method has_key? by key?
|
2017-03-29 22:50:52 +02:00 |
|
|
e7fff4bb87
|
remove return if useless
|
2017-03-29 22:50:52 +02:00 |
|
|
8ed90c2ddc
|
fix
|
2017-03-29 22:50:47 +02:00 |
|
|
e71f8e2acf
|
replace if not by unless
|
2017-03-29 22:49:46 +02:00 |
|
|
178d0e6d1d
|
replace if not by unless
|
2017-03-29 22:35:40 +02:00 |
|
|
7c72b2d90f
|
change tab by 2 spaces
change tab by 2 spaces
|
2017-03-27 22:49:46 +02:00 |
|
|
871b1dcbed
|
remove all sync
|
2017-03-27 21:55:25 +02:00 |
|
|
ffedd5b88b
|
fix error when delete an item with sync
|
2017-03-08 21:23:15 +01:00 |
|
Adrien Waksberg
|
de4beba3db
|
export items with id
|
2017-03-03 22:00:15 +01:00 |
|
Adrien Waksberg
|
8fb83bd391
|
fix message in export function
|
2017-03-03 21:57:21 +01:00 |
|
|
6b8dce2eff
|
add random password for update
|
2017-02-26 23:12:49 +01:00 |
|
|
e4fb780016
|
fix minor bug when config password is empty
|
2017-02-26 23:11:07 +01:00 |
|
Adrien Waksberg
|
52577425a6
|
fix each_key
|
2017-02-26 22:11:14 +01:00 |
|
Adrien Waksberg
|
da81f34e07
|
fix add_key
|
2017-02-26 22:07:18 +01:00 |
|
Adrien Waksberg
|
e03614fb72
|
fix bug encrypt with share key
|
2017-02-26 21:54:28 +01:00 |
|
Adrien Waksberg
|
5d267a4865
|
config: rename key to gpg_key
|
2017-02-26 21:34:54 +01:00 |
|
Adrien Waksberg
|
e486be5ba8
|
fix bug
|
2017-02-26 21:22:25 +01:00 |
|
Adrien Waksberg
|
980adacc2c
|
fix missing change
|
2017-02-26 21:17:35 +01:00 |
|
Adrien Waksberg
|
000bc3aaa5
|
add config option for password parameters
|
2017-02-25 18:43:30 +01:00 |
|
|
31574751ff
|
fix bug after add default wallet
|
2017-02-22 21:59:49 +01:00 |
|
|
c841123ac0
|
feat: add option to set default wallet
|
2017-02-22 21:51:06 +01:00 |
|
|
50d88fc970
|
fix translation test
|
2017-02-22 19:23:55 +01:00 |
|
|
4b6de3575a
|
fix interface for wallets list
|
2017-02-21 21:05:28 +01:00 |
|
|
afdbb05bc5
|
fix nothing item message in copy mode
|
2017-02-20 22:26:57 +01:00 |
|
|
e17219c772
|
minor fix in list_keys interface
|
2017-02-16 23:25:54 +01:00 |
|
|
362253c63b
|
cli: add list gpg keys in wallet
|
2017-02-16 20:47:39 +01:00 |
|
|
adf34a006c
|
config: generate gpg key with rsa
|
2017-02-11 15:09:48 +01:00 |
|
Adrien Waksberg
|
318d0d357a
|
Merge pull request #9 from nishiki/share_key
Share key
|
2017-02-11 15:08:35 +01:00 |
|
|
a1a21f9617
|
mpw: add function list_keys
|
2017-02-11 11:24:12 +01:00 |
|
|
50aa7713f4
|
fix error message when host is empty
|
2017-01-30 20:29:42 +01:00 |
|
|
cb409b1545
|
fix bug when port is > 4 number
|
2017-01-24 22:58:03 +01:00 |
|
|
3575cd9bd7
|
feat change add key
|
2016-12-12 23:09:52 +01:00 |
|
|
d8339b53de
|
fix missing translate
|
2016-11-12 17:16:57 +01:00 |
|
|
0c93fd9eea
|
fix create config folder
|
2016-11-06 10:30:37 +01:00 |
|
|
56b01bcc86
|
minor fix in table format
|
2016-11-05 10:14:08 +01:00 |
|
|
94f6e4e61e
|
fix bug when gpg path is empty
|
2016-10-25 23:17:04 +02:00 |
|
|
5bcf26d251
|
enable sync
|
2016-10-23 22:39:22 +02:00 |
|
|
f1f92d5658
|
replace opts by value for options to search
|
2016-10-23 22:10:58 +02:00 |
|
|
6d2a45217c
|
fix load config
|
2016-10-23 21:56:14 +02:00 |
|
|
e4c03619b3
|
minor fix
|
2016-10-20 21:25:58 +02:00 |
|