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