Evgeny Morozov
|
5f872e0345
|
Grey out the SSH option if keys don't exist
|
2017-02-24 00:05:47 +08:00 |
|
Bob Sun
|
93e0cd8ffe
|
add contributors to special thanks
|
2017-02-23 23:48:52 +08:00 |
|
Evgeny Morozov
|
4034050ce0
|
Fix a bug, that caused the app to crash if ssh passphrase is not set.
|
2017-02-23 18:39:43 +03:00 |
|
Evgeny Morozov
|
de6183764b
|
Store ssh key passphrase in Keychain
|
2017-02-23 17:34:55 +03:00 |
|
Evgeny Morozov
|
04ceeb87dc
|
Request ssh key password, if it is not set, but the key is encrypted
|
2017-02-23 16:43:13 +03:00 |
|
yishilin14
|
2f3ccc9c07
|
clear pasteboard after 45 seconds
|
2017-02-23 17:56:12 +08:00 |
|
Bob Sun
|
c16ecc621d
|
set selected tableviewcell as srouceView and srouceRect, this resolve issue #24
|
2017-02-22 18:18:59 +08:00 |
|
Bob Sun
|
2d0e076024
|
results is no longer needed
|
2017-02-22 14:51:01 +08:00 |
|
Bob Sun
|
a2bcbe1804
|
show error alert window when cannot decrypt password
|
2017-02-22 12:56:06 +08:00 |
|
Bob Sun
|
7b00435658
|
update version string
|
2017-02-21 17:39:26 +08:00 |
|
Bob Sun
|
9f2a68b18d
|
fix a bug
|
2017-02-21 17:36:51 +08:00 |
|
Bob Sun
|
87dd4f96a3
|
simplify password repository setting
|
2017-02-21 13:07:14 +08:00 |
|
Bob Sun
|
2829e9145d
|
add additional field example in the footer of addition cell
|
2017-02-21 01:06:03 +08:00 |
|
Bob Sun
|
e40cadaec1
|
fix url of flaticon
|
2017-02-21 00:32:35 +08:00 |
|
Bob Sun
|
7a5cebb87d
|
change version string
|
2017-02-21 00:31:18 +08:00 |
|
Bob Sun
|
b5def8c782
|
remove authentication method controller
|
2017-02-20 22:24:25 +08:00 |
|
Bob Sun
|
cdf6d7ee71
|
fix a bug in authentication method
|
2017-02-20 22:24:10 +08:00 |
|
Bob Sun
|
fd8b9e4aac
|
make notification consistent
|
2017-02-20 22:02:49 +08:00 |
|
Bob Sun
|
548eecc27c
|
simplify git repository setting
|
2017-02-20 21:56:43 +08:00 |
|
Bob Sun
|
68d4df55c3
|
reset navigation title when erase all data
|
2017-02-20 16:58:15 +08:00 |
|
Bob Sun
|
c35dc4f3cd
|
update appearance when copying to clipboard
|
2017-02-20 16:07:32 +08:00 |
|
Bob Sun
|
70166c9901
|
fix a bug caused by keychain modifications
|
2017-02-20 11:48:39 +08:00 |
|
Bob Sun
|
4ab702134a
|
add acknowledgement to KeychainAccess
|
2017-02-19 22:18:52 +08:00 |
|
Bob Sun
|
90709675a3
|
use keychain to store pgp passphrase and git password
|
2017-02-19 22:10:36 +08:00 |
|
Bob Sun
|
ceb52a5b33
|
show unsynced symbol in the name of password in password detail page
|
2017-02-19 00:55:13 +08:00 |
|
Bob Sun
|
8396b57a72
|
show number of unsynced passwords in about page
|
2017-02-19 00:46:29 +08:00 |
|
Bob Sun
|
8135caf44d
|
reset password attempts count after sync
|
2017-02-17 21:06:28 +08:00 |
|
Bob Sun
|
3bbd4c47df
|
use runtime password filling
|
2017-02-17 20:14:01 +08:00 |
|
Bob Sun
|
a3a09beebf
|
remove passphrase cell and add passphrase alert dialog
|
2017-02-17 14:58:27 +08:00 |
|
Bob Sun
|
a5f13a1e8a
|
support ASCII armor encrypted PGP keys
|
2017-02-17 13:44:25 +08:00 |
|
Bob Sun
|
83b9762122
|
solve core data conflict caused by updating password entity image
|
2017-02-16 13:24:41 +08:00 |
|
Bob Sun
|
3ca2850a8b
|
alert user after fetching pgp keys
|
2017-02-16 11:52:36 +08:00 |
|
Bob Sun
|
edfd8c97a7
|
simplify alert code
|
2017-02-16 00:54:42 +08:00 |
|
Bob Sun
|
545a5b11bb
|
show alert if key url is empty
|
2017-02-15 22:34:16 +08:00 |
|
Bob Sun
|
4f82de061d
|
handle addition filed is empty
|
2017-02-15 21:25:26 +08:00 |
|
Bob Sun
|
1b5e98e987
|
disable edit button before finishing decryption
|
2017-02-15 21:25:03 +08:00 |
|
Bob Sun
|
77945b11f8
|
move showProgress method to main thread
|
2017-02-15 21:11:22 +08:00 |
|
Bob Sun
|
869f06e00f
|
change update password related functions
|
2017-02-15 20:01:17 +08:00 |
|
Bob Sun
|
068f5be807
|
resolve core data merge conflicts error
|
2017-02-15 16:51:12 +08:00 |
|
Bob Sun
|
9eb5f57b80
|
only compare prefix
|
2017-02-15 16:20:36 +08:00 |
|
Bob Sun
|
b2c5c2475b
|
fix bugs
|
2017-02-15 11:37:19 +08:00 |
|
Bob Sun
|
a2fb5b4a2c
|
check pgpKey before decrypting password
|
2017-02-15 11:26:22 +08:00 |
|
Bob Sun
|
9f4830dc2a
|
move database operations to the main thread to avoid async problems
|
2017-02-15 11:15:11 +08:00 |
|
Bob Sun
|
56cb5d94ee
|
check authentication method before save
|
2017-02-14 23:00:55 +08:00 |
|
Bob Sun
|
81d2145192
|
typo
|
2017-02-14 22:08:53 +08:00 |
|
Bob Sun
|
80074ea2d6
|
delete debug message
|
2017-02-14 22:08:08 +08:00 |
|
Bob Sun
|
5399f2be48
|
change positions of switch and detailed buttion
|
2017-02-14 19:19:47 +08:00 |
|
Bob Sun
|
ad64944648
|
fix grammer mistakes
|
2017-02-14 19:17:31 +08:00 |
|
Bob Sun
|
0889bbfaa4
|
add detailed description to explain "unknown fields"
|
2017-02-14 18:08:31 +08:00 |
|
Bob Sun
|
2546666d91
|
remove commented code
|
2017-02-14 16:43:06 +08:00 |
|