Commit Graph

2651 Commits

Author SHA1 Message Date
Michael Starke
29756c00b3 added double-click copy action to TOTP column
we no longer copy empty stuff to the pasteboard on double-click
2022-11-23 16:30:00 +01:00
Michael Starke
05ba068632 Added TOTP Column to entry table view 2022-11-23 16:16:15 +01:00
Michael Starke
69ec359e87 Merge branch 'feature/sparkle-upgrade' 2022-11-22 11:41:47 +01:00
Michael Starke
45e2402e5f updated to Sparkle 2 2022-11-17 20:36:33 +01:00
Michael Starke
bc833640e4 updated to current sparkle version 2022-11-14 09:57:15 +01:00
Michael Starke
59f4fd0ae0 adde re-selection of groups when exiting search. 2022-11-14 09:42:53 +01:00
Michael Starke
289a27c7e7 reduced code complexity
added usage of storage typdef instead of AppKit values
2022-10-12 00:33:14 +02:00
Michael Starke
24164d501e remove unnecessary code duplication 2022-10-07 11:20:30 +02:00
Michael Starke
a162c19264 Merge branch 'fix-totp-wizzard-issues' 2022-10-06 14:45:25 +02:00
Michael Starke
05a5d3821e updated to current Xcode 2022-10-06 14:44:04 +02:00
Michael Starke
ef1876bf53 fix #1241: Wrong german localisation in workflow preferences 2022-10-06 10:53:40 +02:00
Michael Starke
2b318fc91f Updated to Xcode 14 2022-09-14 17:22:09 +02:00
Michael Starke
87fd55e5ae Added migration to new format of touchId key store 2022-09-07 00:19:43 +02:00
Michael Starke
49326013fb Refactored naming. Added better handling of settings for touchID 2022-09-01 23:45:03 +02:00
Michael Starke
76adcf74d4 Merge branch 'master' of https://github.com/MacPass/MacPass 2022-08-31 21:33:35 +02:00
Michael Starke
f6e784b1de Fixed missing breaks in key storage.
Added popup to set touchId in favour of checkbox
2022-08-31 21:32:45 +02:00
Wolfgang Rheinschmitt
663b55bfff Fix typo (#1237)
Thank you very much
2022-08-31 14:37:30 +02:00
Michael Starke
d601d6ed3f Refactored touchID codebase to be more in line with the rest.
Fixed a lot of potential memory leaks
Fixed all issues reported analyzer
2022-08-30 13:13:12 +02:00
Michael Starke
04e36bd013 Raised runner to 10.12 2022-08-23 11:19:45 +02:00
Michael Starke
0af2a2258f Automatic signing 2022-07-08 00:53:16 +02:00
Michael Starke
f31b33fadc Codestyle 2022-07-08 00:53:07 +02:00
Michael Starke
68b8a5906a Merge branch 'feature/feature-touchidunlock'
# Conflicts:
#	MacPass.xcodeproj/project.pbxproj
#	MacPass/Base.lproj/PasswordInputView.xib
#	MacPass/MPDocument.m
2022-07-07 19:52:19 +02:00
Michael Starke
57433b8cc0 Commit any open editing session in the popup before saving 2022-05-24 20:10:51 +02:00
Michael Starke
360eb23692 Fixed broken QR code parsing in TOTP wizzard 2022-05-24 16:12:59 +02:00
Michael Starke
cbb4cea9cf Fixed issue when trying to store key files for drafted documents 2022-05-24 11:46:17 +02:00
Michael Starke
8be69ca779 Fixed #1208 Password field did not scroll when moving cursor out of view 2022-02-21 11:35:20 +01:00
Michael Starke
e985d23fa5 Fixed crash when saving files with ChaCha chipher 0.8.1 2022-02-10 21:36:31 +01:00
Michael Starke
b690d6051e Bumped Version to 0.8 0.8 2022-02-10 16:23:33 +01:00
Michael Starke
fe7b4e2746 Added current plugin definitions 2022-02-10 16:05:42 +01:00
Michael Starke
5b211bb519 Xcode updates 2022-02-10 13:56:03 +01:00
Michael Starke
0a6ba80f01 Fixed #1206 that would cancel version browsing in time machine if the key file open panel is shown 2022-02-09 15:53:41 +01:00
Michael Starke
43e667a157 Enabled version browsing when database is locked 2022-02-09 15:52:49 +01:00
Michael Starke
2956a2e7c1 Updated to current KeePassKit and Sparkle versions continuous 2022-02-03 14:10:38 +01:00
Michael Starke
af960b0b38 WIP on supporting more than one recent document when OS document history is disabled 2022-01-05 17:29:27 +01:00
Michael Starke
c1155bd061 Disabled single line mode 2021-12-20 13:15:34 +01:00
Michael Starke
9c9f6f0bf5 Scroll input fields to allow to navigate in them 2021-12-20 12:53:10 +01:00
Michael Starke
66ad8cee17 Only store last document, when MacPass is terminating
Moved code from MPDocument to MPDocumentController
2021-12-15 11:37:28 +01:00
Michael Starke
7376a5c887 Wired up tags in group inspector 2021-12-06 11:04:14 +01:00
Michael Starke
4bf130232f Added tags input to group inspector 2021-12-03 20:45:17 +01:00
Michael Starke
89268ef88e Made scrollview in groups inspector tab actually work 2021-12-03 20:43:21 +01:00
Chester Liu
59c37e696f Update zh-hans localization (#1179)
* Update zh-hans localization

* More zh-Hans loc string
2021-12-03 18:56:16 +01:00
Jiří Škorpil
e2d6a7ddad Added Czech localization (#1194) 2021-12-02 21:39:47 +01:00
Michael Starke
e6a7992084 Fixed KissXML signing since it's not nested anymore 2021-12-01 00:58:18 +01:00
Michael Starke
ca31d4638f Fixed wrong wiring of benchmark for key derivation parameters 2021-12-01 00:37:01 +01:00
Michael Starke
a40049a425 Extracted general settings into separate view controller 2021-11-24 15:26:45 +01:00
Michael Starke
2ec0945a51 Added UI to edit Argon2id key derivation settings 2021-11-23 23:26:21 +01:00
Michael Starke
fccc0921b7 Fixed typo 2021-11-15 21:56:46 +01:00
Michael Starke
1e78d3b0ae Enabled localization for TOTP views 2021-11-12 10:26:42 +01:00
Michael Starke
4f2888b759 Extracted URL open functionality in preparation of launch arguments for incognito mode 2021-11-11 11:09:45 +01:00
Michael Starke
9d032dcbf4 Updated german localisation 2021-11-10 21:19:34 +01:00