James Moger
2011-10-02 31abc26dd0354bc2dafe27c011c2e54934a89486
src/com/gitblit/Constants.java
@@ -202,7 +202,9 @@
    */
   public static enum RpcRequest {
      LIST_REPOSITORIES, CREATE_REPOSITORY, EDIT_REPOSITORY, DELETE_REPOSITORY,
      LIST_USERS, CREATE_USER, EDIT_USER, DELETE_USER;
      LIST_USERS, CREATE_USER, EDIT_USER, DELETE_USER, LIST_REPOSITORY_MEMBERS,
      SET_REPOSITORY_MEMBERS, LIST_FEDERATION_REGISTRATIONS, LIST_FEDERATION_RESULTS,
      LIST_FEDERATION_PROPOSALS, LIST_FEDERATION_SETS;
      
      public static RpcRequest fromName(String name) {
         for (RpcRequest type : values()) {