]> git.proxmox.com Git - proxmox-backup.git/history - src/api2
require square brackets for ipv6 addresses
[proxmox-backup.git] / src / api2 /
2020-09-30 Dominik Csapakrequire square brackets for ipv6 addresses
2020-09-29 Dominik Csapakapi2/status: use the TaskListInfoIterator here
2020-09-29 Dominik Csapakapi2/node/tasks: use TaskListInfoIterator instead of...
2020-09-28 Dietmar Maurerdepend on proxmox 0.4.2
2020-09-28 Dominik Csapakapi2/node/tasks: move userfilter to function signature
2020-09-24 Dominik Csapakuse jobstate mechanism for verify/garbage_collection...
2020-09-22 Dietmar Maurersrc/api2/reader.rs: use std::fs::read instead of tokio...
2020-09-19 Dominik Csapakdatastore/prune schedules: use JobState for tracking...
2020-09-18 Fabian Grünbichlerfix #3015: allow user self-service
2020-09-18 Fabian Grünbichlerrole api: fix description
2020-09-18 Hannes Laimerapi2: make verify_schedule deletable
2020-09-18 Hannes Laimerapi2: add optional verify-schdule field to create/updat...
2020-09-18 Hannes Laimerapi2: add VERIFY_SCHEDULE_SCHEMA
2020-09-18 Fabian Grünbichlerfix #3014: allow DataStoreAdmins to list DS config
2020-09-17 Dominik Csapakfix #2942: implement lacp bond mode and bond_xmit_hash_...
2020-09-17 Dominik Csapakapi2/network: add bond-primary parameter
2020-09-17 Dominik Csapakapi2/pull: make pull worker abortable
2020-09-17 Fabian Grünbichleralways allow retrieving (censored) subscription info
2020-09-17 Fabian Grünbichlerfix #2957: allow Sys.Audit access to node RRD
2020-09-15 Stefan ReiterSnapshotVerifyState: use enum for state
2020-09-15 Stefan Reiterbackup: check all referenced chunks actually exist
2020-09-15 Stefan Reiterbackup: check verify state of previous backup before...
2020-09-15 Dietmar Maurerrename BackupDir::new_with_group to BackupDir::with_group
2020-09-15 Dietmar Maureravoid chrono dependency, depend on proxmox 0.3.8
2020-09-11 Fabian GrünbichlerBackupDir: make constructor fallible
2020-09-10 Fabian Grünbichlerserver: set http2 max frame size
2020-09-10 Hannes Laimeradd benchmark flag to backup creation for proper cleanu...
2020-09-10 Stefan Reiterbackup: ensure no fixed index writers are left over...
2020-09-08 Stefan Reitergc: remove .bad files on garbage collect
2020-09-04 Dominik Csapaktools/systemd/time: convert the resulting timestamp...
2020-09-04 Fabian Grünbichlerfix #2978: allow non-root to view datastore usage
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 LamprechtSnapshotListItem: add comment field also to schema
2020-08-25 Thomas Lamprechtapi datastore: fix typo in error message
2020-08-14 Dominik Csapakapi2/node/services: turn service api calls into workers
2020-08-14 Dietmar Maurercleanup last patch
2020-08-14 Hannes Laimerapi2/node/../disks/directory: added DELETE endpoint...
2020-08-14 Dominik Csapakconfig/jobstate: replace Job:load with create_state_file
2020-08-14 Dominik Csapakcleanup: replace id from do_sync_job with info from job
2020-08-14 Dominik Csapakcleanup: merge endtime into TaskState
2020-08-13 Dominik Csapakapi2/pull: extend do_sync_job to also handle schedule...
2020-08-13 Dominik Csapakapi/{pull, sync}: refactor to do_sync_job
2020-08-13 Dominik Csapakapi2/admin/sync: use JobState for faster access to...
2020-08-13 Dominik Csapakserver/worker_task: let upid_read_status also return...
2020-08-13 Dominik Csapakserver: change status of a task from a string to an...
2020-08-12 Wolfgang Bumillerreplace and remove old ticket functions
2020-08-11 Stefan Reiterbackup: lock base snapshot and ensure existance on...
2020-08-11 Stefan ReiterRevert "backup: ensure base snapshots are still availab...
2020-08-11 Stefan Reiterbackup: flock snapshot on backup start
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 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 Bumillermove types.rs to types/mod.rs
2020-08-07 Stefan Reiterbackup: only allow finished backups as base snapshot
2020-08-06 Stefan Reiterfinish_backup: mark backup as finished only after check...
2020-08-04 Wolfgang Bumillerremove timer and lock functions, fix building with...
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-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-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 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-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-28 Dominik Csapakupload_chunk: allow upload of empty blobs
2020-07-28 Dietmar Maurersrc/backup/data_blob.rs: new load_from_reader(), which...
2020-07-25 Thomas Lamprechtservices: make reload safer and default to it in gui
2020-07-24 Thomas Lamprechtapi: service command: fix test for essential service
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-23 Thomas Lamprechttermproxy: cmd: support upgrade
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 Dominik Csapakapi2/nodes: add termproxy and vncwebsocket api calls
2020-07-23 Dominik Csapakapi2/access: implement term ticket
2020-07-23 Thomas Lamprechtapi: apt update must run protected
2020-07-23 Thomas Lamprechtapi: apt: support refreshing package index
2020-07-23 Stefan Reiteradd .../apt/update API call
2020-07-22 Fabian Grünbichlerapi: translate ENOTFOUND to 404 for downloads
2020-07-21 Stefan Reitermove subscription API path to /nodes
2020-07-21 Dominik Csapakapi2/status: fix estimation bug
2020-07-10 Dominik Csapakapi2/node/status: add fingerprint
next