Julius Zint
a7b8be1886
TouchID unlock Feature for MacPass.
...
To use it a user must first enter the correct password for the database.
If the unlock succeeds, the supplied password is encrypted with the public
part of a RSA keypair. On subsequent unlocks a TouchID button appears. If
clicked, MacPass queries the Keychain for the private key part and uses it to
decrypt the previously supplied password and tries to unlock the database
with it.
2021-02-14 10:00:15 +01:00
Michael Starke
4addd907d4
Directly set cell class for HNUISecureTextField
2021-02-10 20:21:20 +01:00
Michael Starke
7ef88b7e88
Fixed duplicated entry not being selected in in entry table view.
2021-02-10 15:47:13 +01:00
Michael Starke
b19a79095a
Added settings to disable password generation for newly created entries. Fixes #1050
2021-02-10 15:45:41 +01:00
Michael Starke
cc982f2395
Added column to display creation date. Fixed #1150
2021-02-10 14:39:48 +01:00
Michael Starke
fa1094632e
Using SFSymbols where possible instead of custom icons
2021-02-03 20:29:57 +01:00
Michael Starke
d0f8c3eafb
Added second image store to retrieve SF symbols on supported systems
2021-02-03 19:18:53 +01:00
Michael Starke
51f3d6627f
Code style. Removed unused info icon, switched to framework template for sidebar icon
2021-02-03 19:16:17 +01:00
Michael Starke
c50598b8a0
Changed to run only once at 23:00
2021-02-01 20:27:14 +01:00
Michael Starke
e7a5eab982
Created nightly action to migrate from TravisCI
2021-02-01 20:23:31 +01:00
Michael Starke
5e10d3712e
Fixed content resizing issues
2021-01-28 20:41:20 +01:00
Michael Starke
04b8e221cb
Minor UI change
2021-01-28 13:55:25 +01:00
Michael Starke
059c794b9b
Fixed minor autolayout issues on change password window
2021-01-27 18:02:51 +01:00
Michael Starke
0078fae707
Updated german localizations
2021-01-27 17:42:24 +01:00
Michael Starke
76906972f2
Updated to current Xcode.
2021-01-27 17:27:59 +01:00
Michael Starke
98bb204a2f
Added missing localizations
2021-01-27 17:27:52 +01:00
Michael Starke
fa08e22cf3
Finished error display in password change sheet
2021-01-27 17:27:45 +01:00
Michael Starke
5457d4dde0
Converted password change window to use NSGridView.
...
Errors are displayed if a KeePass database is selected as key file.
Password and key errors are now displayed separatly
2021-01-26 21:20:52 +01:00
Dominik Roszkowski
e4fadce3d0
Update Polish translation ( #1141 )
2021-01-20 13:43:28 +01:00
olieydt
ea9f41bfef
Small typo in Localizable.strings ( #1134 )
2021-01-15 22:30:36 +01:00
Michael Starke
e27526b399
Fix crash when load Argon2id Databases.
2021-01-15 12:58:45 +01:00
Michael Starke
b58d5179a2
Fixed typo in notification varibale
2021-01-13 15:15:23 +01:00
Michael Starke
399cf44d45
Clarified things to do to get async saving to work
2021-01-13 15:12:54 +01:00
Michael Starke
797733130f
Fixed regression introduced with e3352efe49 resulting in no password display after reverting a document
2021-01-12 17:36:50 +01:00
Michael Starke
bb3df31d4f
Updated localisations. Enabled time slice stepper
2021-01-11 18:18:00 +01:00
Michael Starke
e3b3014084
Updated copyright to 2021
2021-01-11 15:51:40 +01:00
Michael Starke
8496ae20cf
Updated sponsors and copyright year
2021-01-11 15:51:24 +01:00
Michael Starke
58399d66be
WIP on setup view update
2021-01-11 15:36:43 +01:00
Michael Starke
95da40de44
Explicitly call for isMemberOf to prevent subclasses form being a false-positive
2021-01-11 15:35:54 +01:00
Michael Starke
df7b68b019
Added another update source
2021-01-08 11:57:37 +01:00
Michael Starke
21b0e4c0f2
Minor updates to view update.
2021-01-08 09:08:02 +01:00
Michael Starke
57601798bd
Codestyle
2021-01-08 09:07:39 +01:00
Michael Starke
de0319abae
Added API to create QR Code images.
2021-01-08 09:07:30 +01:00
Michael Starke
fd88b2c506
Fixed code style. Removed unused code.
2021-01-08 09:06:59 +01:00
Michael Starke
b6df969bf4
TOTPSetup tries to fill itself with values provided by the current entry
2021-01-05 21:32:22 +01:00
Michael Starke
62032cd7d0
Updated to current KeePassKit. Fixed nil assertion when using invalid OTP parameters
2021-01-05 18:12:28 +01:00
Michael Starke
8c017e65c2
Fixed issue resulting in confirmation dialog being displayed if not matches where found.
2021-01-05 15:41:58 +01:00
Michael Starke
15dce5f0b6
Removed fill size window content to fix a lot of toolbar issues
2021-01-05 15:05:22 +01:00
Michael Starke
d22750fefc
Intoduced disclosure on QR Code input
2021-01-05 14:35:44 +01:00
Michael Starke
f25db6b418
Fixed regression of newly created entry not being properly selected
2021-01-04 20:49:48 +01:00
Michael Starke
f010ec057d
Minor layout changes
2021-01-04 20:49:34 +01:00
Michael Starke
57c3d558f3
Better run-time checks for QRCode scanning
2021-01-04 19:40:08 +01:00
Michael Starke
90093850f9
Use expanded toolbar to accomodate for more room in the title bar.
2021-01-04 16:03:47 +01:00
Michael Starke
6bd6c65dfa
Minor improvements for the TOTP setup layout
2020-12-31 21:47:09 +01:00
Michael Starke
ac20664b7a
Updated project settings
2020-12-31 21:46:51 +01:00
Michael Starke
7a4d80fd47
OTP setup view controller gets show and parses url strings
2020-12-31 20:23:45 +01:00
Michael Starke
06413b26df
Reverted changes for context bar view since the layout was broken
2020-12-30 22:27:13 +01:00
Michael Starke
53ae6dca84
Revert "Added height for context bar"
...
This reverts commit 4fabee0213 .
2020-12-30 22:24:43 +01:00
Michael Starke
4fabee0213
Added height for context bar
2020-12-27 13:40:37 +01:00
Michael Starke
90a0aef2cc
Wired up TOTPSetup pop over
2020-12-23 01:33:53 +01:00