Julien Fontanet
d80ff58bb8
Permission checking in user.create().
2013-07-11 15:55:01 +02:00
Chris Allard
93bb0e9097
API method: user.getAll().
2013-07-11 15:54:10 +02:00
Chris Allard
1c61ec3bd3
API method: user.changePassword(old, new).
2013-07-11 13:16:35 +02:00
Chris Allard
d3ec9a0669
API method: user.delete(id).
2013-07-11 11:41:45 +02:00
Julien Fontanet
00f0fee211
Various updates.
2013-07-11 11:17:08 +02:00
Julien Fontanet
c9cd1ebee2
Various updates.
2013-07-11 10:51:55 +02:00
Julien Fontanet
16667e0d40
Various updates.
2013-07-10 18:11:10 +02:00
Julien Fontanet
2134e3b4d1
Various updates.
2013-07-10 12:25:55 +02:00
Julien Fontanet
a51d7663c6
Various updates.
2013-07-09 10:55:18 +02:00
Julien Fontanet
09d71aff49
Minor simplification.
2013-07-08 18:43:55 +02:00
Julien Fontanet
d3361a3f1d
Various updates.
2013-07-08 18:36:53 +02:00
Julien Fontanet
085400bd17
The “STREAM_CLIENT_ASYNC_CONNECT” seems to cause problems (see #7 ).
2013-07-08 14:29:01 +02:00
Julien Fontanet
850cf95d3b
Merge pull request #17 from SRCF/monospaced-mac
...
Format MAC addresses as monospaced.
2013-07-08 05:26:21 -07:00
Julien Fontanet
479474d10a
Various updates.
2013-07-08 12:05:52 +02:00
Julien Fontanet
92fb359108
Missing files.
2013-07-08 10:28:53 +02:00
Julien Fontanet
a4b58b1fd7
Minor updates.
2013-07-07 22:11:36 +02:00
Julien Fontanet
54019d7843
Various updates.
2013-07-06 17:07:38 +02:00
Julien Fontanet
a39a0a9d84
Missing files.
2013-07-05 13:09:48 +02:00
Julien Fontanet
ddf259f8b7
Various updates.
2013-07-05 13:09:20 +02:00
Andrew Cooper
8ecc6482b2
Following review, rename "monospaced" -> "mac-address" and remove the
...
needless span element by applying the class to the td element instead.
2013-07-04 23:04:01 +01:00
Julien Fontanet
ec2b60ee27
Merge pull request #16 from SRCF/gitignore
...
Gitignore
2013-07-03 01:00:09 -07:00
Andrew Cooper
d3976fd64a
Newline at end of file
2013-07-03 00:11:09 +01:00
Andrew Cooper
1efd7a73e6
Format MAC addresses as monospaced
2013-07-03 00:06:49 +01:00
Andrew Cooper
b06d1edc5f
Misc additions to .gitignore
2013-07-02 23:26:48 +01:00
Julien Fontanet
22ce37c0cd
Minor updates.
2013-06-28 18:35:08 +02:00
Julien Fontanet
fd05a1a9cf
Various updates.
2013-06-25 19:02:54 +02:00
Julien Fontanet
ae091cdb8c
Initial commit.
2013-06-15 15:42:55 +02:00
Julien Fontanet
b7a00941b4
Best preferred host handling ( fixes #6 ).
2013-05-27 16:36:06 +02:00
Julien Fontanet
acce572374
Best preferred host handling ( vatesfr/xo-web#6 ).
2013-05-27 16:35:07 +02:00
Julien Fontanet
f326de8c3b
Minor cleanup.
2013-05-27 15:37:05 +02:00
Julien Fontanet
c39a0c983c
Missing file.
2013-05-27 15:36:40 +02:00
Julien Fontanet
060872cacb
Better time handling.
...
Using Moment.js to display dates (fixes #15 ).
Using our own function to display durations.
2013-05-27 15:34:36 +02:00
Julien Fontanet
fda02aea84
Sizes are now correctly formatted and use appropriate units.
2013-05-24 11:19:21 +02:00
Julien Fontanet
451e96e848
Better representation for VMs memory usage in host page ( fixes #14 ).
...
The scale is not logarithmic but the order is respected.
2013-05-23 17:53:47 +02:00
Julien Fontanet
6cc3241eed
XCP name is now deprecated.
...
The “xcp” entry in the configuration as been renamed “xen” (but compatibility is maintained).
Comments in the “local.php.dist” file as been clarified.
2013-05-23 10:30:08 +02:00
Julien Fontanet
45d4c7b20c
Minor missing fix.
2013-05-16 15:09:07 +01:00
Julien Fontanet
cd2cdd3692
Be clearer if there is no IPs ( fixes #9 ).
2013-05-16 15:02:40 +01:00
Julien Fontanet
1a7e9730e7
Do not send empty IPs in host_getAll() (see vatesfr/xo-web#9 ).
2013-05-16 15:01:10 +01:00
Julien Fontanet
0c13928109
No link for Dom0 in server memory bar ( fixes #13 ).
2013-05-16 12:01:14 +01:00
Julien Fontanet
6be05423d8
Dom0 appears first in server memory bar ( fixes #12 ).
2013-05-16 11:53:44 +01:00
Julien Fontanet
8f46aa2242
Treat Dom0 differently than other VMs.
2013-05-16 11:52:52 +01:00
Julien Fontanet
ee1d1f3852
Minor comment update.
2013-05-16 10:30:07 +02:00
Julien Fontanet
aa5fa39d7a
Merge pull request #11 from SRCF/firefox-ui-fixes
...
Fix empty <dd> issues and alignment of information in <dl>s
2013-04-13 07:56:28 -07:00
Andrew Cooper
ebb3336da0
On Firefox 19 using the XO sytle, empty <dd> blocks collapse into
...
nothing, and lower ones reflow upwards, including <br/> blocks.
Remove <br/>s from the middle of <dl> blocks and split into seperate
<dl> blocks to limit the effect of the reflowing.
Insert s into the PIF list to prevent the empty <dd> blocks from
reflowing together, allowing the IP addreses to match up with their
correct PIF.
2013-04-13 16:38:38 +01:00
Julien Fontanet
2792315d39
Merge pull request #10 from SRCF/server-description
...
Add server description to index listing.
2013-04-13 07:13:38 -07:00
Andrew Cooper
0162842b97
Add server description to index listing
2013-04-13 15:56:14 +01:00
Julien Fontanet
97812a24b4
Display memory usage in a tooltip in the hosts list ( fix #3 ).
2013-04-12 15:10:43 +02:00
Julien Fontanet
830d7fbdb0
Display correctly the XCP version of a host ( fix #2 ).
2013-04-12 15:04:48 +02:00
Julien Fontanet
5f877b77ea
Update dependencies.
2013-04-12 15:04:20 +02:00
Julien Fontanet
5a32a55900
API[host.get]() returns software_version (related to vatesfr/xo-web#2 ).
2013-04-12 15:03:31 +02:00