dhannema
eb4a554509
Added more NL translations ( #1313 )
2025-05-07 15:16:04 +02:00
Michael Starke
b5fe8b6442
moved security preferences into separate tab.
2025-04-11 14:11:07 +02:00
Michael Starke
e861a59118
fix: Bind to preferences for screenshots to reflect changes directly in running application
2025-04-11 10:58:09 +02:00
Michael Starke
e7cafbff48
fix(Xcode): Fixed build issues with Xcode 15
2025-04-10 19:51:54 +02:00
Deniz Türkoglu
37f0ab1f8c
Add flag to enable/disable screenshots ( #1301 )
...
* Bump TransformerKit to fix compile
Fixes build issue with Xcode 15 by raising minimum deployment target
to 10.13
* Add flag to disable screenshots
Make it possible to disable/enable screenshots, this is disabled
by default, to enable use:
$ defaults write com.hicknhacksoftware.MacPass AllowScreenshots YES
and to disable it use:
$ defaults write com.hicknhacksoftware.MacPass AllowScreenshots NO
---------
Co-authored-by: Michael Starke <michael.starke@hicknhack-software.com >
2025-04-10 19:50:37 +02:00
Deniz Türkoglu
a97353ef7b
Fix and improve nightly builds ( #1307 )
...
* ci: (nightly) bump TransformerKit to fix compile
Fixes build issue with Xcode 15 by raising minimum deployment target
to 10.13
* ci: (nightly) bump dependencies to latest versions
This ensures the build no longer fails with error code 65
* ci: (nightly) use github_token for carthage rate limit
If we don't use the token the build can sometimes fail as it is
rate limited, this ensures we can build more with less restrictions.
* ci: (nightly) add empty sign identity
* ci: (nightly) add code sign entitlements flag
* build: make copyfiles first task to fix build cycle
* ci: (nightly) bump gh action checkout to v4
* ci: (nightly) format github actions yaml
* ci: (nightly) bump agent to use macos-latest
* ci: (nightly) bump gh-release action to v2
* ci: fix algorithm name in hash
2025-03-20 12:58:06 +01:00
Michael Starke
e1e86ac2fb
fix: removed custom deployment target for view since we do not use merged cells
2023-08-31 18:46:02 +02:00
Michael Starke
904b4b9223
Merge branch 'feature/enhance-password-change-settings-ux'
2023-08-31 18:43:32 +02:00
Michael Starke
7263704fd6
feature: added info text displaying the last time the database key was changed
2023-08-31 18:43:07 +02:00
Michael Starke
debd5d7a79
WIP on reworking settings layout
2023-08-30 11:39:21 +02:00
Michael Starke
7cbed0fcd9
updated to current Xcode version
2023-08-28 12:42:23 +02:00
Michael Starke
265de273f2
fixed: compiler warning
2023-08-15 13:46:06 +02:00
Marc66
1cafe65bb9
Updated Translation (FR) ( #1268 )
...
* Update AutotypeCandidateSelectionView.strings
* Update DuplicateEntryOptionsWindow.strings
* Update EntryInspectorView.strings
* Update GeneralPreferences.strings
* Update InfoPlist.strings
* Update InspectorView.strings
* Update IntegrationPreferences.strings
* Update Localizable.strings
* Update MainMenu.strings
* Update PickcharsView.strings
* Update PickcharsView.strings
* Update PluginPreferences.strings
* Update PluginRepositoryBrowserView.strings
* Update SavePanelAccessoryView.strings
* Update GeneralPreferences.strings
* Update InspectorView.strings
* Update Localizable.strings
* Update GeneralPreferences.strings
* Update WorkflowPreferences.strings
2023-04-22 07:42:04 +02:00
Dietrich
478b1498cb
fix typo ( #1263 )
2023-02-24 10:20:47 +01:00
Michael Starke
c123120882
feature(TouchId): use new key storage dictionary instead of a lot of file based default keys
2023-02-23 23:07:12 +01:00
Michael Starke
78f2de9393
feature(touchIdSettings): Migrate touchID settings correctly to hashed databasefilenames
2023-02-23 14:44:18 +01:00
Michael Starke
fb7c55b651
Fix typos in documentation
2023-02-23 11:39:56 +01:00
Michael Starke
bee3766f09
shortened relaunch NSTask invocation
2022-11-24 00:25:45 +01:00
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