public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
[pve-devel] [PATCH common/access-control 0/5] improve LDAP DN and bind creds checking on creation/change
 2023-07-19 15:51 UTC  (5+ messages)
` [pve-devel] [PATCH common 2/5] test: add test cases for new 'ldap-dn' schema format
` [pve-devel] [PATCH common 3/5] ldap: handle errors explicitly everywhere instead of simply `die`ing
` [pve-devel] [PATCH access-control 4/5] ldap: validate LDAP DNs using the `ldap-dn` schema format
` [pve-devel] [PATCH access-control 5/5] ldap: check bind credentials with LDAP directory directly on change

[pve-devel] [PATCH access-control] auth: tfa: fail if realm requires TFA but no challenge is generated
 2023-07-19 15:38 UTC 

[pve-devel] [PATCH v3 many 00/66] fix #4156: introduce new notification system
 2023-07-19 15:25 UTC  (107+ messages)
` [pve-devel] [PATCH v3 proxmox 01/66] add proxmox-notify crate
` [pve-devel] [PATCH v3 proxmox 02/66] notify: preparation for the first endpoint plugin
` [pve-devel] [PATCH v3 proxmox 03/66] notify: preparation for the API
` [pve-devel] [PATCH v3 proxmox 04/66] notify: api: add API for sending notifications/testing endpoints
` [pve-devel] [PATCH v3 proxmox 05/66] notify: add sendmail plugin
` [pve-devel] [PATCH v3 proxmox 06/66] notify: api: add API for sendmail endpoints
` [pve-devel] [PATCH v3 proxmox 07/66] notify: add gotify endpoint
` [pve-devel] [PATCH v3 proxmox 08/66] notify: api: add API for gotify endpoints
` [pve-devel] [PATCH v3 proxmox 09/66] notify: add notification groups
` [pve-devel] [PATCH v3 proxmox 10/66] notify: api: add API for groups
` [pve-devel] [PATCH v3 proxmox 11/66] notify: add notification filter mechanism
` [pve-devel] [PATCH v3 proxmox 12/66] notify: api: add API for filters
` [pve-devel] [PATCH v3 proxmox 13/66] notify: add template rendering
` [pve-devel] [PATCH v3 proxmox 14/66] notify: add example for "
` [pve-devel] [PATCH v3 proxmox 15/66] notify: add context
` [pve-devel] [PATCH v3 proxmox 16/66] notify: sendmail: allow users as recipients
` [pve-devel] [PATCH v3 proxmox 17/66] notify: sendmail: query default author/mailfrom from context
` [pve-devel] [PATCH v3 proxmox 18/66] notify: gotify: add proxy support
` [pve-devel] [PATCH v3 proxmox 19/66] notify: api: allow to query entities referenced by filter/target
` [pve-devel] [PATCH v3 proxmox 20/66] notify: on deletion, check if a filter/endp. is still used by anything
` [pve-devel] [PATCH v3 proxmox 21/66] notify: ensure that filter/group/endpoint names are unique
` [pve-devel] [PATCH v3 proxmox 22/66] notify: additional logging when sending a notification
` [pve-devel] [PATCH v3 proxmox 23/66] notify: add debian packaging
` [pve-devel] [PATCH v3 proxmox-perl-rs 24/66] add PVE::RS::Notify module
` [pve-devel] [PATCH v3 proxmox-perl-rs 25/66] notify: add api for sending notifications/testing endpoints
` [pve-devel] [PATCH v3 proxmox-perl-rs 26/66] notify: add api for notification groups
` [pve-devel] [PATCH v3 proxmox-perl-rs 27/66] notify: add api for sendmail endpoints
` [pve-devel] [PATCH v3 proxmox-perl-rs 28/66] notify: add api for gotify endpoints
` [pve-devel] [PATCH v3 proxmox-perl-rs 29/66] notify: add api for notification filters
` [pve-devel] [PATCH v3 proxmox-perl-rs 30/66] notify: sendmail: support the `mailto-user` parameter
` [pve-devel] [PATCH v3 proxmox-perl-rs 31/66] notify: implement context for getting default author/mailfrom
` [pve-devel] [PATCH v3 proxmox-perl-rs 32/66] notify: add context for getting http_proxy from datacenter.cfg
` [pve-devel] [PATCH v3 proxmox-perl-rs 33/66] notify: add wrapper for `get_referenced_entities`
` [pve-devel] [PATCH v3 pve-cluster 34/66] cluster files: add notifications.cfg
` [pve-devel] [PATCH v3 pve-cluster 35/66] datacenter: add APT/fencing/replication notification configuration
` [pve-devel] [PATCH v3 pve-cluster 36/66] add libpve-notify-perl package
` [pve-devel] [PATCH v3 pve-guest-common 37/66] vzdump: add config options for new notification backend
` [pve-devel] [PATCH v3 pve-common 38/66] JSONSchema: increase maxLength of config-digest to 64
` [pve-devel] [PATCH v3 pve-ha-manager 39/66] manager: send notifications via new notification module
` [pve-devel] [PATCH v3 pve-manager 40/66] test: fix names of .PHONY targets
` [pve-devel] [PATCH v3 pve-manager 41/66] d/control: add dependency to `libpve-notify-perl`
` [pve-devel] [PATCH v3 pve-manager 42/66] vzdump: send notifications via new notification module
` [pve-devel] [PATCH v3 pve-manager 43/66] test: rename mail_test.pl to vzdump_notification_test.pl
` [pve-devel] [PATCH v3 pve-manager 44/66] api: apt: send notification via new notification module
` [pve-devel] [PATCH v3 pve-manager 45/66] api: replication: send notifications "
` [pve-devel] [PATCH v3 pve-manager 46/66] api: prepare api handler module for notification config
` [pve-devel] [PATCH v3 pve-manager 47/66] api: notification: add api routes for groups
` [pve-devel] [PATCH v3 pve-manager 48/66] api: notification: add api routes for sendmail endpoints
` [pve-devel] [PATCH v3 pve-manager 49/66] api: notification: add api routes for gotify endpoints
` [pve-devel] [PATCH v3 pve-manager 50/66] api: notification: add api routes for filters
` [pve-devel] [PATCH v3 pve-manager 51/66] api: notification: allow fetching notification targets
` [pve-devel] [PATCH v3 pve-manager 52/66] api: notification: allow to test targets
` [pve-devel] [PATCH v3 pve-manager 53/66] api: notification: disallow removing targets if they are used
` [pve-devel] [PATCH v3 pve-manager 54/66] ui: backup: allow to select notification target for jobs
` [pve-devel] [PATCH v3 pve-manager 55/66] ui: backup: adapt backup job details to new notification params
` [pve-devel] [PATCH v3 pve-manager 56/66] ui: backup: allow to set notification-target for one-off backups
` [pve-devel] [PATCH v3 pve-manager 57/66] ui: allow to configure notification event -> target mapping
` [pve-devel] [PATCH v3 pve-manager 58/66] ui: add notification target configuration panel
` [pve-devel] [PATCH v3 pve-manager 59/66] ui: perm path: load notification target/filter acl entries
` [pve-devel] [PATCH v3 pve-manager 60/66] ui: perm path: increase width of the perm path selector combobox
` [pve-devel] [PATCH v3 proxmox-widget-toolkit 61/66] notification: add gui for sendmail notification endpoints
` [pve-devel] [PATCH v3 proxmox-widget-toolkit 62/66] notification: add gui for gotify "
` [pve-devel] [PATCH v3 proxmox-widget-toolkit 63/66] notification: add gui for notification groups
` [pve-devel] [PATCH v3 proxmox-widget-toolkit 64/66] notification: allow to select filter for notification targets
` [pve-devel] [PATCH v3 proxmox-widget-toolkit 65/66] notification: add ui for managing notification filters
` [pve-devel] [PATCH v3 pve-docs 66/66] add documentation for the new notification system

[pve-devel] [PATCH widget-toolkit/manager] improve combogrid default value handling
 2023-07-19 12:22 UTC  (6+ messages)
` [pve-devel] [PATCH widget-toolkit 1/1] combogrid: initialze value with [] by default
` [pve-devel] [PATCH manager 1/3] ui: ipset: make ip/cidr required
` [pve-devel] [PATCH manager 2/3] ui: don't set the default value of combogrids to ''
` [pve-devel] [PATCH manager 3/3] ui: don't set the default value of combogrids to []

[pve-devel] [PATCH cluster/guest-common/qemu-server/manager v6 0/11] virtiofs
 2023-07-19 12:09 UTC  (10+ messages)
` [pve-devel] [PATCH guest-common v6 1/1] add DIR mapping config
` [pve-devel] [PATCH docs v6 1/1] added shared filesystem doc for virtio-fs
` [pve-devel] [PATCH qemu-server v6 1/3] feature #1027: virtio-fs support

[pve-devel] [PATCH pve-manager] ui: sdn: zonedit: fix display && refactor
 2023-07-19 11:20 UTC  (2+ messages)
` [pve-devel] applied: "

[pve-devel] [PATCH container] config permission check: also check access for currently configured bridge
 2023-07-19 10:23 UTC  (4+ messages)
` [pve-devel] [PATCH qemu-server] api: update: "
  ` [pve-devel] applied: "
` [pve-devel] applied: [PATCH container] config permission check: "

[pve-devel] [PATCH pve-network 0/2] add warning if sdn config in not include in /etc/network/interfaces
 2023-07-19  9:52 UTC  (2+ messages)
` [pve-devel] applied-series: "

[pve-devel] [PATCH http-server] fix #4859: properly configure TLSv1.3 only mode
 2023-07-19  9:16 UTC  (2+ messages)

[pve-devel] [PATCH http-server v2] fix #4859: properly configure TLSv1.3 only mode
 2023-07-19  9:15 UTC 

[pve-devel] [PATCH container] fix #4765: pct: do not report cpu usage
 2023-07-18 14:00 UTC  (2+ messages)
` [pve-devel] applied: "

[pve-devel] [PATCH pve-container] pct: fix cpu load calculation on command line
 2023-07-18 13:48 UTC  (4+ messages)

[pve-devel] [PATCH pve-kernel++ 0/9] secure boot improvements, kernel packages rename
 2023-07-18 13:02 UTC  (14+ messages)
` [pve-devel] [PATCH pmg-api] handle pve-kernel -> proxmox-kernel rename
` [pve-devel] [PATCH proxmox-backup] "
` [pve-devel] [PATCH] switch to proxmox-kernel-6.2
  ` [pve-devel] [PATCH proxmox-backup-meta] "
` [pve-devel] [PATCH] pve-kernel -> proxmox-kernel rename
  ` [pve-devel] [PATCH proxmox-kernel-helper] "
` [pve-devel] [PATCH] switch to proxmox-kernel-6.2/proxmox-headers-6.2
  ` [pve-devel] [PATCH proxmox-mailgateway] "
` [pve-devel] [PATCH proxmox-ve] "
` [pve-devel] [PATCH 1/2] fix #4831: build: sign modules and enable lockdown
  ` [pve-devel] [PATCH pve-kernel "
` [pve-devel] [PATCH 2/2] integrate meta packages and change prefix
` [pve-devel] [PATCH manager] handle pve-kernel -> proxmox-kernel rename

[pve-devel] [PATCH pve-container] ptc: fix cpu load calculation on command
 2023-07-18 11:07 UTC 

[pve-devel] [PATCH manager] ui: replication: backup: use renderEnabledIcon to render the enabled column
 2023-07-18  9:53 UTC 

[pve-devel] [PATCH v2 storage 1/2] rbd: improve handling of missing images
 2023-07-18  7:26 UTC  (2+ messages)

[pve-devel] [PATCH docs 1/2] pveum: add missing roles and privileges
 2023-07-17 14:11 UTC  (2+ messages)
` [pve-devel] applied: "

[pve-devel] [PATCH-SERIES qemu-server] migration: nbd alloc: improve format fallback
 2023-07-17 14:00 UTC  (3+ messages)
` [pve-devel] [PATCH qemu-server 1/2] migration: alloc nbd disks: base format hint off source storage
` [pve-devel] [PATCH qemu-server 2/2] migration: alloc nbd disks: fix fall-back for remote live migration

[pve-devel] [PATCH qemu-server/novnc/manager/docs v9 0/5] Feature VNC-Clipboard
 2023-07-17 13:50 UTC  (4+ messages)

[pve-devel] [PATCH pve-docs] pmxcfs: fix incorrect exmple command
 2023-07-17 13:10 UTC  (2+ messages)
` [pve-devel] applied: "

[pve-devel] [PATCH installer] tui: use EULA path from ISO info instead of hard-coding
 2023-07-17 13:09 UTC  (2+ messages)
` [pve-devel] applied: "

[pve-devel] [PATCH pve-storage/pve-manager v3 0/4] fix #623: show isos/vztmpl/snippets in subdirs
 2023-07-17 13:07 UTC  (6+ messages)
` [pve-devel] [PATCH pve-storage v3 1/3] recursively go through subdirs to find files
` [pve-devel] [PATCH pve-manager v3]ui: add field to set subdir-depth in web interface

[pve-devel] [PATCH stable-7+master manager] pve7to8: fix Ceph noout check
 2023-07-17 12:57 UTC  (2+ messages)
` [pve-devel] applied: "

[pve-devel] [PATCH manager v3] fix #4758: ui: lxc wizard: allow multiple ssh keys
 2023-07-17 12:56 UTC  (2+ messages)
` [pve-devel] applied: "

[pve-devel] [PATCH docs] cgroup: update note about legacy cgroup controller support
 2023-07-17 12:54 UTC  (2+ messages)
` [pve-devel] applied: "

[pve-devel] [PATCH manager v2] fix #4758: ui: lxc wizard: allow multiple ssh keys
 2023-07-17 11:54 UTC  (4+ messages)

[pve-devel] [PATCH v2 qemu-server 1/4] qmeventd: improve getting VMID from PID in presence of legacy cgroup entries
 2023-07-17  9:40 UTC  (2+ messages)
` [pve-devel] applied-series: "

[pve-devel] applied: [PATCH] kvm: xsave set: mask-out PKRU bit in xfeatures if vCPU has no support
 2023-07-17  9:03 UTC  (2+ messages)

[pve-devel] [PATCH firewall] parser: fix scoped alias resolution
 2023-07-17  8:48 UTC  (2+ messages)
` [pve-devel] applied: "

[pve-devel] [PATCH access-control] auth: tfa: read tfa.cfg also if the user.cfg entry has no "x" marker
 2023-07-14 12:21 UTC  (2+ messages)

[pve-devel] [PATCH pve-installer]sys: Invert low storage propt logic
 2023-07-13 14:16 UTC  (2+ messages)
` [pve-devel] applied: "

[pve-devel] [PATCH installer 0/2] tui: add "Deselect all" disks button for zfs/btrfs raid
 2023-07-13 14:10 UTC  (2+ messages)
` [pve-devel] applied: "

[pve-devel] [PATCH pve_installer v3] tui: don't abort install if min ram requirement is not met
 2023-07-13 14:06 UTC  (2+ messages)
` [pve-devel] applied: "

[pve-devel] [PATCH installer] tui: fix incorrect scrolling of form view contents
 2023-07-13 13:54 UTC  (2+ messages)
` [pve-devel] applied: "

[pve-devel] [PATCH installer 0/3] export hvm support flag through runtime env
 2023-07-13 13:50 UTC  (2+ messages)
` [pve-devel] applied-series: "

[pve-devel] [PATCH installer 0/7] tui: add ZFS/Btrfs RAID setup checks
 2023-07-13  9:49 UTC  (8+ messages)
` [pve-devel] [PATCH installer 1/7] gitignore: add cd-info.test
` [pve-devel] [PATCH installer 2/7] tui: fix small typo in error message
` [pve-devel] [PATCH installer 3/7] tui: simplify duplicate disk checking logic
` [pve-devel] [PATCH installer 4/7] tui: deserialize boot type and disk blocksize from runtime env info
` [pve-devel] [PATCH installer 5/7] tui: improve bootdisk dialog error handling
` [pve-devel] [PATCH installer 6/7] tui: add RAID setup checks for ZFS/Btrfs
` [pve-devel] [PATCH installer 7/7] tui: add tests for RAID setup checks

[pve-devel] Implementation Request
 2023-07-13  7:41 UTC 

[pve-devel] [PATCH qemu 1/2] update patches and submodule to QEMU 8.0.3
 2023-07-11 14:06 UTC  (2+ messages)
` [pve-devel] [PATCH qemu 2/2] add patch fixing racy deadlock with busy SCSI disk during QEMU shutdown

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