proxmox-backup/src/api2
Dominik Csapak c24cb13382 api: node/journal: fix parameter extraction of /nodes/node/journal
by extracting them via the api macro into the function signature

this fixes an issue, where giving 'since' and 'until' where not
used since we tried to extract them as 'str' while they were numbers.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-05-25 13:26:51 +02:00
..
access api2/access/user: remove password for @pbs users on removal 2021-04-15 08:33:20 +02:00
admin api2/admin/datastore: add delete for groups 2021-05-17 08:45:10 +02:00
backup verify: factor out common parameters 2021-01-26 09:54:49 +01:00
config api: acme accounts: use name as worker ID 2021-05-11 18:07:03 +02:00
node api: node/journal: fix parameter extraction of /nodes/node/journal 2021-05-25 13:26:51 +02:00
reader replace Userid with Authid 2020-10-29 15:11:39 +01:00
tape api2/tape/backup: add 'force-media-set' parameter to manual backup 2021-05-14 08:58:33 +02:00
types update proxmox-http dependency 2021-05-17 11:29:24 +02:00
access.rs change half-ticket time range from -120..240 to -60..600 2021-02-01 15:13:11 +01:00
admin.rs improve code docs in api2 2021-01-22 15:57:42 +01:00
backup.rs cleanup: cleanup use clause (avoid *) 2021-02-22 09:33:29 +01:00
config.rs add config/acme api path 2021-05-04 09:30:49 +02:00
helpers.rs file-restore: Add 'v' (Virtual) ArchiveEntry type 2021-04-21 17:19:40 +02:00
node.rs move websocket to new 'proxmox_http' crate 2021-05-17 10:26:41 +02:00
ping.rs improve code docs in api2 2021-01-22 15:57:42 +01:00
pull.rs clippy: us *_or_else with function calls 2021-01-20 16:23:54 +01:00
reader.rs cleanup: cleanup use clause (avoid *) 2021-02-22 09:33:29 +01:00
status.rs api: status: graceful-degrade when a datastore lookup fails 2021-05-21 13:20:55 +02:00
version.rs use build.rs to pass REPOID to rustc-env 2021-05-07 10:11:39 +02:00