]> git.proxmox.com Git - proxmox-backup.git/history - src/api2/admin/verify.rs
docs: add note for not using remote storages
[proxmox-backup.git] / src / api2 / admin / verify.rs
2023-03-02 Wolfgang Bumilleruse proxmox-sortable-macro directly
2022-12-05 Fabian Grünbichlerclippy 1.65 fixes
2022-05-26 Fabian Grünbichlertree-wide: remove DatastoreWithNamespace
2022-05-25 Fabian Grünbichlerverify_job: fix priv check
2022-05-05 Thomas Lamprechtrouter change made one level of rpcenv mut superfluous
2022-04-14 Thomas Lamprechtapi: rustfmt
2021-11-24 Dietmar Maurerupdate to proxmox-sys 0.2 crate
2021-10-11 Wolfgang Bumillerupdate to first proxmox crate split
2021-09-21 Dominik Csapakapi: make some workers log on CLI
2021-09-10 Dietmar Maurermore api type cleanups: avoid re-exports
2021-09-10 Dietmar Maurermove user configuration to pbs_config workspace
2021-09-09 Dietmar Maurermove acl to pbs_config workspaces, pbs_api_types cleanups
2021-09-08 Dietmar Maurermove verify.rs to pbs_config workspace
2021-09-07 Dietmar Maurermoved tape_job.rs to pbs_config workspace
2021-02-19 Dietmar Maurercleanup: use serde(flatten) for VerificationJobStatus...
2021-01-22 Dietmar Maurerimprove code docs in api2
2021-01-21 Dietmar MaurerMerge branch 'master' of ssh://proxdev.maurer-it.com...
2021-01-20 Fabian Grünbichlerclippy: remove unnecessary closures
2020-11-06 Fabian Grünbichlerverify: allow unprivileged access to admin API
2020-10-29 Fabian Grünbichlerreplace Userid with Authid
2020-10-28 Dietmar Maurermove jobstate to server
2020-10-27 Dominik Csapakapi/{verify, syncjobs}: add optional datastore parameter
2020-10-21 Hannes Laimerapi2: add verification admin endpoint and do_verificati...