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