Commit Graph

29 Commits

Author SHA1 Message Date
Thomas Lamprecht
f057ca9085 drop jslint hints
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-10-23 14:08:50 +02:00
Thomas Lamprecht
a36756b058 drop jslint hint for Proxmox global
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-10-23 14:03:17 +02:00
Thomas Lamprecht
c87d46fbe8 tree wide: eslint --fix
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-10-23 13:17:15 +02:00
Stoiko Ivanov
573a6e8b71 add onlineHelp properties to all edit windows
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2018-10-03 14:32:24 +02:00
Wolfgang Bumiller
40ced6648d UserEdit: add minLength of 4 to username field
To reflect the minimum length required by the backend.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-02-15 08:25:37 +01:00
Dominik Csapak
5b621b46c6 use htmlEncode for the username
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2018-01-11 10:19:51 +01:00
Dominik Csapak
18b5b6adce rename create to isCreate
following the changes in the edit window, we have to use
isCreate instead of create, which gets rid of many jslint
type confusion errors

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2017-11-14 11:40:42 +01:00
Dominik Csapak
ccbf186ff4 jslint: mixed whitespace
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2017-10-23 17:33:00 +02:00
Dominik Csapak
131ba4f60a jslint: add missing semicolons
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2017-10-23 17:30:43 +02:00
Dominik Csapak
de0ebd99a1 jslint: type confusion
resolve/mark several type confusions

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2017-10-23 17:30:26 +02:00
Dominik Csapak
771bd0b94b jslint: remove trailing commas
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2017-10-23 17:29:17 +02:00
Dominik Csapak
ff735274ca jslint: add Proxmox global to files
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2017-10-23 17:28:56 +02:00
Dietmar Maurer
b4ca6e3aa4 UserEdit.js: use dynamic xtype with cbind 2017-03-31 12:29:54 +02:00
Dietmar Maurer
2f74c5b4a5 js/UserEdit.js: use new cbind plugin 2017-03-31 12:19:55 +02:00
Dietmar Maurer
feb551ff61 js/UserEdit.js: updateUserid() - update methods does not return values 2017-03-30 12:07:25 +02:00
Dietmar Maurer
ec321d0808 js/UserEdit.js: set isCreate to true
seems the formulas are not triggered at startup
2017-03-30 11:59:40 +02:00
Dietmar Maurer
3142a2374f js/UserEdit.js: make userid a real config property
and implement updateUserid()
2017-03-30 11:40:04 +02:00
Dietmar Maurer
01632217f9 js/UserEdit.js: use formulas 2017-03-30 09:41:20 +02:00
Dietmar Maurer
466b5739bc js/UserEdit.js: do not allow blank passwords 2017-03-30 08:09:34 +02:00
Dietmar Maurer
c5e49a3d85 js/UserEdit.js: do not use onGetValues 2017-03-30 08:08:37 +02:00
Dietmar Maurer
bf01ac26d0 js/UserEdit.js: use initViewModel instead of init 2017-03-30 06:10:40 +02:00
Dietmar Maurer
5c0672e41b js/UserEdit.js: hack to avoid flicker 2017-03-29 22:06:36 +02:00
Dietmar Maurer
c62792c131 js/UserEdit.js: use new autoLoad property 2017-03-29 19:41:52 +02:00
Dietmar Maurer
2d1e22dd87 js/UserEdit.js: overwrite setValues instead of using load callback 2017-03-29 19:32:20 +02:00
Dietmar Maurer
b7e43bc4f3 js/UserEdit.js: rewrite, use a view model 2017-03-29 19:11:48 +02:00
Dietmar Maurer
4d904e0acc js/UserEdit.js: code cleanup 2017-03-28 15:30:18 +02:00
Dietmar Maurer
56ea37185d UserView.js: correcfly sort by realm 2017-03-27 13:57:27 +02:00
Dietmar Maurer
c0ffdd0046 RoleSelector.js: widget to select user role 2017-03-27 13:33:19 +02:00
Dietmar Maurer
ec1dd829db implement local user panel 2017-03-27 12:34:12 +02:00