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

[pdm-devel] [PATCH datacenter-manager v3] fix #6797: ui: add dialog to view remote subscriptions
 2025-11-14 13:37 UTC  (3+ messages)
` [pdm-devel] applied: "

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

[pdm-devel] [PATCH datacenter-manager] ui: avoid running tasks and remotes list loads when logged out
 2025-11-14 13:13 UTC 

[pdm-devel] [PATCH datacenter-manager v2 00/18] enable custom views on the UI
 2025-11-14 12:22 UTC  (20+ messages)
` [pdm-devel] [PATCH datacenter-manager v2 01/18] lib: pdm-config: views: add locking/saving methods
` [pdm-devel] [PATCH datacenter-manager v2 02/18] lib: api-types: add 'layout' property to ViewConfig
` [pdm-devel] [PATCH datacenter-manager v2 03/18] server: api: implement CRUD api for views
` [pdm-devel] [PATCH datacenter-manager v2 04/18] server: api: resources: add 'view' category to search syntax
` [pdm-devel] [PATCH datacenter-manager v2 05/18] ui: remote selector: allow forcing of value
` [pdm-devel] [PATCH datacenter-manager v2 06/18] ui: dashboard types: add missing 'default' to de-serialization
` [pdm-devel] [PATCH datacenter-manager v2 07/18] ui: dashboard: status row: add optional 'editing state'
` [pdm-devel] [PATCH datacenter-manager v2 08/18] ui: dashboard: prepare view for editing custom views
` [pdm-devel] [PATCH datacenter-manager v2 09/18] ui: views: implement view loading from api
` [pdm-devel] [PATCH datacenter-manager v2 10/18] ui: views: make 'view' name property optional
` [pdm-devel] [PATCH datacenter-manager v2 11/18] ui: views: add 'view' parameter to api calls
` [pdm-devel] [PATCH datacenter-manager v2 12/18] ui: views: save updated layout to backend
` [pdm-devel] [PATCH datacenter-manager v2 13/18] ui: add view list context
` [pdm-devel] [PATCH datacenter-manager v2 14/18] ui: configuration: add view CRUD panels
` [pdm-devel] [PATCH datacenter-manager v2 15/18] ui: main menu: add optional view_list property
` [pdm-devel] [PATCH datacenter-manager v2 16/18] ui: load view list on page init
` [pdm-devel] [PATCH datacenter-manager v2 17/18] lib/ui: move views types to pdm-api-types
` [pdm-devel] [PATCH datacenter-manager v2 18/18] server: api: views: check layout string for validity

[pdm-devel] [PATCH datacenter-manager 00/18] enable custom views on the UI
 2025-11-14 12:13 UTC  (22+ messages)
` [pdm-devel] [PATCH datacenter-manager 01/18] lib: pdm-config: views: add locking/saving methods
` [pdm-devel] [PATCH datacenter-manager 02/18] lib: api-types: add 'layout' property to ViewConfig
` [pdm-devel] [PATCH datacenter-manager 03/18] server: api: implement CRUD api for views
` [pdm-devel] [PATCH datacenter-manager 04/18] server: api: resources: add 'view' category to search syntax
` [pdm-devel] [PATCH datacenter-manager 05/18] ui: remote selector: allow forcing of value
` [pdm-devel] [PATCH datacenter-manager 06/18] ui: dashboard types: add missing 'default' to de-serialization
` [pdm-devel] [PATCH datacenter-manager 07/18] ui: dashboard: status row: add optional 'editing state'
` [pdm-devel] [PATCH datacenter-manager 08/18] ui: dashboard: prepare view for editing custom views
` [pdm-devel] [PATCH datacenter-manager 09/18] ui: views: implement view loading from api
` [pdm-devel] [PATCH datacenter-manager 10/18] ui: views: make 'view' name property optional
` [pdm-devel] [PATCH datacenter-manager 11/18] ui: views: add 'view' parameter to api calls
` [pdm-devel] [PATCH datacenter-manager 12/18] ui: views: save updated layout to backend
` [pdm-devel] [PATCH datacenter-manager 13/18] ui: add view list context
` [pdm-devel] [PATCH datacenter-manager 14/18] ui: configuration: add view CRUD panels
` [pdm-devel] [PATCH datacenter-manager 15/18] ui: main menu: add optional view_list property
` [pdm-devel] [PATCH datacenter-manager 16/18] ui: load view list on page init
` [pdm-devel] [PATCH datacenter-manager 17/18] lib/ui: move views types to pdm-api-types
` [pdm-devel] [PATCH datacenter-manager 18/18] server: api: views: check layout string for validity
` [pdm-devel] superseded: [PATCH datacenter-manager 00/18] enable custom views on the UI

[pdm-devel] [PATCH access-control/manager/proxmox{, -backup, -yew-comp, -datacenter-manager}/xtermjs 00/25] add remote node shell
 2025-11-14 11:04 UTC  (7+ messages)
` [pdm-devel] [PATCH manager 2/3] api: termproxy: add description to return schema
` [pdm-devel] [PATCH proxmox-datacenter-manager 2/9] connection: add access to "raw" client
` [pdm-devel] partially-applied: [PATCH access-control/manager/proxmox{, -backup, -yew-comp, -datacenter-manager}/xtermjs 00/25] add remote node shell

[pdm-devel] [PATCH proxmox{, -datacenter-manager} v2 0/5] Add support for network resource type
 2025-11-13 21:45 UTC  (9+ messages)
` [pdm-devel] [PATCH proxmox v2 1/2] pve-api-types: update /cluster/resources endpoint
` [pdm-devel] [PATCH proxmox v2 2/2] pve-api-types: regenerate
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 1/3] resources: views: support new pve network resource type
  ` [pdm-devel] applied: "
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 2/3] resources: api: add network type match category
  ` [pdm-devel] applied: "
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 3/3] ui: use new network resource type
  ` [pdm-devel] applied: "

[pdm-devel] [PATCH datacenter-manager/yew-comp v5 0/3] add node status panel to proxmox datacenter manager
 2025-11-13 21:43 UTC  (5+ messages)
` [pdm-devel] [PATCH yew-comp v5 1/2] node_info: only use build date from kernel version
` [pdm-devel] [PATCH yew-comp v5 2/2] node status panel: make power management and fingerprint buttons opt-in
` [pdm-devel] [PATCH datacenter-manager v5 1/1] ui: add a Node Status tab to the administration panel
` [pdm-devel] applied-series: [PATCH datacenter-manager/yew-comp v5 0/3] add node status panel to proxmox datacenter manager

[pdm-devel] [RFC proxmox{, -yew-comp, -datacenter-manager}/yew-mobile-gui v2 0/7] Add fallback variant to enum properties in Proxmox VE Rust API types
 2025-11-13 21:28 UTC  (10+ messages)
` [pdm-devel] [PATCH proxmox v2 1/4] pve-api-types: add FixedString type
` [pdm-devel] [PATCH proxmox v2 2/4] pve-api-types: generate fallback variant for enums
` [pdm-devel] [PATCH proxmox v2 3/4] pve-api-types: regenerate
` [pdm-devel] [PATCH proxmox v2 4/4] pve-api-types: sdn: handle fallback variant
` [pdm-devel] [PATCH proxmox-yew-comp v2 1/1] pve: qemu: handle fallback enum variants
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 1/1] tree-wide: handle new unknown "
` [pdm-devel] [PATCH pve-yew-mobile-gui v2 1/1] tree-wide: handle fallback enum values
` [pdm-devel] applied-series: [RFC proxmox{, -yew-comp, -datacenter-manager}/yew-mobile-gui v2 0/7] Add fallback variant to enum properties in Proxmox VE Rust API types

[pdm-devel] [PATCH datacenter-manager/proxmox/yew-comp v3 00/10] add support for checking acl permissions in (yew) front-ends
 2025-11-13 17:06 UTC  (13+ messages)
` [pdm-devel] [PATCH proxmox v3 5/5] access-control: allow reading all acls of the current authid
` [pdm-devel] [PATCH datacenter-manager v3 1/3] server/api-types: move AccessControlConfig to shared api types

[pdm-devel] [PATCH proxmox{, -datacenter-manager} 0/6] Add support for network resource type
 2025-11-13 16:24 UTC  (9+ messages)
` [pdm-devel] [PATCH proxmox 1/3] pve-api-types: update /cluster/resources endpoint
  ` [pdm-devel] applied: "
` [pdm-devel] [PATCH proxmox 2/3] pve-api-types: regenerate
  ` [pdm-devel] applied: "
` [pdm-devel] [PATCH proxmox 3/3] pve-api-types: extend ClusterResourceNetworkType
  ` [pdm-devel] applied: "
` [pdm-devel] superseded: [PATCH proxmox{, -datacenter-manager} 0/6] Add support for network resource type

[pdm-devel] [PATCH datacenter-manager/yew-comp v4 0/3] add node status panel to proxmox datacenter manager
 2025-11-13 13:55 UTC  (5+ messages)
` [pdm-devel] [PATCH yew-comp v4 1/2] node_info: only use build date from kernel version
` [pdm-devel] [PATCH yew-comp v4 2/2] node status panel: remove power management and make fingerprint opt-in
` [pdm-devel] [PATCH datacenter-manager v4 1/1] ui: add a Node Status tab to the administration panel
` [pdm-devel] Superseded: Re: [PATCH datacenter-manager/yew-comp v4 0/3] add node status panel to proxmox datacenter manager

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

[pdm-devel] [PATCH datacenter-manager/proxmox{, -backup}/widget-toolkit 0/8] unstable flag and pdm api viewer
 2025-11-13 12:02 UTC  (11+ messages)
` [pdm-devel] [PATCH widget-toolkit 1/1] api viewer: add support for endpoints that are marked as unstable
` [pdm-devel] [PATCH proxmox 1/4] router/api-macro: add unstable flag for ApiMethod
` [pdm-devel] [PATCH proxmox 2/4] docgen: add docgen crate
` [pdm-devel] [PATCH proxmox 3/4] docgen: add support for the new stable flag
` [pdm-devel] [PATCH proxmox 4/4] docgen: add a stop-gap fix to allow generating schema for pve-api-types
` [pdm-devel] [PATCH proxmox-backup 1/1] docgen: use proxmox-rs docgen crate
` [pdm-devel] [PATCH datacenter-manager 1/2] docgen: switch to "
` [pdm-devel] [PATCH datacenter-manager 2/2] api-viewer: add an api-viewer package
` [pdm-devel] Superseded: Re: [PATCH datacenter-manager/proxmox{, -backup}/widget-toolkit 0/8] unstable flag and pdm api viewer

[pdm-devel] [PATCH datacenter-manager] remote_updates/upgrade-checks: fix old-version being optional
 2025-11-13 12:01 UTC  (2+ messages)
` [pdm-devel] applied: "

[pdm-devel] [PATCH datacenter-manager/proxmox{, -backup}/widget-toolkit v2 0/9] unstable flag and pdm api viewer
 2025-11-13 12:00 UTC  (10+ messages)
` [pdm-devel] [PATCH proxmox v2 1/5] router/api-macro: add unstable flag for ApiMethod
` [pdm-devel] [PATCH proxmox v2 2/5] pve-api-types: generate array objects
` [pdm-devel] [PATCH proxmox v2 3/5] pve-api-types: fix clippy lints
` [pdm-devel] [PATCH proxmox v2 4/5] docgen: add docgen crate
` [pdm-devel] [PATCH proxmox v2 5/5] docgen: add support for the new stable flag
` [pdm-devel] [PATCH widget-toolkit v2 1/1] api viewer: add support for endpoints that are marked as unstable
` [pdm-devel] [PATCH proxmox-backup v2 1/1] docgen: use proxmox-rs docgen crate
` [pdm-devel] [PATCH datacenter-manager v2 1/2] docgen: switch to "
` [pdm-devel] [PATCH datacenter-manager v2 2/2] api-viewer: add an api-viewer package

[pdm-devel] [PATCH proxmox-datacenter-manager 1/1] ui: pbs tree: remove debug statement
 2025-11-13 11:58 UTC  (2+ messages)
` [pdm-devel] applied: "

[pdm-devel] [PATCH datacenter-manager] pdm-api-types: views: use regex to verify resource-id values
 2025-11-13 10:47 UTC 

[pdm-devel] [PATCH/RFC datacenter-manager 0/8] add type field to RemoteUpid
 2025-11-12 20:27 UTC  (5+ messages)
` [pdm-devel] [RFC datacenter-manager 5/8] pdm-api-types: remote upid: "
` [pdm-devel] applied-series: [PATCH/RFC datacenter-manager 0/8] "

[pdm-devel] [PATCH datacenter-manager 0/7] PBS remotes: task API and task cache support
 2025-11-12 20:27 UTC  (10+ messages)
` [pdm-devel] [PATCH datacenter-manager 2/7] pbs-client: add bindings for task list, task status, task log
` [pdm-devel] [PATCH datacenter-manager 3/7] pdm-api-types: api: factor out schema definitions for task log params
` [pdm-devel] [PATCH datacenter-manager 4/7] api: pbs tasks: add PBS task API
` [pdm-devel] [PATCH datacenter-manager 5/7] api: pve tasks: use shared helpers for RemoteUpid handling
` [pdm-devel] [PATCH datacenter-manager 6/7] remote tasks: fetch/track PBS tasks
` [pdm-devel] [PATCH datacenter-manager 7/7] remote updates: re-enable PBS update fetching
` [pdm-devel] applied-series: [PATCH datacenter-manager 0/7] PBS remotes: task API and task cache support

[pdm-devel] [RFC proxmox{, -yew-comp, -datacenter-manager}/yew-mobile-gui 0/6] Add fallback variant to enum properties in Proxmox VE Rust API types
 2025-11-12 16:39 UTC  (6+ messages)
` [pdm-devel] [PATCH proxmox 1/3] pve-api-types: add FixedString type
` [pdm-devel] [PATCH proxmox-datacenter-manager 1/1] tree-wide: handle new unknown enum variants

[pdm-devel] [PATCH proxmox{, -datacenter-manager} 0/8] Integration of IP-VRF and MAC-VRF status to EVPN panel
 2025-11-12 16:18 UTC  (2+ messages)

[pdm-devel] [PATCH proxmox{, -yew-comp, -datacenter-manager} v3 00/12] add basic integration of PVE firewall
 2025-11-12 14:41 UTC  (12+ messages)
` [pdm-devel] [PATCH proxmox-yew-comp v3 4/4] firewall: add rules table
` [pdm-devel] [PATCH proxmox-datacenter-manager v3 2/4] api: firewall: add option, rules and status endpoints
` [pdm-devel] [PATCH proxmox-datacenter-manager v3 4/4] ui: add firewall status tree

[pdm-devel] [PATCH datacenter-manager/yew-comp v3 0/3] add node status panel to proxmox datacenter manager
 2025-11-12 14:34 UTC  (3+ messages)

[pdm-devel] [RFC proxmox-datacenter-manager 0/9] Granular permissions for SDN resources
 2025-11-12 13:20 UTC  (10+ messages)
` [pdm-devel] [PATCH proxmox-datacenter-manager 1/9] api: sdn: rename vnets to zones in list_zones
` [pdm-devel] [PATCH proxmox-datacenter-manager 2/9] api: sdn: rename "vnet" to "controller" in list_controller
` [pdm-devel] [PATCH proxmox-datacenter-manager 3/9] ui: improve error message when controller cannot be found
` [pdm-devel] [PATCH proxmox-datacenter-manager 4/9] api: allow acl paths longer than 4 segments in sdn
` [pdm-devel] [PATCH proxmox-datacenter-manager 5/9] api: sdn: add granular permissions for zones
` [pdm-devel] [PATCH proxmox-datacenter-manager 6/9] api: sdn: add granular permissions for vnets
` [pdm-devel] [PATCH proxmox-datacenter-manager 7/9] api: sdn: add granular permissions for controllers
` [pdm-devel] [PATCH proxmox-datacenter-manager 8/9] api: add permissions for ip-vrf and mac-vrf endpoints
` [pdm-devel] [PATCH proxmox-datacenter-manager 9/9] api: add permissions for sdn resources

[pdm-devel] [PATCH datacenter-manager v3 00/11] backend implementation for view filters
 2025-11-12 10:37 UTC  (14+ messages)
` [pdm-devel] [PATCH datacenter-manager v3 01/11] pdm-api-types: views: add ViewConfig type
` [pdm-devel] [PATCH datacenter-manager v3 05/11] api: resources: list: add support for view parameter
` [pdm-devel] [PATCH datacenter-manager v3 08/11] api: subscription status: "
` [pdm-devel] superseded: [PATCH datacenter-manager v3 00/11] backend implementation for view filters

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal