James Moger
2011-10-24 f306ef8552efe1580e9c16e1d944f5ed1dca4aae
src/com/gitblit/client/GitblitClient.java
@@ -86,7 +86,7 @@
      }
      try {
         settings = RpcUtils.getSettings(url, account, password);
         refreshSettings();
         status = RpcUtils.getStatus(url, account, password);
         allowAdministration = true;
      } catch (UnauthorizedException e) {
@@ -137,6 +137,11 @@
      return allUsers;
   }
   public ServerSettings refreshSettings() throws IOException {
      settings = RpcUtils.getSettings(url, account, password);
      return settings;
   }
   public List<FederationModel> refreshFederationRegistrations() throws IOException {
      List<FederationModel> list = RpcUtils.getFederationRegistrations(url, account, password);
      federationRegistrations.clear();