]> git.proxmox.com Git - proxmox-backup.git/history - src
docs: add documentation for notification system
[proxmox-backup.git] / src /
2024-04-23 Lukas Wagnerdocgen: generate synopsis for notifications{-priv,...
2024-04-23 Lukas Wagnerproxmox-backup-manager: add CLI for SMTP endpoints
2024-04-23 Lukas Wagnerproxmox-backup-manager: add CLI for sendmail endpoints
2024-04-23 Lukas Wagnerproxmox-backup-manager: add CLI for gotify endpoints
2024-04-23 Lukas Wagnerproxmox-backup-manager: add CLI for notification matchers
2024-04-23 Lukas Wagnerproxmox-backup-manager: add CLI for notification targets
2024-04-23 Lukas Wagnerserver: notifications: send tape notifications via...
2024-04-23 Lukas Wagnerserver: notifications: send acme notifications via...
2024-04-23 Lukas Wagnerserver: notifications: send update notifications via...
2024-04-23 Lukas Wagnerserver: notifications: send sync notifications via...
2024-04-23 Lukas Wagnerserver: notifications: send verify notifications via...
2024-04-23 Lukas Wagnerserver: notifications: send prune notifications via...
2024-04-23 Lukas Wagnerserver: notifications: send GC notifications via notifi...
2024-04-23 Lukas Wagnerapi-types: api: tape: add notification-mode parameter
2024-04-23 Lukas Wagnerapi-types: api: datatore: add notification-mode parameter
2024-04-23 Lukas Wagnerapi: add endpoints for querying known notification...
2024-04-23 Lukas Wagnerapi: add endpoints for gotify targets
2024-04-23 Lukas Wagnerapi: add endpoints for smtp targets
2024-04-23 Lukas Wagnerapi: add endpoints for sendmail targets
2024-04-23 Lukas Wagnerapi: add endpoints for notification matchers
2024-04-23 Lukas Wagnerapi: add endpoints for querying/testing notification...
2024-04-23 Lukas Wagnernotifications: allow sending notifications via proxmox_...
2024-04-23 Lukas Wagnerserver: rename email_notifications module to notifications
2024-04-22 Fabian GrünbichlerGC status: reduce code duplication
2024-04-22 Fabian Grünbichlerapi: merge garbage-collection-status and -job-status
2024-04-22 Fabian GrünbichlerGC: flatten existing status into job status
2024-04-22 Lukas Wagnerproxmox-backup-mgr: gc jobs: pretty-print bytes/duratio...
2024-04-22 Stefan Lendlfix #4723: cli: list gc jobs with proxmox-backup-manager
2024-04-22 Stefan Lendlapi: garbage collect job status
2024-04-22 Dietmar Maurerapi: assert that maintenance mode transitions are valid
2024-04-09 Gabriel Gollerapi: make prune-group a real workertask
2024-04-08 Markus Frankapi: datastore create: allow re-using existing dirs...
2024-03-25 Christoph Heissrealm sync: generic-ify `LdapSyncSettings` and `General...
2024-03-25 Christoph Heissauth: factor out CA store and cert lookup into own fn
2024-03-25 Christoph Heissapi-types: factor out `LdapMode` -> `ConnectionMode...
2024-03-25 Maximiliano Sandovalapi: use if-let pattern for error-only handling
2024-03-25 Christian Ebnerapi: sync job: log stats for removed vanished entities
2024-03-25 Christian Ebnerserver: sync job: include removed vanished stats
2024-03-25 Christian Ebnerdatastore: group: return basic stats on backup group...
2024-03-25 Hannes Laimerdatastore: remove datastore from internal cache based...
2024-03-25 Lukas Wagnerdaily-update: inline variables into format string if...
2024-03-25 Lukas Wagnerdaily-update: fix typo
2024-03-25 Wolfgang Bumilleradd 'confirmation-password' parameter to user password...
2024-03-20 Dietmar Maurerpbs-api-types: use const_format and new api-types from...
2024-03-07 Thomas Lamprechtsync job: avoid printing NaN if no data was pulled
2024-03-07 Christian Ebnerserver: sync job: format downloaded amount in human...
2024-03-07 Christian Ebnerfix #5285: api: sync job: add job summary to task log
2024-03-07 Christian Ebnerserver: sync job: return `PullStats` for pull related...
2024-03-04 Max Carrarafix #5217: api: send missing header when upgrading...
2024-02-13 Maximiliano Sandovalbackup-proxy: avoid block in if condition
2024-02-13 Maximiliano Sandovalreport: inline errors in writeln!
2024-02-13 Maximiliano Sandovaldisks: remove useless conversion to the same type
2024-02-13 Maximiliano Sandovaldatastore: use is_{err, some} rather than match {Ok...
2024-02-13 Maximiliano Sandovalaccess first element with first() rather than get(0)
2024-02-13 Maximiliano Sandovaluse or_default instead of or_insert_with(Default::default)
2024-02-13 Maximiliano Sandovalmedia_catalog: use stream_position
2024-02-13 Maximiliano Sandovalremove needless borrows
2024-02-13 Maximiliano Sandovalremove redundant guards
2024-02-13 Maximiliano Sandovaldocs: remove redundant explicit link target
2024-02-12 Dominik Csapakfix #5229: tape: remove max sequence number limit
2024-02-02 Wolfgang Bumillerdocgen: add oneOf case to dump_schema
2024-02-01 Thomas Lamprechttape: factor getting encryption fingerprint tuple out
2024-02-01 Dominik Csapaktape: fix regression in restoring key from medium
2024-02-01 Wolfgang Bumillertape: silence some warnings
2024-02-01 Lukas Wagnerrrd_cache: use `proxmox-rrd` from `proxmox` workspace
2024-01-24 Dietmar Maureracme PluginConfig: add missing serde attributes
2024-01-22 Dominik Csapaktape: remove unused methods of LtoTapeHandle
2024-01-22 Dominik Csapaktape: assert encryption mode when using the PoolWriter
2024-01-22 Dominik Csapaktape: move 'set_encryption' calls to the TapeDriver...
2024-01-22 Dominik Csapaktape: fix wrongly unloading encryption key
2024-01-22 Dominik Csapaktape: don't call sg-tape-cmd for unloading encryption...
2024-01-22 Dominik Csapaktape: use SgTape in sg-tape-cmd
2024-01-22 Dominik Csapaktape: move key deriving into SgTape
2024-01-22 Dominik Csapaktape: provide 'open_lto_drive' methods for LtoTapeHandl...
2024-01-19 Wolfgang Bumillercleanup more unnecesary allocations
2024-01-19 Wolfgang Bumillercleanup unnecessary allocation
2024-01-18 Dietmar Maurerapi: custom certificate upload: make key optional
2024-01-18 Thomas Lamprechtreport: change output contract of functions
2024-01-16 Dietmar MaurerCertificateInfo: make filename non-optional
2024-01-16 Dietmar MaurerCertificateInfo: make fields public
2024-01-15 Dietmar Maurerfix serde attributes for CertificateInfo
2024-01-12 Dominik Csapakapi: tape: don't allow duplicate media label-texts
2024-01-12 Dominik Csapakapi: tape: optinally accept uuid for destroy/move media
2024-01-12 Dominik Csapaktape: handle duplicate label-texts in inventory
2024-01-10 Wolfgang Bumillercleanup manual unwrap_or_default()
2024-01-10 Philipp Hufnaglfix #4315: jobs: modify GroupFilter so include/exclude...
2024-01-09 Stefan Lendlreport: add prune.cfg to report
2023-12-14 Dominik Csapaktape: move 'eject-before-unload' to a plain changer...
2023-12-13 Dominik Csapaktape: fix 'eject-before-unload' api type
2023-12-12 Dominik Csapakfix #4904: tape changer: add option to eject before...
2023-12-12 Dominik Csapaktape: changer: save whole LtoTapeDrive config in MtxMed...
2023-12-12 Dominik Csapakapi: tape: add lto9 initialization message to task log
2023-12-12 Dominik Csapaktape: add optional timeout to wait_until_ready
2023-12-11 Gabriel Gollerstatus: use Option on avail/used datastore attrs
2023-12-06 Wolfgang Bumillerfixup comment and condition readability
2023-12-06 Folke Gleumescli: acme: add possibility to set eab via the cli
2023-12-06 Folke Gleumesacme: api: add eab options to api
2023-12-06 Wolfgang Bumillerupdate to proxmox-acme 0.5
2023-12-01 Wolfgang Bumillertools/disks: skip lsblk for partition check
2023-12-01 Wolfgang Bumilleradd partition entry value getters to Disk
next