all lists on lists.proxmox.com
 help / color / mirror / Atom feed
[yew-devel] [RFC yew-comp/yew-widget-toolkit 0/2] add helpers to get a record via a Selection from a Store
 2025-11-06 14:48 UTC  (2+ messages)

[yew-devel] [PATCH yew-comp/yew-widget-toolkit v2 0/2] add helpers to get a record via a Selection from a Store
 2025-11-06 14:47 UTC  (3+ messages)
` [yew-devel] [PATCH yew-widget-toolkit v2 1/1] store: add helper methods to extract a record via a selection
` [yew-devel] [PATCH yew-comp v2 1/1] token panel: use new `selected_record` helper

[pve-devel] [PATCH-SERIES qemu/swtpm/storage/qemu-server/manager v2 00/16] fix #4693: drive: allow non-raw image formats for TPM state drive
 2025-11-06 14:47 UTC  (6+ messages)
` [pve-devel] [PATCH qemu-server v2 06/16] qmp client: better abstract peer in preparation for qemu-storage-daemon
` [pve-devel] [PATCH qemu-server v2 13/16] introduce QSD module for qemu-storage-daemon functionality

[pdm-devel] [PATCH datacenter-manager/proxmox/yew-comp v2 00/10] add support for checking acl permissions in (yew) front-ends
 2025-11-06 14:40 UTC  (2+ messages)
` [pdm-devel] Superseded: "

[pdm-devel] [PATCH datacenter-manager/proxmox/yew-comp v3 00/10] add support for checking acl permissions in (yew) front-ends
 2025-11-06 14:38 UTC  (11+ messages)
` [pdm-devel] [PATCH proxmox v3 1/5] access-control: add acl feature to only expose types and the AclTree
` [pdm-devel] [PATCH proxmox v3 2/5] access-control: use format strings where possible
` [pdm-devel] [PATCH proxmox v3 3/5] access-control: move functions querying privileges to the AclTree
` [pdm-devel] [PATCH proxmox v3 4/5] access-control: derive Debug and PartialEq on AclTree and AclTreeNode
` [pdm-devel] [PATCH proxmox v3 5/5] access-control: allow reading all acls of the current authid
` [pdm-devel] [PATCH yew-comp v3 1/2] acl_context: add AclContext and AclContextProvider
` [pdm-devel] [PATCH yew-comp v3 2/2] http_helpers: reload LocalAclTree when logging in or refreshing a ticket
` [pdm-devel] [PATCH datacenter-manager v3 1/3] server/api-types: move AccessControlConfig to shared api types
` [pdm-devel] [PATCH datacenter-manager v3 2/3] ui: add an AclContext via the AclContextProvider to the main app ui
` [pdm-devel] [PATCH datacenter-manager v3 3/3] ui: main menu: use the AclContext to hide the Notes if appropriate

[pbs-devel] [PATCH proxmox-backup v3 00/23] fix chunk upload/insert, rename corrupt chunks and GC race conditions for s3 backend
 2025-11-06 14:01 UTC  (31+ messages)
` [pbs-devel] [PATCH proxmox-backup v3 01/23] sync: pull: instantiate backend only once per sync job
` [pbs-devel] [PATCH proxmox-backup v3 02/23] api/datastore: move group notes setting to the datastore
` [pbs-devel] [PATCH proxmox-backup v3 03/23] api/datastore: move snapshot deletion into dedicated datastore helper
` [pbs-devel] [PATCH proxmox-backup v3 04/23] api/datastore: move backup log upload by implementing "
` [pbs-devel] [PATCH proxmox-backup v3 05/23] api: backup: use datastore add_blob helper for backup session
` [pbs-devel] [PATCH proxmox-backup v3 06/23] api/datastore: add dedicated datastore helper to set snapshot notes
` [pbs-devel] [PATCH proxmox-backup v3 07/23] api/datastore: move s3 index upload helper to datastore backend
` [pbs-devel] [PATCH proxmox-backup v3 08/23] datastore: refactor chunk insert based on backend
` [pbs-devel] [PATCH proxmox-backup v3 09/23] verify: rename corrupted to corrupt in log output and function names
` [pbs-devel] [PATCH proxmox-backup v3 10/23] verify/datastore: make rename corrupt chunk a datastore helper method
` [pbs-devel] [PATCH proxmox-backup v3 11/23] datastore: refactor rename_corrupt_chunk error handling
` [pbs-devel] [PATCH proxmox-backup v3 12/23] chunk store: implement per-chunk file locking helper for s3 backend
` [pbs-devel] [PATCH proxmox-backup v3 13/23] datastore: acquire chunk store mutex lock when renaming corrupt chunk
` [pbs-devel] [PATCH proxmox-backup v3 14/23] datastore: get per-chunk file lock for chunk rename on s3 backend
` [pbs-devel] [PATCH proxmox-backup v3 15/23] fix #6961: datastore: verify: evict corrupt chunks from in-memory LRU cache
` [pbs-devel] [PATCH proxmox-backup v3 16/23] datastore: add locking to protect against races on chunk insert for s3
` [pbs-devel] [PATCH proxmox-backup v3 17/23] GC: fix race with chunk upload/insert on s3 backends
` [pbs-devel] [PATCH proxmox-backup v3 18/23] GC: lock chunk marker before cleanup in phase 3 "
` [pbs-devel] [PATCH proxmox-backup v3 19/23] datastore: GC: drop overly verbose info message during s3 chunk sweep
` [pbs-devel] [PATCH proxmox-backup v3 20/23] chunk store: reduce exposure of clear_chunk() to crate only
` [pbs-devel] [PATCH proxmox-backup v3 21/23] chunk store: make chunk removal a helper method of the chunk store
` [pbs-devel] [PATCH proxmox-backup v3 22/23] GC: fix deadlock for cache eviction and garbage collection
` [pbs-devel] [PATCH proxmox-backup v3 23/23] chunk store: never fail when trying to remove missing chunk file
` [pbs-devel] partially applied: [PATCH proxmox-backup v3 00/23] fix chunk upload/insert, rename corrupt chunks and GC race conditions for s3 backend

[pbs-devel] [PATCH proxmox-backup] chunk store: fix race window between chunk stat and gc cleanup
 2025-11-06 13:56 UTC  (2+ messages)

[pdm-devel] [PATCH datacenter-manager v2 00/12] backend implementation for view filters
 2025-11-06 13:46 UTC  (34+ messages)
` [pdm-devel] [PATCH datacenter-manager v2 01/12] pdm-api-types: views: add ViewFilterConfig type
` [pdm-devel] [PATCH datacenter-manager v2 02/12] pdm-config: views: add support for view-filters
` [pdm-devel] [PATCH datacenter-manager v2 03/12] acl: add '/view' and '/view/{view-id}' as allowed ACL paths
` [pdm-devel] [PATCH datacenter-manager v2 04/12] views: add implementation for view filters
` [pdm-devel] [PATCH datacenter-manager v2 05/12] views: add tests for view filter implementation
` [pdm-devel] [PATCH datacenter-manager v2 06/12] api: resources: list: add support for view-filter parameter
` [pdm-devel] [PATCH datacenter-manager v2 07/12] api: resources: top entities: "
` [pdm-devel] [PATCH datacenter-manager v2 08/12] api: resources: status: "
` [pdm-devel] [PATCH datacenter-manager v2 09/12] api: subscription "
` [pdm-devel] [PATCH datacenter-manager v2 10/12] api: remote-tasks: "
` [pdm-devel] [PATCH datacenter-manager v2 11/12] pdm-client: resource list: add "
` [pdm-devel] [PATCH datacenter-manager v2 12/12] pdm-client: top entities: "
` [pdm-devel] superseded: [PATCH datacenter-manager v2 00/12] backend implementation for view filters

[pdm-devel] [PATCH datacenter-manager v3 00/11] backend implementation for view filters
 2025-11-06 13:43 UTC  (12+ messages)
` [pdm-devel] [PATCH datacenter-manager v3 01/11] pdm-api-types: views: add ViewConfig type
` [pdm-devel] [PATCH datacenter-manager v3 02/11] pdm-config: views: add support for views
` [pdm-devel] [PATCH datacenter-manager v3 03/11] acl: add '/view' and '/view/{view-id}' as allowed ACL paths
` [pdm-devel] [PATCH datacenter-manager v3 04/11] views: add implementation for view resource filtering
` [pdm-devel] [PATCH datacenter-manager v3 05/11] api: resources: list: add support for view parameter
` [pdm-devel] [PATCH datacenter-manager v3 06/11] api: resources: top entities: "
` [pdm-devel] [PATCH datacenter-manager v3 07/11] api: resources: status: "
` [pdm-devel] [PATCH datacenter-manager v3 08/11] api: subscription "
` [pdm-devel] [PATCH datacenter-manager v3 09/11] api: remote-tasks: "
` [pdm-devel] [PATCH datacenter-manager v3 10/11] pdm-client: resource list: add view-filter parameter
` [pdm-devel] [PATCH datacenter-manager v3 11/11] pdm-client: top entities: "

[pve-devel] [PATCH proxmox-i18n] update Japanese translations
 2025-11-06 13:25 UTC  (2+ messages)

[pve-devel] [PATCH container 1/1] Fix #6989: cloudinit: Enable joliet ISO extension for config disks
 2025-11-06 13:17 UTC  (2+ messages)

[pve-devel] Storage Plugin GUI
 2025-11-06 13:06 UTC 

[pve-devel] [RFC installer] d/rules: allow for local testing suffixes to debian versions
 2025-11-06 12:54 UTC 

[pve-devel] [RFC access-control/manager/proxmox{, -yew-comp, -datacenter-manager}/xtermjs 00/11] add remote node shell
 2025-11-06 12:51 UTC  (18+ messages)
` [pve-devel] [PATCH pve-xtermjs 1/1] xtermjs: add support for remote node shells via PDM
` [pve-devel] [PATCH access-control 1/1] api: ticket: allow token-owned VNC ticket verification
` [pve-devel] [PATCH manager 1/2] api: termproxy/vncwebsocket: allow tokens
` [pve-devel] [PATCH manager 2/2] api: termproxy: add description to return schema
` [pve-devel] [PATCH proxmox 1/2] pve-api-types: add termproxy call and types
` [pve-devel] [PATCH proxmox 2/2] http: websocket: add proxy helper
` [pve-devel] [PATCH proxmox-yew-comp 1/1] xtermjs: add remote support
` [pve-devel] [PATCH proxmox-datacenter-manager 1/4] connection: add access to "raw" client
` [pve-devel] [PATCH proxmox-datacenter-manager 2/4] api: pve: add termproxy endpoint
` [pve-devel] [PATCH proxmox-datacenter-manager 3/4] api: pve: add vncwebsocket endpoint
` [pve-devel] [PATCH proxmox-datacenter-manager 4/4] ui: pve: node: add shell tab
  ` [pdm-devel] [pve-devel] [RFC access-control/manager/proxmox{, -yew-comp, -datacenter-manager}/xtermjs 00/11] add remote node shell

[pdm-devel] [PATCH datacenter-manager/proxmox/yew-comp 0/6] add node status panel to proxmox datacenter manager
 2025-11-06 12:46 UTC  (4+ messages)
` [pdm-devel] Superseded: "

[pdm-devel] [PATCH datacenter-manager/proxmox/yew-comp 0/6] add node status panel to proxmox datacenter manager
 2025-11-06 12:44 UTC  (8+ messages)
` [pdm-devel] [PATCH proxmox 1/1] node-status: add node status crate
` [pdm-devel] [PATCH yew-comp 1/2] node info: extend NodeStatus enum to include NodeStatus from proxmox-rs
` [pdm-devel] [PATCH yew-comp 2/2] node status panel: add a panel that show the current status of a node
` [pdm-devel] [PATCH datacenter-manager 1/3] api-types/api: add endpoints for querying the node's status
` [pdm-devel] [PATCH datacenter-manager 2/3] ui: make NodeStatusPanel available as a widget
` [pdm-devel] [PATCH datacenter-manager 3/3] nodes: remove unnecessary rustfmt::skip macro

[pve-devel] [PATCH installer v2 00/15] support network interface name pinning
 2025-11-06 12:06 UTC  (5+ messages)
` [pve-devel] [PATCH installer v2 15/15] gui: add support for pinning network interface names

[pbs-devel] [PATCH proxmox{, -backup} 0/5] parallelize chunk reads in verification
 2025-11-06 11:57 UTC  (19+ messages)
` [pbs-devel] [PATCH proxmox 1/1] pbs-api-types: jobs: verify: add worker-threads to VerificationJobConfig
` [pbs-devel] [PATCH proxmox-backup 1/4] api: verify: move chunk loading into parallel handler
` [pbs-devel] [PATCH proxmox-backup 2/4] api: verify: use worker-threads to determine the number of threads to use
` [pbs-devel] [PATCH proxmox-backup 3/4] api: verify: add worker-threads to update endpoint
` [pbs-devel] [PATCH proxmox-backup 4/4] ui: verify: add option to set number of threads for job

[pbs-devel] [PATCH proxmox{, -backup} 0/6] add user specific rate-limits
 2025-11-06  9:41 UTC  (2+ messages)

[pbs-devel] [RFC proxmox{, -backup} 0/6] add support for configuring max
 2025-11-06  9:41 UTC  (2+ messages)

[pve-devel] [PATCH pve-manager 1/1] api: apt: add 'all' option to Arch property
 2025-11-06  9:13 UTC  (2+ messages)

[pdm-devel] [PATCH proxmox{, -yew-comp, -datacenter-manager} 00/13] add basic integration of PVE firewall
 2025-11-05 16:37 UTC  (4+ messages)
` [pdm-devel] [PATCH proxmox 5/5] pve-api-types: regenerate
` [pdm-devel] superseded: [PATCH proxmox{, -yew-comp, -datacenter-manager} 00/13] add basic integration of PVE firewall

[pdm-devel] [PATCH proxmox{, -yew-comp, -datacenter-manager} v2 00/12] add basic integration of PVE firewall
 2025-11-05 16:35 UTC  (13+ messages)
` [pdm-devel] [PATCH proxmox v2 1/4] pve-api-types: update pve-api.json
` [pdm-devel] [PATCH proxmox v2 2/4] pve-api-types: add get/update firewall options endpoints
` [pdm-devel] [PATCH proxmox v2 3/4] pve-api-types: add list firewall rules endpoints
` [pdm-devel] [PATCH proxmox v2 4/4] pve-api-types: regenerate
` [pdm-devel] [PATCH proxmox-yew-comp v2 1/4] form: add helpers for extractig data out of schemas
` [pdm-devel] [PATCH proxmox-yew-comp v2 2/4] firewall: add FirewallContext
` [pdm-devel] [PATCH proxmox-yew-comp v2 3/4] firewall: add options edit form
` [pdm-devel] [PATCH proxmox-yew-comp v2 4/4] firewall: add rules table
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 1/4] pdm-api-types: add firewall status types
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 2/4] api: firewall: add option, rules and status endpoints
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 3/4] pdm-client: add api methods for firewall options, "
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 4/4] ui: add firewall status tree

[pdm-devel] [PATCH proxmox{, -datacenter-manager} 0/4] show dedicated datastore icons in tree view and removable/s3 backend info in overview
 2025-11-05 16:26 UTC  (7+ messages)
` [pdm-devel] [PATCH proxmox 1/1] pbs-api-types: extend datastore config by backend config parser helper
` [pdm-devel] [PATCH proxmox-datacenter-manager 1/3] ui: indicate removable datastore in overview and show backing device
` [pdm-devel] [PATCH proxmox-datacenter-manager 2/3] ui: indicate s3 datastores in overview and show endpoint id
` [pdm-devel] [PATCH proxmox-datacenter-manager 3/3] ui: datastore tree: indicate datastore type by different icons

[pbs-devel] [PATCH] api: sync: list `all` instead of only `pull` synch jobs by default
 2025-11-05 14:21 UTC  (5+ messages)

[pbs-devel] [PATCH proxmox] schema: drop leftover useless i64 check
 2025-11-05 13:54 UTC  (2+ messages)
` [pbs-devel] applied: "

[pve-devel] [PATCH proxmox-offline-mirror] fix #6895: include non-free-firmware in auto-added debian repos
 2025-11-05 13:18 UTC 

[pdm-devel] [PATCH datacenter-manager v3] fix #6797: ui: add dialog to view remote subscriptions
 2025-11-05 12:45 UTC 

[pbs-devel] [PATCH proxmox-backup v2 00/19] fix chunk upload/insert, rename corrupt chunks and GC race conditions for s3 backend
 2025-11-05 12:24 UTC  (2+ messages)

[pbs-devel] [RFC proxmox-backup] GC: fix deadlock for cache eviction and garbage collection
 2025-11-05 12:24 UTC  (4+ messages)
` [pbs-devel] obsoleted: "

[pve-devel] [PATCH common] file: add missing use statement
 2025-11-05 12:13 UTC  (3+ messages)
` [pve-devel] applied: "

[pdm-devel] [PATCH proxmox v2] pve-api-types: schema2rust: handle `macro` keyword like we do `type`
 2025-11-05 10:44 UTC  (2+ messages)
` [pdm-devel] applied: "

[pbs-devel] [PATCH proxmox{, -backup} v3 0/2] fix #6939: acme: support servers returning 204 for nonce requests
 2025-11-05 10:22 UTC  (4+ messages)
` [pbs-devel] [PATCH proxmox v3 1/1] "

[pdm-devel] [PATCH datacenter-manager] api: fail with HTTP 403 Forbidden if user does have access to resource
 2025-11-05  8:54 UTC  (2+ messages)

[pve-devel] [PATCH manager/storage 0/3] Improve return schema for storage listing
 2025-11-05  8:22 UTC  (3+ messages)
` [pve-devel] applied-series: "

[pve-devel] [PATCH-SERIES storage 0/4] lvm plugin: error handling and locking fixes
 2025-11-04 19:12 UTC  (3+ messages)
` [pve-devel] applied: "

[pdm-devel] [PATCH datacenter-manager v3 00/21] prepare ui for customizable views
 2025-11-04 18:42 UTC  (2+ messages)
` [pdm-devel] partially-applied: "

[pdm-devel] [PATCH datacenter-manager] api: subscription status: use correct resource ACL path in permission check
 2025-11-04 18:12 UTC  (2+ messages)
` [pdm-devel] applied: "

[pve-devel] [PATCH proxmox_login_manager 0/4] fix #6983: ui: make cosmetic changes inside the login screen
 2025-11-04 17:38 UTC  (5+ messages)
` [pve-devel] [PATCH proxmox_login_manager 1/4] fix: ui: disable continue button by default in login form
` [pve-devel] [PATCH proxmox_login_manager 2/4] fix: ui: add more padding around the form in portrait mode
` [pve-devel] [PATCH proxmox_login_manager 3/4] fix: ui: remove app bar and stack the close button on body
` [pve-devel] [PATCH proxmox_login_manager 4/4] cleanup: run dart format command to fix formatting

[pve-devel] [PATCH cluster 1/1] cfs lock: attempt to acquire lock more frequently
 2025-11-04 16:58 UTC 

[pbs-devel] [PATCH proxmox-backup 1/2] tree-wide: make hidden lifetimes explicit
 2025-11-04 15:41 UTC  (2+ messages)

[pdm-devel] [PATCH datacenter-manager v3 0/3] fix #6901: allow non root users to access the EVPN dashboard
 2025-11-04 14:45 UTC  (2+ messages)
` [pdm-devel] applied: "

[pve-devel] [PATCH pve-network 1/1] fix: prevent duplicate DHCP leases for identical MAC address
 2025-11-04 12:20 UTC 

[pve-devel] [PATCH pve-network 0/1] Fix duplicate DHCP leases for cloned VMs with same MAC
 2025-11-04 12:20 UTC 

page:  |  | latest

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