all lists on lists.proxmox.com
 help / color / mirror / Atom feed
[pve-devel] [PATCH pve-kernel++ 0/9] secure boot improvements, kernel packages rename
 2023-07-26  7:34 UTC  (7+ messages)
` [pve-devel] [PATCH pmg-api] handle pve-kernel -> proxmox-kernel rename
` [pve-devel] [PATCH] switch to proxmox-kernel-6.2/proxmox-headers-6.2

[pve-devel] [PATCH qemu-server] fix: api: fix permission check for cloudinit drive update
 2023-07-25 15:23 UTC  (3+ messages)
` [pve-devel] applied: "

[pve-devel] [PATCH v2 docs] pvecm: add qdevice status flag explanation
 2023-07-25 15:21 UTC  (2+ messages)
` [pve-devel] applied: "

[pve-devel] [PATCH installer v2 0/3] fix #4856: tui: bootdisk: use correct defaults in advanced dialog
 2023-07-25 15:02 UTC  (4+ messages)
` [pve-devel] [PATCH installer v2 1/3] tui: bootdisk: refactor Rc<RefCell<..>> type into custom type
` [pve-devel] [PATCH installer v2 2/3] tui: bootdisk: rename `disks` parameter to `avail_disks`
` [pve-devel] [PATCH installer v2 3/3] fix #4856: tui: bootdisk: use correct defaults in advanced dialog

[pve-devel] [PATCH widget-toolkit/manager 0/2] ui: add some missing `htmlEncode`s
 2023-07-25 15:00 UTC  (4+ messages)
` [pve-devel] [PATCH widget-toolkit 1/2] "
` [pve-devel] [PATCH manager 2/2] "
` [pve-devel] applied-series: [PATCH widget-toolkit/manager 0/2] "

[pve-devel] [PATCH pve-storage/pve-manager 0/3] allow download of compressed ISOs
 2023-07-25 14:37 UTC  (4+ messages)
` [pve-devel] [PATCH pve-storage 1/2] fix #4849: download-url: allow download and decompression "
` [pve-devel] [PATCH pve-storage 2/2] clean: fix whitspaces and minor code issues
` [pve-devel] [PATCH pve-manager 1/1] fix #4849: download to storage: automatically detect and configure compression

[pve-devel] [PATCH qemu-server] cloudinit: allow non-root users to set ciupgrade option
 2023-07-25 13:55 UTC  (3+ messages)
` [pve-devel] applied: "

[pve-devel] [PATCH common] ldap: de-duplicate LDAP search for users and groups
 2023-07-25 13:12 UTC 

[PVE-User] DeviceMapper devices get filtered by Proxmox
 2023-07-25 11:48 UTC  (3+ messages)

[pve-devel] [PATCH docs 1/2] pvecm: fix pvecm status indentation
 2023-07-25  9:56 UTC  (5+ messages)
` [pve-devel] [PATCH docs 2/2] pvecm: add qdevice status flag explanation
` [pve-devel] applied: [PATCH docs 1/2] pvecm: fix pvecm status indentation

[pve-devel] [PATCH installer v2 0/6] tui: add ZFS/Btrfs RAID setup checks
 2023-07-25  9:38 UTC  (8+ messages)
` [pve-devel] [PATCH installer v2 1/6] tui: simplify duplicate disk checking logic
` [pve-devel] [PATCH installer v2 2/6] tui: deserialize boot type and disk blocksize from runtime env info
` [pve-devel] [PATCH installer v2 3/6] tui: improve bootdisk dialog error handling
` [pve-devel] [PATCH installer v2 4/6] tui: add RAID setup checks for ZFS/Btrfs
` [pve-devel] [PATCH installer v2 5/6] tui: add tests for RAID setup checks
` [pve-devel] [PATCH installer v2 6/6] d/rules: enable dh_auto_test
` [pve-devel] applied-series: [PATCH installer v2 0/6] tui: add ZFS/Btrfs RAID setup checks

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

[pbs-devel] [PATCH proxmox 1/2] ldap: add an integration test for `check_connection`
 2023-07-25  8:56 UTC  (3+ messages)
` [pbs-devel] [PATCH proxmox 2/2] ldap: only search base of base_dn when checking connection

[pve-devel] [PATCH installer 0/3] fix #4856: tui: bootdisk: use correct defaults in advanced dialog
 2023-07-25  8:35 UTC  (4+ messages)
` [pve-devel] [PATCH installer 1/3] tui: bootdisk: refactor Rc<RefCell<..>> type into custom type
` [pve-devel] [PATCH installer 2/3] tui: bootdisk: rename `disks` parameter to `avail_disks`
` [pve-devel] [PATCH installer 3/3] fix #4856: tui: bootdisk: use correct defaults in advanced dialog

[pbs-devel] [PATCH proxmox] fix #4868: map missing section field to 'unknown'
 2023-07-25  8:31 UTC 

[PVE-User] Problem with ssh sessions
 2023-07-25  8:12 UTC 

[pve-devel] [PATCH pve-storage v4; pve-manager 0/4] fix #623: show isos/vztmpl/snippets in subdirs
 2023-07-25  8:00 UTC  (6+ messages)
` [pve-devel] [PATCH pve-storage v4 1/3] recursively go through subdirs to find files
` [pve-devel] [PATCH pve-storage v4 2/3] add `scan-depth` option to filesystems
` [pve-devel] [PATCH pve-storage v4 3/3] update test for recursive subdir search
` [pve-devel] [PATCH pve-manager v4 1/1] ui: add field to set subdir-depth in web interface

[PVE-User] (no subject)
 2023-07-25  7:47 UTC  (2+ messages)
    ` [PVE-User] SPAM:

[pve-devel] [PATCH cluster] buildsys: add libpve-notify-perl package to $(LIB_DEB) variable
 2023-07-25  7:22 UTC  (2+ messages)
` [pve-devel] applied: "

[pve-devel] [PATCH common/access-control v2 0/5] improve LDAP DN and bind creds checking on creation/change
 2023-07-24 13:18 UTC  (7+ messages)
` [pve-devel] [PATCH common v2 1/5] schema: add `ldap-dn` format for validating LDAP distinguished names
` [pve-devel] [PATCH common v2 2/5] test: add test cases for new 'ldap-dn' schema format
` [pve-devel] [PATCH common v2 3/5] ldap: handle errors explicitly everywhere instead of simply `die`ing
` [pve-devel] [PATCH access-control v2 4/5] ldap: validate LDAP DNs using the `ldap-dn` schema format
` [pve-devel] [PATCH access-control v2 5/5] ldap: check bind credentials with LDAP directory directly on change

[pmg-devel] [PATCH pmg-api] cluster: fingerprint parsing: adapt to changed openssl output
 2023-07-24 13:08 UTC  (2+ messages)
` [pmg-devel] applied: "

[pve-devel] [PATCH proxmox-perl-rs] notify: rename PVE::RS::Notify to Proxmox::RS::Notify
 2023-07-24 13:02 UTC  (5+ messages)
` [pve-devel] [PATCH cluster] notify: use renamed Proxmox::RS::Notify
  ` [pve-devel] partially-applied: "
` [pve-devel] [PATCH manager] vzdump: use <name> as a convention for virtual endpoints/groups
` [pve-devel] partially-applied: [PATCH proxmox-perl-rs] notify: rename PVE::RS::Notify to Proxmox::RS::Notify

[pve-devel] [PATCH proxmox 1/2] notify: fix build warnings if not all features are enabled
 2023-07-24 12:31 UTC  (2+ messages)
` [pve-devel] [PATCH proxmox 2/2] notify: fix tests "

[pve-devel] [PATCH manager 1/3] headerbar: use same height and padding for product name as PBS and PMG
 2023-07-24  8:25 UTC  (9+ messages)
` [pve-devel] [PATCH manager 2/3] headerbar: show shortcut for search in emptyText
` [pve-devel] [PATCH manager 3/3] headerbar: center search box, make it adapt to the width of the browser

[pbs-devel] [PATCH pxar] decoder: aio: Make `TokioReader` public
 2023-07-21 15:58 UTC 

[pve-devel] [PATCH installer v2] tui: fix FQDN validation
 2023-07-21 14:20 UTC  (2+ messages)
` [pve-devel] applied: "

[pve-devel] [PATCH installer 0/7] tui: add ZFS/Btrfs RAID setup checks
 2023-07-21 14:20 UTC  (2+ messages)
` [pve-devel] partially-applied: "

[pve-devel] [PATCH access-control] api: domains: fix setting only the realm authentication password
 2023-07-21 14:14 UTC  (2+ messages)
` [pve-devel] applied: "

[pve-devel] [PATCH pve-docs v8 0/1] update the PCI(e) docs
 2023-07-21 14:10 UTC  (4+ messages)
` [pve-devel] [PATCH pve-docs v8 1/1] "

[pve-devel] [PATCH pve-manager] ui: ceph status: add pg warning state
 2023-07-21 13:08 UTC  (5+ messages)
` [pve-devel] [PATCH widget-toolkit 1/3] css: add 'working' css color class
  ` [pve-devel] [PATCH manager 2/3] ceph: ui: followup: change blue for PGs in working state
  ` [pve-devel] [PATCH manager 3/3] ceph: ui: rename PG state error to critical

[PVE-User] migration from iptables to nftables
 2023-07-21  9:49 UTC 

[pbs-devel] [PATCH pxar 1/2] Add dependency on `tokio/io-util` to `tokio-io` feature
 2023-07-20 17:15 UTC  (2+ messages)
` [pbs-devel] [PATCH pxar 2/2] decoder: aio: improve performance of async file reads

[pve-devel] [PATCH http-server v2] fix #4859: properly configure TLSv1.3 only mode
 2023-07-20 15:20 UTC  (2+ messages)
` [pve-devel] applied: "

[pve-devel] [PATCH v3 many 00/66] fix #4156: introduce new notification system
 2023-07-20 15:02 UTC  (12+ messages)
` [pve-devel] [PATCH v3 pve-manager 59/66] ui: perm path: load notification target/filter acl entries
` [pve-devel] [PATCH v3 proxmox-widget-toolkit 63/66] notification: add gui for notification groups

[pve-devel] [PATCH qemu-server 1/2] test: add tests with multiple IDE CD-ROM drives
 2023-07-20 14:53 UTC  (4+ messages)
` [pve-devel] [PATCH qemu-server 2/2] fix #4620: cfg2cmd: drive device: correctly handle IDE for q35
  ` [pve-devel] applied: "
` [pve-devel] applied: [PATCH qemu-server 1/2] test: add tests with multiple IDE CD-ROM drives

[pve-devel] [PATCH common/access-control 0/5] improve LDAP DN and bind creds checking on creation/change
 2023-07-20 13:30 UTC  (3+ messages)

[pbs-devel] [PATCH proxmox-backup 1/2] blob/chunk parse errors: add context
 2023-07-20 10:23 UTC  (2+ messages)
` [pbs-devel] [PATCH proxmox-backup 2/2] blobs: fix outdated comment about file format

[pve-devel] [PATCH pve-installer v9] update the PCI(e) docs
 2023-07-20  9:32 UTC 

[pve-devel] [PATCH access-control] auth: tfa: fail if realm requires TFA but no challenge is generated
 2023-07-20  9:05 UTC  (2+ messages)
` [pve-devel] applied: "

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