James Moger
2011-10-25 486ee115abb831b2ec78be6777fb1bca9e931df0
src/com/gitblit/client/GitblitClient.java
@@ -87,7 +87,7 @@
      try {
         refreshSettings();
         status = RpcUtils.getStatus(url, account, password);
         refreshStatus();
         allowAdministration = true;
      } catch (UnauthorizedException e) {
      } catch (ForbiddenException e) {
@@ -141,6 +141,11 @@
      settings = RpcUtils.getSettings(url, account, password);
      return settings;
   }
   public ServerStatus refreshStatus() throws IOException {
      status = RpcUtils.getStatus(url, account, password);
      return status;
   }
   public List<FederationModel> refreshFederationRegistrations() throws IOException {
      List<FederationModel> list = RpcUtils.getFederationRegistrations(url, account, password);