James Moger
2011-10-26 284a7bd54e9cddb0eabcd77148ee64639010d2ee
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);