Commit graph

731 commits

Author SHA1 Message Date
Bob Sun
d2cff20131 Put PasswordStore as instance in controllers 2017-03-16 22:39:03 -07:00
Bob Sun
d338e725d5 Polish logic on initializing PGP keys.
- simplify interfaces
- more robust
2017-03-16 22:06:39 -07:00
Bob Sun
5dd741f6fa
Fix #57.
Casting cell class to parent cell class will trigger the crash.
2017-03-15 23:03:43 -07:00
Bob Sun
f573be9ee0 Fix #54: try other ways to load favicon
- try to replace http to https
- if a url does not start with http or https, try to add https
- return if cannot form a URL
2017-03-15 14:14:42 -07:00
Bob Sun
83e55403e5 Merge branch 'master' of github.com:mssun/passforios 2017-03-15 13:10:28 -07:00
Yishi Lin
3d8c1c8478 Polish commit messages. 2017-03-16 01:10:03 +08:00
Yishi Lin
5ae6de8f23 Fix issue #60
- fix the logic for "git add" and "git commit"
- update the logic for "git remove" (useless function, not tested yet)
2017-03-16 00:01:17 +08:00
Bob Sun
31f7deae99
Version Bump to 24 2017-03-11 22:09:23 -08:00
Bob Sun
89b3924b7a
Call shouldPerformSegue before performSegue
Because performSegue will not automatically call shouldPerformSegue as segue in Storyboard.
2017-03-11 21:09:24 -08:00
Bob Sun
35a5270166
Make commit logs align 2017-03-11 00:10:56 -08:00
Bob Sun
3964ca64ed
Show category info after an password entry when show password folder is off 2017-03-10 23:08:17 -08:00
Bob Sun
ff947f8e17
Move get category text logic to model 2017-03-10 23:08:17 -08:00
Bob Sun
d82396a322
Separate two advanced settings 2017-03-10 23:08:17 -08:00
Yishi Lin
d1476c1d40 Improve the about repository page refresh 2017-03-11 02:21:01 +08:00
Yishi Lin
db4413d6ba Polish the "discard all local changes" feature 2017-03-11 02:18:03 +08:00
Yishi Lin
5ea9a3118b Go back to the "password store" view if user discards all local changes.
- Otherwise, editing an updated entry will crash the app.
- Showing an deleted entry is not reasonable.
2017-03-11 02:14:18 +08:00
Yishi Lin
11066d0bb6 Automatically update the "about repository" page when the repository gets updated 2017-03-11 01:01:23 +08:00
Yishi Lin
453e6d251a Fix the overlap between a long password and the "Generate" button 2017-03-10 23:04:33 +08:00
Petteri Valkonen
a209933c20 Fix typo 2017-03-09 12:45:05 -08:00
Bob Sun
6c9b9df7ed Set minimum password length of generated password to six 2017-03-08 20:39:08 -08:00
Bob Sun
9ddc7af4f4 Fix height of password length slider same as others 2017-03-08 20:32:09 -08:00
Bob Sun
98913c4fc3 Update slider cell UI 2017-03-08 19:57:38 -08:00
Bob Sun
3336c472e0
Merge branch 'master' of github.com:mssun/passforios 2017-03-08 15:06:10 -08:00
Yishi Lin
5116cd4f3d Polish code about edit/add passwords 2017-03-09 03:19:36 +08:00
Yishi Lin
56edfcfb9c Fix a bug about adding new password with empty name / without PGP key 2017-03-09 02:39:13 +08:00
Yishi Lin
07782bd662 Customizing length of passwords (while adding passwords) 2017-03-09 02:19:47 +08:00
Bob Sun
fc387713e4
Add OneTimePassword to "Open Source Components" page 2017-03-08 09:29:47 -08:00
Bob Sun
d761dd1fc5
Update wording 2017-03-08 00:58:10 -08:00
Bob Sun
ad0c39b541
Add option to select two flavors of password generator: random and apple's (keychain) 2017-03-08 00:57:49 -08:00
Yishi Lin
3cf88dcbc8 Fix a bug about TOTP refresh 2017-03-07 09:50:18 +08:00
Radon Rosborough
af1ea3ee3e Fix typo: Passwrod => Password 2017-03-06 15:14:21 -08:00
Yishi Lin
0c9cd85fd9 Merge pull request #47 from raxod502/phassphrase
Fix typo: Phassphrase => Passphrase
2017-03-07 01:44:57 +08:00
Yishi Lin
c131de0551 Fix a bug about "discard all changes"
- Show the number of (not pushed) commits discarded.
2017-03-07 01:43:23 +08:00
Yishi Lin
0dccd911fd Update OTP token generation and support HOTP
- Update logic: Only fields otp_secret and otp_type are required for TOTP. Only fields otp_secret, otp_type and otp_counter are required for HOTP. Other fields (i.e., otp_algorithm, otp_digits, otp_period) are optional.
- Support HOTP: (1) passwords are initially concealed; (2) "tap->next" generates a new password and commits the updated password file automatically
2017-03-07 01:33:44 +08:00
Bob Sun
9580978434
Version Bump to 23 2017-03-05 23:33:40 -08:00
Radon Rosborough
067036c9e6 Fix typo: Phassphrase => Passphrase 2017-03-05 21:14:49 -08:00
Yishi Lin
2f1721a7e7 Update time-based one time passwords automatically
- Improve how we differ between TOTP and HTOP
2017-03-05 02:54:36 +08:00
Yishi Lin
e48bc5a7a4 Allow discarding all local changes to the password store repo
- Settings > Advanced -> Discard All Local Changes
2017-03-04 01:15:28 +08:00
Yishi Lin
e2b1fec4bb Fix a bug. 2017-03-04 00:56:41 +08:00
Yishi Lin
16830b8b92 Improve the message. 2017-03-03 20:16:06 +08:00
Yishi Lin
5c966c62d4 Fix a bug.
Previously, for a password, if we click "edit", do nothing, and save, there will be a new commit.
2017-03-03 20:15:16 +08:00
Yishi Lin
f2edc2ffaa Support hiding one time password related fields.
- Add a switch to turn on/off one time password related fields.
- Improve how we show the additional information
2017-03-03 17:12:25 +08:00
Yishi Lin
3dac155d6c Provide basic support about one time password (totp only) 2017-03-03 14:45:16 +08:00
yishilin14
71cb9a02c0 Polish class Password 2017-03-03 10:49:32 +08:00
yishilin14
c1da27ae04 Merge remote-tracking branch 'origin/master' into otp_dev 2017-03-03 00:14:05 +08:00
yishilin14
7b46311d1c Update the clone call because of the change of libgi2
Merge pull request #459 from libgit2/checkout-options: c0e98a2790
2017-03-03 00:12:28 +08:00
Bob Sun
faf1ece5c3
Tap tab bar to go back previous folder, double tap will scroll to top 2017-03-02 22:55:41 +08:00
Bob Sun
cbbd7e08b6
Polish code 2017-03-02 22:10:41 +08:00
Bob Sun
f271d4870a
Show disclosure indicator for folder only 2017-03-02 22:10:27 +08:00
Bob Sun
8ede589c71
Refactor iniPasswordsTableEntries function to simplify code 2017-03-02 21:39:48 +08:00