No description
  • Rust 99.8%
  • Makefile 0.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Lukas Wagner 2384eea02c fix #7963: acme: filter ACME DNS Plugins by their human-readable name
In the picker, we only show the human-readable plugin name. For some
plugins, this name differs from the actual plugin id (example:
"Cloudflare Managed DNS" has id "cf"), which makes filtering behavior
unexpected for users.

Fixed by setting a custom filter function for the underlying GridPicker.

The filter function uses `contains` instead of `starts_with`, as doing
so makes it easier to find certain plugins where human-readable name
does not start with most commonly used term for the service. For
instance, some users might type `aws` or `route 53` to find the
`Amazon Route 53 (AWS)` plugin.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
Link: https://lore.proxmox.com/20260824074947.91606-1-l.wagner@proxmox.com
2026-08-24 09:57:24 +02:00
.cargo rename .cargo/config to .cargo/config.toml 2024-08-12 11:02:29 +02:00
debian bump version to 0.8.20 2026-07-19 17:22:31 +02:00
src fix #7963: acme: filter ACME DNS Plugins by their human-readable name 2026-08-24 09:57:24 +02:00
.gitignore Add build directory to .gitignore 2026-04-02 11:11:52 +02:00
Cargo.toml bump version to 0.8.20 2026-07-19 17:22:31 +02:00
js-helper-module.js js-helper: clear the auth cookie across all paths 2026-06-28 23:58:57 +02:00
Makefile make: fix build targets 2025-10-17 00:47:15 +02:00
TODO.md TODO: add todo list 2023-10-04 07:05:39 +02:00