Commit Graph

154 Commits

Author SHA1 Message Date
InspectorIT
651f1106e4 add Load method 2026-03-27 22:47:28 +03:00
InspectorIT
26cfa7e8e1 minor changes in RecentFilesService.cs 2026-03-27 22:40:01 +03:00
d4d3864b81 basic recent files list, no persistence 2026-03-26 23:29:22 +03:00
4594fcbf4d remove redundant styles in EntryEditWindow 2026-03-26 14:47:55 +03:00
b8d5f4b933 change button label in EntryEditWindow to "Done" 2026-03-26 14:45:32 +03:00
5a4f68e70a remove console.writeline's in OuterEncryptionReader 2026-03-24 23:05:38 +03:00
46abdd37cc merge branch 'feature/session-timeout' 2026-03-24 23:01:49 +03:00
f851d62a2b make timer stop while editing passwords 2026-03-24 23:01:15 +03:00
c7bd61bbec merge branch 'master' into feature/session-timeout 2026-03-24 22:50:12 +03:00
136c1d26e8 fix timer ticking while adding a password 2026-03-24 22:13:59 +03:00
eb183c61ee merge 2nd fix from 'feature/confirmation-at-closing' 2026-03-23 22:30:08 +03:00
6dd2002bdc fix dialog not opening after an entry is edited 2026-03-23 22:28:56 +03:00
e078a1d5a7 merge branch 'master' into feature/confirmation-at-closing 2026-03-23 22:25:26 +03:00
5b52d7125a merge fix from 'feature/confirmation-at-closing' 2026-03-23 22:21:52 +03:00
0a2597c64a fix confirmation dialog opening while the store is locked 2026-03-23 22:21:12 +03:00
ade3ed068d add default group, use it instead of the root 2026-03-23 21:56:27 +03:00
5e91830c31 merge branch 'feature/confirmation-at-closing' 2026-03-13 14:15:45 +03:00
60dbcd2e10 set text color in confirmation dialog 2026-03-13 14:00:29 +03:00
InspectorIT
895cf8335f add the method to RepositoryWindow.axaml.cs 2026-03-03 17:49:46 +03:00
InspectorIT
9e4ac92f29 add private fields to RepositoryWindow 2026-03-03 17:47:23 +03:00
InspectorIT
6c06528c74 add Closing to RepositoryWindow.axaml 2026-03-03 17:41:58 +03:00
InspectorIT
63194d37d6 add CloseConfirmationDialog 2026-03-01 23:50:18 +03:00
00d3f47810 merge branch 'Password-Edit' 2026-03-01 20:34:09 +03:00
3b4c5252c2 merge branch 'Design&Fix' 2026-03-01 19:49:07 +03:00
175b67b22d make OnTextChanged async
for some reason before this change the program would stop responding if
  a non-existing path was chosen in the file picker. Maybe the
  .GetAwaiter().GetResult() trick does not work correctly with
  exceptions...
2026-03-01 19:42:54 +03:00
7436748057 change color of labels 2026-03-01 19:42:29 +03:00
Artem Bugaev
d77a39b98c Added timer blocking 2026-03-01 17:28:19 +03:00
InspectorIT
13139ed297 create CloseConfirmationDialog.axaml.cs file 2026-03-01 15:40:30 +03:00
InspectorIT
21a8688ad6 create CloseConfirmationDialog.axaml file 2026-03-01 15:38:24 +03:00
InspectorIT
eafa9fd558 add the hasUnsavedChanges flag to the methods 2026-03-01 15:32:44 +03:00
InspectorIT
9274126022 add the hasUnsavedChanges flag and implemented it 2026-03-01 15:06:07 +03:00
Быстров Михаил Евгеньевич
f237f0fe8f Feat/EditEntry 2026-03-01 14:58:00 +03:00
Быстров Михаил Евгеньевич
112539880a Merge/CreateVaultDialog with PasswordDialog 2026-03-01 14:06:55 +03:00
Chernykh Aleksandr
2aeb67d14b changed logif of password security strip 2026-02-28 23:44:40 +03:00
Chernykh Aleksandr
9e1d1752fa added logic of password security 2026-02-28 23:00:35 +03:00
Chernykh Aleksandr
b582a213a7 added strip below password 2026-02-28 23:00:04 +03:00
3fcdaa2f76 merge branch 'feature/password-context-menu' 2026-02-28 20:37:22 +03:00
318f385a7b implement entry deletion and toast notifications
1. add ToastNotificationHost custom control to display popup messages in
   the center of the window
2. add IPassStoreDirectory.DeleteEntry() method and implement it for
   PassStoreEntryGroup
3. make the Delete context menu option delete the selected entry and
   notify the user
2026-02-28 19:23:51 +03:00
Быстров Михаил Евгеньевич
f78b526495 Fix/AccessException 2026-02-28 15:46:36 +03:00
242dc94903 add .kkp files (from KeyKeeper itself) to .gitignore 2026-02-28 15:08:42 +03:00
d3f6536228 add context menu for password store entries 2026-02-27 21:35:20 +03:00
Быстров Михаил Евгеньевич
74e80c8485 Design/Add CreateValutWindow 2026-02-25 18:45:18 +03:00
Быстров Михаил Евгеньевич
90e583dfc9 Fix
Hide "All Passwords" button
2026-02-25 11:26:40 +03:00
2045f72fca define button styles globally 2026-02-23 23:52:10 +03:00
50228e98d9 fix double-click on an entry not working reliably 2026-02-20 21:49:00 +03:00
8ed8a0cb15 add proper handling of default entry icon 2026-02-20 21:47:36 +03:00
f59f4411ce slightly change MainWindow size, add min size 2025-12-12 00:21:37 +03:00
2c592b48d5 fix unlock button text disappearing when pointer is over it, closes #2 2025-12-12 00:21:21 +03:00
f2e9dc7285 fix password being shown below the icon instead of username 2025-12-11 23:48:53 +03:00
4600647db6 add details on v0 in README 2025-12-05 21:40:38 +03:00