Changes to Login URI
authorGeorge Pantazis <gpant@noc.grnet.gr>
Wed, 6 Mar 2013 14:58:27 +0000 (16:58 +0200)
committerGeorge Pantazis <gpant@noc.grnet.gr>
Wed, 6 Mar 2013 14:58:27 +0000 (16:58 +0200)
Signed-off-by: George Pantazis <gpant@noc.grnet.gr>

trunk/CommonAssemblyVersion.cs
trunk/Pithos.Client.WPF/AppBootstrapper.cs
trunk/Pithos.Client.WPF/Properties/AssemblyInfo.cs
trunk/Pithos.Client.WPF/Properties/Settings.Designer.cs
trunk/Pithos.Client.WPF/Properties/Settings.settings

index 3f2c4bc..bb44e87 100644 (file)
@@ -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
index ac4a131..29ddf3d 100644 (file)
@@ -80,7 +80,7 @@ namespace Pithos.Client.WPF
                        {\r
                            Settings.Default.HashingParallelism = (byte) (Environment.ProcessorCount/2);\r
                                Settings.Default.Upgrade();\r
-                               Settings.Default.MustUpgrade = false;\r
+                               Settings.Default.MustUpgrade = true;\r
                                Settings.Default.Save();\r
                        }\r
                }\r
index abea626..aff16c5 100644 (file)
@@ -93,5 +93,5 @@ using System.Windows;
 // You can specify all the values or you can default the Build and Revision Numbers \r
 // by using the '*' as shown below:\r
 // [assembly: AssemblyVersion("1.0.*")]\r
-[assembly: AssemblyInformationalVersion("2013-02-25")]\r
-[assembly: AssemblyVersion("0.8.30225.139")]\r
+[assembly: AssemblyInformationalVersion("2013-03-05")]\r
+[assembly: AssemblyVersion("0.8.30305.151")]\r
index 48155a0..654a2cd 100644 (file)
@@ -398,14 +398,14 @@ namespace Pithos.Client.WPF.Properties {
             </ServerSettings>\r
             <ServerSettings>\r
               <ServerName>Pithos Production</ServerName>\r
-              <ServerUri>https://pithos.okeanos.grnet.gr</ServerUri>\r
-              <LoginUri>https://pithos.okeanos.grnet.gr/login</LoginUri>\r
+              <ServerUri>https://pithos.okeanos.grnet.gr/</ServerUri>\r
+              <LoginUri>https://pithos.okeanos.grnet.gr/im/login</LoginUri>\r
               <LogoutUri>https://accounts.okeanos.grnet.gr/im/logout</LogoutUri>\r
             </ServerSettings>\r
             <ServerSettings>\r
               <ServerName>Pithos Development</ServerName>\r
               <ServerUri>https://pithos.dev.grnet.gr</ServerUri>\r
-              <LoginUri>https://pithos.dev.grnet.gr/login</LoginUri>\r
+              <LoginUri>https://pithos.dev.grnet.gr/im/login</LoginUri>\r
               <LogoutUri>https://pithos.dev.grnet.gr/im/logout</LogoutUri>\r
             </ServerSettings>\r
           </ArrayOfServerSettings>\r
index 72cc41c..35cd9e0 100644 (file)
             &lt;/ServerSettings&gt;\r
             &lt;ServerSettings&gt;\r
               &lt;ServerName&gt;Pithos Production&lt;/ServerName&gt;\r
-              &lt;ServerUri&gt;https://pithos.okeanos.grnet.gr&lt;/ServerUri&gt;\r
-              &lt;LoginUri&gt;https://pithos.okeanos.grnet.gr/login&lt;/LoginUri&gt;\r
+              &lt;ServerUri&gt;https://pithos.okeanos.grnet.gr/&lt;/ServerUri&gt;\r
+              &lt;LoginUri&gt;https://pithos.okeanos.grnet.gr/im/login&lt;/LoginUri&gt;\r
               &lt;LogoutUri&gt;https://accounts.okeanos.grnet.gr/im/logout&lt;/LogoutUri&gt;\r
             &lt;/ServerSettings&gt;\r
             &lt;ServerSettings&gt;\r
               &lt;ServerName&gt;Pithos Development&lt;/ServerName&gt;\r
               &lt;ServerUri&gt;https://pithos.dev.grnet.gr&lt;/ServerUri&gt;\r
-              &lt;LoginUri&gt;https://pithos.dev.grnet.gr/login&lt;/LoginUri&gt;\r
+              &lt;LoginUri&gt;https://pithos.dev.grnet.gr/im/login&lt;/LoginUri&gt;\r
               &lt;LogoutUri&gt;https://pithos.dev.grnet.gr/im/logout&lt;/LogoutUri&gt;\r
             &lt;/ServerSettings&gt;\r
           &lt;/ArrayOfServerSettings&gt;\r