]> git.proxmox.com Git - proxmox-backup.git/shortlog
proxmox-backup.git
2020-08-11 Fabian Grünbichlermark signed manifests as such
2020-08-11 Fabian Grünbichlerverify: also check chunk CryptMode
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 Bumillerimpl PartialEq between Realm and RealmRef
2020-08-10 Wolfgang Bumillerassert that Username does not impl PartialEq
2020-08-10 Wolfgang Bumillerintroduce Username, Realm and Userid api types
2020-08-10 Wolfgang Bumillerd/control: proxmox 0.3.3
2020-08-10 Wolfgang Bumillerbump proxmox dependency to 0.3.3 for serde helpers
2020-08-10 Wolfgang Bumillermove types.rs to types/mod.rs
2020-08-10 Wolfgang Bumillerconfig.rs: sort modules
2020-08-07 Stefan Reiterbackup: only allow finished backups as base snapshot
2020-08-07 Dietmar Maureradministration-guide.rst: move Encryption headline...
2020-08-07 Dietmar Maureradministration-guide.rst: fix headline (avoid compile...
2020-08-07 Dylan Whyteadmin-guide: add section explaining master keys
2020-08-06 Dylan Whytefix: master-key: upload RSA encoded key with backup
2020-08-06 Stefan Reiterfinish_backup: mark backup as finished only after check...
2020-08-06 Oguz Bektasfix #2909: handle missing chunks gracefully in garbage...
2020-08-04 Wolfgang Bumillerd/control: bump proxmox to 0.3.2
2020-08-04 Wolfgang Bumillerremove timer and lock functions, fix building with...
2020-08-04 Wolfgang Bumillerbump proxmox dependency to 0.3.2 for timer / file locking
2020-08-04 Fabian Grünbichlerbuild: properly regenerate d/control
2020-08-04 Aaron Lauterergui: user: fix #2898 add dialog to set password
2020-08-04 Aaron LautererGC: use time pre phase1 to calculate min_atime in phase2
2020-08-04 Fabian Grünbichlerdatastore: allow browsing signed pxar files
2020-08-04 Fabian Grünbichlersync: verify size and checksum of pulled archives
2020-08-04 Fabian Grünbichlersync: verify chunk size and digest, if possible
2020-08-04 Fabian Grünbichlerblobs: attempt to verify on decode when possible
2020-08-03 Wolfgang Bumillerpxar/extract: fixup path stack for errors
2020-08-03 Wolfgang Bumillermore whitespace fixups
2020-08-03 Wolfgang Bumillerwhitespace fixup
2020-08-03 Wolfgang Bumillerpxar: better error handling on extract
2020-08-03 Dominik Csapakworker_task: add getter for upid
2020-08-03 Dominik Csapakworker_task: refactor log text generator
2020-08-03 Dominik Csapaksystemd/time: fix weekday wrapping on month
2020-08-03 Dominik Csapaksystemd/time: add tests for weekday month wrapping
2020-08-02 Dietmar Maurerdepend on proxmox 0.3.1
2020-07-31 Wolfgang Bumillerpxar: create: attempt to use O_NOATIME
2020-07-31 Wolfgang Bumillerpxar: create: move common O_ flags to open_file
2020-07-31 Dietmar Maurerlist_snapshots: Returns new "comment" property (fisrt...
2020-07-31 Fabian Grünbichlerbuild: track generated d/control in git
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-31 Dietmar Maurerlock_file: return std::io::Error
2020-07-31 Dietmar Maurersrc/api2/backup/environment.rs: remove debug code
2020-07-31 Dietmar Maurersrc/api2/backup/environment.rs: remove debug code
2020-07-31 Dietmar Maurerfinish_backup: add chunk_upload_stats to manifest
2020-07-31 Dietmar Maurerfinish_backup: test/verify manifest at server side
2020-07-31 Dietmar Maurersrc/backup/datastore.rs: add helpers to load/store...
2020-07-30 Dylan Whyteintroduction: language improvement (fix typos, grammar...
2020-07-30 Dominik Csapakapi2/node/termproxy: fix user in worker task
2020-07-30 Dietmar Maurersrc/api2/backup.rs: aquire backup lock earlier in creat...
2020-07-30 Dominik Csapakapi2/node/termproxy: fix zombies on worker abort
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 Dominik Csapakverify: check all chunks of an index, even if we encoun...
2020-07-30 Wolfgang Bumillerfix #2873: if --pattern is used, default to not extracting
2020-07-30 Stefan Reiterbackup: ensure base snapshots are still available after...
2020-07-30 Stefan Reiterbackup: use flock on backup group to forbid multiple...
2020-07-30 Stefan Reiterdatastore: prevent deletion of snaps in use as "previou...
2020-07-30 Stefan Reitertools: add nonblocking mode to lock_file
2020-07-30 Stefan Reiterfix typo: avgerage to average
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-29 Wolfgang Bumillersrc/api2/node.rs: 'mod' statement cleanup
2020-07-29 Wolfgang Bumillerupdate to pxar 0.3 to support negative timestamps
2020-07-29 Stefan Reiterui: fix in-progress snapshots always showing as "Encrypted"
2020-07-29 Stefan Reiterui: fix error when reloading DataStoreContent
2020-07-28 Dominik Csapakfix #2856: also check whole device for device mapper
2020-07-28 Dominik Csapakupload_chunk: allow upload of empty blobs
2020-07-28 Dylan Whyteadministration-guide: fix typo that breaks example...
2020-07-28 Dylan Whytedocs: pxar create: update docs to match current behavior
2020-07-28 Dietmar Maurersrc/backup/data_blob.rs: new load_from_reader(), which...
2020-07-27 Dominik Csapakui: DataStoreContent: keep selection and expansion...
2020-07-27 Dominik Csapakui: add search box to DataStore content
2020-07-27 Dominik Csapakui: rework DataStore content Panel
2020-07-27 Dietmar Maurersrc/backup/manifest.rs: cleanup - again, avoid recursiv...
2020-07-27 Dietmar Maurersrc/backup/manifest.rs: cleanup - avoid recursive call...
2020-07-25 Thomas Lamprechtservices: make reload safer and default to it in gui
2020-07-25 Thomas Lamprechtui: acl: add improved permission selector
2020-07-24 Thomas Lamprechtapi: service command: fix test for essential service
2020-07-24 Thomas Lamprechtfollowup: server/state: rename task_count to internal_t...
2020-07-24 Thomas Lamprechtbump version to 0.8.9-1 v0.8.9
2020-07-24 Dominik Csapakserver/state: add spawn_internal_task and use it for...
2020-07-24 Dominik Csapaktermproxy: let users stop the termproxy task
2020-07-24 Stoiko Ivanovfix 2885: bail on duplicate backup target
2020-07-24 Thomas Lamprechtclient: log archive upload duration more accurate,...
2020-07-24 Thomas Lamprechtclient: avoid division by zero in avg speed calculation...
2020-07-23 Thomas Lamprechtbump version to 0.8.8-1 v0.8.8
2020-07-23 Thomas Lamprechttermproxy: cmd: support upgrade
2020-07-23 Thomas Lamprechtd/control: add dependecy for pve-xtermjs
2020-07-23 Thomas Lamprechtapi: termproxy: fix ACL as /nodes is /system
2020-07-23 Thomas Lamprechtapi: apt: use schema default const for quiet param
2020-07-23 Thomas Lamprechtupdate proxmox crate to get latest websocket implementation
2020-07-23 Dominik Csapakui: add Console Button
2020-07-23 Dominik Csapakserver/rest: add console to index
2020-07-23 Dominik Csapakapi2/nodes: add termproxy and vncwebsocket api calls
2020-07-23 Dominik Csapakapi2/access: implement term ticket
2020-07-23 Dominik Csapakserver/config: add mechanism to update template
next