Wolfgang Bumiller
|
e3f3359c86
|
bump proxmox dependency to 0.14.0 and proxmox-http to 0.5.0
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
|
2021-10-08 11:18:22 +02:00 |
Dietmar Maurer
|
608806e884
|
proxmox-rest-server: use new ServerAdapter trait instead of callbacks
Async callbacks are a PITA, so we now pass a single trait object which
implements check_auth and get_index.
|
2021-10-05 11:13:10 +02:00 |
Dietmar Maurer
|
48176b0a77
|
proxmox-rest-server: pass owned RestEnvironment to get_index
This way we avoid pointers with lifetimes.
|
2021-10-05 11:12:53 +02:00 |
Dietmar Maurer
|
6680878b5c
|
proxmox-rest-server: make get_index async
|
2021-10-01 09:38:10 +02:00 |
Dietmar Maurer
|
038f385089
|
proxmox-rest-server: make check_auth async
|
2021-10-01 07:53:59 +02:00 |
Dietmar Maurer
|
99940358e3
|
ExtJsFormatter: use ParameterError to correctly compute 'errors'
By default, 'errors' is now empty.
Depend on proxmox 0.13.5.
|
2021-09-28 10:19:55 +02:00 |
Dietmar Maurer
|
81867f0539
|
use UPID and systemd helpers from proxmox 0.13.4
|
2021-09-23 12:01:43 +02:00 |
Dietmar Maurer
|
6523588c8d
|
move proxmox_restore_daemon code into extra crate
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
|
2021-09-21 08:46:41 +02:00 |