65bd918ac3
ui: add GroupFilter form field(container)
...
this contains a grid + button + hidden field which lets the user
add group filters one by one. the first column is the type selector
(type, group, regex) and the second column shows the relevant
input field (groupselector, kvcombobox for type, and textfield for regex)
i had to hack a little to get access to the widgets of the
fieldcontainer, since we cannot simply access the widget of a column
from another column (which we need to show the correct one when changing
the type), also we cannot traverse the widget hirachy in the usual way,
since extjs seems to build it differently for widgetcolumns.
to solve this, i added references of the widgets to the record, and a
reference of the record to the widgets. since this is now a cyclic
reference, i solve that in 'removeFilter' and in 'beforedestroy' of the grid
by removing the references again
also contains a small css style to remove the padding in the rows
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com >
2021-12-01 06:42:31 +01:00
7d4d8f47c9
ui: add GroupSelector
...
to select either a group from a datastore
for now it is expected to set the data in the store manually
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com >
2021-12-01 06:41:21 +01:00
73fba2edea
fix a warning in io_return macro
...
newer compilers warn about the semicolon there, so put
braces around it
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com >
2021-11-29 11:26:25 +01:00
e25982f24e
remove unused identity macro
...
this is not required anymore by the sortable macro
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com >
2021-11-29 11:24:02 +01:00
368daf13fd
bump d/control
...
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com >
2021-11-29 11:20:52 +01:00
e6e2927e72
update proxmox-tfa to 2.0
...
and fix still-very-bad updater usage in config api call...
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com >
2021-11-29 11:19:50 +01:00
0fee4ff2a4
pbs-tape: do not depend on pbs-tools
...
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com >
2021-11-25 13:17:58 +01:00
3dcea3ce33
fix typo in comment
...
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com >
2021-11-25 13:15:35 +01:00
726b9d4469
use proxmox-sys 0.2.1 and proxmox-io 1.0.1
...
And remove unused code from pbs-tools.
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com >
2021-11-25 12:30:03 +01:00
577095e2f7
move pbs-tools/src/percent_encoding.rs to pbs-api-types/src/percent_encoding.rs
...
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com >
2021-11-25 11:48:52 +01:00
f35e187f16
fix StdChannelWriter usage
...
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com >
2021-11-25 11:27:20 +01:00
e2b12ce988
StdChannelWriter: avoid using anyhow::Error
...
Use a generic implementation to allow different error types.
2021-11-25 11:14:56 +01:00
92ef0b56d8
move pbs-tools/src/str.rs to pbs-client/src/pxar/create.rs
...
Code is only used there.
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com >
2021-11-25 10:43:22 +01:00
8a8a1850d0
remove trait BufferedRead from pbs-tools/src/io.rs
...
We do not need it.
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com >
2021-11-25 09:45:47 +01:00
fddb9bcc3e
remove pbs-tools/src/sys.rs
...
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com >
2021-11-25 09:01:29 +01:00
0df179c2b4
remove pbs-tools/src/cli.rs
...
Code is only used once in src/bin/proxmox_backup_debug/inspect.rs, so
move it into that file.
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com >
2021-11-25 08:33:10 +01:00
689ed51397
openid_login: improve error message for disabled users.
2021-11-25 07:29:33 +01:00
3c56335d7b
update debian/control
2021-11-25 06:49:26 +01:00
9eb58647c1
pbs-datastore: use hex::serde feature
...
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com >
2021-11-24 13:06:14 +01:00
0ff214bedd
debian/control: add librust-proxmox-serde
2021-11-24 10:58:01 +01:00
25877d05ac
update to proxmox-sys 0.2 crate
...
- imported pbs-api-types/src/common_regex.rs from old proxmox crate
- use hex crate to generate/parse hex digest
- remove all reference to proxmox crate (use proxmox-sys and
proxmox-serde instead)
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com >
2021-11-24 10:32:27 +01:00
bd00ff10e4
bump version to 2.1.2-1
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2.1.1
2.1.2
v2.1.2
2021-11-23 13:56:36 +01:00
149b969d9a
docs: remotes: note that protected flags will not be synced
...
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com >
2021-11-23 13:53:03 +01:00
56d3b59c71
docs: backup-client: fix wrong ':ref:'
...
there is no 'backup server' reference we can link to here, and it would
not make sense anyway.
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com >
2021-11-23 13:53:03 +01:00
c1e6efa8e1
sync job: correctly apply rate limit
...
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com >
2021-11-23 09:42:18 +01:00
3b5473a682
bump version to 2.1.1-2
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2021-11-22 16:07:42 +01:00
4954d3130b
docs: add/update tc related screenshots & content, document tc for sync-job
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2021-11-22 16:05:22 +01:00
064497756e
bump version to 2.1.1-1
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2021-11-22 12:27:22 +01:00
ce3c7a1bda
ui: sync job: allow to configure rate limit
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2021-11-22 12:20:27 +01:00
50a39bbc1f
ui: datastore content: rework rendering protection state
...
avoid that there's the same icon rendered twice, once clickable and
once as status. Also indicate the protection with a literal text and
by highlighting the single shield with green, if protected.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2021-11-22 11:22:29 +01:00
154d01b042
d/control and Cargo.toml bumps
...
* pin-utils isn't used anymore
* proxmox-sys version should also be tracked in Cargo.toml
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com >
2021-11-22 10:56:36 +01:00
1f3352018b
ui: traffic-control edit: add spaces between networks for more readabillity
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2021-11-22 10:45:29 +01:00
b721783c48
d/control: bump versioned build-dependency to librust-proxmox-sys
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2021-11-22 10:41:56 +01:00
76ee3085a4
ui: traffic-control edit: simple duplicate networks detection
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2021-11-22 10:30:17 +01:00
5d5a53059f
ui: traffic-control edit: move on-load set value logic to own method
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2021-11-22 10:30:17 +01:00
77d8c593b3
ui: traffic-control edit: simpler unique timeframe logic
...
still just a heuristic, i.e., it does the same as previously but in
one line..
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2021-11-22 10:30:17 +01:00
c450a3cafd
ui: traffic-control edit: there's no 'network-select' anymore
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2021-11-22 10:30:17 +01:00
f8f4d7cab4
ui: traffic-control edit: avoid CIDR literals in gettext
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2021-11-22 10:30:17 +01:00
91abfef049
ui: traffic-control: include ipv6 in 'all' networks
...
by including '::/0' too
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com >
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2021-11-22 10:30:17 +01:00
963b7ec51b
ui: traffic-control: fix sending network value
...
we forgot to correclty send the network value as we changed from
the radiogroup to a simple text field
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com >
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2021-11-22 10:30:17 +01:00
16aab0c137
ui: indentation fix
...
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com >
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2021-11-22 10:30:17 +01:00
bf8b8be976
ui: fix group-filter property name
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2021-11-22 09:13:32 +01:00
e201104d0b
docs: update traffic control docs (use HumanBytes)
...
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com >
2021-11-22 09:07:05 +01:00
d63db0863d
proxmox-backup-manager traffic: render data human readable
...
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com >
2021-11-22 09:07:05 +01:00
7a36833103
fix sync job regression test (add RateLimitConfig)
...
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com >
2021-11-22 08:29:43 +01:00
ca6e66aa5a
Fingerprint: add new signature method
...
commit c42a54795d
introcuded a bug by
using fp.to_string(). Replace this with fp.signature() which correctly
returns the full fingerprint instead of the short version.
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com >
2021-11-22 08:29:43 +01:00
94a6b33680
set default for 'protected' flag
...
otherwise we cannot properly parse the api return value from older
versions, since that field does not exist there.
fixes sync from older versions without the protected feature
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com >
2021-11-22 08:28:37 +01:00
2d5287fbbc
use RateLimitConfig for HttpClient and pull
...
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com >
2021-11-22 07:49:41 +01:00
6eb756bcab
sync-job: add rate limit
...
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com >
2021-11-22 07:49:41 +01:00
5647219049
pbs-api-types: split out type RateLimitConfig
2021-11-22 07:49:41 +01:00