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