]> git.proxmox.com Git - proxmox-widget-toolkit.git/blame - debian/changelog
bump version to 3.5.5
[proxmox-widget-toolkit.git] / debian / changelog
CommitLineData
7f14a081
TL
1proxmox-widget-toolkit (3.5.5) bullseye; urgency=medium
2
3 * combobox grid: use the grids view for the error message
4
5 * combobox grid: make height for the error configurable
6
7 * combobox grid: instead of hiding the picker collapse it, keeping the
8 internal state consitent which avoids, among other things, the need
9 fo two clicks after re-selecting an item
10
11 * utils: always html-encode response message from errors to avoid rendering
12 glitches, that while not known to be problematic from a safety POV, are
13 possibly odd for people to find.
14
15 * form: display-edit: add safe default renderer for display field to avoid
16 unproblematic, but possible odd and glitchy side-effects from the
17 value-bind if the display-edit field is in iput mode.
18
19 * api request: add wide spread alert-error logic as smart-on option
20
21 -- Proxmox Support Team <support@proxmox.com> Tue, 31 Jan 2023 17:27:41 +0100
22
49dd139a
TL
23proxmox-widget-toolkit (3.5.4) bullseye; urgency=medium
24
25 * api-viewer: allow text selection in the parameter and the return grids
26
27 * task viewer: add optional button to download full task-log
28
29 * permission role selector: fix renderer for column of included privileges
30 for Proxmox VE
31
32 * permission role selector: make slightly more wide and resizeable
33
34 * node network view: rework finding free interface ID and move add-menu
35 generation to common helper (no semantic change intended)
36
37 -- Proxmox Support Team <support@proxmox.com> Wed, 11 Jan 2023 16:09:53 +0100
38
0bba4fc6
TL
39proxmox-widget-toolkit (3.5.3) bullseye; urgency=medium
40
41 * css: do not make full-style tags display as inline-block in the tree
42 to avoid height jumps
43
44 * log, journal view: fix access to `me` after destroying
45
46 -- Proxmox Support Team <support@proxmox.com> Mon, 21 Nov 2022 11:14:27 +0100
47
a35c6122
TL
48proxmox-widget-toolkit (3.5.2) bullseye; urgency=medium
49
50 * host disks: add 'mounted' column
51
52 * host disk: handle partition data from Proxmox Backup Server backend
53
54 * number field: avoid that a single up/down arrow key press
55 increment or decrements twice
56
57 * toolkit: make email regex pattern match pve-common
58
59 * css: import action column fix from pbs, pmg
60
61 * fix #2703: networkedit: limit custom interface name field to 15
62 characters.
63
64 * task progress: show text instead of bogus percentage
65
66 * fix #3593: add CPU affinity task set type
67
68 * input panel: add onSetValues hook
69
70 * add tag related helpers
71
72 * toolkit: add override for ExtJS DragDropManager to fix selection behavior
73 in the drag zone
74
75 * rdd charts: don't display power-of-two suffix 'i' for values without unit
76 suffix
77
78 * fix #4271: api-viewer: display nested formats instead of `[object Object]`
79
80 * api-viewer: show min/max for values without any other format
81
82 -- Proxmox Support Team <support@proxmox.com> Thu, 17 Nov 2022 08:37:26 +0100
83
3e83971b
TL
84proxmox-widget-toolkit (3.5.1) bullseye; urgency=medium
85
86 * pxar file types: fix over-eager s/text/label/ so that text file icon is
87 shown again
88
89 * file browser: disable item # size rendering
90
91 -- Proxmox Support Team <support@proxmox.com> Mon, 16 May 2022 18:03:35 +0200
92
141d2ec3
TL
93proxmox-widget-toolkit (3.5.0) bullseye; urgency=medium
94
95 * file browser: try reload again when getting a 503 error
96
97 * ui: acl role selector: make the picker grid wider and ensure that the
98 text wraps in the privilege column
99
100 * fix #4001: file browser: add a configurable prefix to downloaded files
101
102 * fix #4001: file browser: show number of items in a directory as size, if
103 available
104
105 * file browser: align size column to end/right
106
107 * file browser: only disable, not hide button if not downloadable and add
108 hint for why and what to do in tooltip
109
110 * switch to native version format for native package
111
112 -- Proxmox Support Team <support@proxmox.com> Sun, 15 May 2022 11:46:54 +0200
113
081b26ed
TL
114proxmox-widget-toolkit (3.4-10) bullseye; urgency=medium
115
116 * css: add proxmox-good-row class
117
118 * status view: fix usage calculation for fields without valid values, like
119 for example SWAP can often be.
120
121 * buttons: add AltText to unify the hack to detect the max size of a button
122 that switches its text dynamically
123
124 -- Proxmox Support Team <support@proxmox.com> Wed, 27 Apr 2022 18:58:21 +0200
125
ad772f5b
TL
126proxmox-widget-toolkit (3.4-9) bullseye; urgency=medium
127
128 * file browser: optionally allow showing a "download as tar.zst"
129 button, if supported
130
131 * tab buttons: fix vertial centering of text and reduce padding
132 slightly
133
134 * move over the markdown based notes view panel and edit window from
135 pve-manager for reuse
136
137 -- Proxmox Support Team <support@proxmox.com> Thu, 14 Apr 2022 07:56:54 +0200
138
ab6ec02d
TL
139proxmox-widget-toolkit (3.4-8) bullseye; urgency=medium
140
141 * fix #3919: log view: show first task output line correctly
142
143 * combo grid: clear filter on blur
144
145 * utils: clear cookies with secure flag set to avoid bogus browser
146 warning
147
148 * node tasks: do not count preset filters as normal filters to avoid
149 "clear filter" button glitch
150
151 * icons: switch cpu and ram bitmaps to svg
152
153 * object grid: call rendere with our scope
154
155 * dns view: increase api polling intervall from 1s to 10s
156
157 -- Proxmox Support Team <support@proxmox.com> Tue, 12 Apr 2022 16:45:50 +0200
158
c39864ee
TL
159proxmox-widget-toolkit (3.4-7) bullseye; urgency=medium
160
161 * extjs: fix check for 'touch' input event in drag and drop handler, making
162 the 'pen' pointer event source type, that chrome/chromium emits in some
163 setups, work again.
164
165 -- Proxmox Support Team <support@proxmox.com> Wed, 23 Feb 2022 12:12:13 +0100
166
67b0280d
TL
167proxmox-widget-toolkit (3.4-6) bullseye; urgency=medium
168
169 * utils: render language: fix rendering special default value
170
171 * sorters: use correct property 'direction' and keep default 'ASC'
172
173 -- Proxmox Support Team <support@proxmox.com> Mon, 14 Feb 2022 11:34:42 +0100
174
0b734673
TL
175proxmox-widget-toolkit (3.4-5) bullseye; urgency=medium
176
177 * login: tfa: hide u2f and yubico-otp if not available
178
179 * improve error handling when adding webauthn entries
180
181 * toolkit: fix noisy ext warning of feature we do not want/use
182
183 * zfs detail: increase default window height
184
185 * zfs detail: hide the pool itself in tree view
186
187 -- Proxmox Support Team <support@proxmox.com> Thu, 13 Jan 2022 12:52:18 +0100
188
ca867fb1
TL
189proxmox-widget-toolkit (3.4-4) bullseye; urgency=medium
190
191 * utils: format duration: render years when we can avoid huge day numbers
192
193 * journalview: fix wrong initial load with default timespan on widget
194 creation
195
196 * logpanel: fix glitching on fast task logs
197
198 * logpanel: actually catch up when following the log for tasks with an
45a670a4 199 almost artificially high log output traffic
ca867fb1
TL
200
201 * log viewer: add heuristic for scroll-direction dependent ratio
202 distribution
203
204 * log viewer: add heuristic for triggering a new limit load earlier to
205 reduce latency on casual scrolling
206
207 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Nov 2021 18:29:56 +0100
208
6c8df606
TL
209proxmox-widget-toolkit (3.4-3) bullseye; urgency=medium
210
211 * data: diffstore: fix autoDestroyRstore option (regression from ExtJS 7)
212
213 * ui: OpenID edit: make username-claim field editable for arbitrary values
214
215 * ui: OpenID realm: allow to edit scopes
216
217 * ui: OpenID realm: allow to edit prompt
218
219 * ui: OpenID realm: allow to edit acr values
220
221 * form: copy BandwidthSelector/SizeField from Proxmox VE's manager
222
223 * bandwidth/utils: move out SizeUnits definition to more common module
224
225 * utils: add size unit related helpers to parse/auto-scale/format
226
227 * bandwidth field: allow to submit auto-scaled size-units as string
228
229 -- Proxmox Support Team <support@proxmox.com> Sat, 20 Nov 2021 21:41:37 +0100
230
ef917529
TL
231proxmox-widget-toolkit (3.4-2) bullseye; urgency=medium
232
233 * TFA login window: fix a formatted label showed when being low on unused
234 recovery-keys
235
236 * proxmox checkbox: add clearOnDisable config
237
238 -- Proxmox Support Team <support@proxmox.com> Mon, 15 Nov 2021 10:23:34 +0100
239
ceff5d3f
TL
240proxmox-widget-toolkit (3.4-1) bullseye; urgency=medium
241
242 * panel/RRDCharts: enable scrolling for RRDCharts on touchscreens
243
244 * disk selector: allow requesting partitions too
245
246 * fix #3589: show device name in title for SMART values window
247
248 * cbind: document cbind by adding a small summary and example
249
250 * add common utils used for u2f and webauthn, adapted from PVE and PBS,
251 respectively
252
253 * add TFA-login, TOTP, WebAuthn and recover-key edit windows for better reuse
254
255 * disk list: allow wiping individual partitions
256
257 -- Proxmox Support Team <support@proxmox.com> Thu, 11 Nov 2021 21:11:16 +0100
258
088a3ed9
TL
259proxmox-widget-toolkit (3.3-6) bullseye; urgency=medium
260
261 * fix #3542: node: task logs: query correct node for tasks in clusters
262
263 * node: add a, by default hidden, MTU column in network view
264
265 -- Proxmox Support Team <support@proxmox.com> Tue, 27 Jul 2021 16:41:01 +0200
266
dacb6455
TL
267proxmox-widget-toolkit (3.3-5) bullseye; urgency=medium
268
269 * node: repos: add possibility to link online help
270
271 * api-viewer: drop extra slash in api path
272
273 * apt: match "Debian Backports" origin as Debian one
274
275 * add new shared component for the package version window
276
277 -- Proxmox Support Team <support@proxmox.com> Mon, 19 Jul 2021 17:52:08 +0200
278
21823de2
TL
279proxmox-widget-toolkit (3.3-4) bullseye; urgency=medium
280
281 * acme: allow wildcards as domain
282
283 * service view: avoid showing not installed services as error
284
285 * service view: fix stale stop/restart button enabled behavior
286
287 * service view: disable all buttons for masked/not-found/unknown services
288
289 -- Proxmox Support Team <support@proxmox.com> Tue, 13 Jul 2021 18:42:51 +0200
290
a4fc99f7
TL
291proxmox-widget-toolkit (3.3-3) bullseye; urgency=medium
292
293 * realm view/edit: make more generic for better reuse
294
295 -- Proxmox Support Team <support@proxmox.com> Mon, 12 Jul 2021 09:52:27 +0200
296
ff8ced04 297proxmox-widget-toolkit (3.3-2) bullseye; urgency=medium
75a2c32d
TL
298
299 * node: repos: only show suites warning at the top if enabled repository is
300 affected
301
302 * move over authentication-real edit window widget from Proxmox VE
303
304 * utils: add helper to format node's repository status
305
ff8ced04 306 -- Proxmox Support Team <support@proxmox.com> Fri, 09 Jul 2021 17:30:43 +0200
75a2c32d 307
89b0dd2e
TL
308proxmox-widget-toolkit (3.2-5) bullseye; urgency=medium
309
310 * network: always ask for confirmation before removing a network
311 interface from the configuration. While it is not that dangerous as we
312 have a pending config that needs to get applied, it still is nicer to do
313 for remove actions.
314
315 * node: tasks: use helper to format status again for a localized warnings
316 text
317
318 * window: safe-destroy: add taskDone and apiCallDone callbacks
319
320 -- Proxmox Support Team <support@proxmox.com> Thu, 08 Jul 2021 14:30:44 +0200
321
4e77e86d
TL
322proxmox-widget-toolkit (3.2-4) bullseye; urgency=medium
323
324 * node: APT repositories: upgrade "no Proxmox product repo configured" from
325 warning to error
326
327 * node: task history: deselect entries when filter changes
328
329 * node: task history: show errors on store load
330
331 * node: task history: add 'clear filter' button
332
333 -- Proxmox Support Team <support@proxmox.com> Mon, 05 Jul 2021 16:50:23 +0200
334
e1fc4744
TL
335proxmox-widget-toolkit (3.2-3) bullseye; urgency=medium
336
337 * node: repos: handle that components can be undefined
338
339 * markdown: encode bad nodes HTML instead of pruning it
340
341 * markdown: make sanitizer more strict in filtering tags and ensure that the
342 src and the href attributes point to a HTTP url, or is a data-url on a
343 image.
344
345 * info widget: early return from update if text & value stayed the same
346
347 * utils: updateColumnWidth: drop duplicate implementation and allow
348 overriding tresholdWidth
349
350 * utils: updateColumnWidth: directly calculate column count by threshold,
351 automatically using more columns on wide containers.
352
353 -- Proxmox Support Team <support@proxmox.com> Mon, 05 Jul 2021 10:10:47 +0200
354
355proxmox-widget-toolkit (3.2-2) bullseye; urgency=medium
38c1f53f
TL
356
357 * avoid using unique ids for components that may have more than one instance
e1fc4744
TL
358 at the same time. Fixes and issue with switching between nodes on the new
359 APT Repository panel.
38c1f53f 360
e1fc4744 361 -- Proxmox Support Team <support@proxmox.com> Mon, 05 Jul 2021 09:47:46 +0200
38c1f53f 362
99829a9e
TL
363proxmox-widget-toolkit (3.2-1) bullseye; urgency=medium
364
365 * css: some markdown heading and paragraph font-size & padding tuning
366
367 * node: services: fix logic for displaying unit state
368
369 * add Debian and Proxmox symbol logos and css
370
371 * node: apt: spawn a window for adding repository
372
373 * utils: add getOpenIDRedirectionAuthorization helper
374
375 * factor out userid parsing and username, realm renderer to Utils
376
377 * add OpenID icon + css class
378
379 * node: APT Repositories: rework top status and error grid
380
381 -- Proxmox Support Team <support@proxmox.com> Sat, 03 Jul 2021 00:12:34 +0200
382
0970ef7f
TL
383proxmox-widget-toolkit (3.1-4) bullseye; urgency=medium
384
385 * cbind mixin: also descend in elements with an cbind property
386
387 * node: tasks: merge improved Filters over from Proxmox Backup Server
388
389 -- Proxmox Support Team <support@proxmox.com> Mon, 28 Jun 2021 19:14:10 +0200
390
f5853d46
TL
391proxmox-widget-toolkit (3.1-3) bullseye; urgency=medium
392
393 * css: markdown: add some nicer table, blockquote and task-list checkbox
394 styling
395
396 * Journal View: fix flickering in journal livemode
397
398 * node/services: optionally show unit-, and active-states
399
400 * add initial building blocks for an APT repositories UI
401
402 -- Proxmox Support Team <support@proxmox.com> Wed, 23 Jun 2021 23:11:37 +0200
403
59754b7b
TL
404proxmox-widget-toolkit (3.1-2) bullseye; urgency=medium
405
406 * ui: network: add, by default hidden, columns for the `vlan-id` and the
407 `vlan-raw-device`
408
409 * add interface for markdown parser and wire-up marked to it
410
411 -- Proxmox Support Team <support@proxmox.com> Fri, 18 Jun 2021 15:32:27 +0200
412
e8c1bffb
TL
413proxmox-widget-toolkit (3.1-1) bullseye; urgency=medium
414
415 * support ExtJS 7
416
417 * object grid: allow one to declaratively specify rows
418
419 * disk list: add wipe disk button which users of this widget can opt-in
420
421 * data/ProxmoxProxy: set responseType to undefined for XMLHTTPRequest
422
45a670a4 423 * ship api-viewer in new proxmox-widget-toolkit-dev package to improve
e8c1bffb
TL
424 possibility for code reuse
425
426 -- Proxmox Support Team <support@proxmox.com> Wed, 02 Jun 2021 16:16:02 +0200
427
a2f0234d
TL
428proxmox-widget-toolkit (3.0-2) bullseye; urgency=medium
429
430 * disks: fix regression in S.M.A.R.T. window
431
432 -- Proxmox Support Team <support@proxmox.com> Fri, 14 May 2021 10:34:57 +0200
433
c60c7292
TL
434proxmox-widget-toolkit (3.0-1) bullseye; urgency=medium
435
436 * re-build for Debian 11 Bullseye based releases
437
438 -- Proxmox Support Team <support@proxmox.com> Thu, 13 May 2021 19:46:29 +0200
439
ff7b0483
TL
440proxmox-widget-toolkit (2.5-4) pve pmg; urgency=medium
441
442 * info widget: set default usage warning threshold from 60% to 75%
443
444 * node disk: S.M.A.R.T.: improve the simple layout and enable autoscroll for
445 long output
446
45a670a4 447 * format/render size: allow one to specify if base 2 or 10 (SI unit) is
ff7b0483
TL
448 desired
449
450 -- Proxmox Support Team <support@proxmox.com> Fri, 07 May 2021 18:00:29 +0200
451
33d34da8
TL
452proxmox-widget-toolkit (2.5-3) pve pmg; urgency=medium
453
454 * toolkit: update email regex for ACME account to allow more than two domain
455 parts again
456
457 -- Proxmox Support Team <support@proxmox.com> Sat, 24 Apr 2021 19:30:08 +0200
458
b9a9ae8c
TL
459proxmox-widget-toolkit (2.5-2) pve pmg; urgency=medium
460
461 * rrd chart: add option to render values and Y-axis with a power-of-two base
462
45a670a4 463 * safe destroy: allow specifying additional items
b9a9ae8c
TL
464
465 * utils: add several render and helper functions from Proxmox VE's manager
466
467 * panel: add StatusView from Proxmox VE's manager
468
469 * utils: add optional error callback to monStoreErrors
470
471 * acme: separate flag to disable the 'domains=' array
472
473 * file browser: support 'virtual'/'v' file type, show errors in messagebox
474 and allow expand 'all'
475
476 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Apr 2021 20:34:39 +0200
477
c3b900f9
TL
478proxmox-widget-toolkit (2.5-1) pve pmg; urgency=medium
479
480 * panel/acme-domains: fix cyclic dependency in view model
481
482 * tasks: add warningsText
483
484 * window: move FileBrowser widget over from Proxmox Backup Server for re-use
485
486 * window/edit: add option to disable reset button
487
488 * toolkit: override email VType validation
489
490 -- Proxmox Support Team <support@proxmox.com> Tue, 13 Apr 2021 09:11:48 +0200
491
ff9dbaa7
TL
492proxmox-widget-toolkit (2.4-9) pve pmg; urgency=medium
493
494 * improve ranged selection and deselection performance in CheckboxModel
495
496 * utils: async api: reject with whole failure response and add helper to
497 alert it
498
499 -- Proxmox Support Team <support@proxmox.com> Tue, 23 Mar 2021 11:29:43 +0100
500
d1ff6c59
TL
501proxmox-widget-toolkit (2.4-8) pve pmg; urgency=medium
502
503 * add async API request and sleep helpers
504
505 * override deselection in CheckboxModel to improve performance
506
507 -- Proxmox Support Team <support@proxmox.com> Mon, 22 Mar 2021 16:23:16 +0100
508
460306eb
TL
509proxmox-widget-toolkit (2.4-7) pve pmg; urgency=medium
510
511 * data: stores: drop storeid requirement
512
513 * add ACME related data models and forms
514
515 * add ACME:
516 - account panel, plugin editing, certificate panel
517 - account and certificate panel
518 - plugin and domain editing
519
520 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Mar 2021 13:31:23 +0100
521
3f814506
TL
522proxmox-widget-toolkit (2.4-6) pve pmg; urgency=medium
523
524 * disk list: partitions do not have a S.M.A.R.T. status, avoid showing
525 'unknown'
526
527 * task viewer: increase default height
528
529 * edit window: advanced: do not permanently enable advanced mode if they are
530 invalid, only show the advanced fields temporarily.
531
532 -- Proxmox Support Team <support@proxmox.com> Fri, 05 Mar 2021 20:22:00 +0100
533
2d99e60e
TL
534proxmox-widget-toolkit (2.4-5) pve pmg; urgency=medium
535
536 * disk list: restore info about ceph
537
538 * disk list: convert to tree-grid and conditionally include partitions
539
540 * fix usage of findRecord for exact matches
541
542 * prune panel: make keep-last label text like the others
543
544 * network: VLAN edit: Fix automatic field disabling and other UX improvements
545
546 -- Proxmox Support Team <support@proxmox.com> Tue, 09 Feb 2021 14:31:03 +0100
547
74ecb411
TL
548proxmox-widget-toolkit (2.4-4) pve pmg; urgency=medium
549
550 * data reader: cope with null respones for not configured data, treat like
551 an empty response
552
553 -- Proxmox Support Team <support@proxmox.com> Fri, 15 Jan 2021 16:24:08 +0100
554
f8c424ef
TL
555proxmox-widget-toolkit (2.4-3) pve pmg; urgency=medium
556
557 * input panel: support convenience top column
558
559 * prune field: use dirtychange event to hide/show clear-trigger
560
561 * prune panel: allow to pass emptyText for keep-last
562
563 -- Proxmox Support Team <support@proxmox.com> Mon, 23 Nov 2020 18:46:02 +0100
564
9150498c 565proxmox-widget-toolkit (2.4-2) pve pmg; urgency=medium
1268e9fb
TL
566
567 * input panel: improve column scaling behavior with non-default browser or OS
568 scaling and DPI settings
569
570 * add PruneKeepField and PruneInputPanel component
571
572 * input panel: make advanced column check more flexible
573
574 * edit window: add submitUrl and loadUrl config
575
9150498c 576 -- Proxmox Support Team <support@proxmox.com> Mon, 23 Nov 2020 08:14:50 +0100
1268e9fb 577
a19ccbb9
TL
578proxmox-widget-toolkit (2.3-10) pve pmg; urgency=medium
579
580 * utils: get help info: fix normalization with multiple minuses by using a
581 more compatible approach
582
583 -- Proxmox Support Team <support@proxmox.com> Tue, 10 Nov 2020 16:29:09 +0100
584
4b21b8cc
TL
585proxmox-widget-toolkit (2.3-9) pve pmg; urgency=medium
586
587 * combo grid: set errorMask on store load failure
588
589 * enable ExtJS ARIA accessibility support again
590
591 * Utils: fix help section normalization
592
593 -- Proxmox Support Team <support@proxmox.com> Tue, 10 Nov 2020 12:07:55 +0100
594
58c18004
TL
595proxmox-widget-toolkit (2.3-8) pve pmg; urgency=medium
596
597 * Utils: remove product specific task descriptions
598
599 -- Proxmox Support Team <support@proxmox.com> Tue, 03 Nov 2020 17:51:59 +0100
600
017e3e30
TL
601proxmox-widget-toolkit (2.3-7) pve pmg; urgency=medium
602
603 * improve redering of icons in navigation element
604
605 * add a form element for selecting a worker task type
606
607 -- Proxmox Support Team <support@proxmox.com> Mon, 02 Nov 2020 07:49:22 +0100
608
fa94468a
TL
609proxmox-widget-toolkit (2.3-6) pve pmg; urgency=medium
610
611 * edit window: add autoLoadOptions to control API call
612
613 * edit window: add extraParams config
614
615 * move over PermissionView from Proxmox VE's manager
616
617 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Oct 2020 18:39:41 +0100
618
e951e37d
TL
619proxmox-widget-toolkit (2.3-5) pve pmg; urgency=medium
620
621 * improve multiselect behaviour for checkboxmodel
622
623 * add info widget from Proxmox VE
624
625 -- Proxmox Support Team <support@proxmox.com> Tue, 27 Oct 2020 18:34:16 +0100
626
2efe08de
DM
627proxmox-widget-toolkit (2.3-4) unstable; urgency=medium
628
629 * implement and use systemd_unescape
630
631 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Oct 2020 12:11:53 +0200
632
51674ecc
TL
633proxmox-widget-toolkit (2.3-3) pve pmg; urgency=medium
634
635 * tasks: ensure the UPID parameter is always correctly encoded
636
637 * move over SafeDestroy widget from pve-manager
638
639 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Oct 2020 08:53:18 +0200
640
c6047c4a
TL
641proxmox-widget-toolkit (2.3-2) pve pmg; urgency=medium
642
643 * add Korean as translation choice
644
645 -- Proxmox Support Team <support@proxmox.com> Thu, 15 Oct 2020 13:27:30 +0200
646
17ee839f
TL
647proxmox-widget-toolkit (2.3-1) pve pmg; urgency=medium
648
649 * log/journal views: fix auto scrolling on browser zoom
650
651 * Utils: improve matching groups of IP/host address regexes
652
653 * Toolkit: add HostPort vtype
654
655 -- Proxmox Support Team <support@proxmox.com> Thu, 01 Oct 2020 14:50:35 +0200
656
ab277cb2
TL
657proxmox-widget-toolkit (2.2-14) pve pmg; urgency=medium
658
659 * tasks viewer: include API token ID if available
660
661 * node tasks: improve scrollbar behaviour on store load
662
663 * node tasks: add duration column, hide by default to avoid crowding the
664 interface
665
666 -- Proxmox Support Team <support@proxmox.com> Tue, 29 Sep 2020 10:16:53 +0200
667
aaa9ba62
TL
668proxmox-widget-toolkit (2.2-12) pve pmg; urgency=medium
669
670 * fix #2933: disks: correct behaviour of 'Init GPT' button
671
672 * utils: order languages after rendered name
673
674 * add Dutch to language map
675
676 -- Proxmox Support Team <support@proxmox.com> Mon, 07 Sep 2020 13:51:00 +0200
677
aa941c21 678proxmox-widget-toolkit (2.2-11) pve pmg; urgency=medium
03feb4fb
TL
679
680 * Add focusable pseudo class to edit windows defaultFocus
681
682 * displayedit: allow binding editable and value, and allow passing explicit
683 displayConfig
684
685 * service view: allow overwriting restart command
686
aa941c21
TL
687 * re-bump package for Proxmox Backup Server
688
689 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Jul 2020 16:16:52 +0200
03feb4fb 690
ed34cd7a
TL
691proxmox-widget-toolkit (2.2-9) pve pmg; urgency=medium
692
693 * add disk and storage related widgets, factored out from Proxmox VE's manager
694
695 * adapt auth utils for Proxmox token authentication
696
697 -- Proxmox Support Team <support@proxmox.com> Tue, 30 Jun 2020 13:36:05 +0200
698
2c3e308c
TL
699proxmox-widget-toolkit (2.2-8) pve pmg; urgency=medium
700
701 * format task description: avoid printing undefined ID
702
703 * network edit: display MTU for OVS-bond interfaces too
704
705 * ProxmoxProxy: add duration fields for proxmox-tasks model
706
707 * color and show task with warnings differently
708
709 * improve format_duration_human for small values <0.1s
710
711 * move over disk selection and smart info from Proxmox VE's manager
712
713 * task viewer: show task endtime and duration in status
714
715 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Jun 2020 16:49:42 +0200
716
2d10a597
TL
717proxmox-widget-toolkit (2.2-7) pve pmg; urgency=medium
718
719 * button: make xtype of parent configurable
720
721 * fix RRD charts if there's no data legend or no title header
722
723 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Jun 2020 18:20:16 +0200
724
8617feb8
TL
725proxmox-widget-toolkit (2.2-6) pve pmg; urgency=medium
726
727 * improve RRD charts
728
729 * utils: add updateColumnWidth helper from PVE
730
731 -- Proxmox Support Team <support@proxmox.com> Wed, 03 Jun 2020 11:42:55 +0200
732
c197c3f2
TL
733proxmox-widget-toolkit (2.2-5) pve pmg; urgency=medium
734
735 * JournalView: avoid null dereference on quick tab switch
736
737 * form/display edit: use the 'fit' layout to avoid width glitch
738
739 * improve error extraction for monStoreErrors by falling back to printing the
740 whole body if we cannot extract a JSON error object out of it
741
742 * css: add icon colors over from Proxmox VE
743
744 * Utils: add duration format/render
745
746 -- Proxmox Support Team <support@proxmox.com> Thu, 28 May 2020 18:36:33 +0200
747
8f9e331d
TL
748proxmox-widget-toolkit (2.2-4) pve pmg; urgency=medium
749
750 * fix #2758: detect half-logged-in 'TFA' cookies and avoid treating them like
751 regular login tickets
752
753 * improve default column layout of network and node task history viewer
754
755 * utils: task descriptions: allow to add/override entries and to specify a
756 function
757
758 * render_upid: fallback to worker_id and worker_type
759
760 * ui: task history: add basic handling for currently running tasks
761
762 -- Proxmox Support Team <support@proxmox.com> Mon, 25 May 2020 19:04:10 +0200
763
eaa0fcbd
TL
764proxmox-widget-toolkit (2.2-3) pve pmg; urgency=medium
765
766 * pending object grid: mark pending changes as darkorange to avoid
767 misinterpretation as error.
768
769 * move permission management role selector over from Proxmox VE
770
771 * input panel: call setValue on all fields
772
773 -- Proxmox Support Team <support@proxmox.com> Fri, 22 May 2020 10:09:26 +0200
774
80960379
TL
775proxmox-widget-toolkit (2.2-2) pve pmg; urgency=medium
776
777 * add common proxmoxlogo class definition
778
779 * add authentication realm data model and combo box
780
781 * edit window: read digest also from top level API response
782
783 -- Proxmox Support Team <support@proxmox.com> Mon, 18 May 2020 17:26:04 +0200
784
d8f909e1
TL
785proxmox-widget-toolkit (2.2-1) pve pmg; urgency=medium
786
787 * diff-store: allow to also auto-create real-store with schematic config only
788
789 * diff-store: allow to request propagation of destroy to real-store
790
791 -- Proxmox Support Team <support@proxmox.com> Thu, 07 May 2020 16:59:59 +0200
792
86811eaa
TL
793proxmox-widget-toolkit (2.1-7) pve pmg; urgency=medium
794
795 * Utils: add auth-realm-sync-test to task descriptions
796
797 * cbind: allow methods in cbindData
798
799 * add missing htmlEncodes userid renderers
800
801 -- Proxmox Support Team <support@proxmox.com> Wed, 06 May 2020 17:14:21 +0200
802
64eb4dc4
TL
803proxmox-widget-toolkit (2.1-6) pve pmg; urgency=medium
804
805 * DateTimeField: implement setMaxValue and setMinValue
806
807 * monStoreErrors: refactor out and render param exception errors
808
809 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Apr 2020 18:47:21 +0200
810
c6cf52f1
TL
811proxmox-widget-toolkit (2.1-5) pve pmg; urgency=medium
812
813 * add LanguageEditWindow
814
815 * window/Edit: accept bodyPadding from config
816
817 * button: don't auto set selection model if explicitly set to false
818
819 * StdRemoveButton: getUrl: fallback to baseurl if no selModel is set
820
821 * StdRemoveButton: enable button by default if no selection model is set
822
823 -- Proxmox Support Team <support@proxmox.com> Mon, 20 Apr 2020 10:44:21 +0200
824
7a3bb07a
TL
825proxmox-widget-toolkit (2.1-4) pve pmg; urgency=medium
826
827 * ComboGrid: fix validation for !allowBlank disabled fields
828
829 * add Arabic to translated language selector
830
831 * object grid: allow one to pass online help to row editors
832
833 * form: add Proxmox.form.field.ExpireDate
834
835 * open combobox picker on focus even if they are editable (searchable)
836
837 * form: add Proxmox.form.field.DisplayEdit
838
839 -- Proxmox Support Team <support@proxmox.com> Thu, 16 Apr 2020 18:05:10 +0200
840
97cdcd28
TL
841proxmox-widget-toolkit (2.1-3) pve pmg; urgency=medium
842
843 * networkedit: bond: add bond-primary and MTU field
844
845 * cbind: allow to pass formula function in binding
846
847 * window: edit: allow to set submit text for data binding
848
849 * node/net: add vlan interface support
850
851 -- Proxmox Support Team <support@proxmox.com> Thu, 30 Jan 2020 17:49:32 +0100
852
ba1ba947
TL
853proxmox-widget-toolkit (2.1-2) pve pmg; urgency=medium
854
855 * task descriptions: add CT push/pull and HA shutdown
856
857 * task UPID: Allow additional (optional) task_id field and show it also in
858 the task viewer window, if available
859
860 -- Proxmox Support Team <support@proxmox.com> Tue, 17 Dec 2019 12:02:52 +0100
861
407871d8
TL
862proxmox-widget-toolkit (2.1-1) pve pmg; urgency=medium
863
864 * fix #2421: ComboGrid: correctly validate multiSelect variant
865
866 * NetworkView: add apply config button
867
868 -- Proxmox Support Team <support@proxmox.com> Tue, 26 Nov 2019 13:00:18 +0100
869
ceca281f
TL
870proxmox-widget-toolkit (2.0-9) pve pmg; urgency=medium
871
872 * fix comboBox validation when forceSelection is true
873
874 * add reboot for containers into task description table
875
876 -- Proxmox Support Team <support@proxmox.com> Wed, 20 Nov 2019 20:28:12 +0100
877
23446ca9
TL
878proxmox-widget-toolkit (2.0-8) pve pmg; urgency=medium
879
880 * add hebrew to list of languages
881
882 * add qmreboot task description
883
884 * add pmx-hint css class
885
886 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Oct 2019 17:04:58 +0200
887
a24e57bc
TL
888proxmox-widget-toolkit (2.0-7) pve pmg; urgency=medium
889
890 * combogrid: fix validation if valueField is different than
891 displayField
892
893 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Aug 2019 12:45:34 +0200
894
e57e32d5
TL
895proxmox-widget-toolkit (2.0-6) pve pmg; urgency=medium
896
897 * combogrid: always set the initial value, even if not found
898
899 * combogrid: add handling for historic set values currently not
900 available
901
902 * Fix #582: allow to move those task which supports it to the
903 background if they're triggered by a standard button
904
905 * ComboGrid: add trigger to delete value from ComboGrid if it allows
906 blank values
907
908 -- Proxmox Support Team <support@proxmox.com> Tue, 13 Aug 2019 15:56:56 +0200
909
ef2235c9
TL
910proxmox-widget-toolkit (2.0-5) pve pmg; urgency=medium
911
912 * fix syslog panel resizing
913
914 * node network: hide ip and netmask by default
915
916 * node network: refactor bond mode array generation and add Bond Mode
917 and Hash Policy
918
919 -- Proxmox Support Team <support@proxmox.com> Thu, 11 Jul 2019 19:33:17 +0200
920
7d0340d7
TL
921proxmox-widget-toolkit (2.0-4) pve pmg; urgency=medium
922
923 * network selector: allow to select IP too
924
925 * combogrid: add deleteEmpty and skipEmptyText
926
927 * textfield: validate after allowBlank
928
929 * combo grid: add setAllowBlank to help bindings
930
931 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Jun 2019 20:30:37 +0200
932
18983bda
TL
933proxmox-widget-toolkit (2.0-3) pve pmg; urgency=medium
934
935 * refactor info/link extraction from onlinehelp to utils
936
937 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Jun 2019 17:54:42 +0200
938
9a8c1d01
TL
939proxmox-widget-toolkit (2.0-2) pve pmg; urgency=medium
940
941 * add network selector widget
942
943 * node/apt updates: show full package description conditionally
944
945 * backport fix for ExtJS pie chart tooltip for 0% entries
946
947 -- Proxmox Support Team <support@proxmox.com> Fri, 14 Jun 2019 20:47:53 +0200
948
4b428ce0
TL
949proxmox-widget-toolkit (2.0-1) pve pmg; urgency=medium
950
951 * bump version for Debian Buster / PVE 6
952
953 -- Proxmox Support Team <support@proxmox.com> Wed, 22 May 2019 07:16:02 +0200
954
edc61156
TL
955proxmox-widget-toolkit (1.0-28) unstable; urgency=medium
956
957 * show IP/CIDR in host network view
958
959 * change nodes host network input from address/netmask to IP/CIDR
960
961 * add panel/JournalView for new mini-journalreader
962
963 -- Proxmox Support Team <support@proxmox.com> Wed, 15 May 2019 13:36:50 +0200
964
44b68799
TL
965proxmox-widget-toolkit (1.0-27) unstable; urgency=medium
966
097729e5 967 * wait for syslog API calls to complete before requesting new ones
44b68799 968
097729e5 969 -- Proxmox Support Team <support@proxmox.com> Tue, 07 May 2019 15:13:52 +0000
44b68799 970
9b388081
TL
971proxmox-widget-toolkit (1.0-26) unstable; urgency=medium
972
973 * fix #1784: allow one to set UTC as Timezone
974
975 * allow one to filter and search for timezones in the nodes time editor
976
977 * add a combined "IPv6 or IPv4 CIDR" match vtype
978
979 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Apr 2019 05:57:58 +0000
980
22bb0802
TL
981proxmox-widget-toolkit (1.0-25) unstable; urgency=medium
982
983 * MacPrefix: prevent multicast MacPrefixes
984
985 * change allowed v6 prefix-length to 128
986
987 * rework panel/LogView
988
989 * add helpers required for u2f authentication
990
991 -- Proxmox Support Team <support@proxmox.com> Wed, 03 Apr 2019 13:58:13 +0200
992
60b98983
TL
993proxmox-widget-toolkit (1.0-24) unstable; urgency=medium
994
995 * add DnsOrIP vtype
996
997 -- Proxmox Support Team <support@proxmox.com> Thu, 14 Mar 2019 07:41:44 +0100
998
f90c941b
TL
999proxmox-widget-toolkit (1.0-23) unstable; urgency=medium
1000
1001 * tasks: put vzdump into VM/CT category
1002
1003 * fix popup behaviour in firefox with touchscreens on desktop
1004
1005 * utils: xtermjs: allow to pass a cmd parameter to the terminal
1006
1007 -- Proxmox Support Team <support@proxmox.com> Thu, 28 Feb 2019 10:54:50 +0100
1008
2caa58a3
TL
1009proxmox-widget-toolkit (1.0-22) unstable; urgency=medium
1010
1011 * form: proxmox textfield: support binding 'allowBlank'
1012
1013 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Nov 2018 12:45:28 +0100
1014
cbf3acee
TL
1015proxmox-widget-toolkit (1.0-21) unstable; urgency=medium
1016
0a751aab 1017 * Utils: add some task descriptions (disk/storage management and ceph)
cbf3acee
TL
1018
1019 * node/DNS: render DNS fields htmlEncoded
1020
0a751aab 1021 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Nov 2018 14:59:16 +0100
cbf3acee 1022
7fc8bdf5
DM
1023proxmox-widget-toolkit (1.0-20) unstable; urgency=medium
1024
1025 * add node/HostsView to show/edit /etc/hosts
1026
1027 * fixup: vlan type: use 'Linux VLAN'
1028
1029 -- Proxmox Support Team <support@proxmox.com> Fri, 14 Sep 2018 12:01:12 +0200
1030
a3488146
TL
1031proxmox-widget-toolkit (1.0-19) unstable; urgency=medium
1032
1033 * add traditional Chinese to language map
1034
1035 -- Proxmox Support Team <support@proxmox.com> Tue, 12 Jun 2018 16:43:58 +0200
1036
46574d35
FG
1037proxmox-widget-toolkit (1.0-18) unstable; urgency=medium
1038
1039 * add missing task description mappings
1040
1041 -- Proxmox Support Team <support@proxmox.com> Mon, 14 May 2018 11:06:33 +0200
1042
bd7c96d0
WB
1043proxmox-widget-toolkit (1.0-17) unstable; urgency=medium
1044
1045 * fix edit windows being reopened on key-up when closing them with the return
1046 key
1047
1048 -- Proxmox Support Team <support@proxmox.com> Thu, 03 May 2018 08:26:34 +0200
1049
41670d25
TL
1050proxmox-widget-toolkit (1.0-16) unstable; urgency=medium
1051
1052 * add getRecord to ObjectStore
1053
1054 * add apiCallDone callback for window.edit
1055
1056 * PendingObjectGrid: fix display of deletion of multikey fields
1057
1058 -- Proxmox Support Team <support@proxmox.com> Wed, 02 May 2018 13:25:06 +0200
1059
bebf81f0
DM
1060proxmox-widget-toolkit (1.0-15) unstable; urgency=medium
1061
1062 * allow pressing enter in ObjectGrids to edit a field
1063
1064 * better default focus selection
1065
1066 * add a checkbox to edit windows for advanced options
1067
1068 * add advanced options to the input panel
1069
1070 -- Proxmox Support Team <support@proxmox.com> Fri, 06 Apr 2018 13:47:56 +0200
1071
ba70732c
DM
1072proxmox-widget-toolkit (1.0-14) unstable; urgency=medium
1073
1074 * fix #1223: add touchscreen override for extjs
1075
1076 * task view, progress: add taskDone callback
1077
1078 * window/Edit: allow showing TaskViewer instead of TaskProgress
1079
1080 * add labelWidth to the fieldDefaults in add_*_row
1081
1082 * add an optional renderer for integer rows in ObjectGrid
1083
1084 -- Proxmox Support Team <support@proxmox.com> Thu, 05 Apr 2018 12:18:49 +0200
1085
36ee012f
DM
1086proxmox-widget-toolkit (1.0-13) unstable; urgency=medium
1087
1088 * remove gettext definition in Utils.js
1089
1090 -- Proxmox Support Team <support@proxmox.com> Thu, 08 Mar 2018 11:37:56 +0100
1091
2e6df526
TL
1092proxmox-widget-toolkit (1.0-12) unstable; urgency=medium
1093
1094 * skip config property for cbind mixin
1095
1096 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Feb 2018 11:11:38 +0100
1097
eb1f0d2a
FG
1098proxmox-widget-toolkit (1.0-11) unstable; urgency=medium
1099
1100 * rename pve(Show|Hide)Help events
1101
1102 * mixin/CBind: allow binding sub elements
1103
1104 * show VLAN aware setting in NetworkView.
1105
1106 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Feb 2018 13:06:39 +0100
1107
102716a6
DC
1108proxmox-widget-toolkit (1.0-10) unstable; urgency=medium
1109
1110 * port fixes and features from pve-manager since fork
1111
1112 * add all languages from pve
1113
1114 -- Proxmox Support Team <support@proxmox.com> Thu, 25 Jan 2018 10:19:23 +0100
1115
6689e1ce
DM
1116proxmox-widget-toolkit (1.0-9) unstable; urgency=medium
1117
1118 * add Xtermjs popup helper
1119
1120 * Utils: fix some lint errors
1121
1122 * taskviewer: port over extraTite config parameter
1123
1124 * ObjectGrid: add_text_row: allow setting vtype for editor
1125
1126 -- Proxmox Support Team <support@proxmox.com> Mon, 11 Dec 2017 14:43:17 +0100
1127
4f0b8a1a
DM
1128proxmox-widget-toolkit (1.0-8) unstable; urgency=medium
1129
1130 * remove updatequeue
1131
1132 -- Proxmox Support Team <support@proxmox.com> Wed, 29 Nov 2017 12:09:03 +0100
1133
03c29495
DM
1134proxmox-widget-toolkit (1.0-7) unstable; urgency=medium
1135
1136 * UpdateStore.js - fix update problem with chrome
1137
1138 -- Proxmox Support Team <support@proxmox.com> Thu, 23 Nov 2017 07:29:46 +0100
1139
2e67cd69
DM
1140proxmox-widget-toolkit (1.0-6) unstable; urgency=medium
1141
1142 * change 'create' parameter to 'isCreate'
1143
45a670a4 1144 * make network devices types configurable
2e67cd69
DM
1145
1146 * use Proxmox.window.TaskProgress instead of PVE.window.TaskProgress
1147
1148 * add custom submittext to Edit Window
1149
1150 * add missing BondModeSelector to widget toolkit
1151
1152 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Nov 2017 11:38:51 +0100
1153
621b567f
DM
1154proxmox-widget-toolkit (1.0-5) unstable; urgency=medium
1155
1156 * use (de)activate events for dns/timeview
1157
1158 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Nov 2017 08:12:09 +0100
1159
4753e65d
DM
1160proxmox-widget-toolkit (1.0-4) unstable; urgency=medium
1161
1162 * add textarea/enter workaround
1163
1164 * fix updateStore destroy
1165
1166 * RRDChart.js: add the seriesConfig parameter
1167
1168 * RRDChart.js: add the noTool parameter
1169
1170 * add autostart and alias to UpdateStore
1171
1172 * add format_size from pve
1173
1174 * add GaugeWidget from PVE
1175
1176 * LanguageSelector.js - add language selector
1177
1178 * allow to set onlineHelp on Proxmox.window.Edit
1179
1180 * add HelpButton class
1181
1182 * new checked_command helper
1183
1184 * add APT.js
1185
1186 -- Proxmox Support Team <support@proxmox.com> Tue, 24 Oct 2017 08:45:15 +0200
1187
16f921d7
DM
1188proxmox-widget-toolkit (1.0-3) unstable; urgency=medium
1189
1190 * monStoreErrors: new option clearMaskBeforeLoad
1191
1192 * add RRDChart class
1193
1194 * add RRDStore class
1195
1196 * add RRDTypeSelector class
1197
1198 * set default focus and default button for edit window
1199
1200 * add helpers to render uptime
1201
1202 * ObjectGrid.js: new monStoreErrors properties
1203
1204 -- Proxmox Support Team <support@proxmox.com> Wed, 06 Sep 2017 09:37:27 +0200
1205
835b5d8e
DM
1206proxmox-widget-toolkit (1.0-2) unstable; urgency=medium
1207
1208 * countless improvements
1209
1210 -- Proxmox Support Team <support@proxmox.com> Wed, 05 Apr 2017 10:22:47 +0200
1211
e9b7ca96
DM
1212proxmox-widget-toolkit (1.0-1) unstable; urgency=medium
1213
1214 * first try
1215
1216 -- Proxmox Support Team <support@proxmox.com> Mon, 30 Jan 2017 09:50:33 +0100
1217