Commit Graph

2022 Commits

Author SHA1 Message Date
Cheng Zhang
b650c226e7 CP-13592: Refactor reg read function
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2015-08-11 15:41:31 +08:00
Gabor Apati-Nagy
2b6dfccb7f Merge pull request #611 from xenserver/GaborApatiNagy-patch-1
Build script: Removed switches from mkisofs cmd
2015-08-10 19:06:38 +01:00
Gabor Apati-Nagy
19524668c8 Build script: Removed switches from mkisofs cmd
These are no longer needed
2015-08-10 19:01:26 +01:00
Gabor Apati-Nagy
0595281a55 Merge pull request #610 from agimofcarmen/master
Changes Tab Indexing and disables refresh and restore button while ch…
2015-08-10 11:31:23 +01:00
Carmen Agimof
5f40353d07 Changes Tab Indexing and disables refresh and restore button while check for updates is in progress. 2015-08-10 11:25:11 +01:00
Gabor Apati-Nagy
f1041cc2f4 Merge pull request #608 from cheng--zhang/CP-13592
CP-13592: Add reg to store upload url and time interval
2015-08-07 14:02:52 +01:00
Cheng Zhang
1fc91d2381 CP-13592: Add reg to store upload url and time interval
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2015-08-07 12:07:20 +08:00
Gabor Apati-Nagy
9ccd52752b Merge pull request #607 from GaborApatiNagy/master_CP-13390
Changing the schema version to match our build server's dotNetInstaller version
2015-08-06 17:21:36 +01:00
Gabor Apati-Nagy
ff478e1e7d Changing the schema version to match our build server's dotNetInstaller version 2015-08-06 17:20:13 +01:00
Gabor Apati-Nagy
6ab14f0da4 Merge pull request #606 from stephen-turner/CA-178981
CA-178981: Make the HTTP API work through XenCenter for TLS 1.2 servers
2015-08-06 16:49:09 +01:00
Stephen Turner
3e38b34437 CA-178981: Make the HTTP API work through XenCenter for TLS 1.2 servers 2015-08-06 16:39:39 +01:00
Gabor Apati-Nagy
91bb854712 CP-13390: Update XenCenter installer to require .NET 4.5
getting there...
2015-08-06 16:33:49 +01:00
Gabor Apati-Nagy
824db75579 Merge pull request #605 from GaborApatiNagy/master_CP-13390
CP-13390: Update XenCenter installer to require .NET 4.5
2015-08-06 16:18:02 +01:00
Gabor Apati-Nagy
2dc496491d CP-13390: Update XenCenter installer to require .NET 4.5
fix for XenCenter.l10n.diff
2015-08-06 16:15:57 +01:00
Gabor Apati-Nagy
cec70527e7 CP-13390: Update XenCenter installer to require .NET 4.5
we do not use print-eula in the installer, apparently it is not in the wix sources, so removing it from the build
2015-08-06 15:57:44 +01:00
Gabor Apati-Nagy
9d098948f7 Merge pull request #604 from GaborApatiNagy/master_CP-13390
CP-13390: Update XenCenter installer to require .NET 4.5
2015-08-06 15:23:52 +01:00
Gabor Apati-Nagy
6d38f10d51 CP-13390: Update XenCenter installer to require .NET 4.5
fixing wix_src_patch for 3.9 files
2015-08-06 15:22:49 +01:00
Gabor Apati-Nagy
03d839aef6 CP-13390: Update XenCenter installer to require .NET 4.5
fixed code to unzip wix39-sources-debug.zip and wix39-binaries.zip
2015-08-06 14:42:25 +01:00
Gabor Apati-Nagy
9c61830735 Merge pull request #603 from GaborApatiNagy/master_CP-13390
CP-13390: Update XenCenter installer to require .NET 4.5
2015-08-06 14:27:43 +01:00
Gabor Apati-Nagy
6fd154b5c7 CP-13390: Update XenCenter installer to require .NET 4.5
Fixing reference to NDP452-KB2901954-Web.exe
2015-08-06 14:22:10 +01:00
Stephen Turner
67c88a9a23 Merge pull request #602 from GaborApatiNagy/master_CP-13390
CP-13390: Update XenCenter installer to require .NET 4.5
2015-08-06 13:33:29 +01:00
Gabor Apati-Nagy
53b1e820d9 CP-13390: Update XenCenter installer to require .NET 4.5
changing info texts from 4.0 to 4.5 and 4.0 to 4.5.2 accordingly
2015-08-06 12:18:00 +01:00
Gabor Apati-Nagy
9b0552a83f CP-13390: Update XenCenter installer to require .NET 4.5
Checking the presence of 4.5 before launching the 4.5.2 installer (This way we accept any 4.5 (or 4.6) .NET Framework and we will not start the installer to do a minor upgrade eg 4.5.1 to 4.5.2)

Note: We now check the presence of the "Release" key at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full
that means >4.5 is installed.

(We used to check the key "Install" for version 4.0, but this is not
sufficient anymore as it would catch  4.0 as well as 4.5.)
2015-08-06 11:59:18 +01:00
Gabor Apati-Nagy
32c36118db CP-13390: Update XenCenter installer to require .NET 4.5 2015-08-05 17:53:08 +01:00
Stephen Turner
03b5464b26 Merge pull request #601 from GaborApatiNagy/GaborApatiNagy-patch-1
CA-173695: Reclaim freed space is failing with "Index and length must…
2015-08-05 13:42:53 +01:00
Gabor Apati-Nagy
6193bbae3a CA-173695: Reclaim freed space is failing with "Index and length must refer to a location with in the string" for AD users
Fixing warning as an error build problem
2015-08-05 13:16:22 +01:00
Stephen Turner
bf8e74f8f5 Merge pull request #600 from GaborApatiNagy/master_CA-173695
CA-173695: Reclaim freed space is failing with "Index and length must refer to a location with in the string" for AD users
2015-08-05 12:22:19 +01:00
Stephen Turner
cdfc665458 Merge pull request #596 from GaborApatiNagy/master_CA-177058
CA-177058: [SCTX-2146] VM Power Admin could not create VMs - RBAC issues with XS 6.5
2015-08-05 12:21:27 +01:00
Gabor Apati-Nagy
d246555e23 CA-173695: Reclaim freed space is failing with "Index and length must refer to a location with in the string" for AD users
This change fixes the mock so that it returns "True" for all the host_call_plugin>trim calls
2015-08-05 11:35:50 +01:00
Gabor Apati-Nagy
41fa9a5eab Merge pull request #595 from agimofcarmen/CP-13519
CP-13519: If more options are selected in Updates Options, refresh th…
2015-08-04 17:34:11 +01:00
Gabor Apati-Nagy
f6b632d0b6 Merge pull request #593 from agimofcarmen/CA-178243
CA-178243: When only Automatic check for XenServer updates was checke…
2015-08-04 17:30:22 +01:00
Carmen Agimof
c8e5138031 CA-178243: Refactors code, simplifying it. Now we only keep one list in DownloadUpdatesXmlAction for XenServerVersions and added a property that returns the list with the versions if Automatic check for XS version is checked and a new list which is empty when is not checked. 2015-08-04 17:28:29 +01:00
Stephen Turner
b98b7ce87b Merge pull request #599 from stephen-turner/clickonce5
Turn off ClickOnce signing that seems to have got turned on erroneous…
2015-08-04 17:07:10 +01:00
Stephen Turner
857e53ec03 Turn off ClickOnce signing that seems to have got turned on erroneously during VS2013 conversion 2015-08-04 17:06:17 +01:00
Gabor Apati-Nagy
0986d5b2f6 Merge pull request #594 from agimofcarmen/CA-178244
CA-178244: Solves the issue about duplicates in the list of updates i…
2015-08-04 16:28:07 +01:00
Carmen Agimof
f3e4c140a0 CA-178244: Adds condition to RemoveUpdate that checks if the list contains the given update. 2015-08-04 16:27:12 +01:00
Gabor Apati-Nagy
191820abf4 CA-177058: [SCTX-2146] VM Power Admin could not create VMs - RBAC issues with XS 6.5 2015-08-04 11:25:59 +01:00
Carmen Agimof
cd096f91aa CP-13519: Changes name of function that checks whether a refresh of the updates list is required. 2015-08-03 16:14:41 +01:00
Carmen Agimof
51663f2b09 CP-13519: If more options are selected in Updates Options, refresh the updates list. 2015-08-03 15:56:32 +01:00
Carmen Agimof
04b204a0d9 CA-178244: Solves the issue about duplicates in the list of updates in the Updates Tab. 2015-08-03 15:12:42 +01:00
Carmen Agimof
9de57d38c2 CA-178243: When only Automatic check for XenServer updates was checked in Updates Options, when opening XC, the grid appeared empty in the Updates Tab. This was because to get the list of XS updates, we need the list of XS versions. Created a list of XenServer versions that is used only to get the XenServer updates. 2015-08-03 15:06:01 +01:00
Mihaela Stoica
8264dcaba0 Merge pull request #589 from agimofcarmen/CP-13518_II
Cp 13518 ii
2015-07-31 14:51:04 +01:00
Carmen Agimof
5f95c9b6a0 Changes name of function, from someOrAllUpdatesAllowed to someOrAllUpdatesDisabled. The same change was applied for someButNotAllUpdatesAllowed. 2015-07-31 14:43:14 +01:00
Carmen Agimof
b2c4133e9e Improves design of the Updates Tab. 2015-07-30 18:00:06 +01:00
Stephen Turner
dc6f587ec8 Merge pull request #592 from MihaelaStoica/build-4.5
CP-13389: Change build scripts to use .NET 4.5
2015-07-30 17:52:28 +01:00
Mihaela Stoica
b29d7785bf Merge pull request #591 from stephen-turner/CP-13389
CP-13389: Convert all projects to .NET 4.5, and allow XenCenter to use TLS 1.2.
2015-07-30 17:04:13 +01:00
Mihaela Stoica
6efa72cda2 CP-13389: Change build scripts to use .NET 4.5
- Configured msbuild to build .Net4.5 with visual studio 2013 (13.0)
- Changed .Net platform version to 4.5 in tests script

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-07-30 16:04:54 +01:00
Carmen Agimof
b7a010b5f0 CA-178243: The Refresh button was not working correctly because of the restore button. Automatic check for updates works now when certain boxes are checked, showing the updates when the user opens XenCenter, but, the list has duplicates.
Improves the centering of the warning messages in the Updates Tab, making the picture align with the text.
Corrects bug related to the visibility of the warning about automatic checks for updates.
2015-07-30 14:58:23 +01:00
Stephen Turner
0edc60024a Remove superfluous contradictory line in XenOvfApi/app.config 2015-07-30 12:54:46 +01:00
Stephen Turner
26b060257f CP-13389: Allow XenCenter to use TLS 1.1 and 1.2 protocols 2015-07-30 12:47:14 +01:00