James Moger
2011-10-24 97a20ed01cb5ec890517e4fcbd67b8d8ff381787
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) {
@@ -136,6 +136,11 @@
      allUsers.addAll(users);
      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);