- 05 Oct, 2015 4 commits
-
-
Dietmar Maurer authored
-
Wolfgang Bumiller authored
-
Dietmar Maurer authored
-
Wolfgang Bumiller authored
-
- 03 Oct, 2015 2 commits
-
-
Dietmar Maurer authored
-
Dietmar Maurer authored
-
- 02 Oct, 2015 4 commits
-
-
Dietmar Maurer authored
-
Dietmar Maurer authored
-
Dietmar Maurer authored
-
Dietmar Maurer authored
-
- 01 Oct, 2015 2 commits
-
-
Dietmar Maurer authored
-
Dietmar Maurer authored
-
- 29 Sep, 2015 2 commits
-
-
Dietmar Maurer authored
-
Thomas Lamprecht authored
As we, for now, default to exclude ext5 from our build it's better to make an check if its directory exists, and only then allow to load from it. Else we can get errors on proxy startup, and when someone passes the ext5 parameter. Also make a indent/whitespace cleanup. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
-
- 26 Sep, 2015 2 commits
-
-
Dietmar Maurer authored
-
Dietmar Maurer authored
-
- 25 Sep, 2015 4 commits
-
-
Wolfgang Bumiller authored
verify_blockdev_path didn't check the result of abs_path causing commands like `pveceph createosd bad/path` to error with a meaningless "Use of uninitialized value" message.
-
Dietmar Maurer authored
-
Dietmar Maurer authored
We don't want to have development code in final 4.0 release.
-
Alexandre Derumier authored
Edit only for now, create will come soon in another patch Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
-
- 24 Sep, 2015 10 commits
-
-
Dietmar Maurer authored
-
Dietmar Maurer authored
-
Thomas Lamprecht authored
[TaskList]: * format task date on the same node as the title. If space isn't there, the date goes on it's own line. * Truncate output of task status to a maximum of 160 characters to fix formating, also the list should only give an overview. * set list flex to 1, this fixes height and scrolling issues * Put affected node and status on a own line. [TaskViewer] * Only show task status, the exit status is in the log below, also some long statuses break this page completely. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
-
Thomas Lamprecht authored
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
-
Thomas Lamprecht authored
also the keys to display from the lxc config where updated as some from OpenVZ times where used. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
-
Thomas Lamprecht authored
As the lxc and qemu summary pages share almost all the code we implement a base class which provides the shared functionality. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
-
Thomas Lamprecht authored
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
-
Thomas Lamprecht authored
PVEBar inherits from Ext.TitleBar and provides an titlebar for the PVE mobile components to reduce code reuse. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
-
Thomas Lamprecht authored
Add a menu entry to load the Datacenter page Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
-
Thomas Lamprecht authored
Add function to go a step back in browsing history. Also don't use the anim var in setActiveItem when no old appWindow is defined, as it is undefined in this scope. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
-
- 21 Sep, 2015 7 commits
-
-
Dietmar Maurer authored
-
Dietmar Maurer authored
-
Thomas Lamprecht authored
Adapt makefile to use the latest version of the sencha touch library This fixes some bugs, which includes some really annoying ones like the inability to scroll on mobile chrome (and other browsers). Sencha touch can be obtained from https://www.sencha.com/legal/GPL/Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
-
Thomas Lamprecht authored
Adapt the mobile UI code to the slightly different returned data from the '/cluster/status/' API call. Also sort the node list to get an consistent staying UI, this mirrors the behaviour of the 'desktop' UI. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
-
Dietmar Maurer authored
-
Dietmar Maurer authored
This reverts commit 2fc4c454. No longer required, because vzdump accepts space separated vmid lists again.
-
Emmanuel Kasper authored
This patch allows email adresses of the form john.public@company.hamburg This fixes the bug: https://bugzilla.proxmox.com/show_bug.cgi?id=716 Note that this patch only deals will the client side validation, a separate deals with the server side validation (http://pve.proxmox.com/pipermail/pve-devel/2015-September/017246.html) Implementation: Just copied the original email regexp from ExtJS, and bumped the TLD length from 6 to the max allowed by the corresponding RFC, ie 63 (https://tools.ietf.org/html/rfc1034)
-
- 20 Sep, 2015 1 commit
-
-
Thomas Lamprecht authored
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
-
- 19 Sep, 2015 2 commits
-
-
Dietmar Maurer authored
-
Dietmar Maurer authored
We lost that feature in a previous commit, so I just re-eanble it.
-