Christian Visintin
1b79a6fc91
refactor: split auth form components by protocol
2026-04-19 01:54:46 +05:30
Christian Visintin
bc4b096077
fix: stabilize core error handling
...
Remove production panic and unwrap paths from core modules.
Propagate bookmark encryption failures, harden file watcher and temp mapped file handling, and clean up dead code in shared utilities.
2026-04-19 01:54:46 +05:30
Christian Visintin
0d24662b3d
refactor: migrate from mod.rs to named module files
2026-04-19 01:54:46 +05:30
Christian Visintin
5758a12c3b
fix: replace assert! calls in UI activities with graceful error handling
2026-04-19 01:54:46 +05:30
Christian Visintin
f4156a5059
feat: Import bookmarks from ssh config with a CLI command ( #364 )
...
Linux / build (push) Has been cancelled
MacOS / build (push) Has been cancelled
Windows / build (push) Has been cancelled
* feat: Import bookmarks from ssh config with a CLI command
Use import-ssh-hosts to import all the possible hosts by the configured ssh config or the default one on your machine
closes #331
2025-11-08 15:32:52 +01:00
Christian Visintin
4bebec369f
fix: Issues with update checks ( #363 )
...
Linux / build (push) Has been cancelled
MacOS / build (push) Has been cancelled
Windows / build (push) Has been cancelled
Removed error popup message if failed to check for updates.
Prevent long timeouts when checking for updates if the network is down or the DNS is not working.
closes #354
2025-10-02 21:27:51 +02:00
veeso
783da22ca2
feat: **Updated dependencies** and updated the Rust edition to 2024
2025-06-08 18:00:42 +02:00
veeso
806793421e
fix(bookmarks): Local directory path is not switching to what's specified in the bookmark
...
closes #316
2025-03-22 13:25:29 +01:00
veeso
dd35fe825c
fix(ui): fixed input mask on host bridge on local dir up
...
if you go up on local dir when localhost is selected it panics
fix #327
2025-03-15 14:24:24 +01:00
veeso
b0f314837e
build(deps): updated dependencies and edition to 2024
2025-03-15 14:15:45 +01:00
veeso
e45c3d5b4e
fix: gg rust 1.82 for introducing a nice breaking change in config which was not mentioned in changelog
Install.sh / build (push) Has been cancelled
Linux / build (push) Has been cancelled
MacOS / build (push) Has been cancelled
Windows / build (push) Has been cancelled
2024-10-21 11:09:50 +02:00
veeso
69f821baef
fix: cfg unix forbidden in rust .82
Install.sh / build (push) Waiting to run
Linux / build (push) Waiting to run
MacOS / build (push) Waiting to run
Windows / build (push) Waiting to run
2024-10-21 10:32:50 +02:00
Christian Visintin
7eb913ec7b
fix: tuirealm 2.x ( #299 )
2024-10-14 09:55:52 +02:00
Christian Visintin
aab266a661
285 feature request multi host ( #293 )
2024-10-07 16:27:45 +02:00
Christian Visintin
ae1638ee17
feat: Pods and container explorer for Kube protocol ( #281 )
2024-10-02 12:24:46 +02:00
veeso
17719ea370
feat: init 0.15
2024-09-30 12:06:03 +02:00
Christian Visintin
f757336d75
feat: kube protocol support ( #267 )
2024-07-17 11:59:30 +02:00
Christian Visintin
c7469b8594
feat: WebDAV support ( #235 )
2024-03-02 19:23:27 +01:00
veeso
19992402e2
fix: panic if the terminal screen is too small
2023-10-01 16:18:11 +02:00
Christian Visintin
ca005cbecd
save local file paths in bookmark ( #204 )
...
* fix: renamed Bookmark 'directory' to 'remote_path' (keep name in file)
* feat: local_path as file transfer parameter and in bookmark
2023-07-06 16:05:22 +02:00
Christian Visintin
b7369162d2
SMB support ( #184 )
...
* feat: smb client
* fix: smb connection
* fix: smbclient deps
* feat: SMB mentions to user manual
* feat: changelog
* dlib macos
* fix: removed smb support from macos :(
* fix: restored libsmbclient build
* fix: strange lint message
* fix: macos build smb
* fix: macos build smb
* fix: macos tests
* fix: macos lint
* feat: SMB windows support
* fix: windows tests
2023-05-13 15:00:16 +02:00
veeso
c5eeae74b7
fmt
2023-05-09 15:40:21 +02:00
Christian Visintin
9009002b6e
debug log belongs in cache directory not config directory ( #179 )
...
* log files are now written to cache dir instead of config dir
* lint
* fmt
2023-05-09 15:32:42 +02:00
veeso
1db2ff7ec5
Popup with fixed sizes or percentage
2023-02-11 12:23:56 +01:00
veeso
4d5f3a6b63
lint
2023-02-11 12:23:56 +01:00
veeso
62003308a7
lint
2023-02-11 12:23:56 +01:00
veeso
6a5c248d35
Yes/No dialogs are now answerable by pressing Y or N on your keyboard
2022-08-30 15:29:34 +02:00
veeso
a22c5025d7
lint
2022-08-17 10:33:31 +02:00
veeso
0057a657d2
removed license headers
2022-06-09 14:28:02 +02:00
veeso
2caa0432df
Remote directory path in authentication form and in bookmarks parameters
2022-05-03 15:37:00 +02:00
Christian Visintin
e0d8b80cdf
Bookmark name as hostname for cli args ( #111 )
...
bookmark name as hostname for cli args
2022-05-03 11:54:48 +02:00
veeso
c45ebec261
Fixed AltGr characters not allowed in auth form
2022-03-09 15:13:08 +01:00
veeso
babbc5eadb
new-path-style and endpoint s3 params
2022-03-05 11:06:14 +01:00
veeso
f28dba7660
added new s3 params
2022-03-05 11:06:14 +01:00
veeso
c5eba4b56a
changed 'AWS S3' to 'S3' in forms
2022-03-05 11:06:14 +01:00
veeso
587d7da2cb
re-use code with handle input ev
2022-01-06 10:44:34 +01:00
Christian Visintin
7d55563556
Aws s3 connection parameters extension ( #89 )
...
* Aws s3 connection parameters extension
* Changed 'save password?' popup to 'change secrets?'
* missing docs
2022-01-06 10:44:34 +01:00
veeso
edd0842273
Redraw UI on window resize
2022-01-06 10:44:34 +01:00
veeso
84cb775679
Categorize Auth activity msg
2022-01-06 10:44:34 +01:00
veeso
a93dbde0c8
Added help footers
2022-01-06 10:44:34 +01:00
Christian Visintin
e6ba4d8430
SSH configuration path ( #84 )
...
SSH configuration
2022-01-06 10:44:34 +01:00
veeso
027545f14c
Removed docs headers
2022-01-06 10:44:34 +01:00
veeso
df7a4381c4
Removed filetransfer module; migrated to remotefs crate
2022-01-06 10:44:34 +01:00
veeso
54b5583d1a
Migrated termscp to tui-realm 1.x
2022-01-06 10:44:34 +01:00
veeso
4b9d23cc3a
Reuse mounts
2021-09-30 09:33:34 +02:00
veeso
198d421ab0
Notifications
2021-09-28 12:44:51 +02:00
veeso
63e7023342
Re-use mounts in UI
2021-09-19 11:16:18 +02:00
veeso
77476596f4
Fixed new version check
2021-09-16 16:54:43 +02:00
veeso
06a67de14f
Auto update (w/ cli)
2021-09-12 10:00:56 +02:00
veeso
3f31800158
Updated dependencies
2021-09-11 21:53:38 +02:00