]> git.proxmox.com Git - proxmox-backup.git/history - src/api2/types/mod.rs
add pbs-datastore module
[proxmox-backup.git] / src / api2 / types / mod.rs
2021-07-06 Wolfgang Bumilleradd pbs-datastore module
2021-06-10 Dietmar Maurerapi: define and use REALM_ID_SCHEMA
2021-05-31 Fabian Grünbichlerreorder serde usage/derive
2021-05-17 Wolfgang Bumillerupdate proxmox-http dependency
2021-05-17 Fabian Grünbichlermove ProxyConfig to proxmox_http
2021-05-07 Dietmar Maurermove api related type/regx definition from backup_info...
2021-05-07 Dominik Csapakapi2/types: add TAPE_RESTORE_SNAPSHOT_SCHEMA
2021-05-04 Dietmar Maurermove basic ACME types into src/api2/types/acme.rs
2021-04-30 Wolfgang Bumilleradd dns alias schema
2021-04-28 Dietmar Maurerapi: add schema for http proxy configuration - HTTP_PRO...
2021-04-26 Stefan Reiterfile-restore: add size to image files and components
2021-04-23 Dominik Csapakapi2/node/status: extend node status
2021-04-23 Dominik Csapakapi2/types: add necessary types for node status
2021-04-21 Stefan Reiterfile-restore: Add 'v' (Virtual) ArchiveEntry type
2021-04-08 Stefan Reiterfile-restore-daemon: add binary with virtio-vsock API...
2021-03-25 Dominik Csapakapi2/types: add type_text to DATASTORE_MAP_FORMAT
2021-03-25 Dominik Csapakapi2/types: expand DATASTORE_MAP_LIST_SCHEMA description
2021-03-25 Dominik Csapakapi2/tape/restore: enable restore mapping of datastores
2021-03-10 Thomas Lamprechttypo fixes all over the place
2021-02-23 Dominik Csapakapi2/types: ArchiveEntry: fix inverse 'leaf' value
2021-02-19 Dietmar Maurerapi: add new type JobScheduleStatus
2021-02-17 Dominik Csapakapi2/admin/datastore: refactor list_dir_content in...
2021-02-11 Dietmar Maurerdocs: use new type_text option for calendar events
2021-02-06 Fabian Grünbichlerkey: add show-master-pubkey command
2021-01-22 Dietmar Maurerimprove code docs in api2
2021-01-21 Dietmar MaurerMerge branch 'master' of ssh://proxdev.maurer-it.com...
2021-01-21 Dietmar Maurertape: use type Uuid instead of String
2021-01-20 Dietmar Maurerapi: add types for UUIDs
2021-01-20 Fabian Grünbichlerclippy: is_some/none/ok/err/empty
2021-01-20 Dietmar Maurertape: implemenmt show key
2021-01-20 Dietmar Maureradd "password hint" to KeyConfig
2021-01-18 Dietmar Maurertape: add hardware encryption key managenent api
2020-12-05 Dietmar Maurertape: add media pool config
2020-12-04 Dietmar Maurertape support: add drive configuration
2020-11-24 Fabian Grünbichlerlist_snapshots: return manifest fingerprint
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-11 Thomas Lamprechtapi: apt update info: do not serialize extra info if...
2020-11-11 Mira Limbeckadd extra_info field to APTUpdateInfo
2020-11-09 Thomas Lamprechtapi: node/apt: add versions call
2020-11-06 Fabian Grünbichlertasks: allow access to job tasks
2020-11-05 Fabian Grünbichlertypes: extract DataStoreListItem
2020-11-05 Dietmar Maurerconfig: make notify a property string
2020-11-04 Dietmar Maurerconfig: allow to configure who receives job notify...
2020-11-03 Dietmar Maurercleanup: use const_regex, use BACKUP_ID_REGEX for api too
2020-10-31 Thomas Lamprechtapi types: derive Debug for APTUpdateInfo
2020-10-30 Thomas Lamprechtapi: define subscription key schema and use it
2020-10-29 Fabian Grünbichlertasks: allow unpriv users to read their tokens' tasks
2020-10-29 Fabian Grünbichlerclient/remote: allow using ApiToken + secret
2020-10-29 Fabian Grünbichlerreplace Userid with Authid
2020-10-29 Fabian Grünbichlerapi: add Authid as wrapper around Userid
2020-10-29 Dominik Csapakapi: datstore status: introduce proper structs and...
2020-10-27 Dominik Csapakbackup/datastore: count still bad chunks for the status
2020-10-21 Hannes Laimerapi2: add verification job config endpoint
2020-10-21 Hannes Laimerrename VERIFY_SCHEDULE_SCHEMA to VERIFICATION_SCHEDULE_...
2020-10-06 Dominik Csapakapi2/types: add TaskStateType struct
2020-10-01 Dominik Csapakapi2/types: fix DNS_NAME Regexes
2020-09-30 Dominik Csapakclient/remote: add support to specify port number
2020-09-30 Dominik Csapakrequire square brackets for ipv6 addresses
2020-09-18 Hannes Laimerapi2: add VERIFY_SCHEDULE_SCHEMA
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-15 Stefan ReiterSnapshotVerifyState: use enum for state
2020-09-08 Stefan Reitergc: remove .bad files on garbage collect
2020-08-26 Thomas Lamprechtsave last verify result in snapshot manifest
2020-08-25 Thomas LamprechtSnapshotListItem: add comment field also to schema
2020-08-14 Dominik Csapakcleanup: merge endtime into TaskState
2020-08-13 Dominik Csapakserver: change status of a task from a string to an...
2020-08-10 Wolfgang Bumillerintroduce Username, Realm and Userid api types
2020-08-10 Wolfgang Bumillermove types.rs to types/mod.rs