all lists on lists.proxmox.com
 help / color / mirror / Atom feed
 messages from 2026-06-09 11:53:36 to 2026-06-13 03:50:56 UTC [more...]

[PATCH i18n] update Japanese translation
 2026-06-13  3:50 UTC  (3+ messages)
  ` [PATCH i18n] update Japanese translation(20260612)

[PATCH pmg-api/pmg-docs/pmg-gui v2 0/5] tracking-center: make input-base configurable
 2026-06-12 17:43 UTC  (12+ messages)
` [PATCH pmg-api v2 1/5] config: add root_only paramter option
` [PATCH pmg-api v2 2/5] config: add log-tracker-base key
` [PATCH pmg-api v2 3/5] fix #3657: api: tracking center: explicitly set input base from config
` [PATCH pmg-gui v2 4/5] fix #3657: system options: add log-tracker-base textrow
` [PATCH pmg-docs v2 5/5] pmg-log-tracker: mention that input-base can be configured via GUI
` superseded: [PATCH pmg-api/pmg-docs/pmg-gui v2 0/5] tracking-center: make input-base configurable

[PATCH pmg-api/pmg-docs/pmg-gui v3 0/5] tracking-center: make input-base configurable
 2026-06-12 17:41 UTC  (6+ messages)
` [PATCH pmg-api v3 1/5] config: add root_only paramter option
` [PATCH pmg-api v3 2/5] config: add log-tracker-base key
` [PATCH pmg-api v3 3/5] fix #3657: api: tracking center: explicitly set input base from config
` [PATCH pmg-gui v3 4/5] fix #3657: system options: add log-tracker-base textrow
` [PATCH pmg-docs v3 5/5] pmg-log-tracker: mention that input-base can be configured via GUI

[PATCH proxmox-yew-comp 0/2] fix: user_panel: show confirmation dialog and disable remove button
 2026-06-12 15:44 UTC  (3+ messages)
` [PATCH proxmox-yew-comp 1/2] fix: user_panel: show confirmation dialog before removing users
` [PATCH proxmox-yew-comp 2/2] fix: user_panel: disable "remove" button if the user is "root"

[PATCH access-control/cluster/manager/network/qemu-server 0/9] fix #7294: pool: add SDN VNets as pool members
 2026-06-12 14:17 UTC  (17+ messages)
` [PATCH pve-manager 1/9] ui: replace var with let to match style guide for variable declaration
` [PATCH pve-manager 2/9] fix #7294: api: pool: add SDN VNets as pool members
` [PATCH pve-manager 3/9] fix #7294: ui: "
` [PATCH pve-access-control 4/9] fix #7294: acl: "
` [PATCH pve-network 5/9] fix #7294: sdn: register api formats for zones and vnets
` [PATCH pve-network 6/9] fix #7294: sdn: vnet: update pool members on vnet migration and deletion
` [PATCH pve-cluster 7/9] cluster: add helpers module with version comparison functions
` [PATCH pve-cluster 8/9] fix #7294: cluster: helpers: add cluster-wide version assertion
` [PATCH qemu-server 9/9] fix #7294: helpers: use cluster-wide version helper

[PATCH manager] ui: utils: do not display 0% disk usage for vms
 2026-06-12 13:07 UTC  (2+ messages)
` applied: "

[PATCH manager/qemu-server 0/2] fix #5032: sync guest time after restore from saved state
 2026-06-12 12:29 UTC  (3+ messages)
` [PATCH qemu-server 1/2] fix #5032: qemu: sync guest time on resume and snapshot of "
` [PATCH pve-manager 2/2] fix #5032: ui: qemu agent: add set-time-on-resume option

[PATCH qemu-server] fix #7697: snapshot hook name mismatch
 2026-06-12 10:07 UTC 

[PATCH manager] ui: sdn: use unicode characters for le and ge
 2026-06-12  8:57 UTC  (4+ messages)

[PATCH i18n] update german translation
 2026-06-12  8:14 UTC 

[RFC PATCH pve-qemu] savevm-async: fix stuck paused vm after snapshot
 2026-06-12  7:53 UTC 

[PATCH qemu-server] api: create: check VM.PowerMgmt on the pool too
 2026-06-11 14:40 UTC  (2+ messages)

[PATCH pve-network 1/1] api2: evpn status: properly handle nodes field of evpn zones
 2026-06-11 16:00 UTC  (2+ messages)

[PATCH network v2] snat: handle interface lookup failures gracefully
 2026-06-11 15:20 UTC  (2+ messages)

[PATCH docs 0/1] sdn: 'Comment' is actually named 'Alias' in VNet UI
 2026-06-11 14:23 UTC  (3+ messages)
` [PATCH docs 1/1] "

[PATCH docs 0/2] software updates: improve user-facing update reference
 2026-06-11 13:58 UTC  (3+ messages)
` [PATCH pve-docs 1/2] software updates: use apt instead of apt-get
` [PATCH pve-docs 2/2] software updates: add warning about using apt upgrade

[PATCH manager] pveceph: Multi-architecture support for ceph package detection
 2026-06-11 12:56 UTC 

[PATCH manager/pmg-gui/proxmox-backup/widget-toolkit v3 0/4] blurry icons follow-up
 2026-06-11 12:33 UTC  (2+ messages)

[RFC cluster/datacenter-manager/manager/proxmox 00/17] TLS Certificate Staging
 2026-06-11 12:03 UTC  (18+ messages)
` [PATCH cluster 01/17] setup: allow caller to provide the certificate filename
` [PATCH manager 02/17] bin/api: add a new staged certificate when renewing self-signed cert
` [PATCH manager 03/17] api: certificates: if node parameter is 'localhost' return local certs
` [PATCH proxmox 04/17] client: ignore certificate trust store validation result on fp option
` [PATCH proxmox 05/17] pve-api-types: expose certificates info endpoint
` [PATCH datacenter-manager 06/17] client: don't short-circuit on valid certificate when tls fp exists
` [PATCH datacenter-manager 07/17] client: allow users to update a changed fingerprint interactively
` [PATCH datacenter-manager 08/17] cli/api-types: move Fingerprint to common api type crate
` [PATCH datacenter-manager 09/17] server: connection: report mismatching fingerprint as untrusted on probe
` [PATCH datacenter-manager 10/17] ui: wizzard: add context if a provided fingerprint did not match remote
` [PATCH datacenter-manager 11/17] ui: wizzard: nodes page: always update fingerprints on user confirmation
` [PATCH datacenter-manager 12/17] pdm-api-types: implement ApiType for Fingerprint
` [PATCH datacenter-manager 13/17] pdm-api-types: add staged_fingerprints field to NodeUrl
` [PATCH datacenter-manager 14/17] server: remotes: lock remotes config when updating it
` [PATCH datacenter-manager 15/17] server: connection: rotate in staged fingerprints when encountering them
` [PATCH datacenter-manager 16/17] server: api: tasks: move `spawn_aborted_on_shutdown()` to super module
` [PATCH datacenter-manager 17/17] server: bin: api: tasks: add task to discover new staged certificates

[PATCH pmg-docs] pmgconfig: note pmg-smtp-filter needs restart for custom check script
 2026-06-11 11:38 UTC  (4+ messages)

Question about Proxmox VE stretched cluster between two datacenters
 2026-06-11 11:34 UTC  (2+ messages)

[PATCH pmg-api v2 0/2] small improvements for log-header functionality
 2026-06-11 11:12 UTC  (4+ messages)
` [PATCH pmg-api v2 1/2] config: add log-headers to pmg-smtp-filter parameters
` [PATCH pmg-api v2 2/2] pmg-smtp-filter: log-headers: trim trailing whitespace
` applied: [PATCH pmg-api v2 0/2] small improvements for log-header functionality

[PATCH pmg-api 0/2] small improvements for log-header functionality
 2026-06-11 10:16 UTC  (6+ messages)
` [PATCH pmg-api 1/2] config: add log-headers to pmg-smtp-filter parameters
` [PATCH pmg-api 2/2] pmg-smtp-filter: log-headers: trim trailing whitespace
` superseded: [PATCH pmg-api 0/2] small improvements for log-header functionality

[PATCH pmg-api] utils: analyze custom check: remove trailing newline for error output
 2026-06-11  9:25 UTC 

[PATCH docs/network/perl-rs v2 0/5] sdn: enable force_forwarding for ipv6 forwarding
 2026-06-11  8:11 UTC  (4+ messages)
` [PATCH network v2 1/5] sdn: evpn: enable force_forwarding for ipv6 forwarding to subnets

[PATCH installer 1/2] sys: net: make routes hash always defined
 2026-06-10 19:41 UTC  (5+ messages)
` [PATCH installer 2/2] install: do not force gateway to IPv6 RA-received on non-bridged setups
` applied: [PATCH installer 1/2] sys: net: make routes hash always defined

[RFC PATCH proxmox-backup 0/6] fix #7024: client: add file statistics inside logs
 2026-06-10 18:02 UTC  (7+ messages)
` [RFC PATCH proxmox-backup 1/6] refactor: rename `ReuseStats` struct to `PxarArchiverProgressStats`
` [RFC PATCH proxmox-backup 2/6] fix #7024: pxar: show archiver summary for legacy and data mode
` [RFC PATCH proxmox-backup 3/6] refactor: use atomic values in `PxarArchiverProgressStats`
` [RFC PATCH proxmox-backup 4/6] fix #7024: cli: show number of processed files during backup
` [RFC PATCH proxmox-backup 5/6] refactor: rename `UploadCounters` to `UploadProgress`
` [RFC PATCH proxmox-backup 6/6] fix #7024: cli: add option to enable verbose logs

[PATCH log-tracker] handle smtp filter message: prevent panicking with non-standard output
 2026-06-10 14:56 UTC  (4+ messages)
` applied: "

[PATCH pmg-yew-quarantine-gui/yew-widget-toolkit 0/2] pmg mobile quarantine: work around weird chrome behavior in slidable
 2026-06-10 14:42 UTC  (4+ messages)
` [PATCH yew-widget-toolkit 1/2] slidable: revert markup with old `x_actions` interface
` [PATCH pmg-yew-quarantine-gui 2/2] spam list: use new slidable interface
` applied: [PATCH pmg-yew-quarantine-gui/yew-widget-toolkit 0/2] pmg mobile quarantine: work around weird chrome behavior in slidable

[PATCH manager v2] ui: qemu: boot order: warn of missing pxe support for ovmf
 2026-06-10 13:43 UTC  (3+ messages)
` superseded: "

[PATCH manager v2] ui: qemu: boot order: warn of missing pxe support for ovmf
 2026-06-10 13:43 UTC  (2+ messages)

[PATCH manager v2] fix #4503: ui: qemu: add detect zeroes disk option
 2026-06-10 13:18 UTC 

[PATCH pmg-api 1/3] pmgpolicy: fix failing run_command in children
 2026-06-10 12:28 UTC  (5+ messages)
` [RFC PATCH pmg-api 2/3] pmgpolicy: mimic Net::Server::PreForkSimple's signal handlers in child
` [PATCH pmg-api 3/3] Revert "d/control: depend on proxmox-enterprise-support-keyring"
` applied: [PATCH pmg-api 1/3] pmgpolicy: fix failing run_command in children

[PATCH pmg-api] config: smtp-welcomelist: avoid short-circuiting due to side-effects
 2026-06-10  9:57 UTC  (2+ messages)
` applied: "

[PATCH pmg-api/pmg-docs/pmg-gui 0/4] tracking-center: make input-base configurable
 2026-06-10  9:25 UTC  (2+ messages)
` superseded: "

[PATCH pmg-api] fix missing postfix welcomelist update
 2026-06-10  9:00 UTC  (2+ messages)
` applied: "

[PATCH v3 i18n 0/1] add pgettext() and npgettext() support for context-aware translations
 2026-06-10  8:04 UTC  (2+ messages)
` superseded: "

[PATCH v4 i18n 0/1] add pgettext() and npgettext() support for context-aware translations
 2026-06-10  7:59 UTC  (2+ messages)
` [PATCH v4 i18n 1/1] "

[PATCH installer] gui: redraw window after closing disk setup dialog
 2026-06-09 22:22 UTC  (2+ messages)
` applied: "

[PATCH pve-common/pmg-api/pmg-docs/pmg-gui 00/15] fix #3226: add support for encrypted backups
 2026-06-09 21:58 UTC  (2+ messages)
` applied: "

[PATCH pve-common] json schema: display nested oneOf error messages
 2026-06-09 21:58 UTC  (2+ messages)
` applied: "

[PATCH yew-widget-toolkit v2 1/2] touch: side dialog: prevent gestures on scrolling inner elements
 2026-06-09 16:50 UTC  (2+ messages)
` applied: "

[PATCH yew-widget-toolkit] touch: slidable: use bounding client rect for width
 2026-06-09 16:50 UTC  (2+ messages)
` applied: "

[PATCH yew-widget-toolkit 1/2] widget: theme mode selector: add tooltips for the different modes
 2026-06-09 16:50 UTC  (2+ messages)
` applied: "

[PATCH yew-widget-toolkit 1/2] touch: slidable: properly use builder methods for style/css
 2026-06-09 16:50 UTC  (3+ messages)
` [PATCH yew-widget-toolkit 2/2] touch: slidable: improve action interface
` applied: [PATCH yew-widget-toolkit 1/2] touch: slidable: properly use builder methods for style/css

[PATCH pmg-gui v2] spam quarantine: add keyboard shortcut for mark-unseen action
 2026-06-09 16:27 UTC  (2+ messages)
` applied: "

[PATCH pmg-gui] quarantine: improve button layout
 2026-06-09 16:27 UTC  (2+ messages)
` applied: "

[PATCH pmg-yew-quarantine-gui/yew-widget-toolkit-assets 0/2] add 'mark as unseen' action in spam list
 2026-06-09 15:28 UTC  (2+ messages)
` applied: "

[PATCH-SERIES guest-common/qemu-server 0/4] remote migration (and drive mirror) improvements
 2026-06-09 14:28 UTC  (5+ messages)
` [PATCH guest-common 1/4] storage tunnel: query disk import: adapt to current signature for file_size_info()
` [PATCH guest-common 2/4] storage tunnel: disk migration: bump timeout for image check after import
` [PATCH qemu-server 3/4] remote migration: mtunnel: avoid warning from superfluous call for removing dbus-vmstate
` [PATCH qemu-server 4/4] block job: mirror: use correct unit for logging bandwidth limit

[PATCH pmg-gui v2] ui: pbs snapshotview: set fixed width for verify toast
 2026-06-09 13:42 UTC  (2+ messages)
` applied: "

[PATCH pmg-gui] ui: pbs snapshotview: set minWidth for verify toast
 2026-06-09 13:36 UTC  (4+ messages)
` superseded: "

[RFC cluster/docs/ifupdown2/manager/network/proxmox{-ebpf,-ve-rs,-perl-rs} 00/16] sdn: add microsegmentation support
 2026-06-09 13:25 UTC  (17+ messages)
` [PATCH proxmox-ebpf 01/16] agent: add userspace coordinator and stateless policy subsystem
` [PATCH proxmox-ebpf 02/16] bpf: add bridge subsystem
` [PATCH proxmox-ebpf 03/16] debian: add packaging and boot-time oneshot unit
` [PATCH proxmox-ve-rs 04/16] ve-config: sdn: add microseg config types
` [PATCH proxmox-perl-rs 05/16] sdn: add microseg config binding
` [PATCH pve-cluster 06/16] cfs: add 'sdn/microseg.cfg' to observed files
` [PATCH pve-network 07/16] sdn: microseg: add config and API
` [PATCH pve-network 08/16] sdn: zones: trigger microseg apply on tap_plug
` [PATCH pve-network 09/16] sdn: zones: add vxlan-gbp option to vxlan and evpn zones
` [PATCH pve-network 10/16] evpn: disable vxlan-learning on create if GBP is enabled
` [PATCH pve-manager 11/16] ui: sdn: add microsegmentation
` [PATCH pve-manager 12/16] network: apply microseg state on reload
` [PATCH pve-manager 13/16] ui: sdn: zones: add vxlan-gbp checkbox to vxlan and evpn
` [PATCH pve-docs 14/16] sdn: add microsegmentation section
` [PATCH pve-docs 15/16] sdn: add VXLAN-GBP flag to evpn/vxlan zone sections
` [PATCH ifupdown2 16/16] d/patches: add support for VXLAN-GBP flag

[PATCH many v6 0/3] fix #5076: add support for open id audiences
 2026-06-09 13:17 UTC  (5+ messages)
` [PATCH widget-toolkit v6 1/3] fix #5076: ui: dc: add an optional "audiences" field for open id realms
` [PATCH pmg-api v6 2/3] fix #5076: auth: openid: add support for an optional "audiences" field
` [PATCH pmg-gui v6 3/3] fix #5076: auth edit open id: add an optional audiences field
` partially-applied: [PATCH many v6 0/3] fix #5076: add support for open id audiences

[PATCH common/proxmox-acme 0/2] fix #5978: pem parser: relax parsing of chain entries
 2026-06-09 13:15 UTC  (3+ messages)
` [PATCH common 1/2] fix #5978: pem parser: relax parsing of chain entries:
` [PATCH proxmox-acme 2/2] "

[PATCH many v5 0/8] fix #5076: add support for open id audiences
 2026-06-09 12:23 UTC  (2+ messages)

[PATCH manager] ui: qemu: boot order: warn of missing pxe support for ovmf
 2026-06-09 12:12 UTC  (2+ messages)
` superseded: "

[PATCH qemu-server] fix #7480: api: apply tag case-sensitivity setting on VM creation
 2026-06-09 12:11 UTC  (2+ messages)

[PATCH installer/pmg-api v2 0/2] ensure clamav-daemon is enabled
 2026-06-09 12:06 UTC  (2+ messages)
` applied: "


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal