]> git.proxmox.com Git - proxmox-backup.git/history - src/api2/admin
api: tape: don't allow overwriting of ids in changer/drive config
[proxmox-backup.git] / src / api2 / admin /
2024-04-22 Fabian GrünbichlerGC status: reduce code duplication
2024-04-22 Fabian Grünbichlerapi: merge garbage-collection-status and -job-status
2024-04-22 Fabian GrünbichlerGC: flatten existing status into job status
2024-04-22 Stefan Lendlapi: garbage collect job status
2024-04-09 Gabriel Gollerapi: make prune-group a real workertask
2024-03-25 Christian Ebnerdatastore: group: return basic stats on backup group...
2023-11-27 Thomas Lamprechttree-wide: run cargo fmt
2023-11-27 Dietmar Maurerapi: fix API macro for create_namespace.
2023-10-15 Dietmar Maurermove TrafficControlCurrentRate to pbs-api-types
2023-10-09 Dietmar Maurermove MetricServerInfo definition to pbs-api-types
2023-06-23 Maximiliano Sandovalclippy fixes: the borrowed expression implements the...
2023-03-27 Wolfgang Bumillercargo fmt
2023-03-02 Wolfgang Bumilleruse proxmox-sortable-macro directly
2022-12-05 Fabian Grünbichlerclippy 1.65 fixes
2022-11-24 Daniel Tschlatscher'available' field in rrd data in the API and change...
2022-10-11 Fabian Grünbichlerclippy fixes
2022-07-28 Wolfgang Bumillerclippy auto-deref fixes
2022-07-28 Wolfgang Bumillerclippy: deal with let bindings
2022-07-26 Fabian Grünbichlermore clippy fixes and annotations
2022-07-14 Wolfgang Bumillerapi2: optimize filtered snapshot listing
2022-07-13 Wolfgang Bumillerapi: wrap get_snapshots_count in spawn_blocking
2022-07-13 Wolfgang Bumillerapi: wrap set_backup_owner in spawn_blocking
2022-07-13 Wolfgang Bumillerapi: wrap set_protection in spawn_blocking
2022-07-13 Wolfgang Bumillerapi: wrap catalog in spawn_blocking
2022-07-13 Wolfgang Bumillerapi: wrap delete_snapshot in spawn_blocking
2022-07-13 Wolfgang Bumillerapi: wrap list_snapshot_files in spawn_blocking
2022-07-13 Wolfgang Bumillerapi: wrap delete_group in spawn_blocking
2022-07-12 Wolfgang Bumillerapi: move 'list_snapshots' to a blocking thread
2022-07-11 Wolfgang Bumillerwrap fs_info calls in spawn_blocking
2022-06-21 Hannes Laimerreplace print with log macro
2022-06-13 Dominik Csapakapi: add metricserver endpoints
2022-06-07 Dominik Csapakreplace 'disk_usage' with 'fs_info' from proxmox-sys
2022-06-05 Thomas Lamprechttree wide: typo fixes through codespell
2022-06-04 Thomas Lamprechtapi: datastore status: use cheaper any_privs_below...
2022-06-04 Thomas Lamprechtapi: list datastore: avoid iterating over NS for priv...
2022-06-03 Thomas Lamprechtapi: list datastores: avoid unsafe datastore open
2022-06-02 Thomas Lamprechttree wide: clippy lint fixes
2022-05-30 Wolfgang Bumillerapi: don't use PRUNE perms for prune jobs
2022-05-30 Wolfgang Bumilleradd prune jobs api
2022-05-30 Wolfgang Bumillerapi: add some missing sorted macro calls
2022-05-27 Thomas Lamprechtapi: namespace list: fix restrictive priv checking
2022-05-27 Thomas Lamprechtapi: status: include empty entry for stores with ns...
2022-05-26 Thomas Lamprechtapi: move can_access_any_namespace helper to hierarchy
2022-05-26 Fabian Grünbichlertree-wide: remove DatastoreWithNamespace
2022-05-25 Fabian Grünbichlerapi: datastore: cleanup store/ns handling
2022-05-25 Fabian Grünbichlermove and unify namespace priv helpers
2022-05-25 Fabian Grünbichlerapi: namespace: check privs directly
2022-05-25 Fabian Grünbichlerpriv checks: use priv_to_priv_names and include path
2022-05-25 Fabian Grünbichlerpriv handling: use DatastoreWithNamespace
2022-05-25 Fabian Grünbichlerverify_job: fix priv check
2022-05-25 Fabian Grünbichlerapi: list snapshots: fix log param order
2022-05-19 Thomas Lamprechtprune datastore: support max-depth and improve priv...
2022-05-19 Thomas Lamprechtapi: datastore status: adhere to NS privs for non-owner
2022-05-16 Fabian Grünbichlerprune: fix workerid issues
2022-05-16 Fabian Grünbichlertree-wide: prefer api-type BackupGroup for logging
2022-05-16 Fabian Grünbichlertape/verify: use print_ns_and_snapshot
2022-05-16 Fabian Grünbichlertree-wide: prefer api-type BackupDir for logging
2022-05-16 Thomas Lamprechtapi: namespace create: lookup datastore with corret...
2022-05-15 Thomas Lamprechtnamespace deletion: propagate delete-groups=false but...
2022-05-15 Thomas Lamprechtapi: cargo fmt
2022-05-15 Thomas Lamprechtnamespace deletion: make destroying groups separate...
2022-05-14 Thomas Lamprechthierachy: ListAccessibleBackupGroups make store also...
2022-05-13 Thomas Lamprechtcargo fmt
2022-05-13 Thomas Lamprechtapi: datastore status: make counts recurse over all...
2022-05-13 Thomas Lamprechthierachy: add lifetime to ListAccessibleBackupGroups...
2022-05-13 Wolfgang Bumillertree-wide: rename 'backup-ns' API parameters to 'ns'
2022-05-12 Thomas Lamprechtdatastore: move update_manifest into BackupDir impl
2022-05-12 Thomas Lamprechtapi: verify: support namespaces
2022-05-12 Thomas Lamprechtapi: ns management: fix permission checks
2022-05-12 Fabian Grünbichlerapi: datastore: further unify check helpers
2022-05-12 Fabian Grünbichlerapi: datastore: load datastore & check owner helper
2022-05-12 Fabian Grünbichlerapi: datastore: lookup after checking privs
2022-05-12 Fabian Grünbichlerapi: datastore: refactor priv checks
2022-05-12 Fabian Grünbichlerapi: datastore: unify access checks
2022-05-12 Wolfgang Bumillersplit the namespace out of BackupGroup/Dir api types
2022-05-12 Thomas Lamprechtprune: allow passing namespace
2022-05-12 Thomas Lamprechtapi: datastore: make permission checks namespace aware
2022-05-12 Thomas Lamprechtapi: namespace management endpoints
2022-05-12 Wolfgang Bumillerclient: more backup namespace support
2022-05-12 Wolfgang Bumillerapi: add remaining missing backup-ns parameters
2022-05-12 Wolfgang Bumillerapi-types: add namespace to BackupGroup
2022-05-05 Thomas Lamprechtrouter change made one level of rpcenv mut superfluous
2022-04-27 Hannes Laimerapi2: DataStoreListItem add maintenance info
2022-04-20 Wolfgang Bumillerreference the datastore in BackupGroup/Dir
2022-04-20 Wolfgang Bumillerdatastore: cleanup and document backup group/dir openers
2022-04-20 Wolfgang Bumillermake datastore BackupGroup/Dir ctors private
2022-04-20 Wolfgang Bumillerrename BackupDir's group_path to relative_group_path
2022-04-15 Wolfgang Bumillerapi-types: introduce BackupType enum and Group/Dir...
2022-04-15 Thomas Lamprechtbackup: switch over to streaming Iterator improving...
2022-04-15 Thomas Lamprechtapi datastore: some code cleanups
2022-04-15 Thomas Lamprechtreplace deprecated list_backup_group from BackupInfo...
2022-04-14 Thomas Lamprechtapi: rustfmt
2022-04-13 Dominik Csapakapi: admin/datastore: add tar support for pxar_file_dow...
2022-04-13 Dominik Csapakapi: admin/datastore: enable streaming for some api...
2022-04-12 Hannes Laimerapi: add get_active_operations endpoint
2022-04-12 Hannes Laimerdatastore: add check for maintenance in lookup
2022-03-11 Stefan Sterztape, docs, api: fix miscellaneous typos
2022-02-14 Dietmar Maurerrename cached_traffic_control.rs to traffic_control_cac...
2022-01-11 Dominik Csapakapi/admin/datastore: rrd: do not include io_ticks for...
2022-01-07 Dietmar Maurerdatastore status: do not count empty groups
next