]> git.proxmox.com Git - proxmox.git/history - proxmox-notify/src/lib.rs
acme-api: add debian packaging
[proxmox.git] / proxmox-notify / src / lib.rs
2024-04-23 Lukas Wagnernotify: add getter for notification timestamp
2024-04-23 Lukas Wagnernotify: use std::sync::OnceCell instead of lazy_static!
2024-04-23 Lukas Wagnernotify: expose `config` module
2024-04-23 Lukas Wagnernotify: derive Deserialize/Serialize for Notification...
2024-04-23 Lukas Wagnernotify: give each notification a unique ID
2024-04-23 Lukas Wagnernotify: convert Option<Vec<T>> -> Vec<T> in config...
2024-04-23 Lukas Wagnernotify: switch to file-based templating system
2024-02-01 Lukas WagnerMerge branch proxmox-rrd
2024-01-10 Lukas Wagnernotify: include 'type' metadata field for forwarded...
2024-01-10 Lukas Wagnernotify: include 'hostname' metadata field for forwarded...
2023-12-04 Wolfgang BumillerMerge branch 'proxmox-acme'
2023-11-17 Lukas Wagnernotify: add built-in config and 'origin' parameter
2023-11-17 Lukas Wagnernotify: add 'disable' parameter for matchers and targets.
2023-11-17 Lukas Wagnernotify: add 'smtp' endpoint
2023-11-17 Lukas Wagnernotify: add mechanisms for email message forwarding
2023-11-17 Lukas Wagnernotify: add calendar matcher
2023-11-17 Lukas Wagnernotify: replace filters and groups with matcher-based...
2023-11-17 Lukas Wagnernotify: factor out notification content into its own...
2023-11-17 Lukas Wagnernotify: introduce Error::Generic
2023-07-28 Wolfgang Bumillernotify: cleanup all the imports sections
2023-07-28 Lukas Wagnernotify: fix build warnings if not all features are...
2023-07-24 Lukas Wagnernotify: additional logging when sending a notification
2023-07-24 Lukas Wagnernotify: add context
2023-07-24 Lukas Wagnernotify: add template rendering
2023-07-24 Lukas Wagnernotify: add notification filter mechanism
2023-07-24 Lukas Wagnernotify: add notification groups
2023-07-24 Lukas Wagnernotify: add gotify endpoint
2023-07-24 Lukas Wagnernotify: add sendmail plugin
2023-07-24 Lukas Wagnernotify: preparation for the API
2023-07-24 Lukas Wagnernotify: preparation for the first endpoint plugin
2023-07-24 Lukas Wagneradd proxmox-notify crate