michael starke
|
20fbf29b92
|
Fixed #120 KeePass didn't like non-compact empty XML elements. MacPass now stores everything with compacted empty elements.
|
2013-12-08 01:47:21 +01:00 |
|
michael starke
|
fe08f5fee7
|
Code cleanup
|
2013-12-05 23:51:22 +01:00 |
|
michael starke
|
4d9aa8cc02
|
Fixed issue with composite key storing not updating the MasterKeyChanged date (this should be moved to KeePassKit)
Fixed #120 (at least that's what I hope ;) )
|
2013-12-04 21:22:29 +01:00 |
|
michael starke
|
fa52de144c
|
Using bindings for iconImage for instant updates
Icon setting now gets registered via NSUndoManager
Refactored iconId property
|
2013-12-04 01:57:54 +01:00 |
|
michael starke
|
c59ce56f4d
|
Optimized IconHelper to only create internal structures once, not all the time.
|
2013-12-03 20:58:27 +01:00 |
|
michael starke
|
385a56c489
|
Updated Icons
|
2013-12-03 20:56:05 +01:00 |
|
michael starke
|
02a670ac7c
|
Changed templates and trash to simple property setter instead of custom functions
|
2013-12-03 00:39:51 +01:00 |
|
michael starke
|
1964adb439
|
Merged pull request #117
|
2013-12-02 17:15:13 +01:00 |
|
michael starke
|
336fe02e2d
|
Added Import from XML functionality. KPKXmlTreeReader is not fully working with all possible formats (zipped or non zipped data)
|
2013-12-02 02:06:21 +01:00 |
|
michael starke
|
3f1e7d36c9
|
Merge branch 'master' of https://github.com/mstarke/MacPass
|
2013-12-01 23:11:07 +01:00 |
|
michael starke
|
bb88534daa
|
Stubbed workflow settings to select preferred browser for URL handling
|
2013-12-01 23:10:52 +01:00 |
|
michael starke
|
f266375a09
|
Added entry creation via templates
|
2013-12-01 23:10:25 +01:00 |
|
michael starke
|
d16ebfc4d7
|
Added category for easy item copying with respect to UUID uniqueness
|
2013-12-01 23:09:45 +01:00 |
|
Michael Starke
|
2c22a75d82
|
Fixed issue link
|
2013-12-01 21:26:29 +01:00 |
|
michael starke
|
2bc5e8a337
|
Added download and build instructions, since it seems to be an reoccurring issue to get things running :)
|
2013-12-01 21:24:26 +01:00 |
|
michael starke
|
1a6d5114b9
|
IconSelectionView now can be used to set default icons. Setting other Icons is broken for now. Setting custom icons doesn't work at all.
|
2013-12-01 02:29:37 +01:00 |
|
michael starke
|
36e493101a
|
Fixed error that resulted in always trying to save a key file even if none was used
|
2013-11-30 19:31:32 +01:00 |
|
michael starke
|
871b3a5c45
|
Added licenses
|
2013-11-30 19:09:27 +01:00 |
|
michael starke
|
ebfc0f91eb
|
Extracting running application to be able to activate it after having the entry selection dialog.
|
2013-11-29 18:58:45 +01:00 |
|
michael starke
|
96f854133e
|
Extracted AutotypeParser
|
2013-11-29 18:38:56 +01:00 |
|
michael starke
|
c14bcf497e
|
Some reshuffling of the Autotype Code.
Added preferences key for Ctrl/Command swapping, since this might be a problem in multi platform use cases
|
2013-11-28 01:42:00 +01:00 |
|
michael starke
|
213bb3d51f
|
Added method to put focus on group, entry or inspector view via keyboard shortcuts. This might be better done via a simple "cmd + arrow" shortcut to move about
|
2013-11-27 01:04:06 +01:00 |
|
michael starke
|
839c87102c
|
progress on searching auto type candidates
|
2013-11-25 02:39:22 +01:00 |
|
michael starke
|
4173141108
|
Added placeholder strings and updates to correspond to enable/disable of password in unlock and change password window
|
2013-11-24 00:50:17 +01:00 |
|
michael starke
|
b0856ad2df
|
Fixed wrongfully setting password when password is disabled in editPasswordWindow
Removed some debug logging
|
2013-11-24 00:00:14 +01:00 |
|
Michael Starke
|
ce61fafc53
|
Merge pull request #113 from andrewschleifer/password
Only enable password entry fields when option is checked
|
2013-11-23 14:40:16 -08:00 |
|
Andrew Schleifer
|
4f0fc87037
|
Only Enable password entry fields when option is checked
|
2013-11-23 16:24:27 -06:00 |
|
michael starke
|
e38be4e147
|
Fixed pragma typos
|
2013-11-23 21:35:08 +01:00 |
|
michael starke
|
7c103abd53
|
Added removed validation but calling into central document function, since the responder needs to validate the menu items #112
|
2013-11-23 21:34:10 +01:00 |
|
michael starke
|
582bc52532
|
Merge branch 'master' of https://github.com/mstarke/MacPass
|
2013-11-23 21:12:10 +01:00 |
|
michael starke
|
77461a12e2
|
Added check box to password entry view to allow "no password" as currently only empty strings were allowed
|
2013-11-23 21:11:56 +01:00 |
|
michael starke
|
503acbad42
|
Tracking key changes to enable better support to remember updateded keys on files with changed passwords.
|
2013-11-23 21:11:21 +01:00 |
|
Michael Starke
|
fd269c0701
|
Update README.md
Fixed typos
|
2013-11-23 20:31:05 +01:00 |
|
michael starke
|
41d17b678e
|
Updated the Readme to distinguish differences between Binary and Master relases
|
2013-11-23 19:23:37 +01:00 |
|
michael starke
|
504459564b
|
Added super calls to ensure proper interface element validation #112
|
2013-11-23 18:30:53 +01:00 |
|
Michael Starke
|
245524e260
|
Merge pull request #112 from andrewschleifer/validation
Centralise the Validation
|
2013-11-23 09:26:08 -08:00 |
|
Andrew Schleifer
|
71939a4497
|
consolidate other validations
|
2013-11-23 10:46:07 -06:00 |
|
Andrew Schleifer
|
62a4f9f3e3
|
centralize all the UI validation in MPDocument
|
2013-11-22 22:31:11 -06:00 |
|
Andrew Schleifer
|
4290e92535
|
New MPActionHelper for editPassword:
|
2013-11-22 22:30:24 -06:00 |
|
michael starke
|
5fba430335
|
Added warning for key file remembering to general preferences
|
2013-11-23 04:19:32 +01:00 |
|
michael starke
|
d186a2f318
|
Fixed regression in reopening documents introduced in previous commit
|
2013-11-23 04:08:20 +01:00 |
|
michael starke
|
73f21c06e0
|
Fixed validation issue that did occur because of #110 for ToolBarItems.
**Introduced** regression bug in windows on launch.
|
2013-11-23 01:14:55 +01:00 |
|
michael starke
|
ee4d100ce1
|
Merge branch 'master' of https://github.com/mstarke/MacPass
|
2013-11-23 01:07:26 +01:00 |
|
Michael Starke
|
e67413bc94
|
Merge pull request #110 from andrewschleifer/fullscreen
Enable fullscreen option for document windows
|
2013-11-22 16:07:18 -08:00 |
|
michael starke
|
7f08157363
|
Changed validation for Toolbar items to be not hard coded
|
2013-11-23 01:06:06 +01:00 |
|
Andrew Schleifer
|
806534d5ea
|
Enable fullscreen for document windows
|
2013-11-19 16:07:23 -06:00 |
|
michael starke
|
65e1c01282
|
Restructure reopening of Files. Introduced some regression with the welcome screen being shown too often.
|
2013-11-18 01:30:02 +01:00 |
|
michael starke
|
12a29121e5
|
Updated documentation
small refactorings on the key file settings
|
2013-11-18 00:12:35 +01:00 |
|
michael starke
|
9192504939
|
Refactored key file storing into the document.
|
2013-11-17 23:59:36 +01:00 |
|
michael starke
|
cb64396172
|
Small refactorings
|
2013-11-17 23:58:38 +01:00 |
|