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