Paul Martin
2016-04-27 c2188a840bc4153ae92112b04b2e06a90d3944aa
src/main/java/com/gitblit/manager/IRepositoryManager.java
@@ -195,6 +195,14 @@
   Repository getRepository(String repositoryName, boolean logError);
   /**
    * Returns the list of all repository models.
    *
    * @return list of all repository models
     * @since 1.6.1
    */
   List<RepositoryModel> getRepositoryModels();
   /**
    * Returns the list of repository models that are accessible to the user.
    *
    * @param user
@@ -339,6 +347,15 @@
   void updateConfiguration(Repository r, RepositoryModel repository);
   /**
    * Returns true if the repository can be deleted.
    *
    * @param model
    * @return true if the repository can be deleted
    * @since 1.6.0
    */
   boolean canDelete(RepositoryModel model);
   /**
    * Deletes the repository from the file system and removes the repository
    * permission from all repository users.
    *