[pdm-devel] [PATCH datacenter-manager/proxmox/yew-comp v5 00/21] use HttpOnly cookies in new projects
2025-03-04 14:42 UTC (3+ messages)
` [pdm-devel] [PATCH proxmox v5 02/21] rest-server: borrow parts parameter in `get_request_parameter`
` [pdm-devel] [PATCH proxmox v5 04/21] auth-api: extend `AuthContext` with prefixed cookie name
[pdm-devel] [PATCH datacenter-manager/proxmox/yew-comp v4 00/21] use HttpOnly cookies in new projects
2025-03-04 14:16 UTC (23+ messages)
` [pdm-devel] [PATCH proxmox v4 01/21] time: add new `epoch_to_http_date` helper
` [pdm-devel] [PATCH proxmox v4 02/21] rest-server: borrow parts parameter in `get_request_parameter`
` [pdm-devel] [PATCH proxmox v4 03/21] router/rest-server: add new `AsyncHttpBodyParameters` api handler type
` [pdm-devel] [PATCH proxmox v4 04/21] auth-api: extend `AuthContext` with prefixed cookie name
` [pdm-devel] [PATCH proxmox v4 05/21] auth-api: check for new prefixed cookies as well
` [pdm-devel] [PATCH proxmox v4 06/21] auth-api: introduce new CreateTicket and CreateTickeReponse api types
` [pdm-devel] [PATCH proxmox v4 07/21] auth-api: add endpoint for issuing tickets as HttpOnly tickets
` [pdm-devel] [PATCH proxmox v4 08/21] auth-api: make regular ticket endpoint use the new types and handler
` [pdm-devel] [PATCH proxmox v4 09/21] auth-api: add logout method
` [pdm-devel] [PATCH proxmox v4 10/21] login: add optional field for ticket_info and make password optional
` [pdm-devel] [PATCH proxmox v4 11/21] login: make password optional when creating Login requests
` [pdm-devel] [PATCH proxmox v4 12/21] login: add helpers to pass cookie values when parsing login responses
` [pdm-devel] [PATCH proxmox v4 13/21] login: add `TicketResult::HttpOnly` member
` [pdm-devel] [PATCH proxmox v4 14/21] login: add helper to check whether a ticket is just informational
` [pdm-devel] [PATCH proxmox v4 15/21] login: add functions to specify full cookie names
` [pdm-devel] [PATCH proxmox v4 16/21] client: add compatibility with HttpOnly cookies
` [pdm-devel] [PATCH proxmox v4 17/21] client: specify cookie names for authentication headers where possible
` [pdm-devel] [PATCH yew-comp v4 18/21] HttpClient: add helpers to refresh HttpOnly cookies and remove them
` [pdm-devel] [PATCH yew-comp v4 19/21] LoginPanel/http helpers: add support for handling HttpOnly cookies
` [pdm-devel] [PATCH yew-comp v4 20/21] http helpers: ask server to remove `__Host-` prefixed cookie on logout
` [pdm-devel] [PATCH datacenter-manager v4 21/21] api: switch ticket endpoint over to new http only endpoint
[pdm-devel] [PATCH datacenter-manager/proxmox/yew-comp v3 00/21] use HttpOnly cookies in new projects
2025-03-04 12:08 UTC (24+ messages)
` [pdm-devel] [PATCH proxmox v3 01/21] time: add new `epoch_to_http_date` helper
` [pdm-devel] [PATCH proxmox v3 02/21] rest-server: borrow parts parameter in `get_request_parameter`
` [pdm-devel] [PATCH proxmox v3 03/21] router/rest-server: add new `AsyncHttpBodyParameters` api handler type
` [pdm-devel] [PATCH proxmox v3 04/21] auth-api: extend `AuthContext` with prefixed cookie name
` [pdm-devel] [PATCH proxmox v3 05/21] auth-api: check for new prefixed cookies as well
` [pdm-devel] [PATCH proxmox v3 06/21] auth-api: introduce new CreateTicket and CreateTickeReponse api types
` [pdm-devel] [PATCH proxmox v3 07/21] auth-api: add endpoint for issuing tickets as HttpOnly tickets
` [pdm-devel] [PATCH proxmox v3 08/21] auth-api: make regular ticket endpoint use the new types and handler
` [pdm-devel] [PATCH proxmox v3 09/21] auth-api: add logout method
` [pdm-devel] [PATCH proxmox v3 10/21] login: add optional field for ticket_info and make password optional
` [pdm-devel] [PATCH proxmox v3 11/21] login: make password optional when creating Login requests
` [pdm-devel] [PATCH proxmox v3 12/21] login: add helpers to pass cookie values when parsing login responses
` [pdm-devel] [PATCH proxmox v3 13/21] login: add `TicketResult::HttpOnly` member
` [pdm-devel] [PATCH proxmox v3 14/21] login: add helper to check whether a ticket is just informational
` [pdm-devel] [PATCH proxmox v3 15/21] login: add functions to specify full cookie names
` [pdm-devel] [PATCH proxmox v3 16/21] client: add compatibility with HttpOnly cookies
` [pdm-devel] [PATCH proxmox v3 17/21] client: specify cookie names for authentication headers where possible
` [pdm-devel] [PATCH yew-comp v3 18/21] HttpClient: add helpers to refresh HttpOnly cookies and remove them
` [pdm-devel] [PATCH yew-comp v3 19/21] LoginPanel/http helpers: add support for handling HttpOnly cookies
` [pdm-devel] [PATCH yew-comp v3 20/21] http helpers: ask server to remove `__Host-` prefixed cookie on logout
` [pdm-devel] [PATCH datacenter-manager v3 21/21] api: switch ticket endpoint over to new http only endpoint
[pdm-devel] [RFC proxmox{-api-types, -yew-comp, -datacenter-manager} 00/26] Add initial SDN / EVPN integration
2025-02-28 15:18 UTC (27+ messages)
` [pdm-devel] [PATCH proxmox-api-types 01/12] sdn: add list/create zone endpoints
` [pdm-devel] [PATCH proxmox-api-types 02/12] sdn: generate zones endpoints
` [pdm-devel] [PATCH proxmox-api-types 03/12] sdn: add list/create vnet endpoints
` [pdm-devel] [PATCH proxmox-api-types 04/12] sdn: generate "
` [pdm-devel] [PATCH proxmox-api-types 05/12] sdn: add list/create controller endpoints
` [pdm-devel] [PATCH proxmox-api-types 06/12] sdn: generate "
` [pdm-devel] [PATCH proxmox-api-types 07/12] sdn: add acquire/release lock endpoints
` [pdm-devel] [PATCH proxmox-api-types 08/12] sdn: generate "
` [pdm-devel] [PATCH proxmox-api-types 09/12] sdn: add apply configuration endpoint
` [pdm-devel] [PATCH proxmox-api-types 10/12] sdn: generate "
` [pdm-devel] [PATCH proxmox-api-types 11/12] tasks: add helper for querying successfully finished tasks
` [pdm-devel] [PATCH proxmox-api-types 12/12] sdn: add helpers for pending values
` [pdm-devel] [PATCH proxmox-yew-comp 1/1] sdn: add descriptions for sdn tasks
` [pdm-devel] [PATCH proxmox-datacenter-manager 01/13] server: add locked sdn client and helper methods
` [pdm-devel] [PATCH proxmox-datacenter-manager 02/13] api: sdn: add list_zones endpoint
` [pdm-devel] [PATCH proxmox-datacenter-manager 03/13] api: sdn: add create_zone endpoint
` [pdm-devel] [PATCH proxmox-datacenter-manager 04/13] api: sdn: add list_vnets endpoint
` [pdm-devel] [PATCH proxmox-datacenter-manager 05/13] api: sdn: add create_vnet endpoint
` [pdm-devel] [PATCH proxmox-datacenter-manager 06/13] api: sdn: add list_controllers endpoint
` [pdm-devel] [PATCH proxmox-datacenter-manager 07/13] ui: add VrfTree component
` [pdm-devel] [PATCH proxmox-datacenter-manager 08/13] ui: sdn: add RouterTable component
` [pdm-devel] [PATCH proxmox-datacenter-manager 09/13] ui: sdn: add AddVnetWindow component
` [pdm-devel] [PATCH proxmox-datacenter-manager 10/13] ui: sdn: add AddZoneWindow component
` [pdm-devel] [PATCH proxmox-datacenter-manager 11/13] ui: sdn: add EvpnPanel
` [pdm-devel] [PATCH proxmox-datacenter-manager 12/13] ui: sdn: add EvpnPanel to main menu
` [pdm-devel] [PATCH proxmox-datacenter-manager 13/13] pve: sdn: add descriptions for sdn tasks
[pdm-devel] [PATCH pve-api-types v2 1/2] generator: fix methods with url params but no query string
2025-02-26 15:11 UTC (3+ messages)
` [pdm-devel] [PATCH pve-api-types v2 2/2] regenerate
` [pdm-devel] applied-series: [PATCH pve-api-types v2 1/2] generator: fix methods with url params but no query string
[pdm-devel] [PATCH pve-api-types 1/2] generator: fix methods with url params but no query string
2025-02-26 14:05 UTC (2+ messages)
` [pdm-devel] [PATCH pve-api-types 2/2] regenerate
[pdm-devel] [PATCH proxmox-datacenter-manager v2 00/28] metric collection improvements (concurrency, config, API, CLI)
2025-02-21 13:19 UTC (33+ messages)
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 01/28] test support: add NamedTempFile helper
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 02/28] test support: add NamedTempDir helper
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 03/28] pdm-api-types: add CollectionSettings type
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 04/28] pdm-config: add functions for reading/writing metric collection settings
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 05/28] metric collection: split top_entities split into separate module
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 06/28] metric collection: save metric data to RRD in separate task
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 07/28] metric collection: rework metric poll task
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 08/28] metric collection: persist state after metric collection
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 09/28] metric collection: skip if last_collection < MIN_COLLECTION_INTERVAL
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 10/28] metric collection: collect overdue metrics on startup/timer change
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 11/28] metric collection: add tests for the fetch_remotes function
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 12/28] metric collection: add test for fetch_overdue
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 13/28] metric collection: pass rrd cache instance as function parameter
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 14/28] metric collection: add test for rrd task
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 15/28] metric collection: wrap rrd_cache::Cache in a struct
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 16/28] metric collection: record remote response time in metric database
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 17/28] metric collection: save time needed for collection run to RRD
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 18/28] metric collection: periodically clean removed remotes from statefile
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 19/28] api: add endpoint for updating metric collection settings
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 20/28] api: add endpoint to trigger metric collection
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 21/28] api: remotes: trigger immediate metric collection for newly added nodes
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 22/28] api: add api for querying metric collection RRD data
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 23/28] api: metric-collection: add status endpoint
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 24/28] pdm-client: add metric collection API methods
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 25/28] cli: add commands for metric-collection settings, trigger, status
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 26/28] metric collection: factor out handle_tick and handle_control_message fns
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 27/28] metric collection: skip missed timer ticks
` [pdm-devel] [PATCH proxmox-datacenter-manager v2 28/28] metric collection: use JoinSet instead of joining from handles in a Vec
[pdm-devel] [PATCH proxmox-api-types] generator: Remove needless borrows
2025-02-19 14:20 UTC (2+ messages)
[pdm-devel] [PATCH datacenter-manager v2 0/7] add task summary panels in dashboard
2025-02-19 12:28 UTC (8+ messages)
` [pdm-devel] [PATCH datacenter-manager v2 1/7] server: task cache: treat a limit of 0 as unbounded
` [pdm-devel] [PATCH datacenter-manager v2 2/7] server: api: remote tasks: add 'remote' filter option
` [pdm-devel] [PATCH datacenter-manager v2 3/7] server: api: add remote-tasks statistics
` [pdm-devel] [PATCH datacenter-manager v2 4/7] ui: refactor remote upid formatter
` [pdm-devel] [PATCH datacenter-manager v2 5/7] ui: tasks: add helper to summarize task categories
` [pdm-devel] [PATCH datacenter-manager v2 6/7] ui: add dialog to show filtered tasks
` [pdm-devel] [PATCH datacenter-manager v2 7/7] ui: dashboard: add task summaries
[pdm-devel] [RFC PATCH 1/3] pdm-client: add query builder
2025-02-14 14:11 UTC (3+ messages)
` [pdm-devel] [RFC PATCH 2/3] pdm-client: make use of "
` [pdm-devel] [RFC PATCH 3/3] pbs-client: "
[pdm-devel] [PATCH proxmox-datacenter-manager 00/25] metric collection improvements (concurrency, config, API, CLI)
2025-02-14 13:08 UTC (49+ messages)
` [pdm-devel] [PATCH proxmox-datacenter-manager 01/25] test support: add NamedTempFile helper
` [pdm-devel] [PATCH proxmox-datacenter-manager 02/25] test support: add NamedTempDir helper
` [pdm-devel] [PATCH proxmox-datacenter-manager 03/25] pdm-api-types: add CollectionSettings type
` [pdm-devel] [PATCH proxmox-datacenter-manager 04/25] pdm-config: add functions for reading/writing metric collection settings
` [pdm-devel] [PATCH proxmox-datacenter-manager 05/25] metric collection: split top_entities split into separate module
` [pdm-devel] [PATCH proxmox-datacenter-manager 06/25] metric collection: save metric data to RRD in separate task
` [pdm-devel] [PATCH proxmox-datacenter-manager 07/25] metric collection: rework metric poll task
` [pdm-devel] [PATCH proxmox-datacenter-manager 08/25] metric collection: persist state after metric collection
` [pdm-devel] [PATCH proxmox-datacenter-manager 09/25] metric collection: skip if last_collection < MIN_COLLECTION_INTERVAL
` [pdm-devel] [PATCH proxmox-datacenter-manager 10/25] metric collection: collect overdue metrics on startup/timer change
` [pdm-devel] [PATCH proxmox-datacenter-manager 11/25] metric collection: add tests for the fetch_remotes function
` [pdm-devel] [PATCH proxmox-datacenter-manager 12/25] metric collection: add test for fetch_overdue
` [pdm-devel] [PATCH proxmox-datacenter-manager 13/25] metric collection: pass rrd cache instance as function parameter
` [pdm-devel] [PATCH proxmox-datacenter-manager 14/25] metric collection: add test for rrd task
` [pdm-devel] [PATCH proxmox-datacenter-manager 15/25] metric collection: wrap rrd_cache::Cache in a struct
` [pdm-devel] [PATCH proxmox-datacenter-manager 16/25] metric collection: record remote response time in metric database
` [pdm-devel] [PATCH proxmox-datacenter-manager 17/25] metric collection: save time needed for collection run to RRD
` [pdm-devel] [PATCH proxmox-datacenter-manager 18/25] metric collection: periodically clean removed remotes from statefile
` [pdm-devel] [PATCH proxmox-datacenter-manager 19/25] api: add endpoint for updating metric collection settings
` [pdm-devel] [PATCH proxmox-datacenter-manager 20/25] api: add endpoint to trigger metric collection
` [pdm-devel] [PATCH proxmox-datacenter-manager 21/25] api: remotes: trigger immediate metric collection for newly added nodes
` [pdm-devel] [PATCH proxmox-datacenter-manager 22/25] api: add api for querying metric collection RRD data
` [pdm-devel] [PATCH proxmox-datacenter-manager 23/25] api: metric-collection: add status endpoint
` [pdm-devel] [PATCH proxmox-datacenter-manager 24/25] pdm-client: add metric collection API methods
` [pdm-devel] [PATCH proxmox-datacenter-manager 25/25] cli: add commands for metric-collection settings, trigger, status
[pdm-devel] [PATCH proxmox-datacenter-manager 00/15] change task cache mechanism from time-based to max-size FIFO
2025-02-12 9:19 UTC (5+ messages)
[pdm-devel] [PATCH pdm 0/7] multi-remote client and node reachability cache
2025-02-12 9:07 UTC (7+ messages)
` [pdm-devel] [PATCH datacenter-manager 1/7] server: generic multi-client wrapper
` [pdm-devel] [PATCH datacenter-manager 4/7] server: cache pve node reachability and names
` [pdm-devel] [PATCH datacenter-manager 5/7] server: don't try to connect to known-unreachable servers
[pdm-devel] [PATCH proxmox-datacenter-manager] gitignore: add UI build-artifacts to ignore list
2025-02-11 14:20 UTC (2+ messages)
` [pdm-devel] applied: "
[pdm-devel] [PATCH proxmox-api-types v2] docs: escape HTML delimiters
2025-02-11 14:03 UTC (2+ messages)
` [pdm-devel] applied: "
[pdm-devel] [PATCH proxmox-datacenter-manager] d/control: add missing dependencies
2025-02-11 13:25 UTC (2+ messages)
` [pdm-devel] applied: "
[pdm-devel] [PATCH proxmox-api-types] docs: escape HTML delimiters
2025-02-10 13:59 UTC (3+ messages)
[pdm-devel] [PATCH proxmox-api-types 1/1] generator: support methods with no parameters
2025-02-05 14:01 UTC (4+ messages)
[pdm-devel] RFC: Synchronizing configuration changes across remotes
2025-02-04 10:34 UTC (3+ messages)
page: next (older) | prev (newer) | 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