]> git.proxmox.com Git - proxmox-widget-toolkit.git/blame - debian/changelog
add PermissionView
[proxmox-widget-toolkit.git] / debian / changelog
CommitLineData
e951e37d
TL
1proxmox-widget-toolkit (2.3-5) pve pmg; urgency=medium
2
3 * improve multiselect behaviour for checkboxmodel
4
5 * add info widget from Proxmox VE
6
7 -- Proxmox Support Team <support@proxmox.com> Tue, 27 Oct 2020 18:34:16 +0100
8
2efe08de
DM
9proxmox-widget-toolkit (2.3-4) unstable; urgency=medium
10
11 * implement and use systemd_unescape
12
13 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Oct 2020 12:11:53 +0200
14
51674ecc
TL
15proxmox-widget-toolkit (2.3-3) pve pmg; urgency=medium
16
17 * tasks: ensure the UPID parameter is always correctly encoded
18
19 * move over SafeDestroy widget from pve-manager
20
21 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Oct 2020 08:53:18 +0200
22
c6047c4a
TL
23proxmox-widget-toolkit (2.3-2) pve pmg; urgency=medium
24
25 * add Korean as translation choice
26
27 -- Proxmox Support Team <support@proxmox.com> Thu, 15 Oct 2020 13:27:30 +0200
28
17ee839f
TL
29proxmox-widget-toolkit (2.3-1) pve pmg; urgency=medium
30
31 * log/journal views: fix auto scrolling on browser zoom
32
33 * Utils: improve matching groups of IP/host address regexes
34
35 * Toolkit: add HostPort vtype
36
37 -- Proxmox Support Team <support@proxmox.com> Thu, 01 Oct 2020 14:50:35 +0200
38
ab277cb2
TL
39proxmox-widget-toolkit (2.2-14) pve pmg; urgency=medium
40
41 * tasks viewer: include API token ID if available
42
43 * node tasks: improve scrollbar behaviour on store load
44
45 * node tasks: add duration column, hide by default to avoid crowding the
46 interface
47
48 -- Proxmox Support Team <support@proxmox.com> Tue, 29 Sep 2020 10:16:53 +0200
49
aaa9ba62
TL
50proxmox-widget-toolkit (2.2-12) pve pmg; urgency=medium
51
52 * fix #2933: disks: correct behaviour of 'Init GPT' button
53
54 * utils: order languages after rendered name
55
56 * add Dutch to language map
57
58 -- Proxmox Support Team <support@proxmox.com> Mon, 07 Sep 2020 13:51:00 +0200
59
aa941c21 60proxmox-widget-toolkit (2.2-11) pve pmg; urgency=medium
03feb4fb
TL
61
62 * Add focusable pseudo class to edit windows defaultFocus
63
64 * displayedit: allow binding editable and value, and allow passing explicit
65 displayConfig
66
67 * service view: allow overwriting restart command
68
aa941c21
TL
69 * re-bump package for Proxmox Backup Server
70
71 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Jul 2020 16:16:52 +0200
03feb4fb 72
ed34cd7a
TL
73proxmox-widget-toolkit (2.2-9) pve pmg; urgency=medium
74
75 * add disk and storage related widgets, factored out from Proxmox VE's manager
76
77 * adapt auth utils for Proxmox token authentication
78
79 -- Proxmox Support Team <support@proxmox.com> Tue, 30 Jun 2020 13:36:05 +0200
80
2c3e308c
TL
81proxmox-widget-toolkit (2.2-8) pve pmg; urgency=medium
82
83 * format task description: avoid printing undefined ID
84
85 * network edit: display MTU for OVS-bond interfaces too
86
87 * ProxmoxProxy: add duration fields for proxmox-tasks model
88
89 * color and show task with warnings differently
90
91 * improve format_duration_human for small values <0.1s
92
93 * move over disk selection and smart info from Proxmox VE's manager
94
95 * task viewer: show task endtime and duration in status
96
97 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Jun 2020 16:49:42 +0200
98
2d10a597
TL
99proxmox-widget-toolkit (2.2-7) pve pmg; urgency=medium
100
101 * button: make xtype of parent configurable
102
103 * fix RRD charts if there's no data legend or no title header
104
105 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Jun 2020 18:20:16 +0200
106
8617feb8
TL
107proxmox-widget-toolkit (2.2-6) pve pmg; urgency=medium
108
109 * improve RRD charts
110
111 * utils: add updateColumnWidth helper from PVE
112
113 -- Proxmox Support Team <support@proxmox.com> Wed, 03 Jun 2020 11:42:55 +0200
114
c197c3f2
TL
115proxmox-widget-toolkit (2.2-5) pve pmg; urgency=medium
116
117 * JournalView: avoid null dereference on quick tab switch
118
119 * form/display edit: use the 'fit' layout to avoid width glitch
120
121 * improve error extraction for monStoreErrors by falling back to printing the
122 whole body if we cannot extract a JSON error object out of it
123
124 * css: add icon colors over from Proxmox VE
125
126 * Utils: add duration format/render
127
128 -- Proxmox Support Team <support@proxmox.com> Thu, 28 May 2020 18:36:33 +0200
129
8f9e331d
TL
130proxmox-widget-toolkit (2.2-4) pve pmg; urgency=medium
131
132 * fix #2758: detect half-logged-in 'TFA' cookies and avoid treating them like
133 regular login tickets
134
135 * improve default column layout of network and node task history viewer
136
137 * utils: task descriptions: allow to add/override entries and to specify a
138 function
139
140 * render_upid: fallback to worker_id and worker_type
141
142 * ui: task history: add basic handling for currently running tasks
143
144 -- Proxmox Support Team <support@proxmox.com> Mon, 25 May 2020 19:04:10 +0200
145
eaa0fcbd
TL
146proxmox-widget-toolkit (2.2-3) pve pmg; urgency=medium
147
148 * pending object grid: mark pending changes as darkorange to avoid
149 misinterpretation as error.
150
151 * move permission management role selector over from Proxmox VE
152
153 * input panel: call setValue on all fields
154
155 -- Proxmox Support Team <support@proxmox.com> Fri, 22 May 2020 10:09:26 +0200
156
80960379
TL
157proxmox-widget-toolkit (2.2-2) pve pmg; urgency=medium
158
159 * add common proxmoxlogo class definition
160
161 * add authentication realm data model and combo box
162
163 * edit window: read digest also from top level API response
164
165 -- Proxmox Support Team <support@proxmox.com> Mon, 18 May 2020 17:26:04 +0200
166
d8f909e1
TL
167proxmox-widget-toolkit (2.2-1) pve pmg; urgency=medium
168
169 * diff-store: allow to also auto-create real-store with schematic config only
170
171 * diff-store: allow to request propagation of destroy to real-store
172
173 -- Proxmox Support Team <support@proxmox.com> Thu, 07 May 2020 16:59:59 +0200
174
86811eaa
TL
175proxmox-widget-toolkit (2.1-7) pve pmg; urgency=medium
176
177 * Utils: add auth-realm-sync-test to task descriptions
178
179 * cbind: allow methods in cbindData
180
181 * add missing htmlEncodes userid renderers
182
183 -- Proxmox Support Team <support@proxmox.com> Wed, 06 May 2020 17:14:21 +0200
184
64eb4dc4
TL
185proxmox-widget-toolkit (2.1-6) pve pmg; urgency=medium
186
187 * DateTimeField: implement setMaxValue and setMinValue
188
189 * monStoreErrors: refactor out and render param exception errors
190
191 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Apr 2020 18:47:21 +0200
192
c6cf52f1
TL
193proxmox-widget-toolkit (2.1-5) pve pmg; urgency=medium
194
195 * add LanguageEditWindow
196
197 * window/Edit: accept bodyPadding from config
198
199 * button: don't auto set selection model if explicitly set to false
200
201 * StdRemoveButton: getUrl: fallback to baseurl if no selModel is set
202
203 * StdRemoveButton: enable button by default if no selection model is set
204
205 -- Proxmox Support Team <support@proxmox.com> Mon, 20 Apr 2020 10:44:21 +0200
206
7a3bb07a
TL
207proxmox-widget-toolkit (2.1-4) pve pmg; urgency=medium
208
209 * ComboGrid: fix validation for !allowBlank disabled fields
210
211 * add Arabic to translated language selector
212
213 * object grid: allow one to pass online help to row editors
214
215 * form: add Proxmox.form.field.ExpireDate
216
217 * open combobox picker on focus even if they are editable (searchable)
218
219 * form: add Proxmox.form.field.DisplayEdit
220
221 -- Proxmox Support Team <support@proxmox.com> Thu, 16 Apr 2020 18:05:10 +0200
222
97cdcd28
TL
223proxmox-widget-toolkit (2.1-3) pve pmg; urgency=medium
224
225 * networkedit: bond: add bond-primary and MTU field
226
227 * cbind: allow to pass formula function in binding
228
229 * window: edit: allow to set submit text for data binding
230
231 * node/net: add vlan interface support
232
233 -- Proxmox Support Team <support@proxmox.com> Thu, 30 Jan 2020 17:49:32 +0100
234
ba1ba947
TL
235proxmox-widget-toolkit (2.1-2) pve pmg; urgency=medium
236
237 * task descriptions: add CT push/pull and HA shutdown
238
239 * task UPID: Allow additional (optional) task_id field and show it also in
240 the task viewer window, if available
241
242 -- Proxmox Support Team <support@proxmox.com> Tue, 17 Dec 2019 12:02:52 +0100
243
407871d8
TL
244proxmox-widget-toolkit (2.1-1) pve pmg; urgency=medium
245
246 * fix #2421: ComboGrid: correctly validate multiSelect variant
247
248 * NetworkView: add apply config button
249
250 -- Proxmox Support Team <support@proxmox.com> Tue, 26 Nov 2019 13:00:18 +0100
251
ceca281f
TL
252proxmox-widget-toolkit (2.0-9) pve pmg; urgency=medium
253
254 * fix comboBox validation when forceSelection is true
255
256 * add reboot for containers into task description table
257
258 -- Proxmox Support Team <support@proxmox.com> Wed, 20 Nov 2019 20:28:12 +0100
259
23446ca9
TL
260proxmox-widget-toolkit (2.0-8) pve pmg; urgency=medium
261
262 * add hebrew to list of languages
263
264 * add qmreboot task description
265
266 * add pmx-hint css class
267
268 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Oct 2019 17:04:58 +0200
269
a24e57bc
TL
270proxmox-widget-toolkit (2.0-7) pve pmg; urgency=medium
271
272 * combogrid: fix validation if valueField is different than
273 displayField
274
275 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Aug 2019 12:45:34 +0200
276
e57e32d5
TL
277proxmox-widget-toolkit (2.0-6) pve pmg; urgency=medium
278
279 * combogrid: always set the initial value, even if not found
280
281 * combogrid: add handling for historic set values currently not
282 available
283
284 * Fix #582: allow to move those task which supports it to the
285 background if they're triggered by a standard button
286
287 * ComboGrid: add trigger to delete value from ComboGrid if it allows
288 blank values
289
290 -- Proxmox Support Team <support@proxmox.com> Tue, 13 Aug 2019 15:56:56 +0200
291
ef2235c9
TL
292proxmox-widget-toolkit (2.0-5) pve pmg; urgency=medium
293
294 * fix syslog panel resizing
295
296 * node network: hide ip and netmask by default
297
298 * node network: refactor bond mode array generation and add Bond Mode
299 and Hash Policy
300
301 -- Proxmox Support Team <support@proxmox.com> Thu, 11 Jul 2019 19:33:17 +0200
302
7d0340d7
TL
303proxmox-widget-toolkit (2.0-4) pve pmg; urgency=medium
304
305 * network selector: allow to select IP too
306
307 * combogrid: add deleteEmpty and skipEmptyText
308
309 * textfield: validate after allowBlank
310
311 * combo grid: add setAllowBlank to help bindings
312
313 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Jun 2019 20:30:37 +0200
314
18983bda
TL
315proxmox-widget-toolkit (2.0-3) pve pmg; urgency=medium
316
317 * refactor info/link extraction from onlinehelp to utils
318
319 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Jun 2019 17:54:42 +0200
320
9a8c1d01
TL
321proxmox-widget-toolkit (2.0-2) pve pmg; urgency=medium
322
323 * add network selector widget
324
325 * node/apt updates: show full package description conditionally
326
327 * backport fix for ExtJS pie chart tooltip for 0% entries
328
329 -- Proxmox Support Team <support@proxmox.com> Fri, 14 Jun 2019 20:47:53 +0200
330
4b428ce0
TL
331proxmox-widget-toolkit (2.0-1) pve pmg; urgency=medium
332
333 * bump version for Debian Buster / PVE 6
334
335 -- Proxmox Support Team <support@proxmox.com> Wed, 22 May 2019 07:16:02 +0200
336
edc61156
TL
337proxmox-widget-toolkit (1.0-28) unstable; urgency=medium
338
339 * show IP/CIDR in host network view
340
341 * change nodes host network input from address/netmask to IP/CIDR
342
343 * add panel/JournalView for new mini-journalreader
344
345 -- Proxmox Support Team <support@proxmox.com> Wed, 15 May 2019 13:36:50 +0200
346
44b68799
TL
347proxmox-widget-toolkit (1.0-27) unstable; urgency=medium
348
097729e5 349 * wait for syslog API calls to complete before requesting new ones
44b68799 350
097729e5 351 -- Proxmox Support Team <support@proxmox.com> Tue, 07 May 2019 15:13:52 +0000
44b68799 352
9b388081
TL
353proxmox-widget-toolkit (1.0-26) unstable; urgency=medium
354
355 * fix #1784: allow one to set UTC as Timezone
356
357 * allow one to filter and search for timezones in the nodes time editor
358
359 * add a combined "IPv6 or IPv4 CIDR" match vtype
360
361 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Apr 2019 05:57:58 +0000
362
22bb0802
TL
363proxmox-widget-toolkit (1.0-25) unstable; urgency=medium
364
365 * MacPrefix: prevent multicast MacPrefixes
366
367 * change allowed v6 prefix-length to 128
368
369 * rework panel/LogView
370
371 * add helpers required for u2f authentication
372
373 -- Proxmox Support Team <support@proxmox.com> Wed, 03 Apr 2019 13:58:13 +0200
374
60b98983
TL
375proxmox-widget-toolkit (1.0-24) unstable; urgency=medium
376
377 * add DnsOrIP vtype
378
379 -- Proxmox Support Team <support@proxmox.com> Thu, 14 Mar 2019 07:41:44 +0100
380
f90c941b
TL
381proxmox-widget-toolkit (1.0-23) unstable; urgency=medium
382
383 * tasks: put vzdump into VM/CT category
384
385 * fix popup behaviour in firefox with touchscreens on desktop
386
387 * utils: xtermjs: allow to pass a cmd parameter to the terminal
388
389 -- Proxmox Support Team <support@proxmox.com> Thu, 28 Feb 2019 10:54:50 +0100
390
2caa58a3
TL
391proxmox-widget-toolkit (1.0-22) unstable; urgency=medium
392
393 * form: proxmox textfield: support binding 'allowBlank'
394
395 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Nov 2018 12:45:28 +0100
396
cbf3acee
TL
397proxmox-widget-toolkit (1.0-21) unstable; urgency=medium
398
0a751aab 399 * Utils: add some task descriptions (disk/storage management and ceph)
cbf3acee
TL
400
401 * node/DNS: render DNS fields htmlEncoded
402
0a751aab 403 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Nov 2018 14:59:16 +0100
cbf3acee 404
7fc8bdf5
DM
405proxmox-widget-toolkit (1.0-20) unstable; urgency=medium
406
407 * add node/HostsView to show/edit /etc/hosts
408
409 * fixup: vlan type: use 'Linux VLAN'
410
411 -- Proxmox Support Team <support@proxmox.com> Fri, 14 Sep 2018 12:01:12 +0200
412
a3488146
TL
413proxmox-widget-toolkit (1.0-19) unstable; urgency=medium
414
415 * add traditional Chinese to language map
416
417 -- Proxmox Support Team <support@proxmox.com> Tue, 12 Jun 2018 16:43:58 +0200
418
46574d35
FG
419proxmox-widget-toolkit (1.0-18) unstable; urgency=medium
420
421 * add missing task description mappings
422
423 -- Proxmox Support Team <support@proxmox.com> Mon, 14 May 2018 11:06:33 +0200
424
bd7c96d0
WB
425proxmox-widget-toolkit (1.0-17) unstable; urgency=medium
426
427 * fix edit windows being reopened on key-up when closing them with the return
428 key
429
430 -- Proxmox Support Team <support@proxmox.com> Thu, 03 May 2018 08:26:34 +0200
431
41670d25
TL
432proxmox-widget-toolkit (1.0-16) unstable; urgency=medium
433
434 * add getRecord to ObjectStore
435
436 * add apiCallDone callback for window.edit
437
438 * PendingObjectGrid: fix display of deletion of multikey fields
439
440 -- Proxmox Support Team <support@proxmox.com> Wed, 02 May 2018 13:25:06 +0200
441
bebf81f0
DM
442proxmox-widget-toolkit (1.0-15) unstable; urgency=medium
443
444 * allow pressing enter in ObjectGrids to edit a field
445
446 * better default focus selection
447
448 * add a checkbox to edit windows for advanced options
449
450 * add advanced options to the input panel
451
452 -- Proxmox Support Team <support@proxmox.com> Fri, 06 Apr 2018 13:47:56 +0200
453
ba70732c
DM
454proxmox-widget-toolkit (1.0-14) unstable; urgency=medium
455
456 * fix #1223: add touchscreen override for extjs
457
458 * task view, progress: add taskDone callback
459
460 * window/Edit: allow showing TaskViewer instead of TaskProgress
461
462 * add labelWidth to the fieldDefaults in add_*_row
463
464 * add an optional renderer for integer rows in ObjectGrid
465
466 -- Proxmox Support Team <support@proxmox.com> Thu, 05 Apr 2018 12:18:49 +0200
467
36ee012f
DM
468proxmox-widget-toolkit (1.0-13) unstable; urgency=medium
469
470 * remove gettext definition in Utils.js
471
472 -- Proxmox Support Team <support@proxmox.com> Thu, 08 Mar 2018 11:37:56 +0100
473
2e6df526
TL
474proxmox-widget-toolkit (1.0-12) unstable; urgency=medium
475
476 * skip config property for cbind mixin
477
478 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Feb 2018 11:11:38 +0100
479
eb1f0d2a
FG
480proxmox-widget-toolkit (1.0-11) unstable; urgency=medium
481
482 * rename pve(Show|Hide)Help events
483
484 * mixin/CBind: allow binding sub elements
485
486 * show VLAN aware setting in NetworkView.
487
488 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Feb 2018 13:06:39 +0100
489
102716a6
DC
490proxmox-widget-toolkit (1.0-10) unstable; urgency=medium
491
492 * port fixes and features from pve-manager since fork
493
494 * add all languages from pve
495
496 -- Proxmox Support Team <support@proxmox.com> Thu, 25 Jan 2018 10:19:23 +0100
497
6689e1ce
DM
498proxmox-widget-toolkit (1.0-9) unstable; urgency=medium
499
500 * add Xtermjs popup helper
501
502 * Utils: fix some lint errors
503
504 * taskviewer: port over extraTite config parameter
505
506 * ObjectGrid: add_text_row: allow setting vtype for editor
507
508 -- Proxmox Support Team <support@proxmox.com> Mon, 11 Dec 2017 14:43:17 +0100
509
4f0b8a1a
DM
510proxmox-widget-toolkit (1.0-8) unstable; urgency=medium
511
512 * remove updatequeue
513
514 -- Proxmox Support Team <support@proxmox.com> Wed, 29 Nov 2017 12:09:03 +0100
515
03c29495
DM
516proxmox-widget-toolkit (1.0-7) unstable; urgency=medium
517
518 * UpdateStore.js - fix update problem with chrome
519
520 -- Proxmox Support Team <support@proxmox.com> Thu, 23 Nov 2017 07:29:46 +0100
521
2e67cd69
DM
522proxmox-widget-toolkit (1.0-6) unstable; urgency=medium
523
524 * change 'create' parameter to 'isCreate'
525
526 * make network devices types configureable
527
528 * use Proxmox.window.TaskProgress instead of PVE.window.TaskProgress
529
530 * add custom submittext to Edit Window
531
532 * add missing BondModeSelector to widget toolkit
533
534 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Nov 2017 11:38:51 +0100
535
621b567f
DM
536proxmox-widget-toolkit (1.0-5) unstable; urgency=medium
537
538 * use (de)activate events for dns/timeview
539
540 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Nov 2017 08:12:09 +0100
541
4753e65d
DM
542proxmox-widget-toolkit (1.0-4) unstable; urgency=medium
543
544 * add textarea/enter workaround
545
546 * fix updateStore destroy
547
548 * RRDChart.js: add the seriesConfig parameter
549
550 * RRDChart.js: add the noTool parameter
551
552 * add autostart and alias to UpdateStore
553
554 * add format_size from pve
555
556 * add GaugeWidget from PVE
557
558 * LanguageSelector.js - add language selector
559
560 * allow to set onlineHelp on Proxmox.window.Edit
561
562 * add HelpButton class
563
564 * new checked_command helper
565
566 * add APT.js
567
568 -- Proxmox Support Team <support@proxmox.com> Tue, 24 Oct 2017 08:45:15 +0200
569
16f921d7
DM
570proxmox-widget-toolkit (1.0-3) unstable; urgency=medium
571
572 * monStoreErrors: new option clearMaskBeforeLoad
573
574 * add RRDChart class
575
576 * add RRDStore class
577
578 * add RRDTypeSelector class
579
580 * set default focus and default button for edit window
581
582 * add helpers to render uptime
583
584 * ObjectGrid.js: new monStoreErrors properties
585
586 -- Proxmox Support Team <support@proxmox.com> Wed, 06 Sep 2017 09:37:27 +0200
587
835b5d8e
DM
588proxmox-widget-toolkit (1.0-2) unstable; urgency=medium
589
590 * countless improvements
591
592 -- Proxmox Support Team <support@proxmox.com> Wed, 05 Apr 2017 10:22:47 +0200
593
e9b7ca96
DM
594proxmox-widget-toolkit (1.0-1) unstable; urgency=medium
595
596 * first try
597
598 -- Proxmox Support Team <support@proxmox.com> Mon, 30 Jan 2017 09:50:33 +0100
599