From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 8A9161FF178 for ; Mon, 1 Dec 2025 11:39:29 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 62765187CC; Mon, 1 Dec 2025 11:39:51 +0100 (CET) From: Dominik Csapak To: pdm-devel@lists.proxmox.com Date: Mon, 1 Dec 2025 11:39:00 +0100 Message-ID: <20251201103917.1357369-1-d.csapak@proxmox.com> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.029 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_RPBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_SAFE_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pdm-devel] [PATCH datacenter-manager/yew-comp 00/10] add subscription checks to apt repository updates & login X-BeenThere: pdm-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Datacenter Manager development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox Datacenter Manager development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pdm-devel-bounces@lists.proxmox.com Sender: "pdm-devel" This adds subscription checks + popup for * login * 'refresh all' for remote update panel * 'refresh' for single node update panels special consideration should be given to the patch 4/8 in proxmox-datacenter-manager, since that exposes a bit more information for users that don't have access everywhere. proxmox-yew-comp: Dominik Csapak (2): subscription: refactor api subscription check for showing the alert apt package manager: add optional subscription check on 'Refresh' button src/apt_package_manager.rs | 63 ++++++++++++++++++++++++++++++++++++-- src/apt_repositories.rs | 8 ++--- src/subscription_alert.rs | 13 ++++++++ 3 files changed, 75 insertions(+), 9 deletions(-) proxmox-datacenter-manager: Dominik Csapak (8): server: api: subscription: fix permission check server: api: subscription: include basic info about remotes without permissions server: api: subscription: add remote type to subscription info ui: login: enable subscription check server: api: pve/pbs: node: add subscription api call ui: pve/pbs: updates: add subscription_url ui: refactor check_subscription into lib ui: remote updates: add subscription check on 'Refresh all' lib/pdm-api-types/src/subscription.rs | 5 +++ server/src/api/pbs/node.rs | 39 +++++++++++++++++++++- server/src/api/pve/node.rs | 27 +++++++++++++++ server/src/api/resources.rs | 15 ++++++--- ui/src/lib.rs | 40 +++++++++++++++++++++- ui/src/main.rs | 40 ++++++++-------------- ui/src/pbs/node/mod.rs | 2 ++ ui/src/pve/node/mod.rs | 2 ++ ui/src/remotes/updates.rs | 48 ++++++++++++++++++++++++--- 9 files changed, 180 insertions(+), 38 deletions(-) Summary over all repositories: 12 files changed, 255 insertions(+), 47 deletions(-) -- Generated by git-murpp 0.8.1 _______________________________________________ pdm-devel mailing list pdm-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel