From a06d70374fba3be8417431240186d5f762ec55bc Mon Sep 17 00:00:00 2001 From: George Pantazis Date: Wed, 6 Mar 2013 16:58:27 +0200 Subject: [PATCH] Changes to Login URI Signed-off-by: George Pantazis --- trunk/CommonAssemblyVersion.cs | 4 ++-- trunk/Pithos.Client.WPF/AppBootstrapper.cs | 2 +- trunk/Pithos.Client.WPF/Properties/AssemblyInfo.cs | 4 ++-- trunk/Pithos.Client.WPF/Properties/Settings.Designer.cs | 6 +++--- trunk/Pithos.Client.WPF/Properties/Settings.settings | 6 +++--- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/trunk/CommonAssemblyVersion.cs b/trunk/CommonAssemblyVersion.cs index 3f2c4bc..bb44e87 100644 --- a/trunk/CommonAssemblyVersion.cs +++ b/trunk/CommonAssemblyVersion.cs @@ -46,7 +46,7 @@ using System.Reflection; // associated with an assembly. [assembly: AssemblyCompany("GRNET")] [assembly: AssemblyCopyright("Copyright © GRNet 2011-2013")] -[assembly: AssemblyInformationalVersion("2013-02-25")] +[assembly: AssemblyInformationalVersion("2013-03-05")] @@ -60,4 +60,4 @@ using System.Reflection; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.8.30225.139")] \ No newline at end of file +[assembly: AssemblyVersion("1.8.30305.151")] \ No newline at end of file diff --git a/trunk/Pithos.Client.WPF/AppBootstrapper.cs b/trunk/Pithos.Client.WPF/AppBootstrapper.cs index ac4a131..29ddf3d 100644 --- a/trunk/Pithos.Client.WPF/AppBootstrapper.cs +++ b/trunk/Pithos.Client.WPF/AppBootstrapper.cs @@ -80,7 +80,7 @@ namespace Pithos.Client.WPF { Settings.Default.HashingParallelism = (byte) (Environment.ProcessorCount/2); Settings.Default.Upgrade(); - Settings.Default.MustUpgrade = false; + Settings.Default.MustUpgrade = true; Settings.Default.Save(); } } diff --git a/trunk/Pithos.Client.WPF/Properties/AssemblyInfo.cs b/trunk/Pithos.Client.WPF/Properties/AssemblyInfo.cs index abea626..aff16c5 100644 --- a/trunk/Pithos.Client.WPF/Properties/AssemblyInfo.cs +++ b/trunk/Pithos.Client.WPF/Properties/AssemblyInfo.cs @@ -93,5 +93,5 @@ using System.Windows; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyInformationalVersion("2013-02-25")] -[assembly: AssemblyVersion("0.8.30225.139")] +[assembly: AssemblyInformationalVersion("2013-03-05")] +[assembly: AssemblyVersion("0.8.30305.151")] diff --git a/trunk/Pithos.Client.WPF/Properties/Settings.Designer.cs b/trunk/Pithos.Client.WPF/Properties/Settings.Designer.cs index 48155a0..654a2cd 100644 --- a/trunk/Pithos.Client.WPF/Properties/Settings.Designer.cs +++ b/trunk/Pithos.Client.WPF/Properties/Settings.Designer.cs @@ -398,14 +398,14 @@ namespace Pithos.Client.WPF.Properties { Pithos Production - https://pithos.okeanos.grnet.gr - https://pithos.okeanos.grnet.gr/login + https://pithos.okeanos.grnet.gr/ + https://pithos.okeanos.grnet.gr/im/login https://accounts.okeanos.grnet.gr/im/logout Pithos Development https://pithos.dev.grnet.gr - https://pithos.dev.grnet.gr/login + https://pithos.dev.grnet.gr/im/login https://pithos.dev.grnet.gr/im/logout diff --git a/trunk/Pithos.Client.WPF/Properties/Settings.settings b/trunk/Pithos.Client.WPF/Properties/Settings.settings index 72cc41c..35cd9e0 100644 --- a/trunk/Pithos.Client.WPF/Properties/Settings.settings +++ b/trunk/Pithos.Client.WPF/Properties/Settings.settings @@ -109,14 +109,14 @@ </ServerSettings> <ServerSettings> <ServerName>Pithos Production</ServerName> - <ServerUri>https://pithos.okeanos.grnet.gr</ServerUri> - <LoginUri>https://pithos.okeanos.grnet.gr/login</LoginUri> + <ServerUri>https://pithos.okeanos.grnet.gr/</ServerUri> + <LoginUri>https://pithos.okeanos.grnet.gr/im/login</LoginUri> <LogoutUri>https://accounts.okeanos.grnet.gr/im/logout</LogoutUri> </ServerSettings> <ServerSettings> <ServerName>Pithos Development</ServerName> <ServerUri>https://pithos.dev.grnet.gr</ServerUri> - <LoginUri>https://pithos.dev.grnet.gr/login</LoginUri> + <LoginUri>https://pithos.dev.grnet.gr/im/login</LoginUri> <LogoutUri>https://pithos.dev.grnet.gr/im/logout</LogoutUri> </ServerSettings> </ArrayOfServerSettings> -- 1.7.10.4