]> git.proxmox.com Git - pve-manager.git/log
pve-manager.git
12 years agoadd permissions for backup API
Dietmar Maurer [Mon, 6 Feb 2012 07:17:25 +0000 (08:17 +0100)]
add permissions for backup API

12 years agofix off by one bug in DayOfWeekSelector
Dietmar Maurer [Mon, 6 Feb 2012 06:36:28 +0000 (07:36 +0100)]
fix off by one bug in DayOfWeekSelector

12 years agoadd pool selector to PVE.qemu.CreateWizard
Dietmar Maurer [Fri, 3 Feb 2012 12:50:11 +0000 (13:50 +0100)]
add pool selector to PVE.qemu.CreateWizard

12 years agoreload pool members on show
Dietmar Maurer [Fri, 3 Feb 2012 12:49:34 +0000 (13:49 +0100)]
reload pool members on show

12 years agodo not use form.setLoading()
Dietmar Maurer [Fri, 3 Feb 2012 11:58:19 +0000 (12:58 +0100)]
do not use form.setLoading()

Instead we simply disable the filed during the load.

12 years agoadd/improve pool permission check
Dietmar Maurer [Tue, 31 Jan 2012 07:27:08 +0000 (08:27 +0100)]
add/improve pool permission check

12 years agofix pool API path
Dietmar Maurer [Tue, 31 Jan 2012 06:24:31 +0000 (07:24 +0100)]
fix pool API path

12 years agoremove useless require declarations
Dietmar Maurer [Tue, 31 Jan 2012 05:30:31 +0000 (06:30 +0100)]
remove useless require declarations

12 years agoimplement PoolMember GUI
Dietmar Maurer [Mon, 30 Jan 2012 11:02:56 +0000 (12:02 +0100)]
implement PoolMember GUI

12 years agoadd panel for pools
Dietmar Maurer [Mon, 30 Jan 2012 07:09:12 +0000 (08:09 +0100)]
add panel for pools

12 years agofix folder view
Dietmar Maurer [Mon, 30 Jan 2012 06:35:01 +0000 (07:35 +0100)]
fix folder view

12 years agorender resource pools
Dietmar Maurer [Mon, 30 Jan 2012 06:09:09 +0000 (07:09 +0100)]
render resource pools

12 years agouse utf8 encoding
Dietmar Maurer [Fri, 27 Jan 2012 07:51:21 +0000 (08:51 +0100)]
use utf8 encoding

12 years agomoved Pool.pm from AccessControl.pm
Dietmar Maurer [Fri, 27 Jan 2012 07:39:46 +0000 (08:39 +0100)]
moved Pool.pm from AccessControl.pm

12 years agomplement pool management
Dietmar Maurer [Thu, 26 Jan 2012 12:48:48 +0000 (13:48 +0100)]
mplement pool management

12 years agoavoid warning
Dietmar Maurer [Thu, 26 Jan 2012 12:03:09 +0000 (13:03 +0100)]
avoid warning

12 years agomonitor load errors
Dietmar Maurer [Thu, 26 Jan 2012 07:50:01 +0000 (08:50 +0100)]
monitor load errors

12 years agosplit out code to convert exceptions to apache handler results
Dietmar Maurer [Thu, 26 Jan 2012 07:08:21 +0000 (08:08 +0100)]
split out code to convert exceptions to apache handler results

12 years agomoved permission check code to RPCEnvironment.pm
Dietmar Maurer [Wed, 25 Jan 2012 05:40:55 +0000 (06:40 +0100)]
moved permission check code to RPCEnvironment.pm

12 years agouse bash in postint script to avoid lintian warning
Dietmar Maurer [Tue, 24 Jan 2012 11:12:34 +0000 (12:12 +0100)]
use bash in postint script to avoid lintian warning

12 years agobetter userid-group test (allow groups passed as parameter)
Dietmar Maurer [Tue, 24 Jan 2012 10:52:02 +0000 (11:52 +0100)]
better userid-group test (allow groups passed as parameter)

12 years agoimplement new check attribute for permissions.
Dietmar Maurer [Mon, 23 Jan 2012 11:18:27 +0000 (12:18 +0100)]
implement new check attribute for permissions.

We use a simple prefix notation to express complex expressions.

12 years agoimplement PasswordEdit dialog
Dietmar Maurer [Fri, 20 Jan 2012 11:56:48 +0000 (12:56 +0100)]
implement PasswordEdit dialog

And cleanup permission check code.

12 years agomonitor load errors
Dietmar Maurer [Fri, 20 Jan 2012 04:51:24 +0000 (05:51 +0100)]
monitor load errors

12 years agofix bug #88: use decode_utf8_parameters()
Dietmar Maurer [Thu, 19 Jan 2012 13:08:49 +0000 (14:08 +0100)]
fix bug #88: use decode_utf8_parameters()

12 years agouse cfs_read_file in pvemailforward
Dietmar Maurer [Thu, 19 Jan 2012 08:57:53 +0000 (09:57 +0100)]
use cfs_read_file in pvemailforward

12 years agouse new assemble_vnc_ticket
Dietmar Maurer [Thu, 19 Jan 2012 08:32:58 +0000 (09:32 +0100)]
use new assemble_vnc_ticket

12 years agodepend on perl-suid (needed by pvemailforward)
Dietmar Maurer [Wed, 18 Jan 2012 09:19:41 +0000 (10:19 +0100)]
depend on perl-suid (needed by pvemailforward)

12 years agoadd new pvemailforward helper
Dietmar Maurer [Wed, 18 Jan 2012 08:45:54 +0000 (09:45 +0100)]
add new pvemailforward helper

And automatically install a .forward file.

12 years agofix APIClient and examples
Dietmar Maurer [Tue, 17 Jan 2012 08:07:13 +0000 (09:07 +0100)]
fix APIClient and examples

12 years agofix bug #86: correctly decode cookie
Dietmar Maurer [Tue, 17 Jan 2012 07:18:13 +0000 (08:18 +0100)]
fix bug #86: correctly decode cookie

12 years agofix bug #85: allow root@pam to generate tickets for other users
Dietmar Maurer [Tue, 17 Jan 2012 05:44:30 +0000 (06:44 +0100)]
fix bug #85: allow root@pam to generate tickets for other users

We cannot automatically set the auth cookie any longer - the client need
to do that now.

12 years agocomp.setLoading() is buggy in ExtJS 4.0.7, so we use el.mask() instead
Dietmar Maurer [Mon, 16 Jan 2012 13:15:13 +0000 (14:15 +0100)]
comp.setLoading() is buggy in ExtJS 4.0.7, so we use el.mask() instead

12 years agostop update on hide
Dietmar Maurer [Mon, 16 Jan 2012 10:48:37 +0000 (11:48 +0100)]
stop update on hide

12 years agocorrectly display error messages in ObjectGrid
Dietmar Maurer [Mon, 16 Jan 2012 06:46:32 +0000 (07:46 +0100)]
correctly display error messages in ObjectGrid

12 years agomake password optional
Dietmar Maurer [Fri, 13 Jan 2012 12:34:08 +0000 (13:34 +0100)]
make password optional

12 years agoallow to set password on pam and pve realm
Dietmar Maurer [Fri, 13 Jan 2012 11:09:36 +0000 (12:09 +0100)]
allow to set password on pam and pve realm

12 years agofix layout
Dietmar Maurer [Fri, 13 Jan 2012 09:28:35 +0000 (10:28 +0100)]
fix layout

12 years agoenable AuthEdit
Dietmar Maurer [Fri, 13 Jan 2012 09:14:51 +0000 (10:14 +0100)]
enable AuthEdit

12 years agoadd more gettext markers
Dietmar Maurer [Thu, 12 Jan 2012 10:45:17 +0000 (11:45 +0100)]
add more gettext markers

12 years agoadd more gettext markers
Dietmar Maurer [Thu, 12 Jan 2012 10:38:14 +0000 (11:38 +0100)]
add more gettext markers

12 years agouse Name instead of Role
Dietmar Maurer [Thu, 12 Jan 2012 09:50:20 +0000 (10:50 +0100)]
use Name instead of Role

12 years agorendering cleanups
Dietmar Maurer [Thu, 12 Jan 2012 09:41:13 +0000 (10:41 +0100)]
rendering cleanups

12 years agocleanup: use PVE.button.Button
Dietmar Maurer [Thu, 12 Jan 2012 09:32:33 +0000 (10:32 +0100)]
cleanup: use PVE.button.Button

12 years agoallow to edit existing groups
Dietmar Maurer [Thu, 12 Jan 2012 09:19:52 +0000 (10:19 +0100)]
allow to edit existing groups

12 years agomore gettext fixes
Dietmar Maurer [Thu, 12 Jan 2012 09:05:44 +0000 (10:05 +0100)]
more gettext fixes

12 years agouse standard titles for create/edit dialogs
Dietmar Maurer [Thu, 12 Jan 2012 08:15:34 +0000 (09:15 +0100)]
use standard titles for create/edit dialogs

That way we can reduce the number of gettext() messages.

12 years agouse ACLView for storage permissions
Dietmar Maurer [Thu, 12 Jan 2012 05:51:21 +0000 (06:51 +0100)]
use ACLView for storage permissions

12 years agoimprove ACLView
Dietmar Maurer [Wed, 11 Jan 2012 12:12:23 +0000 (13:12 +0100)]
improve ACLView

12 years agoimplement delete in ACLView
Dietmar Maurer [Wed, 11 Jan 2012 09:00:23 +0000 (10:00 +0100)]
implement delete in ACLView

12 years agouse pveACLView
Dietmar Maurer [Wed, 11 Jan 2012 08:59:37 +0000 (09:59 +0100)]
use pveACLView

12 years agofix button enable/disable code
Dietmar Maurer [Wed, 11 Jan 2012 08:57:59 +0000 (09:57 +0100)]
fix button enable/disable code

12 years agoremove debugging code
Dietmar Maurer [Wed, 11 Jan 2012 07:08:25 +0000 (08:08 +0100)]
remove debugging code

12 years agofix Danish kvm keyboard name
Dietmar Maurer [Mon, 9 Jan 2012 10:11:48 +0000 (11:11 +0100)]
fix Danish kvm keyboard name

12 years agodepend on resource-agents-pve and fence-agents-pve
Dietmar Maurer [Mon, 9 Jan 2012 09:13:40 +0000 (10:13 +0100)]
depend on resource-agents-pve and fence-agents-pve

To prevent warnings about missing schema defininitions.

12 years agoipmlement proxy code for pvesh
Dietmar Maurer [Fri, 23 Dec 2011 13:11:44 +0000 (14:11 +0100)]
ipmlement proxy code for pvesh

12 years agomake jslint happy
Dietmar Maurer [Fri, 23 Dec 2011 10:37:19 +0000 (11:37 +0100)]
make jslint happy

12 years agoalways create nfs storage with 'vers=3'
Dietmar Maurer [Fri, 23 Dec 2011 10:28:04 +0000 (11:28 +0100)]
always create nfs storage with 'vers=3'

We should make that configurabel in future. But for now vers=3 seems to
be more reliable.

12 years agoadd Datacenter summary
Dietmar Maurer [Fri, 23 Dec 2011 09:41:50 +0000 (10:41 +0100)]
add Datacenter summary

12 years agoupdate version to 2.0-17
Dietmar Maurer [Thu, 22 Dec 2011 13:00:56 +0000 (14:00 +0100)]
update version to 2.0-17

12 years agomake jslint happy
Dietmar Maurer [Thu, 22 Dec 2011 12:34:52 +0000 (13:34 +0100)]
make jslint happy

12 years agodisplay when VM is managed by HA, cleanups
Dietmar Maurer [Thu, 22 Dec 2011 12:24:51 +0000 (13:24 +0100)]
display when VM is managed by HA, cleanups

12 years agomake jslint happy
Dietmar Maurer [Thu, 22 Dec 2011 11:11:35 +0000 (12:11 +0100)]
make jslint happy

12 years agofix openvz create (use vzctl to create new container)
Dietmar Maurer [Thu, 22 Dec 2011 11:08:07 +0000 (12:08 +0100)]
fix openvz create (use vzctl to create new container)

12 years agoadd rgmanager to service list (and remove clvm)
Dietmar Maurer [Thu, 22 Dec 2011 08:45:48 +0000 (09:45 +0100)]
add rgmanager to service list (and remove clvm)

12 years agoimplement ha config commit
Dietmar Maurer [Thu, 22 Dec 2011 08:45:17 +0000 (09:45 +0100)]
implement ha config commit

12 years agostart adding HA Config
Dietmar Maurer [Wed, 21 Dec 2011 13:36:59 +0000 (14:36 +0100)]
start adding HA Config

12 years agoavoid warning about uninitialized values
Dietmar Maurer [Wed, 21 Dec 2011 08:06:32 +0000 (09:06 +0100)]
avoid warning about uninitialized values

12 years agocorrectly print string return values
Dietmar Maurer [Wed, 21 Dec 2011 07:55:53 +0000 (08:55 +0100)]
correctly print string return values

12 years agouse new set_result_attrib
Dietmar Maurer [Wed, 21 Dec 2011 06:11:04 +0000 (07:11 +0100)]
use new set_result_attrib

12 years agouse new get_result_changes()
Dietmar Maurer [Tue, 20 Dec 2011 10:21:36 +0000 (11:21 +0100)]
use new get_result_changes()

That way we can return file diffs as additional return attribute.

12 years agoadd API to query version info
Dietmar Maurer [Tue, 20 Dec 2011 06:04:39 +0000 (07:04 +0100)]
add API to query version info

Normaly all nodes should have the same version, so /api2/json/version is
good enough for most situations. But you can also query the version on
each node using /api2/json/nodes/{node}/version

12 years agocleanup status log for ha agent
Dietmar Maurer [Thu, 15 Dec 2011 13:19:24 +0000 (14:19 +0100)]
cleanup status log for ha agent

12 years agoimprove ocf agent and openvz api
Dietmar Maurer [Thu, 15 Dec 2011 12:47:18 +0000 (13:47 +0100)]
improve ocf agent and openvz api

12 years agoadd HA resource agent
Dietmar Maurer [Tue, 13 Dec 2011 09:19:02 +0000 (10:19 +0100)]
add HA resource agent

12 years agoadd more gettext markers
Dietmar Maurer [Mon, 12 Dec 2011 07:06:10 +0000 (08:06 +0100)]
add more gettext markers

12 years agomake lint happy
Dietmar Maurer [Thu, 8 Dec 2011 10:18:16 +0000 (11:18 +0100)]
make lint happy

12 years agochange pvectl migrate parameter order
Dietmar Maurer [Thu, 8 Dec 2011 10:13:11 +0000 (11:13 +0100)]
change pvectl migrate parameter order

12 years agoadd more gettext markers
Dietmar Maurer [Thu, 8 Dec 2011 08:20:50 +0000 (09:20 +0100)]
add more gettext markers

And try to reduce number of different texts

12 years agofurther i18n simplifications
Dietmar Maurer [Thu, 8 Dec 2011 06:15:44 +0000 (07:15 +0100)]
further i18n simplifications

12 years agofix language cookie parser
Dietmar Maurer [Wed, 7 Dec 2011 08:28:30 +0000 (09:28 +0100)]
fix language cookie parser

12 years agoJa translation
Koichi MATSUMOTO [Tue, 6 Dec 2011 11:03:17 +0000 (20:03 +0900)]
Ja translation

Japanese translation

12 years agoupdate translations in Utils.js
Dietmar Maurer [Wed, 7 Dec 2011 07:29:08 +0000 (08:29 +0100)]
update translations in Utils.js

12 years agouse new AbstractMigrate.pm
Dietmar Maurer [Fri, 2 Dec 2011 11:57:47 +0000 (12:57 +0100)]
use new AbstractMigrate.pm

12 years agoimplemente openvz migration
Dietmar Maurer [Fri, 2 Dec 2011 09:38:41 +0000 (10:38 +0100)]
implemente openvz migration

12 years agoremove DC GUI language option - this is a client setting now
Dietmar Maurer [Tue, 29 Nov 2011 07:18:13 +0000 (08:18 +0100)]
remove DC GUI language option - this is a client setting now

12 years agouse same button order everywhere
Dietmar Maurer [Tue, 29 Nov 2011 06:56:13 +0000 (07:56 +0100)]
use same button order everywhere

12 years agodisplay VM name in console title window
Dietmar Maurer [Tue, 29 Nov 2011 06:43:25 +0000 (07:43 +0100)]
display VM name in console title window

12 years agoalways use PVE.Utils.openConoleWindow
Dietmar Maurer [Tue, 29 Nov 2011 05:53:32 +0000 (06:53 +0100)]
always use PVE.Utils.openConoleWindow

12 years agosupress error messages when removing snapshot
Dietmar Maurer [Tue, 29 Nov 2011 05:52:32 +0000 (06:52 +0100)]
supress error messages when removing snapshot

12 years agofix bug 45: skip external VMs
Dietmar Maurer [Mon, 28 Nov 2011 09:18:28 +0000 (10:18 +0100)]
fix bug 45: skip external VMs

12 years agoallow exclude-path in /etc/vzdump.conf
Dietmar Maurer [Mon, 28 Nov 2011 07:14:58 +0000 (08:14 +0100)]
allow exclude-path in /etc/vzdump.conf

12 years agoadd more gettext markers
Dietmar Maurer [Fri, 25 Nov 2011 11:42:37 +0000 (12:42 +0100)]
add more gettext markers

12 years agouse predefined model pve-storage-content
Dietmar Maurer [Fri, 25 Nov 2011 11:20:53 +0000 (12:20 +0100)]
use predefined model pve-storage-content

Else ExtJS ignores the idProperty setting.

12 years agoadd migrate button to VNCConsole window
Dietmar Maurer [Fri, 25 Nov 2011 10:09:10 +0000 (11:09 +0100)]
add migrate button to VNCConsole window

12 years agoadd more gettext markers
Dietmar Maurer [Fri, 25 Nov 2011 08:21:51 +0000 (09:21 +0100)]
add more gettext markers

12 years agouse new syntax for PVE::JSONSchema::get_options
Dietmar Maurer [Thu, 24 Nov 2011 11:22:24 +0000 (12:22 +0100)]
use new syntax for PVE::JSONSchema::get_options

12 years agoadd more gettext markers
Dietmar Maurer [Wed, 23 Nov 2011 09:17:46 +0000 (10:17 +0100)]
add more gettext markers

12 years agodepend on mail-transport-agent
Dietmar Maurer [Wed, 23 Nov 2011 05:58:33 +0000 (06:58 +0100)]
depend on mail-transport-agent

12 years agoset load mask when changing language
Dietmar Maurer [Wed, 23 Nov 2011 05:19:39 +0000 (06:19 +0100)]
set load mask when changing language