]> git.proxmox.com Git - proxmox-backup.git/history - src/api2/admin/datastore.rs
move required_X_param to pbs_tools::json
[proxmox-backup.git] / src / api2 / admin / datastore.rs
2021-07-20 Wolfgang Bumillermove required_X_param to pbs_tools::json
2021-07-19 Wolfgang Bumillermove client to pbs-client subcrate
2021-07-16 Dominik Csapakapi: admin/datastore: add new 'prune-datastore' api...
2021-07-16 Dominik Csapakbackup/datastore: refactor check_backup_owner there
2021-07-16 Dominik Csapakapi: admin/datastore: simplify prune api call
2021-07-12 Stefan Reiterapi: add support for notes on backup groups
2021-06-28 Hannes Laimerapi: add ignore-verified and outdated-after to datastor...
2021-06-08 Stefan Reiterreplace AsyncIndexReader with SeekableCachedChunkReader
2021-05-17 Dominik Csapakapi2/admin/datastore: add delete for groups
2021-04-13 Stefan Reiterapi/datastore: allow pxar file download of entire archive
2021-02-17 Dominik Csapakapi2/admin/datastore: refactor create_zip into pxar...
2021-02-17 Dominik Csapakapi2/admin/datastore: accept "/" as path for root
2021-02-17 Dominik Csapakapi2/admin/datastore: refactor list_dir_content in...
2021-01-26 Fabian Grünbichlerclippy: allow api functions with many arguments
2021-01-26 Fabian Grünbichlerverify: factor out common parameters
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: us *_or_else with function calls
2021-01-20 Fabian Grünbichlerclippy: use chars / byte string literals
2021-01-20 Fabian Grünbichlerclippy: is_some/none/ok/err/empty
2021-01-20 Fabian Grünbichlerclippy: remove needless bool literals
2021-01-20 Fabian Grünbichlerclippy: remove unnecessary clones
2021-01-14 Fabian Grünbichlertokio 1.0: use ReceiverStream from tokio-stream
2020-12-22 Wolfgang Bumilleradaptions for proxmox 0.9 and proxmox-api-macro 0.3
2020-12-09 Wolfgang Bumillerremove unused descriptions from api macros
2020-12-01 Fabian Grünbichlerverify: use same progress as pull
2020-11-24 Fabian Grünbichlerlist_snapshots: return manifest fingerprint
2020-11-24 Fabian Grünbichlerrefactor BackupInfo -> SnapshotListItem helper
2020-11-24 Fabian Grünbichlerverification job: log failed dirs
2020-11-18 Fabian Grünbichlerapi: include store in invalid owner errors
2020-11-18 Fabian Grünbichlerapi: filter snapshot counts
2020-11-18 Fabian Grünbichlerapi: make expensive parts of datastore status opt-in
2020-11-18 Fabian Grünbichlerimprove group/snapshot listing
2020-11-10 Fabian Grünbichlerverify: log/warn on invalid owner
2020-11-10 Fabian Grünbichlerfix #3060:: improve get_owner error handling
2020-11-05 Fabian Grünbichlertypes: extract DataStoreListItem
2020-11-02 Dominik Csapakapi2/admin/datastore: start the garbage_collection...
2020-10-30 Fabian Grünbichlerverify: introduce & use new Datastore.Verify privilege
2020-10-30 Fabian Grünbichlerprivs: use Datastore.Modify|Backup to set backup notes
2020-10-30 Fabian Grünbichlerprivs: allow reading notes with Datastore.Audit
2020-10-29 Fabian Grünbichlerowner checks: handle backups owned by API tokens
2020-10-29 Fabian Grünbichlerreplace Userid with Authid
2020-10-29 Dominik Csapakapi: datstore status: introduce proper structs and...
2020-10-29 Dietmar Maurerverify: directly pass manifest to filter function
2020-10-28 Dietmar Maurerverify: improve code reuse, fix filter function
2020-10-27 Dominik Csapakadmin/datastore: add more info to status call
2020-10-22 Dietmar Maurerupid: use systemd escape to decode/encode the worker_id
2020-10-21 Hannes Laimerset a different worker_type based on what is going...
2020-10-21 Wolfgang Bumillerpass params by ref to recurse_files
2020-10-21 Wolfgang Bumillerwhitespace fixup
2020-10-21 Dominik Csapakapi2/admin/datastore/pxar_file_download: download direc...
2020-10-19 Fabian Grünbichlerfix indentation
2020-10-16 Stefan Reiterdatastore: add manifest locking
2020-10-15 Wolfgang Bumillermore clippy lints
2020-10-15 Stefan Reiterdatastore: remove load_manifest_json
2020-10-15 Stefan Reiterprune: never fail, just warn about failed removals
2020-10-15 Stefan Reiterprune: respect snapshot flock
2020-10-14 Dietmar Maureravoid compiler warning
2020-10-14 Dylan Whytefix #2847: api: datastore: change backup owner
2020-10-12 Wolfgang Bumillerdon't require WorkerTask in backup/
2020-09-15 Dietmar Maureravoid chrono dependency, depend on proxmox 0.3.8
2020-09-11 Fabian GrünbichlerBackupDir: make constructor fallible
2020-09-02 Dietmar Maurerverify: log progress
2020-09-01 Dietmar Maurersrc/backup/verify.rs: use global hashes (instead of...
2020-09-01 Dietmar Maurersrc/backup/verify.rs: use separate thread to load data
2020-08-26 Thomas Lamprechtsave last verify result in snapshot manifest
2020-08-25 Thomas Lamprechtvarious typo fixes
2020-08-25 Thomas Lamprechtapi datastore: fix typo in error message
2020-08-11 Fabian Grünbichlermark signed manifests as such
2020-08-11 Fabian Grünbichlerchunk readers: ensure chunk/index CryptMode matches
2020-08-11 Fabian Grünbichlerdatastore api: verify blob/index csum from manifest
2020-08-11 Fabian Grünbichlerdatastore api: only decode unencrypted indices
2020-08-10 Wolfgang Bumillerintroduce Username, Realm and Userid api types
2020-07-31 Dietmar Maurerlist_snapshots: Returns new "comment" property (fisrt...
2020-07-31 Dietmar Maurercleanup: manifest is always CryptMode::None
2020-07-31 Dietmar Maurersrc/api2/admin/datastore.rs: add API to get/set Notes...
2020-07-30 Dominik Csapakverify: keep track and log which dirs failed the verifi...
2020-07-30 Dominik Csapakverify: keep also track of corrupt chunks
2020-07-30 Stefan Reiterdatastore: prevent deletion of snaps in use as "previou...
2020-07-29 Dietmar Maurersrc/backup/verify.rs: try to verify chunks only once
2020-07-29 Wolfgang Bumillerbump proxmox to 0.3, cleanup http_err macro usage
2020-07-28 Dietmar Maurersrc/backup/data_blob.rs: new load_from_reader(), which...
2020-07-10 Wolfgang Bumillerupdate proxmox crate to 0.2.0
2020-07-08 Wolfgang BumillerDataStore::load_manifest: also return CryptMode
2020-07-07 Wolfgang Bumillerintroduce a CryptMode enum
2020-06-30 Dietmar Maurersrc/api2/admin/datastore.rs: avoid slash in UPID strings
2020-06-25 Dietmar Maurerallow to abort verify jobs
2020-06-24 Dietmar Maurersrc/api2/admin/datastore.rs: add verify api
2020-06-24 Dominik Csapakapi2/admin/datastore: add pxar-file-download api call
2020-06-24 Dominik Csapakapi2/admin/datastore: add 'catalog' api call
2020-06-24 Dietmar Maurersrc/backup/datastore.rs: add new helpers to load blobs...
2020-06-23 Dominik Csapakadd AsyncReaderStream
2020-06-19 Dominik Csapakapi2/admin/datastore: add download-decoded endpoint
2020-06-19 Dominik Csapakadd Display trait to BackupDir
2020-06-19 Dominik Csapakapi2/admin/datastore/snapshos: show encrypted and size...
2020-06-19 Dominik Csapakadd encrypted info to Manifest
2020-06-19 Dominik Csapakapi2/admin/datastore: log stream error during file...
2020-06-10 Dominik Csapakrrd: move creation of serde value into api
2020-06-09 Dominik Csapaklet disk_usage return StorageStatus and use it for...
2020-05-30 Dietmar Maurercleanup: define/use const for predefined blob file...
next