482 Commits

Author SHA1 Message Date
Dietmar Maurer
493e43e145 download aplinfo inh postinst script 2012-02-21 12:15:10 +01:00
Dietmar Maurer
6f0418b694 fix layout 2012-02-21 12:14:39 +01:00
Dietmar Maurer
82f9a5d7cf implement template download
Also added turnkeylinux.com
2012-02-21 11:45:30 +01:00
Dietmar Maurer
af79261bb3 add mount/unmount command for openvz 2012-02-20 10:11:49 +01:00
Dietmar Maurer
ba4c123341 fix german translation 2012-02-20 06:52:49 +01:00
Dietmar Maurer
c5314bd14d use /api2/extjs/ url for edit window
Current PVE:Utils.API2Request needs that.
2012-02-20 06:38:52 +01:00
Dietmar Maurer
a3fc6eda59 add more gettext markers 2012-02-17 13:40:11 +01:00
Dietmar Maurer
30bb4d3354 include use clause for exception handling 2012-02-17 06:07:22 +01:00
Dietmar Maurer
48ac624e87 make jslint happy 2012-02-16 14:04:53 +01:00
Dietmar Maurer
8d4f53a074 do not install PVE::APLInfo
We need to rewrite that for final 2.0 release.
2012-02-16 11:13:23 +01:00
Dietmar Maurer
1b3f8012ed use correct syntax for update-rc.d
Some versions complain about the missing dot.
2012-02-16 09:36:47 +01:00
Dietmar Maurer
eb50570fd0 fix vnc shell to nodes 2012-02-16 08:22:03 +01:00
Dietmar Maurer
3822030451 fix bug : allow to use iscsi devices directly 2012-02-15 10:55:31 +01:00
Dietmar Maurer
d7c076db45 pveversion: display status of resource-agents-pve and fence-agents-pve 2012-02-14 12:58:01 +01:00
Dietmar Maurer
d98d8f35ba fix LogViewer updates
Seems ExtJS onShow/onHide wrappers does not work for panels.
2012-02-14 09:01:24 +01:00
Dietmar Maurer
90c352e764 fix openvz live migration 2012-02-13 09:28:57 +01:00
Dietmar Maurer
4031f4441a fix compression selector 2012-02-10 12:38:15 +01:00
Dietmar Maurer
291b78601f fix postinst script and Backup GUI 2012-02-10 11:21:07 +01:00
Dietmar Maurer
8629fa80cc creates a session cookie (expire = null)
That way the cookie gets deleted after browser window close.
2012-02-10 10:17:35 +01:00
Dietmar Maurer
14d6535895 cleanups 2012-02-10 08:38:06 +01:00
Dietmar Maurer
40fe79c461 fix pool stats 2012-02-10 08:32:17 +01:00
Dietmar Maurer
4aefa8e756 backup: allow to select compression (lzo/gzip) 2012-02-10 08:19:31 +01:00
Dietmar Maurer
882131bebb add pool option to openvz create wizard 2012-02-07 13:07:49 +01:00
Dietmar Maurer
07c434b15c do not write /etc/mtab when mounting snapshots 2012-02-07 10:39:15 +01:00
Dietmar Maurer
d6f684d3e3 allow to select gzip or lzop in vzdump
lzop is much faster, and we use that by default now.
2012-02-07 10:35:53 +01:00
Dietmar Maurer
77c506ba71 errfunc needs to be a function references 2012-02-07 07:27:21 +01:00
Dietmar Maurer
e61ef871d6 add permissions for openvz create/update 2012-02-07 07:26:07 +01:00
Dietmar Maurer
b865665aa3 add permission checks on openvz API 2012-02-06 12:59:17 +01:00
Dietmar Maurer
3677cf2c5a check storage permissions on vzdump API 2012-02-06 11:41:48 +01:00
Dietmar Maurer
705ac953f4 require Sys.Audit to read cluster status 2012-02-06 11:23:30 +01:00
Dietmar Maurer
eaa70df14c set permissions for VZDump API 2012-02-06 11:17:42 +01:00
Dietmar Maurer
f4fd3ac47b fix permissions on node API
Remove upload method (now in PVE::API2::Storage::Status)
2012-02-06 09:54:09 +01:00
Dietmar Maurer
563faf849a add permissions for service API 2012-02-06 09:38:30 +01:00
Dietmar Maurer
16639eb668 add permissions for task API 2012-02-06 09:33:57 +01:00
Dietmar Maurer
947edbf7c3 add permissions for backup API 2012-02-06 08:17:25 +01:00
Dietmar Maurer
daab9d5287 fix off by one bug in DayOfWeekSelector 2012-02-06 07:46:13 +01:00
Dietmar Maurer
b4fd23b755 add pool selector to PVE.qemu.CreateWizard 2012-02-03 13:50:11 +01:00
Dietmar Maurer
399d413828 reload pool members on show 2012-02-03 13:49:34 +01:00
Dietmar Maurer
fe7d9f08d9 do not use form.setLoading()
Instead we simply disable the filed during the load.
2012-02-03 13:00:43 +01:00
Dietmar Maurer
5208314871 add/improve pool permission check 2012-01-31 09:10:35 +01:00
Dietmar Maurer
d57045172b fix pool API path 2012-01-31 07:24:31 +01:00
Dietmar Maurer
96755c9de3 remove useless require declarations 2012-01-31 06:30:31 +01:00
Dietmar Maurer
3813e7b431 implement PoolMember GUI 2012-01-30 12:02:56 +01:00
Dietmar Maurer
3550d09fc4 add panel for pools 2012-01-30 08:09:12 +01:00
Dietmar Maurer
b263f59c4e fix folder view 2012-01-30 07:35:01 +01:00
Dietmar Maurer
996d34c366 render resource pools 2012-01-30 07:09:47 +01:00
Dietmar Maurer
f4b4dd12bf use utf8 encoding 2012-01-27 08:51:21 +01:00
Dietmar Maurer
e0c9df7b13 moved Pool.pm from AccessControl.pm 2012-01-27 08:39:46 +01:00
Dietmar Maurer
03d1f71a25 mplement pool management 2012-01-26 13:48:48 +01:00
Dietmar Maurer
bcde5fa580 avoid warning 2012-01-26 13:03:09 +01:00