]> git.proxmox.com Git - proxmox.git/history - proxmox-notify
rrd: fix a few typos
[proxmox.git] / proxmox-notify /
2024-02-01 Lukas WagnerMerge branch proxmox-rrd
2024-01-10 Wolfgang Bumillernotify: bump d/control
2024-01-10 Wolfgang Bumillerbump proxmox-notify to 0.3.1-1
2024-01-10 Lukas Wagnernotify: matcher: support lists of values for 'exact...
2024-01-10 Lukas Wagnernotify: include 'type' metadata field for forwarded...
2024-01-10 Lukas Wagnernotify: include 'hostname' metadata field for forwarded...
2024-01-10 Lukas Wagnernotify: add separate context for unit-tests
2024-01-10 Lukas Wagnernotify: api: allow resetting built-in targets if used...
2024-01-10 Lukas Wagnernotify: smtp: add `Auto-Submitted` header to email...
2024-01-10 Lukas Wagnernotify: smtp: forward original message instead nesting
2023-12-04 Wolfgang BumillerMerge branch 'proxmox-acme'
2023-11-17 Thomas Lamprechtnotify: bump version to 0.3.0-1
2023-11-17 Thomas Lamprechtnotify: update d/control
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 api for smtp endpoints
2023-11-17 Lukas Wagnernotify: add 'smtp' endpoint
2023-11-17 Lukas Wagnernotify: add PVE/PBS context
2023-11-17 Lukas Wagnernotify: add mechanisms for email message forwarding
2023-11-17 Lukas Wagnernotify: let a matcher always match if it has no matchin...
2023-11-17 Lukas Wagnernotify: matcher: introduce common trait for match direc...
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-08-25 Lukas Wagnernotify: make template rendering helpers more robust
2023-07-28 Wolfgang Bumillerbump proxmox-notify to 0.2.0
2023-07-28 Wolfgang Bumillernotify: cleanup all the imports sections
2023-07-28 Lukas Wagnernotify: use HttpError from proxmox-http-error
2023-07-28 Lukas Wagnernotify: fix tests if not all features are enabled
2023-07-28 Lukas Wagnernotify: fix build warnings if not all features are...
2023-07-24 Wolfgang Bumillerbump proxmox-notify to 0.1.0-1, initial release
2023-07-24 Lukas Wagnernotify: add debian packaging
2023-07-24 Lukas Wagnernotify: additional logging when sending a notification
2023-07-24 Lukas Wagnernotify: ensure that filter/group/endpoint names are...
2023-07-24 Lukas Wagnernotify: on deletion, check if a filter/endp. is still...
2023-07-24 Lukas Wagnernotify: api: allow to query entities referenced by...
2023-07-24 Lukas Wagnernotify: gotify: add proxy support
2023-07-24 Lukas Wagnernotify: sendmail: query default author/mailfrom from...
2023-07-24 Lukas Wagnernotify: sendmail: allow users as recipients
2023-07-24 Lukas Wagnernotify: add context
2023-07-24 Lukas Wagnernotify: add example for template rendering
2023-07-24 Lukas Wagnernotify: add template rendering
2023-07-24 Lukas Wagnernotify: api: add API for filters
2023-07-24 Lukas Wagnernotify: add notification filter mechanism
2023-07-24 Lukas Wagnernotify: api: add API for groups
2023-07-24 Lukas Wagnernotify: add notification groups
2023-07-24 Lukas Wagnernotify: api: add API for gotify endpoints
2023-07-24 Lukas Wagnernotify: add gotify endpoint
2023-07-24 Lukas Wagnernotify: api: add API for sendmail endpoints
2023-07-24 Lukas Wagnernotify: add sendmail plugin
2023-07-24 Lukas Wagnernotify: api: add API for sending notifications/testing...
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