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