50 Commits

Author SHA1 Message Date
bf62054c2b make windows work again 2025-01-03 07:52:10 -05:00
cd4c613758 improve start-minimized and start-on-login behavior
Previously, when Creddy was configured to start minimized, it would always start minimized, regardless of how it was launched. Really, though, when you use this setting what you probably want is for it to start minimized only when it's being launched automatically, i.e. on login. This update changes its behavior so that it will only start minimized when auto-launching.

Additionally, if Creddy detects on startup that its start-on-login configuration doesn't match the system, it will modify its own settings to match the system (unless it's the very first launch, of course.) That way if you disable Creddy's start-on-login behavior from your system dialog, it will respect your change.
2024-12-30 21:09:45 -05:00
4c18de8b7a fix docker credential helper when credentials are not found 2024-12-28 06:59:09 -05:00
9e9bc2b0ae separate dev and production instances and add visual indicators of dev mode 2024-12-27 08:17:49 -05:00
07bf98e522 bump version to 0.6.0 2024-11-25 14:58:53 -05:00
02ba19d709 switch to clap derive instead of builder 2024-07-15 14:54:25 -04:00
55801384eb split into workspace so CLI can be a standalone crate 2024-07-15 10:34:51 -04:00
cab5ec40cc make server_addr configurable for client 2024-07-12 14:50:36 -04:00
a32e36be7e fix RSA key signatures 2024-07-04 21:57:27 -04:00
10231df860 add alternate entry mode for ssh keys 2024-07-03 16:28:31 -04:00
0124f77f7b initial working implementation of ssh agent 2024-07-03 06:33:58 -04:00
a3a11897c2 persistence for ssh keys 2024-07-01 13:27:20 -04:00
f311fde74e fix permissions errors and terminal launching 2024-06-29 20:42:51 -04:00
8c668e51a6 still in progress 2024-06-25 15:19:29 -04:00
d0a2532c27 start working on generalizing credential logic 2024-06-16 07:08:10 -04:00
0491cb5790 fix error popup on startup 2024-06-03 01:33:35 -04:00
816bd7db00 upgrade to tauri 2.0 beta 2024-06-02 17:20:37 -04:00
86896d68c2 update Cargo.lock 2024-02-24 19:42:39 -08:00
141334f7e2 add idle timeout and version on settings screen 2024-01-31 13:14:08 -08:00
70e23c7e20 add version to BaseCredentials 2024-01-23 10:58:39 -08:00
1df849442e cancel approval flow on frontend when request is abandoned by client 2024-01-21 13:46:39 -08:00
7fdb336c79 rework approval buttons and add hotkey for base approval 2024-01-20 11:06:27 -08:00
dd40eb379e update dependencies 2024-01-10 16:31:10 -08:00
3f4efc5f8f bump version to 0.4.0 2023-10-09 10:06:28 -07:00
2079f99d04 bump version to 0.3.4 2023-10-08 22:53:22 -07:00
1047818fdc basic implementation of named-pipe server 2023-09-18 20:13:29 -07:00
Joseph Montanaro
992d2a4d06 show non-fatal setup errors on home screen instead of in popup 2023-09-14 15:13:19 -07:00
Joseph Montanaro
12f0f187a6 update cargo and npm 2023-09-14 12:49:45 -07:00
Joseph Montanaro
e1c2618dc8 bump version 2023-09-12 15:31:03 -07:00
f522674a1c don't remove request from state until after re-hiding window 2023-09-12 11:47:33 -07:00
89bc74e644 start working on terminal launcher 2023-08-02 19:57:37 -07:00
Joseph Montanaro
52c949e396 v0.2.3 2023-07-11 10:35:56 -07:00
Joseph Montanaro
d7c5c2f37b update dependencies 2023-07-11 09:52:13 -07:00
7501253970 add separate binary for Windows CLI 2023-05-15 13:09:26 -07:00
ddd1005067 switch crypto implementation and add spinner 2023-05-08 22:14:35 -07:00
e866a4a643 change location of dev db and bump version 2023-05-06 22:09:41 -07:00
616600687d add show/exec commands and refactor AppState 2023-05-06 12:01:56 -07:00
Joseph Montanaro
e8b8dc2976 cargo update 2023-05-02 15:24:46 -07:00
886fcd9bb8 restrictive CSP and tauri allowlist 2023-05-01 09:05:46 -07:00
55775b6b05 move error dialog to trait 2023-04-30 14:10:21 -07:00
b761d3b493 find data dir properly 2023-04-28 22:34:17 -07:00
Joseph Montanaro
741169d807 start on login 2023-04-27 14:24:08 -07:00
Joseph Montanaro
cb26201506 unproductive flailing 2022-12-28 15:48:25 -08:00
Joseph Montanaro
61d674199f store config in database, macro for state access 2022-12-22 16:36:32 -08:00
Joseph Montanaro
5ffa55c03c basic system tray functionality 2022-12-21 14:49:01 -08:00
Joseph Montanaro
856b6f1e1b use thiserror for errors 2022-12-21 11:01:34 -08:00
Joseph Montanaro
3d5cbedae1 working basic flow 2022-12-19 15:26:44 -08:00
1e4e1c9a5f encrypt/decrypt and db interaction 2022-12-03 21:47:09 -08:00
196510e9a2 connect to db on startup 2022-12-02 22:59:13 -08:00
b30e8bcea1 initial commit 2022-08-15 20:37:23 -07:00