]> git.proxmox.com Git - proxmox-backup.git/history - src
stop executing datastore prune job
[proxmox-backup.git] / src /
2022-05-30 Wolfgang Bumillerstop executing datastore prune job
2022-05-30 Wolfgang Bumillerapi: don't use PRUNE perms for prune jobs
2022-05-30 Wolfgang Bumillermanager: hidden command to move datastore prune opts...
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 Thomas Lamprechtdatastore status: impl empty-status constructor for...
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ünbichlersync/pull: cleanup priv checks and logging
2022-05-25 Fabian Grünbichlerapi: tape: use check_privs instead of manual lookup
2022-05-25 Fabian Grünbichlerapi: backup env: use check_privs
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ünbichlerapi: tape: restore: improve permission checks
2022-05-25 Fabian Grünbichlerverify_job: fix priv check
2022-05-25 Fabian Grünbichlerapi2: reader env: fix priv checks
2022-05-25 Fabian Grünbichlersync job: don't require privs on datastore
2022-05-25 Fabian Grünbichlerapi: list snapshots: fix log param order
2022-05-25 Fabian Grünbichlersync job: fix worker ID parsing
2022-05-24 Fabian Grünbichlerdebug: recover: allow overriding output-path
2022-05-24 Fabian Grünbichlerdebug: move outfile_or_stdout to module for reuse
2022-05-24 Fabian Grünbichlerdebug: recover: allow ignoring missing/corrupt chunks
2022-05-23 Dominik Csapaktape/pool_writer: give proper types to 'contains_snapshot'
2022-05-23 Dominik Csapakproxmox-tape: use correct api call for 'load-media...
2022-05-23 Fabian Grünbichlercargo fmt
2022-05-23 Fabian Grünbichlerfix typo
2022-05-19 Thomas Lamprechtprune datastore: add depth info to tak log
2022-05-19 Thomas Lamprechtprune datastore: support max-depth and improve priv...
2022-05-19 Thomas Lamprechtprune datastore: rework tak log
2022-05-19 Thomas Lamprechtverify filter: improve comment
2022-05-19 Thomas Lamprechtverify all: adhere to NS privs for non-owned groups
2022-05-19 Thomas Lamprechtaccessible group iter: rename "new" to "new_owned"
2022-05-19 Thomas Lamprechtapi: datastore status: adhere to NS privs for non-owner
2022-05-19 Thomas Lamprechtaccessible group iter: add owner override and owner...
2022-05-19 Thomas Lamprechtaccessible group iter: allow NS descending with DATASTO...
2022-05-18 Thomas LamprechtRevert "verify: allow '0' days for reverification"
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-16 Fabian Grünbichlerpull: use API BackupDir for log messages
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 Dominik Csapakcli: proxmox-tape: fix ns/depth parameter
2022-05-13 Dominik Csapakapi: tape/backup: fix namespace/max-depth parameters
2022-05-13 Fabian Grünbichlertape: media catalog: use match for magic check
2022-05-13 Fabian Grünbichlertape: bump catalog/snapshot archive magic
2022-05-13 Dominik Csapakapi: tape/restore: add namespace mapping
2022-05-13 Dominik Csapakapi: tape/restore: check and create target namespace
2022-05-13 Dominik Csapakapi: tape/restore: add optional namespace map to DataSt...
2022-05-13 Dominik Csapaktape: add namespaces mapping type
2022-05-13 Dominik Csapaktape: add namespaces/recursion depth to tape backup...
2022-05-13 Dominik Csapaktape: fix snapshot path in catalog and snapshot_archive
2022-05-13 Dominik Csapaktape: notify when arriving at end of media
2022-05-13 Wolfgang Bumillertree-wide: rename 'backup-ns' API parameters to 'ns'
2022-05-13 Fabian Grünbichlerpull/sync: clamp (local) max-depth if unset
2022-05-13 Fabian Grünbichlerapi: split max-depth schema/types
2022-05-13 Fabian Grünbichlernamespaces: move max-depth check to api type
2022-05-13 Fabian Grünbichlerpull/sync: correctly query with remote-ns as parent
2022-05-12 Fabian Grünbichlerpull/sync: detect remote lack of namespace support
2022-05-12 Fabian Grünbichlerpull/sync: treat unset max-depth as full recursion
2022-05-12 Fabian Grünbichlerpull: pass params as non-ref in pull_store
2022-05-12 Thomas Lamprechtcargo fmt
2022-05-12 Fabian Ebnerrest server: daemon: update PID file before sending...
2022-05-12 Thomas LamprechtGC scheduling: avoid triggering operation tracking...
2022-05-12 Hannes Laimerproxy: rrd: skip update disk stats for offline datastores
2022-05-12 Thomas Lamprechtpull group: add error context for cleanup_unreferenced_...
2022-05-12 Thomas Lamprechtdatastore: move update_manifest into BackupDir impl
2022-05-12 Thomas Lamprechtsync: pull snapshot: use template variables for bloat...
2022-05-12 Thomas Lamprechtdatastore: move cleanup_unreferenced_files to BackupDir...
2022-05-12 Fabian Grünbichlersync/pull: make namespace aware
2022-05-12 Thomas Lamprechtverify job: support max-depth config
2022-05-12 Thomas Lamprechtapi: verify: support namespaces
2022-05-12 Thomas Lamprechtadd ns-recursive and acl/authid aware backup group...
2022-05-12 Fabian Grünbichlerremote scan/completion: add namespace support
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: backup create: enforce that namespace exists
2022-05-12 Thomas Lamprechtapi: backup create: make permission check 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
next