]> git.proxmox.com Git - proxmox-backup.git/history - src/config
api: datastore: cleanup store/ns handling
[proxmox-backup.git] / src / config /
2022-04-14 Thomas Lamprechtrust fmt for pbs src
2022-04-06 Dominik Csapakconfig/node: add 'task_log_max_days' config
2022-04-06 Wolfgang Bumilleruse BufReader/Writer for Files passed to serde_json...
2022-03-23 Stefan Sterzfix #3067: api: add support for multi-line comments...
2022-02-07 Matthias Heiserernode config: add english to translation enum for defaul...
2022-02-03 Thomas Lamprechtnode config: avoid "allow" annotation
2022-02-03 Matthias Heisererfix #3103. node config: allow to configure default...
2022-01-14 Fabian Grünbichlerciphers: improve option naming
2022-01-14 Hannes Laimerconfig: add tls ciphers to NodeConfig
2022-01-04 Hannes Laimerconfig: add email-from to NodeConfig
2021-12-30 Fabian Grünbichlertree-wide: fix needless borrows
2021-11-29 Wolfgang Bumillerupdate proxmox-tfa to 2.0
2021-11-24 Dietmar Maurerupdate to proxmox-sys 0.2 crate
2021-11-19 Fabian Grünbichlertfa: handle incompatible challenge data
2021-11-19 Wolfgang Bumillercleanup unused re-exports
2021-11-18 Stoiko Ivanovconfig: acme: plugin: rustfmt
2021-11-17 Wolfgang Bumillerswitch tfa api to use proxmox-tfa::api
2021-10-21 Dietmar Maureruse new fsync parameter to replace_file and atomic_open...
2021-10-12 Wolfgang Bumillerremove pbs-tools::ops::ControlFlow
2021-10-11 Wolfgang Bumillerupdate to first proxmox crate split
2021-09-14 Dietmar Maureravoid type re-exports
2021-09-10 Dietmar Maurermore api type cleanups: avoid re-exports
2021-09-10 Dietmar Maurermove datastore config to pbs_config workspace
2021-09-10 Dietmar Maurermove user configuration to pbs_config workspace
2021-09-09 Dietmar Maurercleanup User configuration: use Updater
2021-09-09 Dietmar Maurermove acl to pbs_config workspaces, pbs_api_types cleanups
2021-09-08 Dietmar Maurermove token_shadow to pbs_config workspace
2021-09-08 Dietmar Maurermove network config to pbs_config workspace
2021-09-08 Dietmar Maurermove verify.rs to pbs_config workspace
2021-09-08 Dietmar Maurermove sync.rs to pbs_config workspace
2021-09-07 Dietmar Maurermoved tape_job.rs to pbs_config workspace
2021-09-07 Dietmar Maurermove tape_encryption_keys.rs to pbs_config workspace
2021-09-07 Dietmar Maurermoved key_derivation.rs from pbs_datastore to pbs-confi...
2021-09-06 Dietmar Maurermove media_pool config to pbs_config workspace
2021-09-03 Dietmar Maurermove drive config to pbs_config workspace
2021-09-02 Dietmar Maurermove remote config into pbs-config workspace
2021-09-02 Dietmar Maurerstart new pbs-config workspace
2021-09-01 Wolfgang Bumilleranother import cleanup
2021-09-01 Wolfgang Bumillersplit proxmox-file-restore into its own crate
2021-08-30 Wolfgang Bumillercleanup proxmox_backup::backup module
2021-08-30 Dietmar Maurerremote config: derive and use Updater
2021-08-30 Dietmar Maureropenid cleanup: derive and use Updater
2021-08-25 Wolfgang Bumilleruse ApiType trait
2021-08-25 Dietmar Maureruse new api updater features
2021-08-04 Dietmar Maurertape: compute next-media-label for each tape backup job
2021-07-23 Dietmar Maurerdatastore config: cleanup code (use flatten attribute)
2021-07-20 Dietmar Maureradd helpers to write configuration files
2021-07-20 Dietmar Maureruse new atomic_open_or_create_file
2021-07-19 Wolfgang Bumillermove client to pbs-client subcrate
2021-07-09 Dominik Csapakconfig: acl: add PRIV_REALM_ALLOCATE
2021-07-06 Wolfgang Bumilleradd pbs-tools subcrate
2021-07-06 Wolfgang Bumillertree-wide: switch to using mod.rs
2021-07-06 Wolfgang Bumillersplit out pbs-buildcfg module
2021-07-03 Stoiko Ivanovconfig: acme: make validation_delay crate public
2021-07-02 Fabian Grünbichleropenid: move helper from config to api2
2021-06-30 Dietmar Maurerfix CachedUserInfo by using a shared memory version...
2021-06-30 Dietmar Maurerapi: add openid redirect/login API
2021-06-30 Dietmar Maurercleanup user/token is_active() check
2021-06-30 Dietmar Maurerimplement new helper is_active_user_id()
2021-06-30 Dietmar Maurercli: add CLI to manage openid realms.
2021-06-30 Dietmar Maurercheck_acl_path: add /access/domains and /access/openid
2021-06-30 Dietmar Maurerconfig: new domains.cfg to configure openid realm
2021-06-04 Dietmar Maurercleanup: factor out config::datastore::lock_config()
2021-05-31 Fabian Grünbichlerreorder serde usage/derive
2021-05-17 Wolfgang Bumillerupdate proxmox-http dependency
2021-05-17 Fabian Grünbichlermove ProxyConfig to proxmox_http
2021-05-12 Dietmar Maurercorrectly set apt proxy configuration
2021-05-11 Thomas Lamprechtconfig: acme: rust format
2021-05-11 Thomas Lamprechtconfig: acme: fall-back to the "default" account
2021-05-10 Thomas Lamprechtmanager: acme plugin: auto-complete available DNS chall...
2021-05-10 Thomas Lamprechtcompletion: ACME plugin type: comment out http type...
2021-05-10 Thomas Lamprechtconfig: acme: drop now unused foreach_dns_plugin
2021-05-10 Thomas Lamprechtacme: use proxmox-acme-plugins and load schema from...
2021-05-10 Dylan Whytefix 3296: add http_proxy to node config, and provide...
2021-05-04 Dietmar Maurermove basic ACME types into src/api2/types/acme.rs
2021-05-04 Dietmar Maurernode config cleanups
2021-05-04 Wolfgang Bumilleradd node config
2021-05-04 Wolfgang Bumilleradd acme config
2021-04-29 Wolfgang Bumillerconfig::acl: make /system/certificates a valid path
2021-04-15 Thomas Lamprechtconfig: tfa: drop now unused schema::Updatable
2021-04-08 Dietmar Maurertape: implement LTO userspace driver
2021-03-10 Thomas Lamprechttypo fixes all over the place
2021-03-05 Dominik Csapakconfig/tape_job: add notify-user config to tape jobs
2021-03-05 Dietmar Maurertape: avoid Updatable for now
2021-03-05 Dietmar Maureracl: use /tape/device instead of /tape/drive and /tape...
2021-03-03 Dominik Csapakconfig/tfa: webauthn: disallow registering a token...
2021-03-03 Dominik Csapakconfig/tfa: set UserVerificationPolicy to Discouraged
2021-03-03 Dietmar Maurertape: add acl path /tape/job/{id}
2021-03-03 Dietmar Maurercomplete_acl_path: add more paths
2021-03-03 Dietmar Maureradd roles to implement tape backup permissions
2021-02-25 Dietmar Maurertape: cleanup TapeJob implementation - uses AllOf Schem...
2021-02-24 Dietmar Maurertape: implement backup using latest-only flag
2021-02-24 Dietmar Maurertape: add 'latest-only' property to backup job config
2021-02-19 Dietmar Maurercleanup: use serde(flatten) for VerificationJobStatus...
2021-02-19 Dietmar Maurercleanup: use serde(flatten) for SyncJobStatus, improve...
2021-02-19 Dietmar Maurerapi: list tape backup jobs with scheduling status
2021-02-15 Dietmar Maurerproxmox-backup-proxy: schedule tape backup jobs
2021-02-14 Dietmar Maurertape: add tape backup job configuration
2021-02-11 Dietmar Maurerdocs: use type_text for config::acl::Role
2021-02-11 Dietmar Maurerdocs: add manual page for verification.cfg
next