171 Commits

Author SHA1 Message Date
72bfd13f5c merge branch 'fix/window-min-size' v1.0 2026-03-27 20:42:45 +03:00
def5f1f0e4 merge branch 'feature/totp' 2026-03-27 20:36:31 +03:00
e66ac11718 implement showing TOTP codes 2026-03-27 20:32:36 +03:00
663831989f change EntryEditWindow height 2026-03-27 20:10:00 +03:00
3532ea09f3 merge branch 'feature/ui-polish' 2026-03-27 20:05:19 +03:00
e0b30209cd add UI to configure TOTP 2026-03-27 19:59:20 +03:00
Кристина
ec94070060 Задать ограничения размеров окна #3 2026-03-27 19:40:49 +03:00
b4dffc5af2 merge branch 'feature/ui-polish' into feature/totp 2026-03-27 17:16:14 +03:00
4cc58740e0 fix EntryEditWindow 2026-03-27 15:22:16 +03:00
848a6cbbb8 fix password list margin 2026-03-27 14:23:25 +03:00
9ed68588c3 make Ctrl+C on an entry copy its password 2026-03-27 14:07:50 +03:00
3b8b7217a1 add logo instead of text in RepositoryWindow 2026-03-27 13:06:16 +03:00
60186be2f3 change text over the recent files list 2026-03-27 13:00:15 +03:00
Chernykh Aleksandr
77b50b6bf2 closing the repository closes keykeeper 2026-03-27 11:11:49 +03:00
0d08e57cf7 rename CreateVaultFileWindow to CreateVaultDialog to be consistent with file names 2026-03-26 21:43:12 +03:00
fc5ec11a84 escape to close CreateVaultDialog + fix indentation in XAML 2026-03-26 21:39:15 +03:00
81335ce7ad add enter shortcut for unlocking the store 2026-03-26 20:42:17 +03:00
120c99dbb9 the unlock password text box now takes focus automatically 2026-03-26 20:14:42 +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
ebe779a783 add TOTP parameters to the file format 2026-03-26 14:38:54 +03:00
fafdbd11c0 add TotpParameters class 2026-03-25 21:25:57 +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