Vetrivel Chinnasamy
1fce4298e5
L10N: Fix CA-255548 & translation updates ( #1660 )
2017-06-22 09:19:58 +01:00
Mihaela Stoica
77b73c8d16
CP-22471: Add information on XenCenter help usage to the user settings
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2017-06-13 13:42:26 +01:00
minl1
2105cbf1a4
cp-21685/cp-22367: Linx/YinheKylin linux XenCenter ICON support
2017-06-07 21:01:01 +08:00
minl1
c146747798
CP-21662:replace the icon for new vm template(asianux and turbo linux) in Xencenter
2017-05-31 13:19:47 +08:00
Konstantina Chremmou
489d8684e4
Merge remote-tracking branch 'upstream/master' into CAR-2214
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
# Conflicts:
# Branding/branding.sh
# mk/archive-unsigned.sh
# mk/build.sh
# mk/bumpBuildNumber.sh
# mk/copy-build-output.sh
# mk/declarations.sh
# mk/tests-checks-cover.sh
# mk/tests-checks.sh
2017-01-24 14:46:57 +00:00
Frederico Mazzone
72b2429084
Enable roaming for proxy authentication settings
...
Signed-off-by: Frederico Mazzone <frederico.mazzone@citrix.com>
2017-01-19 14:39:01 +00:00
Frederico Mazzone
76fd266913
Merge branch 'master' into CAR-2214
...
Conflicts:
XenAdmin/Properties/Settings.Designer.cs
XenAdmin/Properties/Settings.settings
XenAdmin/app.config
XenModel/Actions/Updates/DownloadAndUnzipXenServerPatchAction.cs
Signed-off-by: Frederico Mazzone <frederico.mazzone@citrix.com>
2017-01-19 14:16:51 +00:00
Gabor Apati-Nagy
7c0bc50b4a
CA-176169: Changed copyright statements to include the comma in Citrix Systems,
...
Inc.
Signed-off-by: Gabor Apati-Nagy<gabor.apati-nagy@citrix.com>
2017-01-16 19:59:50 +00:00
Frederico Mazzone
f964fa88c6
Merge branch 'master' into CAR-2214
...
Conflicts:
XenAdmin/Core/Registry.cs
XenModel/Actions/Updates/DownloadUpdatesXmlAction.cs
2016-12-23 14:10:43 +00:00
sri harsha tagore k
fcda47d3a0
L10N:Translations check-ins
...
Cherry-picked: ff6a3984d5a97313903a4d230bca15e54674976e [ff6a398]
Author: sri harsha tagore k <sriharshatagore.karpurapu@citrix.com>
2016-12-21 16:20:30 +00:00
Konstantina Chremmou
3e94c6c5c9
CA-145890: switched roaming on for the new settings.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2016-12-01 11:14:01 +00:00
Konstantina Chremmou
2e6b2d8995
CA-145890: added new Page to the options dialog where the user can configure how
...
confirmations are displayed. Added checkboxes to the dialogs requesting confirmation
of dismissal of notifications so the user can opt to skip this step.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2016-11-17 13:35:31 +00:00
sri harsha tagore k
5b482aa43a
L10N:TRanslations checkpin
2016-10-27 14:46:55 +05:30
Mihaela Stoica
6eb2c80895
CP-19257: Icon for Kylin Linux
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-10-21 18:46:38 +01:00
sri harsha tagore k
63387232b9
L10N:TRanslations check-ins
2016-10-18 20:45:24 +05:30
Frezzle
3522e2980d
[CP-19111] Added ability to choose Basic or Digest authentication for proxy server
...
2 new radio buttons in Connection Options page, for Basic and Digest; Digest is the default as it's the most secure.
New proxy authentication method setting, which is used to configure XenAPI's HTTP class and the .NET AuthenticationManager (which handles which authentication schemes can be used by the .NET web classes).
The new setting is also transferred and used by the Health Check service.
The bug noted in CA-214653 also occurs here, but the work-around on PR#1201 for that bug will also work for this.
Signed-off-by: Frezzle <frederico.mazzone@citrix.com>
2016-10-12 19:09:35 +01:00
Mihaela Stoica
b0f748ceb5
CP-17920: New icons for Add and Remove PVS site
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-09-28 17:56:39 +01:00
Mihaela Stoica
82dea74899
CP-17920: Add dialog for PVS cache configuration
...
- new image for PVS_site
- added cache size restrictions based on the SR selected
- added button to remove the PVS site on the page
- fixed the error where the subtext for a new PVS sites showed as "Not configured" even after it has been configured
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-09-27 16:34:26 +01:00
Mihaela Stoica
fe6144ba70
CP-17920: Add dialog for PVS cache configuration
...
- this commit contains a temporary image for PVS_site
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-09-26 17:44:17 +01:00
Alexander von Gluck IV
47c65d4bcc
XenAdmin/Resources: More image path case fixes
2016-06-30 23:01:52 -05:00
Alexander von Gluck IV
4cf4c4c33f
XenAdmin/Resources: Fix case of images paths
2016-06-30 22:42:58 -05:00
Frederico Mazzone
46c15efe57
[CP-17231] Implement proxy authentication setting in XenCenter
...
Added 2 textboxes for proxy username and password; encrypted when saved and decrypted when loaded.
Added 2 checkboxes; one for bypassing proxy for xenserver connections, one for providing proxy credentials.
Removed checkbox for bypassing proxy for local addresses.
Controls are no longer enabled/disabled when the related proxy option is selected/deselected.
Making changes to a control (e.g. username, bypass checkbox, etc) selects the 'Use this proxy server' option automatically.
Removed "Bypass proxy server for local addresses" option.
Basic and Digest authentication implemented. Tested with FreeProxy (Basic+Digest), CCProxy (Basic) and AnalogX Proxy (no authentication); each were tested with correct credentials, incorrect credentials and missing credentials; all gave expected results.
Signed-off-by: Frederico Mazzone <fredericom@citrite.net>
2016-06-20 17:15:00 +01:00
CITRITE\sriharshak
ef8628ff92
L10N : Dundee translation checkins Iteration 01
2016-03-21 16:45:35 +05:30
Gabor Apati-Nagy
f0f883042a
CP-15402: New Home Page (html based)
...
Removed images that are now no longer needed.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-15 17:31:13 +00:00
Gabor Apati-Nagy
8a0f4512d7
CP-15402: Replaced existing to a new, html-based Home Page
...
Tried to keep changes at one place while not abstracting things too much as we have don't need any complex functionality yet.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-15 14:01:37 +00:00
Mihaela Stoica
9f99c37f83
CP-16012: Rename branding variables
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-02-10 11:52:30 +00:00
Mihaela Stoica
49e07882a6
CP-15825: Set Roaming=true for the new setting
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-02-01 11:21:17 +00:00
Mihaela Stoica
fb64d19853
CP-15825: Show About dialog at startup detailing company names that the connected hosts have been licensed to
...
Signed-off-by: Mihaela Stoica <Mihaela.Stoica@citrix.com>
2016-01-29 14:38:58 +00:00
Cheng Zhang
a33d10bade
CP-15398: Make texture XenCenter rebrandable
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-01-14 18:52:53 +08:00
Cheng Zhang
9dcbd0a430
CP-15403: Remove year information in copyright
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-01-14 10:42:46 +08:00
Cheng Zhang
766cb72cbe
CP-15403: Add rebranding phase in xenadmin
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-01-14 10:42:45 +08:00
Cheng Zhang
b74ae83300
CP-15396: Rename dir of XenAdmin-Branding to Branding
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-01-11 17:28:31 +08:00
Cheng Zhang
a9214c3463
CP-15396: Use xenadmin-branding and change the location of icons
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-01-08 16:29:59 +08:00
Stephen Turner
ac71c2c454
CA-190904: Remove obsolete SR.upgrade and SR.share menu items
2015-11-30 11:53:54 +00:00
Gabor Apati-Nagy
fed8b7ccd7
CP-12617: Port CP-12191 to trunk:
...
Fixed build error: "ShowJustHostInSearch is not roaming"
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-10-28 14:09:16 +00:00
Gabor Apati-Nagy
617ad06f1f
CP-12617: Port CP-12191 to trunk
...
Add a XenCenter option to enable the old behaviour for the default search for servers
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-10-19 17:12:27 +01:00
Stephen Turner
df182d05c0
CP-13374 XenCenter can now turn on and off ssl-legacy: last check-in was incomplete.
2015-08-19 08:53:15 +01:00
Stephen Turner
09c495552f
CP-13389: Convert all projects to .NET 4.5. (All changes autogenerated except for one case of broken XML in XenOvfApi/app.config).
2015-07-30 12:40:59 +01:00
Mihaela Stoica
c1dac478b1
CP-13083: Add user setting and checkbox to the Health Check overview dialog saying "Show this when connecting to servers that are not enrolled into Health Check"
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-07-24 14:12:46 +01:00
Stephen Turner
65d9b92ec8
Merge
2015-03-27 13:38:17 +00:00
Stephen Turner
c3490265fc
CA-165121: Scientific Linux icon (placeholder for the moment). Plus Ubuntu in search results.
2015-03-27 13:34:59 +00:00
Stephen Turner
6d3a937304
CP-11713: Storage Motion icons for stopped and suspended VMs
2015-03-26 13:33:17 +00:00
Mihaela Stoica
ce6b66f99a
CP-11124 Better CoreOS icon for the Container Management page
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-02-24 10:50:01 +00:00
Mihaela Stoica
c3b667ec7f
CP-10900: Add functionality for enabling/disabling/querying the container monitoring on a per-VM-basis to XenCenter
...
New Page: Enlightenment on VM Properties Dialog, visible only for:
- VMs on Cream Or Greater hosts
- that can be enlightened, regardless of their power state
A VM can be enlightened if the key "xscontainer-monitor" exists in other_config.
A VM is enlightened if other_config:xscontainer-monitor if true.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-02-06 17:46:58 +00:00
Mihaela Stoica
0e03338a64
CA-153178: Add icons for Docker containers
2014-12-05 14:17:57 +00:00
Mihaela Stoica
694e0de202
CA-153339: Add CoreOS template type and logo to the VM creation Wizard
2014-12-01 15:09:03 +00:00
Stephen Turner
ba676b5339
CP-4961 One more new icon (a different 'objects' icon for the tree)
2014-06-04 09:36:19 +01:00
Stephen Turner
adebc23f71
CP-4961 New icons for CAR-107
2014-06-03 16:49:13 +01:00
Konstantina Chremmou
d4f9ce53a3
Added tooltip to the item of the "Filter by severity" drop down. Updated image;
...
adde placeholder image.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-01-06 15:48:14 +00:00
Gabor Apati-Nagy
7480148626
Merge branch 'car-100', removed car-100 from declarations.sh at the same time
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2013-12-19 13:39:42 +00:00